Differentiation: The Chain Rule

The Chain Rule

  • The Chain Rule is used for differentiating composite functions y=f(g(x))y = f(g(x)).

  • If y=f(u)y = f(u) and u=g(x)u = g(x), then the derivative is given by the formula: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

  • Conceptual approach: Think of composite functions as having an "inside" and an "outside." The derivative is the derivative of the outer function (at the inner function uu) multiplied by the derivative of the inner function.

General Power Rule

  • A special case of the Chain Rule used for functions of the form y=[u(x)]ny = [u(x)]^n.

  • Rule: If y=[u(x)]ny = [u(x)]^n, then: dydx=n[u(x)]n1dudx\frac{dy}{dx} = n[u(x)]^{n-1} \cdot \frac{du}{dx}

  • Alternatively expressed as: ddx[un]=nun1u\frac{d}{dx} [u^n] = nu^{n-1} u'

  • Example 2: To find the derivative of y=(x2+1)3y = (x^2 + 1)^3: dydx=3(x2+1)2(2x)=6x(x2+1)2\frac{dy}{dx} = 3(x^2 + 1)^2 \cdot (2x) = 6x(x^2 + 1)^2

Simplification Techniques

  • Simplified forms are necessary for applications. Techniques include factoring out least powers and combining terms into single fractions.

  • Example 6 (y=x21x2y = x^2 \sqrt{1 - x^2}): Derivative involves the Product Rule and General Power Rule, simplifying to: y=x(23x2)1x2y' = \frac{x(2 - 3x^2)}{\sqrt{1 - x^2}}

  • Example 7 (f(x)=(3x1x2+3)2f(x) = \left(\frac{3x - 1}{x^2 + 3}\right)^2): Derivative uses the General Power Rule combined with the Quotient Rule, resulting in: f(x)=2(3x1)(3x2+2x+9)(x2+3)3f'(x) = \frac{2(3x - 1)(-3x^2 + 2x + 9)}{(x^2 + 3)^3}

Applications and Rates of Change

  • Derivatives represent rates of change in real-life models.

  • Example 4: Finding the tangent line to y=(x2+4)23y = \sqrt[3]{(x^2 + 4)^2} at x=2x = 2. At this point, y=4y = 4.

  • Example 8 (Apple Performance): Sales per share SS for Apple from 2004 (t=4t = 4) through 2013 were analyzed using the General Power Rule to find the rate of change dSdt\frac{dS}{dt} for years 2006, 2009, and 2012.

Summary of Basic Differentiation Rules

  • Constant Rule: ddx[c]=0\frac{d}{dx} [c] = 0

  • Constant Multiple Rule: ddx[cu]=cdudx\frac{d}{dx} [cu] = c \frac{du}{dx}

  • Sum and Difference Rules: ddx[u±v]=dudx±dvdx\frac{d}{dx} [u \pm v] = \frac{du}{dx} \pm \frac{dv}{dx}

  • Product Rule: ddx[uv]=udvdx+vdudx\frac{d}{dx} [uv] = u \frac{dv}{dx} + v \frac{du}{dx}

  • Quotient Rule: ddx[uv]=vdudxudvdxv2\frac{d}{dx} \left[\frac{u}{v}\right] = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}

  • Standard Power Rule: ddx[xn]=nxn1\frac{d}{dx} [x^n] = nx^{n-1}

  • General Power Rule: ddx[un]=nun1dudx\frac{d}{dx} [u^n] = nu^{n-1} \frac{du}{dx}