zuai-logo

Differentiation of Composite & Inverse Functions

Emily Davis

Emily Davis

6 min read

Listen to this study note

Study Guide Overview

This study guide covers the chain rule for differentiating composite functions. It explains the rule, provides worked examples with increasing complexity (including combining with the product rule), and offers practice questions. Key concepts include identifying inner functions, extending the chain rule to longer chains, and applying it in conjunction with other differentiation rules. A glossary and exam tips are also included.

Derivatives of Composite Functions

Table of Contents

  1. Understanding Composite Functions
  2. Using the Chain Rule
  3. Worked Examples
  4. Advanced Applications of the Chain Rule
  5. Practice Questions
  6. Glossary
  7. Summary and Key Takeaways

Understanding Composite Functions

When differentiating composite functions, we use the chain rule. Composite functions are of the form f(g(x))f(g(x)).

The Chain Rule

If y=f(u)y = f(u) and u=g(x)u = g(x), then: dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

In function notation, if h(x)=f(g(x))h(x) = f(g(x)), then: h(x)=f(g(x))g(x)h'(x) = f'(g(x)) \cdot g'(x)

The chain rule can be extended to longer chains of functions: dydx=dydu×dudt×dtdr×drdx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dt} \times \frac{dt}{dr} \times \frac{dr}{dx}

The terms are derivatives, not fractions, but they can be treated similarly in this context to simplify the process.

Using the Chain Rule

Example: Differentiating y=(2x3+4x)6y = (2x^3 + 4x)^6

  1. Identify the inside function: u=2x3+4xu = 2x^3 + 4x
  2. Rewrite the original function: y=u6y = u^6
  3. Differentiate the inside function with respect to xx: dudx=6x2+4\frac{du}{dx} = 6x^2 + 4
  4. Differentiate yy with respect to uu: dydu=6u5\frac{dy}{du} = 6u^5
  5. Apply the chain rule: dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} dydx=6u5×(6x2+4)\frac{dy}{dx} = 6u^5 \times (6x^2 + 4)
  6. Substitute back uu: dydx=6(2x3+4x)5×(6x2+4)\frac{dy}{dx} = 6(2x^3 + 4x)^5 \times (6x^2 + 4)
To differentiate y=(2x3+4x)6y = (2x^3 + 4x)^6: - Use the power as a coefficient and reduce the power by 1. - Multiply by the derivative of the inside function. - dydx=6(2x3+4x)5×(6x2+4)\frac{dy}{dx} = 6(2x^3 + 4x)^5 \times (6x^2 + 4)

Worked Examples

Example 1: f(x)=sin(3x4+5x)f(x) = \sin(3x^4 + 5x)

  1. Substitute the inside function: u=3x4+5xu = 3x^4 + 5x y=sin(u)y = \sin(u)
  2. Differentiate uu: dudx=12x3+5\frac{du}{dx} = 12x^3 + 5
  3. Differentiate yy: dydu=cos(u)\frac{dy}{du} = \cos(u)
  4. Apply the chain rule: dydx=cos(u)(12x3+5)\frac{dy}{dx} = \cos(u) \cdot (12x^3 + 5)
  5. Substitute back uu: dydx=cos(3x4+5x)(12x3+5)\frac{dy}{dx} = \cos(3x^4 + 5x) \cdot (12x^3 + 5) f(x)=(12x3+5)cos(3x4+5x)f'(x) = (12x^3 + 5) \cos(3x^4 + 5x)

Example 2: g(x)=etan(x)g(x) = e^{\tan(x)}

  1. Substitute the inside function: u=tan(x)u = \tan(x) y=euy = e^u
  2. Differentiate uu: dudx=sec2(x)\frac{du}{dx} = \sec^2(x)
  3. Differentiate yy: dydu=eu\frac{dy}{du} = e^u
  4. Apply the chain rule: dydx=eusec2(x)\frac{dy}{dx} = e^u \cdot \sec^2(x)
  5. Substitute back uu: dydx=etan(x)sec2(x)\frac{dy}{dx} = e^{\tan(x)} \cdot \sec^2(x) g(x)=etan(x)sec2(x)g'(x) = e^{\tan(x)} \sec^2(x)

