Product rule for higher derivatives: Difference between revisions

From Calculus
(Created page with "==Statement== This states that if <math>f</math> and <math>g</math> are <math>n</math> times differentiable functions at <math>x = x_0</math>, then the [[pointwise product of fu...")
 
Line 16: Line 16:
! Value of <math>n</math> !! Formula for <math>\frac{d^n}{dx^n}[f(x)g(x)]</math>
! Value of <math>n</math> !! Formula for <math>\frac{d^n}{dx^n}[f(x)g(x)]</math>
|-
|-
| 1 || <math>f'(x)g(x) + f(x)g'(x)</math> (this is the usual [[product rule for differentiation]]).
| 1 || <math>\! f'(x)g(x) + f(x)g'(x)</math> (this is the usual [[product rule for differentiation]]).
|-
|-
| 2 || <math>f''(x)g(x) + 2f'(x)g'(x) + f(x)g''(x)</math>.
| 2 || <math>\! f''(x)g(x) + 2f'(x)g'(x) + f(x)g''(x)</math>.
|-
|-
| 3 || <math>f'''(x)g(x) + 3f''(x)g'(x) + 3f'(x)g''(x) + g'''(x)</math>.
| 3 || <math>\! f'''(x)g(x) + 3f''(x)g'(x) + 3f'(x)g''(x) + g'''(x)</math>.
|}
|}

Revision as of 11:45, 26 August 2011

Statement

This states that if f and g are n times differentiable functions at x=x0, then the pointwise product fg is also n times differentiable at x=x0, and we have:

dndxn[f(x)g(x)]|x=x0=k=0n(nk)f(k)(x0)g(nk)(x0)

Here, f(k) denotes the kth derivative of f, g(nk) denotes the (nk)th derivative of g, and (nk) is the binomial coefficient.

If we consider this as a general expression rather than evaluating at a given point, we get:

dndxn[f(x)g(x)]=k=0n(nk)f(k)(x)g(nk)(x)

Particular cases

Value of n Formula for dndxn[f(x)g(x)]
1 f(x)g(x)+f(x)g(x) (this is the usual product rule for differentiation).
2 f(x)g(x)+2f(x)g(x)+f(x)g(x).
3 f(x)g(x)+3f(x)g(x)+3f(x)g(x)+g(x).