1. 개요
곱미분(곱의 미분법[1], Product rule)은 두 실함수 [math( f(x) )]와 [math( g(x) )]의 곱의 형태(원래 이것 자체를 '곱'이라고 함)를 가진 함수 [math( \displaystyle f(x) g(x) )]의 도함수를 구하는 공식이다.2. 증명
미분계수의 정의에 의하여 함수 [math( \displaystyle F(x) = f(x)g(x))]의 도함수를 구해 보자.[math( \displaystyle \begin{aligned} F'(x) &= \lim_{h \to 0} \frac{F(x+h)-F(x)}{h} \\&=\lim_{h \to 0} \frac{f(x+h)g(x+h)-f(x)g(x)}{h} \end{aligned} )] |
[math( \displaystyle \begin{aligned} F'(x) &=\lim_{h \to 0} \frac{f(x+h)g(x+h)-f(x)g(x+h)+f(x)g(x+h)-f(x)g(x)}{h} \\&=\lim_{h \to 0} \frac{f(x)[g(x+h)-g(x) ]+g(x+h)[f(x+h)-f(x) ]}{h} \\&=f(x) \lim_{h \to 0} \frac{g(x+h)-g(x)}{h} +\lim_{h \to 0} g(x+h) \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} \\&=f(x)g'(x)+f'(x)g(x) \end{aligned} )] |
두 함수 [math(f(x))], [math(g(x))] 모두 좌미분계수만 존재하거나, 우미분계수만 존재한다고 하더라도, 위의 증명에서 [math(h \to 0)]을 [math(h \to 0^{+})] 또는 [math(h \to 0^{-})]로 바꾸어도 증명에 무리가 없으므로, 좌미분계수, 우미분계수에 대해서도 곱의 미분법이 성립한다.
2.1. 세 가지 식이 곱해져 있는 경우
세 함수 [math(f(x))], [math(g(x))], [math(h(x))]가 곱해진 함수 [math(f(x)g(x)h(x))]의 도함수는 위의 결과를 참조해보면, 아래와 같음을 알 수 있다.[math( \begin{aligned} [f(x)g(x)h(x) ]'&=[[f(x)g(x) ] h(x) ]' \\&= [f(x)g(x) ]'h(x)+f(x)g(x)h'(x) \\&=[f(x)g'(x)+f'(x)g(x) ]h(x)+f(x)g(x)h'(x) \\ &=f'(x) g(x) h(x) + f(x) g'(x) h(x) + f(x) g(x) h'(x) \end{aligned} )] |
3. 일반화
아래의 두 일반화 모두 수학적 귀납법으로 증명할 수 있다.3.1. 여러 함수의 곱의 미분
[math(n)]개의 함수 [math(f_{1}(x), \, \cdots, \, f_{n}(x))]가 모두 미분 가능할 때,[math( [f_{1}(x)f_{2}(x)\cdots f_{n}(x) ]^{\prime}=f'_{1}(x)f_{2}(x)\cdots f_{n}(x)+\cdots+f_{1}(x)f_{2}(x) \cdots f'_{n}(x) )] |
3.2. 두 함수의 곱의 여러번 미분
[math(n)]번 미분가능한 함수 [math(f(x))], [math(g(x))]에 대하여,[math( \displaystyle[f(x)g(x) ]^{(n)}=\displaystyle\sum_{r=0}^{n} {{n}\choose{r}} f^{(r)}(x)g^{(n-r)}(x) )] |
4. 기타
- 부분적분은 이 곱미분의 성질에서 파생되었다.
4.1. 고등학교 교육과정
5. 관련 문서
[1]
고교 교육과정 상에서는 이 용어로 배운다.