Skip to main content
Mathematics LibreTexts

3.7: The Chain Rule

  • Page ID
    10735
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    We have seen the techniques for differentiating basic functions \((x^n,\sin x,\cos x,etc.)\) as well as sums, differences, products, quotients, and constant multiples of these functions. However, these techniques do not allow us to differentiate compositions of functions, such as \(h(x)=\sin(x^3)\) or \(k(x)=\sqrt{3x^2+1}\). In this section, we study the rule for finding the derivative of the composition of two or more functions.

    Deriving the Chain Rule

    When we have a function that is a composition of two or more functions, we could use all of the techniques we have already learned to differentiate it. However, using all of those techniques to break down a function into simpler parts that we are able to differentiate can get cumbersome. Instead, we use the chain rule, which states that the derivative of a composite function is the derivative of the outer function evaluated at the inner function times the derivative of the inner function.

    To put this rule into context, let’s take a look at an example: \(h(x)=\sin(x^3)\). We can think of the derivative of this function with respect to \(x\) as the rate of change of \(\sin(x^3)\) relative to the change in \(x\). Consequently, we want to know how \(\sin(x^3)\) changes as \(x\) changes. We can think of this event as a chain reaction: As \(x\) changes, \(x^3\) changes, which leads to a change in \(\sin(x^3)\). This chain reaction gives us hints as to what is involved in computing the derivative of \(\sin(x^3)\). First of all, a change in \(x\) forcing a change in \(x^3\) suggests that somehow the derivative of \(x^3\) is involved. In addition, the change in \(x^3\) forcing a change in \(\sin(x^3)\) suggests that the derivative of \(\sin(u)\) with respect to \(u\), where \(u=x^3\), is also part of the final derivative.

    We can take a more formal look at the derivative of \(h(x)=\sin(x^3)\) by setting up the limit that would give us the derivative at a specific value \(a\) in the domain of \(h(x)=\sin(x^3)\).

    \[h′(a)=\lim_{x→a}\dfrac{\sin(x^3)−\sin(a^3)}{x−a}\]

    This expression does not seem particularly helpful; however, we can modify it by multiplying and dividing by the expression \(x^3−a^3\)\) to obtain

    \[h′(a)=\lim_{x→a}\dfrac{\sin(x^3)−\sin(a^3)}{x^3−a^3}⋅\dfrac{x^3−a^3}{x−a}.\]

    From the definition of the derivative, we can see that the second factor is the derivative of \(x^3\) at \(x=a.\) That is,

    \[\lim_{x→a}\dfrac{x^3−a^3}{x−a}=\dfrac{d}{dx}(x^3)=3a^2.\]

    However, it might be a little more challenging to recognize that the first term is also a derivative. We can see this by letting \(u=x^3\) and observing that as \(x→a,u→a^3\):

    \[ \begin{align} \lim_{x→a}\dfrac{\sin(x^3)−\sin(a^3)}{x^3−a^3} &=\lim_{u→a^3}\dfrac{\sin u−\sin(a^3)}{u−a^3} \\ &=\dfrac{d}{du}(\sin u)_{u=a^3} \\ &=\cos(a3) \end{align}.\]

    Thus, \(h′(a)=\cos(a^3)⋅3a^2\).

    In other words, if \(h(x)=\sin(x^3)\), then \(h′(x)=\cos(x^3)⋅3x^2\). Thus, if we think of \(h(x)=\sin(x^3)\) as the composition \((f∘g)(x)=f(g(x))\) where \(f(x)= \sin x\) and \(g(x)=x^3\), then the derivative of \(h(x)=\sin(x^3)\) is the product of the derivative of \(g(x)=x^3\) and the derivative of the function \(f(x)=\sin x\) evaluated at the function \(g(x)=x^3\). At this point, we anticipate that for \(h(x)=\sin(g(x))\), it is quite likely that \(h′(x)=\cos(g(x))g′(x)\). As we determined above, this is the case for \(h(x)=\sin(x^3)\).

    Now that we have derived a special case of the chain rule, we state the general case and then apply it in a general form to other composite functions. An informal proof is provided at the end of the section.

    Rule: The Chain Rule

    Let \(f\) and \(g\) be functions. For all \(x\) in the domain of \(g\) for which \(g\) is differentiable at \(x\) and \(f\) is differentiable at \(g(x)\), the derivative of the composite function

    \[h(x)=(f∘g)(x)=f(g(x))\]

    is given by

    \[h′(x)=f′(g(x))g′(x).\]

    Alternatively, if \(y\) is a function of \(u\), and \(u\) is a function of \(x\), then

    \(\dfrac{dy}{dx}=\dfrac{dy}{du}⋅\dfrac{du}{dx}\).

    how-to.png Problem-Solving Strategy: Applying the Chain Rule

    1. To differentiate \(h(x)=f(g(x))\), begin by identifying \(f(x)\) and \(g(x)\).
    2. Find \(f'(x)\) and evaluate it at \(g(x)\) to obtain \(f′(g(x))\).
    3. Find \(g′(x).\)
    4. Write \(h′(x)=f′(g(x))⋅g′(x).\)

    Note: When applying the chain rule to the composition of two or more functions, keep in mind that we work our way from the outside function in. It is also useful to remember that the derivative of the composition of two functions can be thought of as having two parts; the derivative of the composition of three functions has three parts; and so on. Also, remember that we never evaluate a derivative at a derivative.

    The Chain and Power Rules Combined

    We can now apply the chain rule to composite functions, but note that we often need to use it with other rules. For example, to find derivatives of functions of the form \(h(x)=(g(x))^n\), we need to use the chain rule combined with the power rule. To do so, we can think of \(h(x)=(g(x))^n\) as \(f(g(x))\) where \(f(x)=x^n\). Then \(f′(x)=nx^{n−1}\). Thus, \(f′(g(x))=n(g(x))^{n−1}\). This leads us to the derivative of a power function using the chain rule,

    \(h′(x)=n(g(x))^{n−1}g′(x)\)

    Rule: Power Rule for Composition of Functions

    For all values of \(x\) for which the derivative is defined, if

    \(h(x)=(g(x))^n\).

    Then

    \(h′(x)=n(g(x))^{n−1}g′(x)\).

    Example \(\PageIndex{1}\): Using the Chain and Power Rules

    Find the derivative of \(h(x)=\dfrac{1}{(3x^2+1)^2}\).

    Solution

    First, rewrite \(h(x)=\dfrac{1}{(3x^2+1)^2}=(3x^2+1)^{−2}\).

    Applying the power rule with \(g(x)=3x^2+1\), we have

    \(h′(x)=−2(3x^2+1)^{−3}(6x)\).

    Rewriting back to the original form gives us

    \(h′(x)=\dfrac{−12x}{(3x^2+1)^3}\)

    try-it.png Exercise \(\PageIndex{1}\)

    Find the derivative of \(h(x)=(2x^3+2x−1)^4\).

    Hint

    Use Equation with \(g(x)=2x^3+2x−1\)

    Answer

    \(h′(x)=4(2x^3+2x−1)^3(6x+2)=8(3x+1)(2x^3+2x−1)^3\)

    Example \(\PageIndex{2}\): Using the Chain and Power Rules with a Trigonometric Function

    Find the derivative of \(h(x)=sin^3x\).

    Solution

    First recall that \(sin^3x=(\sin x)^3\), so we can rewrite \(h(x)=sin^3x\) as \(h(x)=(\sin x)^3\).

    Applying the power rule with \(g(x)=\sin x\), we obtain

    \(h′(x)=3(\sin x)^2\cos x=3sin^2x\cos x\).

    Example \(\PageIndex{3}\): inding the Equation of a Tangent Line

    Find the equation of a line tangent to the graph of \(h(x)=\dfrac{1}{(3x−5)^2}\) at \(x=2\).

    Solution

    Because we are finding an equation of a line, we need a point. The x-coordinate of the point is 2. To find the y-coordinate, substitute 2 into \(h(x)\). Since \(h(2)=\dfrac{1}{(3(2)−5)^2}=1\), the point is \((2,1)\).

    For the slope, we need \(h′(2)\). To find \(h′(x)\), first we rewrite \(h(x)=(3x−5)^{−2}\) and apply the power rule to obtain

    \(h′(x)=−2(3x−5)^{−3}(3)=−6(3x−5)^{−3}\).

    By substituting, we have \(h′(2)=−6(3(2)−5)^{−3}=−6.\)

    Therefore, the line has equation \(y−1=−6(x−2)\). Rewriting, the equation of the line is \(y=−6x+13\).

    try-it.png Exercise \(\PageIndex{2}\)

    Find the equation of the line tangent to the graph of \(f(x)=(x^2−2)^3\) at \(x=−2\).

    Hint

    Use the preceding example as a guide.

    Answer

    \(y=−48x−88\)

    Derivative of the Natural Exponential Function

    Let \(E(x)=e^x\) be the natural exponential function. Then

    \(E′(x)=e^x.\)

    In general,

    \(\frac{d}{dx}(e^{g(x)})=e^{g(x)}g′(x)\).

    Example \(\PageIndex{1}\): Derivative of an Exponential Function

    Find the derivative of \(f(x)=e^{tan(2x)}\).

    Solution:

    Using the derivative formula and the chain rule,

    \(f′(x)=e^{tan(2x)}\frac{d}{dx}(tan(2x))=e^{tan(2x)}sec^2(2x)⋅2\).

    Example \(\PageIndex{2}\): Combining Differentiation Rules

    Find the derivative of \(y=\frac{e^{x^2}}{x}\).

    Solution

    Use the derivative of the natural exponential function, the quotient rule, and the chain rule.

    \(y′=\frac{(e^{x^2}⋅2)x⋅x−1⋅e^{x^2}}{x^2}\) Apply the quotient rule.

    \(=\frac{e^{x^2}(2x^2−1)}{x^2}\) Simplify.

    try-it.png Exercise \(\PageIndex{1}\)

    Find the derivative of \(h(x)=xe^{2x}\).

    Hint

    Don’t forget to use the product rule.

    Answer

    \(h′(x)=e^{2x}+2xe^{2x}\)

    Example \(\PageIndex{3}\): Applying the Natural Exponential Function

    A colony of mosquitoes has an initial population of 1000. After \(t\) days, the population is given by \(A(t)=1000e^{0.3t}\). Show that the ratio of the rate of change of the population, \(A′(t)\), to the population, \(A(t)\) is constant.

    Solution

    First find \(A′(t)\). By using the chain rule, we have \(A′(t)=300e^{0.3t}.\) Thus, the ratio of the rate of change of the population to the population is given by

    \(A′(t)=\frac{300e^{0.3t}}{1000e^{0.3t}}=0.3.\)

    The ratio of the rate of change of the population to the population is the constant 0.3.

    try-it.png Exercise \(\PageIndex{2}\)

    If \(A(t)=1000e^{0.3t}\) describes the mosquito population after \(t\) days, as in the preceding example, what is the rate of change of \(A(t)\) after 4 days?

    Hint

    Find \(A′(4)\).

    Answer

    \(996\)

    Combining the Chain Rule with Other Rules

    Now that we can combine the chain rule and the power rule, we examine how to combine the chain rule with the other rules we have learned. In particular, we can use it with the formulas for the derivatives of trigonometric functions or with the product rule.

    Example \(\PageIndex{4}\): Using the Chain Rule on a General Cosine Function

    Find the derivative of \(h(x)=\cos(g(x)).\)

    Solution

    Think of \(h(x)=\cos(g(x))\) as \(f(g(x))\) where \(f(x)=\cos x\). Since \(f′(x)=−\sin x\). we have \(f′(g(x))=−\sin(g(x))\). Then we do the following calculation.

    \(h′(x)=f′(g(x))g′(x)\) Apply the chain rule.

    \(=−\sin(g(x))g′(x)\) Substitutef′(g(x))=−\sin(g(x)).

    Thus, the derivative of \(h(x)=\cos(g(x))\) is given by \(h′(x)=−\sin(g(x))g′(x).\)

    In the following example we apply the rule that we have just derived.

    Example \(\PageIndex{5}\): Using the Chain Rule on a Cosine Function

    Find the derivative of \(h(x)=\cos(5x^2).\)

    Solution

    \(Let g(x)=5x^2\). Then \(g′(x)=10x\). Using the result from the previous example,

    \(h′(x)=−\sin(5x2)⋅10x=−10x\sin(5x2)\)

    Example \(\PageIndex{6}\): Using the Chain Rule on Another Trigonometric Function

    Find the derivative of \(h(x)=sec(4x^5+2x).\)

    Solution

    Apply the chain rule to \(h(x)=sec(g(x))\) to obtain

    \(h′(x)=sec(g(x)tan(g(x))g′(x).\)

    In this problem, \(g(x)=4x^5+2x,\) so we have \(g′(x)=20x^4+2.\) Therefore, we obtain

    \(h′(x)=sec(4x^5+2x)tan(4x^5+2x)(20x^4+2)=(20x^4+2)sec(4x^5+2x)tan(4x^5+2x).\)

    try-it.png Exercise \(\PageIndex{3}\)

    Find the derivative of \(h(x)=\sin(7x+2).\)

    Hint

    Apply the chain rule to \(h(x)=sing(x)\) first and then use \(g(x)=7x+2\).

    Answer

    \(h′(x)=7\cos(7x+2)\)

    At this point we provide a list of derivative formulas that may be obtained by applying the chain rule in conjunction with the formulas for derivatives of trigonometric functions. Their derivations are similar to those used in Example and Example. For convenience, formulas are also given in Leibniz’s notation, which some students find easier to remember. (We discuss the chain rule using Leibniz’s notation at the end of this section.) It is not absolutely necessary to memorize these as separate formulas as they are all applications of the chain rule to previously learned formulas.

    Using the Chain Rule with Trigonometric Functions

    For all values of \(x\) for which the derivative is defined,

    \(\dfrac{d}{dx}(\sin(g(x))=\cos(g(x))g'(x)\) \(\dfrac{d}{dx}\sin u=\cos u\dfrac{du}{dx}\)
    \(\dfrac{d}{dx}(\cos(g(x))=−\sin(g(x))g'(x)\) \(\dfrac{d}{dx}\cos u=−\sin u\dfrac{du}{dx}\)
    \(\dfrac{d}{dx}(tan(g(x))=sec^2(g(x))g'(x)\) \(\dfrac{d}{dx}tanu=sec^2u\dfrac{du}{dx}\)
    \(\dfrac{d}{dx}(cot(g(x))=−csc^2(g(x))g'(x)\) \(\dfrac{d}{dx}cotu=−csc^2u\dfrac{du}{dx}\)
    \(\dfrac{d}{dx}(sec(g(x))=sec(g(x)tan(g(x))g'(x)\) \(\dfrac{d}{dx}secu=secutanu\dfrac{du}{dx}\)
    \(\dfrac{d}{dx}(csc(g(x))=−csc(g(x))cot(g(x))g'(x)\) \(\dfrac{d}{dx}cscu=−cscucotu\dfrac{du}{dx}.\)

    Example \(\PageIndex{7}\): Combining the Chain Rule with the Product Rule

    Find the derivative of \(h(x)=(2x+1)^5(3x−2)^7\).

    Solution

    First apply the product rule, then apply the chain rule to each term of the product.

    \(h′(x)=\dfrac{d}{dx}((2x+1)^5)⋅(3x−2)^7+\dfrac{d}{dx}((3x−2)^7)⋅(2x+1)^5\)

    \(=5(2x+1)^4⋅2⋅(3x−2)^7+7(3x−2)^6⋅3⋅(2x+1)^5\)

    \(=10(2x+1)^4(3x−2)^7+21(3x−2)^6(2x+1)^5\)

    \(=(2x+1)^4(3x−2)^6(10(3x−7)+21(2x+1))\)

    \(=(2x+1)^4(3x−2)^6(72x−49)\)

    try-it.png Exercise \(\PageIndex{4}\)

    Find the derivative of \(h(x)=\dfrac{x}{(2x+3)^3}\).

    Hint

    Start out by applying the quotient rule. Remember to use the chain rule to differentiate the denominator.

    Answer

    \(h′(x)=\dfrac{3−4x}{(2x+3)^4}\)

    Composites of Three or More Functions

    We can now combine the chain rule with other rules for differentiating functions, but when we are differentiating the composition of three or more functions, we need to apply the chain rule more than once. If we look at this situation in general terms, we can generate a formula, but we do not need to remember it, as we can simply apply the chain rule multiple times.

    In general terms, first we let

    \[k(x)=h(f(g(x))).\]

    Then, applying the chain rule once we obtain

    \[k′(x)=\dfrac{d}{dx}(h(f(g(x)))=h'(f(g(x)))⋅\dfrac{d}{dx}f((g(x))).\]

    Applying the chain rule again, we obtain

    \[k′(x)=h′(f(g(x))f′(g(x))g′(x)).\]

    Example \(\PageIndex{8}\): Rule: Chain Rule for a Composition of Three Functions

    Solution

    For all values of \(x\) for which the function is differentiable, if

    \(k(x)=h(f(g(x))),\)

    then

    \(k′(x)=h′(f(g(x)))f′(g(x))g′(x).\)

    In other words, we are applying the chain rule twice.

    Notice that the derivative of the composition of three functions has three parts. (Similarly, the derivative of the composition of four functions has four parts, and so on.) Also, remember, we can always work from the outside in, taking one derivative at a time.

    Example \(\PageIndex{9}\): Differentiating a Composite of Three Functions

    Find the derivative of \(k(x)=cos^4(7x^2+1).\)

    Solution

    First, rewrite \(k(x)\) as

    \(k(x)=(\cos(7x^2+1))^4\).

    Then apply the chain rule several times.

    \(k′(x)=4(\cos(7x2+1))3(ddx(\cos(7x2+1))\)

    \(=4(\cos(7x^2+1))^3(−\sin(7x^2+1))(\dfrac{d}{dx}(7x^2+1))\)

    \(=4(\cos(7x^2+1))^3(−\sin(7x^2+1))(14x)\)

    \(=−56x\sin(7x^2+1)cos^3(7x^2+1)\)

    try-it.png Exercise \(\PageIndex{5}\)

    Find the derivative of \(h(x)=sin^6(x^3).\)

    Hint

    Rewrite \(h(x)=sin^6(x^3)=(\sin(x^3))^6\) and use Example as a guide.

    Answer

    \(h′(x)=18x^2sin^5(x^3)\cos(x^3)\)

    Example \(\PageIndex{10}\): Using the Chain Rule in a Velocity Problem

    A particle moves along a coordinate axis. Its position at time t is given by \(s(t)=\sin(2t)+\cos(3t)\). What is the velocity of the particle at time \(t=\dfrac{π}{6}\)?

    Solution

    To find \(v(t)\), the velocity of the particle at time \(t\), we must differentiate \(s(t)\). Thus,

    \[v(t)=s′(t)=2\cos(2t)−3\sin(3t).\]

    Proof of Chain Rule

    At this point, we present a very informal proof of the chain rule. For simplicity’s sake we ignore certain issues: For example, we assume that \(g(x)≠g(a)\) for \(x≠a\) in some open interval containing \(a\). We begin by applying the limit definition of the derivative to the function \(h(x)\) to obtain \(h′(a)\):

    \(h′(a)=\lim_{x→a}\dfrac{f(g(x))−f(g(a))}{x−a}\).

    Rewriting, we obtain

    \(h′(a)=\lim_{x→a}\dfrac{f(g(x))−f(g(a))}{g(x)−g(a)}⋅\dfrac{g(x)−g(a)}{x−a}\).

    Although it is clear that

    \(\lim_{x→a}\dfrac{g(x)−g(a)}{x−a}=g′(a)\),

    it is not obvious that

    \(\lim_{x→a}\dfrac{f(g(x))−f(g(a))}{g(x)−g(a)}=f′(g(a))\).

    To see that this is true, first recall that since g is differentiable at \(a,g\) is also continuous at \(a.\) Thus,

    \(\lim_{x→a}g(x)=g(a)\).

    Next, make the substitution \(y=g(x)\)and \(b=g(a)\) and use change of variables in the limit to obtain

    \(\lim_{x→a}\dfrac{f(g(x))−f(g(a))}{g(x)−g(a)}=\lim_{y→b}\dfrac{f(y)−f(b)}{y−b}=f′(b)=f′(g(a)).\)

    Finally,

    \(h′(a)=\lim_{x→a}\dfrac{f(g(x))−f(g(a))}{g(x)−g(a)}⋅\dfrac{g(x)−g(a)}{x−a}=f′(g(a))g′(a)\).

    Example \(\PageIndex{11}\): Using the Chain Rule with Functional Values

    Let \(h(x)=f(g(x)).\) If \(g(1)=4,g′(1)=3\), and \(f′(4)=7\), find \(h′(1).\)

    Solution

    Use the chain rule, then substitute.

    \(h′(1)=f′(g(1))g′(1)\) Apply the chain rule.

    \(=f′(4)⋅3\) Substitute \(g(1)=4\) and \(g′(1)=3.\)

    \(=7⋅3\) Substitute \(f'(4)=7.\)

    \(=21\) Simplify

    try-it.png Exercise \(\PageIndex{6}\)

    Given \(h(x)=f(g(x))\). If \(g(2)=−3,g′(2)=4,\) and \(f′(−3)=7\), find \(h′(2)\).

    Hint

    Follow Example.

    Answer

    28

    The Chain Rule Using Leibniz’s Notation

    As with other derivatives that we have seen, we can express the chain rule using Leibniz’s notation. This notation for the chain rule is used heavily in physics applications.

    For \(h(x)=f(g(x)),\) let \(u=g(x)\) and \(y=h(x)=g(u).\) Thus,

    \(h′(x)=\dfrac{dy}{dx}\]

    \[f′(g(x))=f′(u)=\dfrac{dy}{du}\]

    and

    \[g′(x)=\dfrac{du}{dx}.\]

    Consequently,

    \(\dfrac{dy}{dx}=h′(x)=f′(g(x))g′(x)=\dfrac{dy}{du}⋅\dfrac{du}{dx}\).

    Rule: Chain Rule Using Leibniz’s Notation

    If \(y\) is a function of \(u\), and \(u\) is a function of \(x\), then

    \(\dfrac{dy}{dx}=\dfrac{dy}{du}⋅\dfrac{du}{dx}\).

    Example \(\PageIndex{12}\): Taking a Derivative Using Leibniz’s Notation I

    Find the derivative of \[y=\left(\dfrac{x}{3x+2}\right)^5.\]

    Solution

    First, let \(u=\dfrac{x}{3x+2}\). Thus, \(y=u^5\). Next, find \(\dfrac{du}{dx}\) and \(\dfrac{dy}{du}\). Using the quotient rule,

    \(\dfrac{du}{dx}=\dfrac{2}{(3x+2)^2}\)

    and

    \(\dfrac{dy}{du}=5u^4\).

    Finally, we put it all together.

    \(\dfrac{dy}{dx}=\dfrac{dy}{du}⋅\dfrac{du}{dx}\) Apply the chain rule.

    \(=5u^4⋅\dfrac{2}{(3x+2)^2}\) Substitutedydu=5u4anddudx=2(3x+2)2.

    \(=5(\dfrac{x}{3x+2})^4⋅\dfrac{2}{(3x+2)^2}\) Substituteu=x3x+2.

    \(=\dfrac{10x^4}{(3x+2)^6}\) Simplify.

    It is important to remember that, when using the Leibniz form of the chain rule, the final answer must be expressed entirely in terms of the original variable given in the problem.

    Example \(\PageIndex{13}\): Taking a Derivative Using Leibniz’s Notation II

    Find the derivative of \[y=tan(4x^2−3x+1).\]

    Solution

    First, let \(u=4x^2−3x+1.\) Then \(y=tanu\). Next, find \(\dfrac{du}{dx}\) and \(\dfrac{dy}{du}\):

    \(\dfrac{du}{dx}=8x−3\) and \(\dfrac{dy}{du}=sec^2u.\)

    Finally, we put it all together.

    \(\dfrac{dy}{dx}=\dfrac{dy}{du}⋅\dfrac{du}{dx}\) Apply the chain rule.

    \(=sec^2u⋅(8x−3)\) Use \(\dfrac{du}{dx}=8x−3\) and \(\dfrac{dy}{du}=sec^2u\).

    \(=sec^2(4x^2−3x+1)⋅(8x−3)\) Substitute \(u=4x^2−3x+1\).

    Exercise \(\PageIndex{7}\)

    Use Leibniz’s notation to find the derivative of \(y=\cos(x^3)\). Make sure that the final answer is expressed entirely in terms of the variable \(x\).

    Hint

    Let \(u=x^3\).

    Answer

    \[\dfrac{dy}{dx}=−3x^2\sin(x^3).\]

    Key Concepts

    • The chain rule allows us to differentiate compositions of two or more functions. It states that for \(h(x)=f(g(x)),\)

    \(h′(x)=f′(g(x))g′(x).\)

    In Leibniz’s notation this rule takes the form

    \(\dfrac{dy}{dx}=\dfrac{dy}{du}⋅\dfrac{du}{dx}\).

    • We can use the chain rule with other rules that we have learned, and we can derive formulas for some of them.
    • The chain rule combines with the power rule to form a new rule:

    If \(h(x)=(g(x))^n\),then \(h′(x)=n(g(x))^{n−1}g′(x)\).

    • When applied to the composition of three functions, the chain rule can be expressed as follows: If \(h(x)=f(g(k(x))),\) then \(h′(x)=f′(g(k(x))g′(k(x))k′(x).\)

    Key Equations

    • The chain rule

    \(h′(x)=f′(g(x))g′(x)\)

    • The power rule for functions

    \(h′(x)=n(g(x))^{n−1}g′(x)\)

    Glossary

    chain rule
    the chain rule defines the derivative of a composite function as the derivative of the outer function evaluated at the inner function times the derivative of the inner function

    Contributors

    • Gilbert Strang (MIT) and Edwin “Jed” Herman (Harvey Mudd) with many contributing authors. This content by OpenStax is licensed with a CC-BY-SA-NC 4.0 license. Download for free at http://cnx.org.


    This page titled 3.7: The Chain Rule is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by OpenStax.