#!if 문서명2 != null
, [[]]#!if 문서명3 != null
, [[]]#!if 문서명4 != null
, [[]]#!if 문서명5 != null
, [[]]#!if 문서명6 != null
, [[]]1. 개요2. 기본3. 초등함수4. 특수함수
4.1. 오차함수4.2. 지수 적분 함수4.3. 로그 적분 함수4.4. 삼각 적분 함수4.5. 쌍곡선 적분 함수4.6. 프레넬 적분 함수4.7. 구데르만 함수4.8. 타원 적분 함수4.9. 브링 근호4.10. 폴리로그함수4.11. 제타 함수4.12. 감마 함수4.13. 람베르트 W 함수4.14. 부호 함수 ・ 헤비사이드 계단 함수
5. 음함수6. 매개변수 함수7. 정적분과 역도함수8. 절댓값함수9. 테트레이션10. 기타 유용한 미분 공식11. 관련 문서1. 개요
여러 함수의 도함수를 수록한 문서이다. 미분한 결과만을 정리한 문서이므로 유도 과정은 각 함수에 관한 문서를 참고하자.규칙성이 있는 경우 이계도함수 이상의 고계도함수도 나타낼 수 있다.
2. 기본
2.1. 선형성(linearity)[1]
단, [math(\alpha)], [math(\beta)]는 상수이다.- [math(\left\{ \alpha f( x)+ \beta g(x) \right\}'=\alpha f'(x) +\beta g'( x ))]
2.2. 곱미분
- [math(\{f(x)g(x)\}'=f'(x)g(x)+f(x)g'(x))]
- [math(\{f(x)g(x)h(x)\}'=f'(x)g(x)h(x)+f(x)g'(x)h(x)+f(x)g(x)h'(x))]
[math(\vdots)]
n계도함수의 경우 이항정리와 유사한 형태가 된다.
2.3. 몫미분
유리함수의 미분에 주로 사용되는 공식이다.- [math(\left\{\dfrac{1}{g(x)}\right\}'=-\dfrac{g'(x)}{[g(x) ]^{2}} \; )]
- [math(\left\{\dfrac{f(x)}{g(x)}\right\}'=\dfrac{f'(x)g(x)-f(x)g'(x)}{[g(x) ]^{2}} \; )]
2.4. 합성함수
#!if (문단 == null) == (앵커 == null)
를#!if 문단 != null & 앵커 == null
의 [[연쇄 법칙#s-|]]번 문단을#!if 문단 == null & 앵커 != null
{{{#!if 문서명 = 문서명 != null ? 문서명 : calleeTitle
의 [[연쇄 법칙#|]] 부분을}}} 참고하십시오.- [math(\{(f\circ g)(x)\}'=(f' \circ g)(x)\,g'(x))]
2.5. 역함수
#!if (문단 == null) == (앵커 == null)
를#!if 문단 != null & 앵커 == null
의 [[역함수 정리#s-|]]번 문단을#!if 문단 == null & 앵커 != null
{{{#!if 문서명 = 문서명 != null ? 문서명 : calleeTitle
의 [[역함수 정리#|]] 부분을}}} 참고하십시오.- [math(\{f^{-1}(x)\}'=\dfrac{1}{(f' \circ f^{-1})(x)})]
2.6. 정적분으로 정의된 함수
#!if (문단 == null) == (앵커 == null)
를#!if 문단 != null & 앵커 == null
의 [[미적분의 기본정리#s-3|3]]번 문단을#!if 문단 == null & 앵커 != null
{{{#!if 문서명 = 문서명 != null ? 문서명 : calleeTitle
의 [[미적분의 기본정리#|]] 부분을}}} 참고하십시오.- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_a^xf(t)\,\mathrm{d}t = f(x))]
- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_x^af(t)\,\mathrm{d}t = -f(x))]
- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_a^{h(x)}f(t)\,\mathrm{d}t = (f\circ h)(x)\cdot h'(x))]
- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_{g(x)}^af(t)\,\mathrm{d}t = -(f\circ g)(x)\cdot g'(x))]
- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_{g(x)}^{h(x)}f(t)\,\mathrm{d}t = (f\circ h)(x)\cdot h'(x)-(f\circ g)(x)\cdot g'(x))]
- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_a^bf(x,\,t)\,\mathrm{d}t = \int_a^b \frac{\partial}{\partial x}f(x,\,t)\,\mathrm{d}t)]
- [math(\displaystyle \frac{\mathrm{d}}{\mathrm{d}x} \int_{g(x)}^{h(x)}f(x,\,t)\,\mathrm{d}t = f(x,\,h(x))\cdot h'(x) - f(x,\,g(x))\cdot g'(x) + \int_{g(x)}^{h(x)}\frac{\partial}{\partial x}f(x,\,t)\,\mathrm{d}t )]
3. 초등함수
3.1. 다항함수
- [math((ax^n)'=anx^{n-1})] (단, [math(n \neq 0)]인 상수)
- 특히, [math(n=0)]이면
- [math(ax^0=a \; \to \; a'=0)] (상수함수)
3.2. 거듭제곱근 함수
- [math((\sqrt[n]{x})' = \dfrac{\sqrt[n]{x}}{nx})] (단, [math(n \neq 0)]인 상수)
3.3. 지수함수
- [math((a^{f(x)})'=a^{f(x)}f'(x)\cdot{\rm ln}\,a)] (단, [math(a)]는 상수)
3.3.1. 루트
[math( \sqrt{x} = x^{\frac{1}{2} } )]이고[math(d \left( x^n \right) = n x^{n-1 } )]이므로
[math(d \left( \sqrt{x} \right) = d \left( x^{\frac{1}{2} } \right) )]
[math( = \dfrac{1}{2} x^{\frac{1}{2} -1 } )]
[math( = \frac{1}{2} x^{- \frac{1}{2} } )]
또는
[math( = \frac{1}{2} \left( { \frac{1}{\sqrt{x}} } \right) )]
[math( = { \frac{1}{2\sqrt{x}} } )]
3.3.2. 허수지수함수
- [math([ \operatorname{cis}(z) ]' = i \operatorname{cis}(z))]
- [math([ \overline{\operatorname{cis}}(z) ]' = -i\,\overline{\operatorname{cis}}(z))]
3.4. 삼각함수
#!if (문단 == null) == (앵커 == null)
를#!if 문단 != null & 앵커 == null
의 [[삼각함수/도함수#s-|]]번 문단을#!if 문단 == null & 앵커 != null
{{{#!if 문서명 = 문서명 != null ? 문서명 : calleeTitle
의 [[삼각함수/도함수#|]] 부분을}}} 참고하십시오.- [math(({\rm sin}\,x)'={\rm cos}\,x)]
- [math(({\rm cos}\,x)'=-{\rm sin}\,x)]
- [math(({\rm tan}\,x)'={\rm sec}^2\,x)]
- [math(({\rm cot}\,x)'=-{\rm csc^2}\,x)]
- [math(({\rm sec}\,x)'={\rm sec}\,x{\rm tan}\,x)]
- [math(({\rm csc}\,x)'=-{\rm csc}\,x{\rm cot}\,x)]
3.4.1. 싱크 함수
- [math(({\rm sinc}\,x)'= \dfrac{x \cos x - \sin x}{x^2})]
3.5. 역삼각함수
- [math((\arcsin x)' = \dfrac1{\sqrt{1-x^2}})]
- [math((\arccos x)' = -\dfrac1{\sqrt{1-x^2}})]
- [math((\arctan x)' = \dfrac1{1+x^2})]
- [math((\mathrm{arcsec}\,x)' = \dfrac1{\left|x\right|\sqrt{x^2-1}})]
- [math((\mathrm{arccsc}\,x)' = -\dfrac1{\left|x\right|\sqrt{x^2-1}})]
- [math((\mathrm{arccot}\,x)' = -\dfrac1{1+x^2})]
3.6. 쌍곡선 함수
- [math(({\rm sinh}\,x)'={\rm cosh}\,x)]
- [math(({\rm cosh}\,x)'={\rm sinh}\,x)]
- [math(({\rm tanh}\,x)'={\rm sech}^2\,x)]
- [math(({\rm coth}\,x)'=-{\rm csch}^2\,x)]
- [math(({\rm sech}\,x)'=-{\rm sech}\,x{\rm tanh}\,x)]
- [math(({\rm csch}\,x)'=-{\rm csch}\,x{\rm coth}\,x)]
3.7. 역쌍곡선 함수
- [math((\mathrm{arsinh}\,x)' = \dfrac1{\sqrt{x^2+1}})]
- [math((\mathrm{arcosh}\,x)' = \dfrac1{\sqrt{x^2-1}} \quad (x>1))]
- [math((\mathrm{artanh}\,x)' = \dfrac1{1-x^2} \quad (|x|<1))]
- [math((\mathrm{arcoth}\,x)' = \dfrac1{1-x^2} \quad (|x|>1))]
- [math((\mathrm{arsech}\,x)' = -\dfrac1{x\sqrt{1-x^2}} \quad (0<x<1))]
- [math((\mathrm{arcsch}\,x)' = -\dfrac1{|x|\sqrt{1+x^2}} \quad (x\ne0))]
3.8. 로그함수
- [math((\ln |x|)' = \dfrac{1}{x} \; (x \neq 0))]
- [math((\ln x)' = \dfrac{1}{x} \; (x > 0))]
- [math(({\rm Log}\,z)' = \dfrac{1}{z} \; (z \neq 0))]
- [math((\log_a |x|)' = \dfrac{1}{x \ln a} \; (x \neq 0))]
- [math((\log_a x)' = \dfrac{1}{x \ln a} \; (x > 0))]
분모가 일차식인 함수의 역도함수는 로그에 절댓값이 씌워진 형태로 나오므로, 로그함수의 미분법은 절댓값이 포함된 경우도 같이 외워두면 좋다.
4. 특수함수
4.1. 오차함수
- [math([{\rm erf}(x) ]' = \dfrac{2e^{-x^2}}{\sqrt{\pi}})]
- [math([{\rm erfc}(x) ]' = -\dfrac{2e^{-x^2}}{\sqrt{\pi}})]
- [math([{\rm erfi}(x) ]' = \dfrac{2e^{x^2}}{\sqrt{\pi}})]
4.2. 지수 적분 함수
- [math([{\rm Ei}(x) ]' = \dfrac{e^x}{x})]
4.3. 로그 적분 함수
- [math([{\rm li}(x) ]' = \dfrac{1}{\ln x})]
4.4. 삼각 적분 함수
- [math([{\rm Si}(x) ]' = \dfrac{\sin x}{x})]
- [math([{\rm Ci}(x) ]' = \dfrac{\cos x}{x})]
4.5. 쌍곡선 적분 함수
- [math([{\rm Shi}(x) ]' = \dfrac{\sinh x}{x})]
- [math([{\rm Chi}(x) ]' = \dfrac{\cosh x}{x})]
4.6. 프레넬 적분 함수
- [math([S(x) ]' = \sin{ \!\left( \dfrac{\pi x^2}{2} \right) \, {\sf or} \; \sin x^2})]
- [math([C(x) ]' = \cos{ \!\left( \dfrac{\pi x^2}{2} \right) \, {\sf or} \; \cos x^2})]
4.7. 구데르만 함수
- [math([{\rm gd}(x) ]' = {\rm sech}\,x)]
- [math([{\rm igd}(x) ]' = \sec x)]
4.8. 타원 적분 함수
- [math(\displaystyle [K(x,\,k) ]' = \frac{1}{\sqrt{1-k^{2}}\sqrt{1-k^{2}x^{2} }} \quad (0 \leq k \leq 1))]
- [math(\displaystyle [E(x,\,k) ]' = \frac{\sqrt{1-k^{2}x^{2} }}{\sqrt{1-x^{2} }} \quad (0 \leq k \leq 1) )]
4.9. 브링 근호
- [math([\mathrm{BR}(x) ]' = -\dfrac{1}{5[ \mathrm{BR}(x) ]^4+1})]
4.10. 폴리로그함수
- [math([\mathrm{Li}_s(x) ]' = \dfrac{\mathrm{Li}_{s-1}(x)}{x})]
4.11. 제타 함수
닫힌 형식으로 표현할 수 없고 급수의 꼴로만 나타낼 수 있다.- [math(\zeta'(s) = \displaystyle - \sum^{\infty}_{k=2} k^{-s} \ln k)]
4.12. 감마 함수
특이하게도 아래와 같이 도함수가 재귀적으로 정의된다. 여기서 [math(\psi(z))]는 디감마 함수다.- [math(\Gamma'(z) = \Gamma(z) \psi(z) = \Gamma(z) [ {\rm Log}\,\Gamma(z) ]' )]
4.12.1. 로그 감마 함수
[math(\psi(z))]는 디감마 함수다.- [math([{\rm Log}\,\Gamma(z) ]' =\psi(z) = \dfrac{\Gamma'(z)}{\Gamma(z)} )]
4.13. 람베르트 W 함수
- [math(W'(x) = \dfrac1{e^{W(x)}+x})]
4.14. 부호 함수 ・ 헤비사이드 계단 함수
아래 식에서 [math(\delta(x))]는 디랙 델타 함수이다.- [math([{\rm sgn}(x) ]' = 2 \delta(x))]
- [math(u'(x)= \delta(x))]
5. 음함수
[math(f(x,y)=0)]을 [math(x)]에 대해 미분한 식은 아래와 같다.[math(\dfrac{\partial f}{\partial x}+\dfrac{\partial f}{\partial y}\dfrac{{\rm d}y}{{\rm d}x}=0)], [math(\displaystyle \frac{\mathrm{d}y}{\mathrm{d}x})]=[math(-\frac{\frac{\partial f}{\partial x}}{\frac{\partial f}{\partial y}})] ([math(\partial f/\partial y \neq 0)])
x, y를 둘 다 변수로 간주한다면, 합성함수의 미분법과 같은 방식을 이용할 수 있다.
5.1. 원
- [math((x-a)^2+(y-b)^2=r^2\;\rightarrow\;\dfrac{{\rm d}y}{{\rm d}x}=-\dfrac{x-a}{y-b})] ([math(a)], [math(b)], [math(r)]은 상수)
5.2. 타원곡선
- [math(y^2 = x^3 + ax + b\;\rightarrow\;\dfrac{\mathrm{d}y}{\mathrm{d}x} = \dfrac{3x^2 + a}{2y})] ([math(a)], [math(b)]는 상수)
6. 매개변수 함수
x=f(t), y=g(t)로 나타낼 수 있다고 가정한다.dy/dx=(dy/dt)/(dx/dt)=g’(t)/f’(t)
7. 정적분과 역도함수
- [math(\left(\displaystyle\int_0^xf(t)(x-t)\;{\rm d}t\right)'=\displaystyle\int_0^xf(t)\;{\rm d}t)]
- [math(\left(\displaystyle\int_0^xf(t)(x-t)^2\;{\rm d}t\right)''=2\displaystyle\int_0^xf(t)\;{\rm d}t)]
이와 같은 방식으로 정적분을 이용하여 역도함수는 물론 역도함수의 역도함수, 심지어 역도함수의 역도함수의 역도함수 이상도 구할 수 있다.
8. 절댓값함수
- [math(|f(x)|' = ({\rm sgn} \circ f)(x)\,f'(x))]
9. 테트레이션
- [math((x^x)'=x^x(1+{\rm ln}\,x))]
- [math(y=x^{x^{x^{x^{.^{.^.}} }} })][math(\!\!\rightarrow\; \dfrac{{\rm d}y}{{\rm d}x}=\dfrac{y^2}{(x-xy\ln{x})}=\dfrac{[W(-\operatorname{Log}{x}) ]^2}{ x \operatorname{Log}^{2}{x} [W(-\operatorname{Log}{x}) + 1 ] })]
([math(W(x))]는 람베르트 W 함수)
10. 기타 유용한 미분 공식
- (fmgn)’=(fm-1gn-1)’(mf’g+nfg’): 완전거듭제곱식인 두 함수의 곱미분으로, 두 함수의 지수가 1씩 작아진 함수를 공통인수로 묶고, 오른쪽은 곱미분에 상수가 곱해진 꼴이다.
- f^g 꼴의 경우 로그미분법으로 미분해도 되나, e^(g*lnf)가 성립하는 점을 이용해 쉽게 계산이 가능하다. 사실 본질적으로는 동일한 방식이지만 굳이 y를 도입해서 미분하기보단 f를 지수에 올려서 계산하는 것이 좀 더 직관적이기도 하다.
11. 관련 문서
[1] 어떤 연산자가 분배 법칙 및 상수배 성질을 만족시키는 경우 선형성이 있다고 하며, 이런 형태의 결합을 선형결합(linear combination)이라고 한다.