Advanced Applications of the Chain Rule

Example: Combining Chain Rule with Product Rule

Differentiate f(x)=cos(x)e4x3+3x2+2f(x) = \cos(x) \cdot e^{4x^3 + 3x^2 + 2}:

  1. Apply the product rule: Let u=cos(x)u = \cos(x) and v=e4x3+3x2+2v = e^{4x^3 + 3x^2 + 2}
  2. Differentiate uu: u=sin(x)u' = -\sin(x)
  3. Differentiate vv using the chain rule: Let w=4x3+3x2+2w = 4x^3 + 3x^2 + 2, so v=ewv = e^w dwdx=12x2+6x\frac{dw}{dx} = 12x^2 + 6x dvdw=ew\frac{dv}{dw} = e^w dvdx=ew(12x2+6x)\frac{dv}{dx} = e^w \cdot (12x^2 + 6x) v=(12x2+6x)e4x3+3x2+2v' = (12x^2 + 6x) e^{4x^3 + 3x^2 + 2}
  4. Combine using the product rule: f(x)=uv+uvf'(x) = u'v + uv' f(x)=sin(x)e4x3+3x2+2+cos(x)(12x2+6x)e4x3+3x2+2f'(x) = -\sin(x) \cdot e^{4x^3 + 3x^2 + 2} + \cos(x) \cdot (12x^2 + 6x) e^{4x^3 + 3x^2 + 2}
  5. Factorize: f(x)=e4x3+3x2+2(cos(x)(12x2+6x)sin(x))f'(x) = e^{4x^3 + 3x^2 + 2} (\cos(x) (12x^2 + 6x) - \sin(x))

Practice Questions

Practice Question
  1. Differentiate f(x)=ln(sin(2x2+3))f(x) = \ln(\sin(2x^2 + 3)).
  2. Differentiate g(x)=ex2+xg(x) = \sqrt{e^{x^2 + x}}.
  3. Differentiate h(x)=tan(ln(x2+1))h(x) = \tan(\ln(x^2 + 1)).
  4. Differentiate k(x)=ecos(x3+x)k(x) = e^{\cos(x^3 + x)}.

Glossary

  • Chain Rule: A rule for differentiating a composite function.
  • Composite Function: A function that is formed by combining two functions, denoted as f(g(x))f(g(x)).
  • Derivative: A measure of how a function changes as its input changes.

Summary and Key Takeaways

Summary

  • Composite functions are differentiated using the chain rule.
  • The chain rule states that if y=f(u)y = f(u) and u=g(x)u = g(x), then dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}.
  • This rule can be extended to longer chains of functions.
  • When differentiating complex functions, the chain rule can be combined with other differentiation rules like the product or quotient rule.

Key Takeaways

  • Understand the inside function: Identify the inner function before applying the chain rule.
  • Practice: The more you practice, the easier it becomes to apply the chain rule.
  • Combine rules: Be ready to combine the chain rule with other differentiation rules for complex functions.

Difficulty Rating

  • Basic: Differentiating simple composite functions
  • Intermediate: Combining the chain rule with the product or quotient rule
  • Advanced: Differentiating nested composite functions

Exam Strategy

Exam Tip
  • Identify the inner function quickly: This will save time during the exam.
  • Practice multiple problems: Familiarity with a variety of problems will help you tackle any question.
  • Check your work: Always substitute back the inner function to ensure your final answer is correct.

By understanding and applying the chain rule effectively, you can tackle a wide range of differentiation problems with confidence. Happy studying!

Question 1 of 11

In the composite function y=(2x+1)3y = (2x+1)^3, what is the inner function?

y=u3y=u^3

u=2x+1u = 2x+1

y=x3y = x^3

3u23u^2