ACEpath
Select Subject
Select Unit

Chain Rule Formula

ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

Using Leibniz notation: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Differentiation Of f(g(x))f(g(x))

Differentiation of f(g(x))

Example: ddx(sin(x2))=cos(x2)2x\frac{d}{dx}(\sin(x^2)) = \cos(x^2) \cdot 2x

Example: ddx((3x+1)5)=5(3x+1)43=15(3x+1)4\frac{d}{dx}((3x+1)^5) = 5(3x+1)^4 \cdot 3 = 15(3x+1)^4

Implicit Differentiation Technique

Used when y cannot be easily isolated:

  1. Differentiate both sides with respect to x
  2. Apply chain rule to y-terms: ddx(yn)=nyn1dydx\frac{d}{dx}(y^n) = ny^{n-1} \cdot \frac{dy}{dx}
  3. Solve for dydx\frac{dy}{dx}

Derivative Of An Inverse Function Formula

(f1)(x)=1f(f1(x))(f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))}

Alternatively: if f(a) = b, then (f1)(b)=1f(a)(f^{-1})'(b) = \frac{1}{f'(a)}

Derivatives Of arcsinx\arcsin x, arccosx\arccos x, arctanx\arctan x, Etc.

Derivatives of arcsin x, arccos x, arctan x, etc.

ddx(arcsinx)=11x2,x<1\frac{d}{dx}(\arcsin x) = \frac{1}{\sqrt{1 - x^2}}, \quad |x| < 1 ddx(arccosx)=11x2,x<1\frac{d}{dx}(\arccos x) = -\frac{1}{\sqrt{1 - x^2}}, \quad |x| < 1 ddx(arctanx)=11+x2\frac{d}{dx}(\arctan x) = \frac{1}{1 + x^2}

Combination Of Rules

Identify the structure of the function to choose the right technique:

  • Product/quotient -> Product/Quotient Rule
  • Composition -> Chain Rule
  • Both combined -> Apply both rules

Second Derivative f(x)f''(x)

Second Derivative f''(x)

f(x)=ddx[f(x)]=limh0f(x+h)f(x)hf''(x) = \frac{d}{dx}[f'(x)] = \lim_{h \to 0} \frac{f'(x+h) - f'(x)}{h}

Notation: f''(x), y'', d2ydx2\frac{d^2y}{dx^2}

Higher-order: f'''(x), f(4)(x), etc.