Skip to main content
Mathematics LibreTexts

2.2: Techniques of differentiation

  • Page ID
    10288
  • This page is a draft and is under active development. 

    \( \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}}\)

    Finding derivatives of functions by using the definition of the derivative can be a lengthy and, for certain functions, a rather challenging process. For example, previously we found that

    \[\dfrac{d}{dx}(\sqrt{x})=\dfrac{1}{2\sqrt{x}}\]

    by using a process that involved multiplying an expression by a conjugate prior to evaluating a limit. The process that we could use to evaluate

    \[\dfrac{d}{dx}(\sqrt[3]{x})\]

    using the definition, while similar, is more complicated. In this section, we develop rules for finding derivatives that allow us to bypass this process. We begin with the basics.

    Basic Rules

    Theorem \(\PageIndex{1}\): Basic rules

    1. Let \(c\) be a constant. If \(f(x)=c\), then \(f′(x)=0.\) Alternatively, we may express this rule as \( \dfrac{d}{dx}(c)=0.\)
    2. Let \(n\) be a positive integer. If \(f(x)=x^n\),then \(f′(x)=nx^{(n−1)}.\) Alternatively, we may express this rule as \[\dfrac{d}{dx}x^n=nx^{(n−1)}.\]

       

    3. Let \(f(x)\) and \(g(x)\) be differentiable functions and \(k\) be a constant. Then each of the following equations holds.

       

      Sum Rule. The derivative of the sum of a function \(f\) and a function \(g\) is the same as the sum of the derivative of \(f\) and the derivative of \(g\).

      \[\dfrac{d}{dx}(f(x)+g(x))=\dfrac{d}{dx}(f(x))+\dfrac{d}{dx}(g(x));\]

      that is,

      \[\mbox{if } j(x)=f(x)+g(x), \mbox{then } j′(x)=f′(x)+g′(x).\]

      Difference Rule. The derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of \(g\) :

      \[\dfrac{d}{dx}(f(x)−g(x))=\dfrac{d}{dx}(f(x))−\dfrac{d}{dx}(g(x));\]

      that is,

      \[\mbox{if } j(x)=f(x)-g(x), \mbox{then } j′(x)=f′(x)-g′(x).\]

      Constant Multiple Rule. The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative:

      \[\dfrac{d}{dx}(kf(x))=k\dfrac{d}{dx}(f(x));\]

      that is,

      \[for j(x)=kf(x),j′(x)=kf′(x).\]

    Proof
    2.

    For \(f(x)=x^n\) where \(n\) is a positive integer, we have

    \(f′(x)=\lim_{h→0}\dfrac{(x+h)^n−x^n}{h}\).

    Since \((x+h)^n=x^n+nx^{n−1}h+\binom{n}{2}x^{n−2}h^2+\binom{n}{3}x^{n−3}h^3+…+nxh^{n−1}+h^n,\)

    we see that

    \((x+h)^n−x^n=nx^{n−1}h+\binom{n}{2}x^{n−2}h^2+\binom{n}{3}x^{n−3}h^3+…+nxh^{n−1}+h^n.\)

    Next, divide both sides by h:

    \(\dfrac{(x+h)^n−x^n}{h}=\dfrac{nx^{n−1}h+\binom{n}{2}x^{n−2}h^2+\binom{n}{3}x^{n−3}h^3+…+nxh^{n−1}+h^n}{h}.\)

    Thus,

    \(\dfrac{(x+h)^n−x^n}{h}=nx^{n−1}+\binom{n}{2}x^{n−2}h+\binom{n}{3}x^{n−3}h^2+…+nxh^{n−2}+h^{n−1}.\)

    Finally,

    \(f′(x)=\lim_{h→0}(nx^{n−1}+\binom{n}{2}x^{n−2}h+\binom{n}{3}x^{n−3}h^2+…+nxh^{n−1}+h^n)\)

    \(=nx^{n−1}.\)

    3.

    We provide only the proof of the sum rule here. The rest follow in a similar manner.

    For differentiable functions \(f(x)\) and \(g(x)\), we set \(j(x)=f(x)+g(x)\). Using the limit definition of the derivative we have

    \[j′(x)=\lim_{h→0}\dfrac{j(x+h)−j(x)}{h}.\]

    By substituting \(j(x+h)=f(x+h)+g(x+h)\) and \(j(x)=f(x)+g(x),\) we obtain

    \[j′(x)=\lim_{h→0}\dfrac{(f(x+h)+g(x+h))−(f(x)+g(x))}{h}.\]

    Rearranging and regrouping the terms, we have

    \[j′(x)=\lim_{h→0}\dfrac{(f(x+h)−f(x)}{h}+\dfrac{g(x+h)−g(x)}{h}).\]

    We now apply the sum law for limits and the definition of the derivative to obtain

    \[j′(x)=\lim_{h→0}\dfrac{(f(x+h)−f(x)}{h})+\lim_{h→0}\dfrac{(g(x+h)−g(x)}{h})=f′(x)+g′(x).\]

     

    Example \(\PageIndex{1}\):

    Find the derivative of \[f(x)=\pi^2.\]

    Solution

    Since \( \pi^2\) is a constant, \(f′(x)= 0\).

    Example \(\PageIndex{1}\): Applying Basic Derivative Rules

    Find the derivative of \[f(x)=2x^5+7.\]

    Solution

    We begin by applying the rule for differentiating the sum of two functions, followed by the rules for differentiating constant multiples of functions and the rule for differentiating powers. To better understand the sequence in which the differentiation rules are applied, we use Leibniz notation throughout the solution:

    \(f′(x)=\dfrac{d}{dx}(2x^5+7)\)

    \(=\dfrac{d}{dx}(2x^5)+\dfrac{d}{dx}(7)\) Apply the sum rule.

    \(=2\dfrac{d}{dx}(x^5)+\dfrac{d}{dx}(7)\) Apply the constant multiple rule.

    \(=2(5x^4)+0\) Apply the power rule and the constant rule.

    \(=10x^4\) Simplify.

    Exercise \(\PageIndex{1}\)

    Find the derivative of \[f(x)=2x^3−6x^2+3.\]

    Hint

    Use the preceding example as a guide.

    Answer

    \(f′(x)=6x^2−12x.\)

    Example \(\PageIndex{2}\): Finding the Equation of a Tangent Line

    Find the equation of the line tangent to the graph of \[f(x)=x^2−4x+6\] at \(x=1\)

    Solution

    To find the equation of the tangent line, we need a point and a slope. To find the point, compute

    \[f(1)=1^2−4(1)+6=3.\]

    This gives us the point \((1,3)\). Since the slope of the tangent line at 1 is \(f′(1)\), we must first find \(f′(x)\). Using the definition of a derivative, we have

    \[f′(x)=2x−4\]

    so the slope of the tangent line is \(f′(1)=−2\). Using the point-slope formula, we see that the equation of the tangent line is

    \[y−3=−2(x−1).\]

    Putting the equation of the line in slope-intercept form, we obtain

    \[y=−2x+5.\]

    Exercise \(\PageIndex{2}\)

    Find the equation of the line tangent to the graph of \(f(x)=3x^2−11\) at \(x=2\). Use the point-slope form.

    Hint

    Use the preceding example as a guide.

    Answer

    \(y=12x−23\)

    The Product Rule

    Now that we have examined the basic rules, we can begin looking at some of the more advanced rules. The first one examines the derivative of the product of two functions. Although it might be tempting to assume that the derivative of the product is the product of the derivatives, similar to the sum and difference rules, the product rule does not follow this pattern. To see why we cannot use this pattern, consider the function \(f(x)=x^2\), whose derivative is \(f′(x)=2x\) and not \(\dfrac{d}{dx}(x)⋅\dfrac{d}{dx}(x)=1⋅1=1.\)

    Theorem \(\PageIndex{2}\): Product Rule

    Let \(f(x)\) and \(g(x)\) be differentiable functions. Then

    \[\dfrac{d}{dx}(f(x)g(x))=\dfrac{d}{dx}(f(x))⋅g(x)+\dfrac{d}{dx}(g(x))⋅f(x).\]

    That is,

    \[\mbox{if } j(x)=f(x)g(x), \mbox{then } j′(x)=f′(x)g(x)+g′(x)f(x).\]

    This means that the derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function.

    PROOF:

    We begin by assuming that \(f(x)\) and \(g(x)\) are differentiable functions. At a key point in this proof we need to use the fact that, since \(g(x)\) is differentiable, it is also continuous. In particular, we use the fact that since \(g(x)\) is continuous, \(\lim_{h→0}g(x+h)=g(x).\)

    By applying the limit definition of the derivative to \((x)=f(x)g(x),\) we obtain

    \[j′(x)=\lim_{h→0}\dfrac{f(x+h)g(x+h)−f(x)g(x)}{h}.\]

    By adding and subtracting \(f(x)g(x+h)\) in the numerator, we have

    \[j′(x)=\lim_{h→0}\dfrac{f(x+h)g(x+h)−f(x)g(x+h)+f(x)g(x+h)−f(x)g(x)}{h}.\]

    After breaking apart this quotient and applying the sum law for limits, the derivative becomes

    \[j′(x)=\lim_{h→0}\dfrac{(f(x+h)g(x+h)−f(x)g(x+h)}{h})+\lim_{h→0}\dfrac{(f(x)g(x+h)−f(x)g(x)}{h}.\]

    Rearranging, we obtain

    \[j′(x)=\lim_{h→0}\dfrac{(f(x+h)−f(x)}{h}⋅g(x+h))+\lim_{h→0}(\dfrac{g(x+h)−g(x)}{h}⋅f(x)).\]

    By using the continuity of \(g(x)\), the definition of the derivatives of \(f(x)\) and \(g(x)\), and applying the limit laws, we arrive at the product rule,

    \[j′(x)=f′(x)g(x)+g′(x)f(x).\]

    Note: Visually

    product rule.jpg

     

    Example \(\PageIndex{3}\): Applying the Product Rule to Constant Functions

    For \(j(x)=f(x)g(x)\), use the product rule to find \(j′(2)\) if \(f(2)=3,f′(2)=−4,g(2)=1\), and \(g′(2)=6\).

    Solution

    Since \(j(x)=f(x)g(x),j′(x)=f′(x)g(x)+g′(x)f(x),\) and hence

    \[j′(2)=f′(2)g(2)+g′(2)f(2)=(−4)(1)+(6)(3)=14.\]

    Example \(\PageIndex{4}\): Applying the Product Rule to Binomials

    For \(j(x)=(x^2+2)(3x^3−5x),\) find \(j′(x)\) by applying the product rule. Check the result by first finding the product and then differentiating.

    Solution

    If we set \(f(x)=x^2+2\) and \(g(x)=3x^3−5x\), then \(f′(x)=2x\) and \(g′(x)=9x^2−5\). Thus,

    \(j′(x)=f′(x)g(x)+g′(x)f(x)=(2x)(3x^3−5x)+(9x^2−5)(x^2+2).\)

    Simplifying, we have

    \[j′(x)=15x^4+3x^2−10.\]

    To check, we see that \(j(x)=3x^5+x^3−10x\) and, consequently, \(j′(x)=15x^4+3x^2−10.\)

    Exercise \(\PageIndex{3}\)

    Use the product rule to obtain the derivative of \[j(x)=2x^5(4x^2+x).\]

    Hint

    Set \(f(x)=2x^5\) and \(g(x)=4x^2+x\) and use the preceding example as a guide.

    Answer

    \[j′(x)=10x^4(4x^2+x)+(8x+1)(2x^5)=56x^6+12x^5.\]

    The Quotient Rule

    Having developed and practiced the product rule, we now consider differentiating quotients of functions. As we see in the following theorem, the derivative of the quotient is not the quotient of the derivatives; rather, it is the derivative of the function in the numerator times the function in the denominator minus the derivative of the function in the denominator times the function in the numerator, all divided by the square of the function in the denominator. In order to better grasp why we cannot simply take the quotient of the derivatives, keep in mind that

    \[\dfrac{d}{dx}(x^2)=2x\]

    not

    \[\dfrac{\dfrac{d}{dx}(x^3)}{\dfrac{d}{dx}(x)}=\dfrac{3x^2}{1}=3x^2.\]

    The Quotient Rule

    Let \(f(x)\) and \(g(x)\) be differentiable functions. Then

    \[\dfrac{d}{dx}(\dfrac{f(x)}{g(x)})=\dfrac{\dfrac{d}{dx}(f(x))⋅g(x)−\dfrac{d}{dx}(g(x))⋅f(x)}{(g(x))^2}.\]

    That is, if

    \[j(x)=\dfrac{f(x)}{g(x)}\]

    then

    \[j′(x)=\dfrac{f′(x)g(x)−g′(x)f(x)}{(g(x))^2}.\]

    The proof of the quotient rule is very similar to the proof of the product rule, so it is omitted here. Instead, we apply this new rule for finding derivatives in the next example.

    Example \(\PageIndex{5}\): Applying the Quotient Rule

    Use the quotient rule to find the derivative of \[k(x)=\dfrac{5x^2}{4x+3}.\]

    Solution

    Let \(f(x)=5x^2\) and \(g(x)=4x+3\). Thus, \(f′(x)=10x\) and \(g′(x)=4\). Substituting into the quotient rule, we have

    \[k′(x)=\dfrac{f′(x)g(x)−g′(x)f(x)}{(g(x))^2}=\dfrac{10x(4x+3)−4(5x^2)}{(4x+3)^2}.\]

    Simplifying, we obtain

    \[k′(x)=\dfrac{20x^2+30x}{(4x+3)^2}\]

    Exercise \(\PageIndex{4}\)

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

    Answer

    Apply the quotient rule with \(f(x)=3x+1\) and \(g(x)=4x−3\).

    Answer

    \[k′(x)=−\dfrac{13}{(4x−3)^2}.\]

    It is now possible to use the quotient rule to extend the power rule to find derivatives of functions of the form \(x^k\) where \(k\) is a negative integer.

    Extended Power Rule

    If \(k\) is a negative integer, then

    \[\dfrac{d}{dx}(x^k)=kx^{k−1}.\]

    Proof:

    If \(k\) is a negative integer, we may set \(n=−k\), so that n is a positive integer with \(k=−n\). Since for each positive integer \(n\),\(x^{−n}=\dfrac{1}{x^n}\), we may now apply the quotient rule by setting \(f(x)=1\) and \(g(x)=x^n\). In this case, \(f′(x)=0\) and \(g′(x)=nx^{n−1}\). Thus,

    \[\dfrac{d}{d}(x^{−n})=\dfrac{0(x^n)−1(nx^{n−1})}{(x^n)^2}.\]

    Simplifying, we see that

    \[\dfrac{d}{d}(x^{−n})\)\(=\dfrac{−nx^{n−1}}{x^2n}\)\(=−nx^{(n−1)−2n}\)\(=−nx^{−n−1}.\]

    Finally, observe that since \(k=−n\), by substituting we have

    \[\dfrac{d}{dx}(x^k)=kx^{k−1}.\]□

    Example \(\PageIndex{6}\): Using the Extended Power Rule

    Find \(\dfrac{d}{dx}(x^{−4})\).

    Solution

    By applying the extended power rule with \(k=−4\), we obtain

    \[\dfrac{d}{dx}(x^{−4})=−4x^{−4−1}=−4x^{−5}.\]

    Example \(\PageIndex{7}\): Using the Extended Power Rule and the Constant Multiple Rule

    Use the extended power rule and the constant multiple rule to find \(f(x)=\dfrac{6}{x^2}\).

    Solution

    It may seem tempting to use the quotient rule to find this derivative, and it would certainly not be incorrect to do so. However, it is far easier to differentiate this function by first rewriting it as \(f(x)=6x^{−2}\).

    \(f′(x)=\dfrac{d}{dx}(\dfrac{6}{x^2})=\dfrac{d}{dx}(6x^{−2})\) Rewrite\(\dfrac{6}{x^2}\) as \(6x^{−2}\).

    \(=6\dfrac{d}{dx}(x^{−2})\) Apply the constant multiple rule.

    \(=6(−2x^{−3})\) Use the extended power rule to differentiate \(x^{−2}\).

    \(=−12x^{−3}\) Simplify.

    Exercise \(\PageIndex{5}\)

    Find the derivative of \(g(x)=\dfrac{1}{x^7}\) using the extended power rule.

    Hint

    \Rewrite \(g(x)=\dfrac{1}{x^7}=x^{−7}\). Use the extended power rule with \(k=−7\).

    Answer

    \(g′(x)=−7x^{−8}\).

    Combining Differentiation Rules

    As we have seen throughout the examples in this section, it seldom happens that we are called on to apply just one differentiation rule to find the derivative of a given function. At this point, by combining the differentiation rules, we may find the derivatives of any polynomial or rational function. Later on we will encounter more complex combinations of differentiation rules. A good rule of thumb to use when applying several rules is to apply the rules in reverse of the order in which we would evaluate the function.

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

    For \(k(x)=3h(x)+x^2g(x)\), find \(k′(x)\).

    Solution: Finding this derivative requires the sum rule, the constant multiple rule, and the product rule.

    \(k′(x)=\dfrac{d}{dx}(3h(x)+x^2g(x))=\dfrac{d}{dx}(3h(x))+\dfrac{d}{dx}(x^2g(x))\) Apply the sum rule.
    \(=3\dfrac{d}{dx}(h(x))+(\dfrac{d}{dx}(x^2)g(x)+\dfrac{d}{dx}(g(x))x^2)\) Apply the constant multiple rule todifferentiate \(3h(x)\) and the productrule to differentiate \(x^2g(x)\).
    \(=3h′(x)+2xg(x)+g′(x)x^2\)  

    Example \(\PageIndex{9}\): Extending the Product Rule

    For \(k(x)=f(x)g(x)h(x)\), express \(k′(x)\) in terms of \(f(x),g(x),h(x)\), and their derivatives.

    Solution

    We can think of the function \(k(x)\) as the product of the function \(f(x)g(x)\) and the function \(h(x)\). That is, \(k(x)=(f(x)g(x))⋅h(x)\). Thus,

    \(k′(x)=\dfrac{d}{dx}(f(x)g(x))⋅h(x)+\dfrac{d}{dx}(h(x))⋅(f(x)g(x)).\) Apply the product rule to the productoff(x)g(x)andh(x).

    \(=(f′(x)g(x)+g′(x)f(x)h)(x)+h′(x)f(x)g(x)\) Apply the product rule to \(f(x)g(x)\)\)

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

    Example \(\PageIndex{10}\): Combining the Quotient Rule and the Product Rule

    For \(h(x)=\dfrac{2x^3k(x)}{3x+2}\), find \(h′(x)\).

    Solution

    This procedure is typical for finding the derivative of a rational function.

    \(h′(x)=\dfrac{\dfrac{d}{dx}(2x^3k(x))⋅(3x+2)−\dfrac{d}{dx}(3x+2)⋅(2x^3k(x))}{(3x+2)^2}\) Apply the quotient rule

    \(=\dfrac{(6x^2k(x)+k′(x)⋅2x^3)(3x+2)−3(2x^3k(x))}{(3x+2)^2}\) Apply the product rule to find \(\dfrac{d}{dx}(2x^3k(x))\).Use \(\dfrac{d}{dx}(3x+2)=3\).

    \(=\dfrac{−6x^3k(x)+18x^3k(x)+12x^2k(x)+6x^4k′(x)+4x^3k′(x)}{(3x+2)^2}\) Simplify

    Exercise \(\PageIndex{6}\)

    Find \(\dfrac{d}{dx}(3f(x)−2g(x)).\)

    Hint

    Apply the difference rule and the constant multiple rule.

    Answer

    \(3f′(x)−2g′(x).\)

    Example \(\PageIndex{11}\): Determining Where a Function Has a Horizontal Tangent

    Determine the values of \(x\) for which \(f(x)=x^3−7x^2+8x+1\) has a horizontal tangent line.

    Solution

    To find the values of \(x\) for which \(f(x)\) has a horizontal tangent line, we must solve \(f′(x)=0\).

    Since

    \[f′(x)=3x^2−14x+8=(3x−2)(x−4),\]

    we must solve \((3x−2)(x−4)=0\). Thus we see that the function has horizontal tangent lines at \(x=\dfrac{2}{3}\) and \(x=4\) as shown in the following graph.

    alt
    Figure \(\PageIndex{2}\): This function has horizontal tangent lines at \(x = 2/3\) and \(x = 4\).

    Example \(\PageIndex{12}\): Finding a Velocity

    The position of an object on a coordinate axis at time \(t\) is given by \(s(t)=\dfrac{t}{t^2+1}.\) What is the initial velocity of the object?

    Solution

    Since the initial velocity is \(v(0)=s′(0),\) begin by finding \(s′(t)\) by applying the quotient rule:

    \(s′(t)=\dfrac{1(t2+1)−2t(t)}{(t^2+1)^2}=\dfrac{1−t^2}{(^t2+1)^2}\).

    After evaluating, we see that \(v(0)=1.\)

    Exercise \(\PageIndex{7}\)

    Find the values of x for which the line tangent to the graph of \(f(x)=4x^2−3x+2\) has a tangent line parallel to the line \(y=2x+3.\)

    Hint

    Solve \(f′(x)=2\).

    Answer

    \(\dfrac{5}{8}\)

    Formula One Grandstands

    Formula One car races can be very exciting to watch and attract a lot of spectators. Formula One track designers have to ensure sufficient grandstand space is available around the track to accommodate these viewers. However, car racing can be dangerous, and safety considerations are paramount. The grandstands must be placed where spectators will not be in danger should a driver lose control of a car (Figure).

    alt
    Figure \(\PageIndex{3}\): The grandstand next to a straightaway of the Circuit de Barcelona-Catalunya race track, located where the spectators are not in danger.

    Safety is especially a concern on turns. If a driver does not slow down enough before entering the turn, the car may slide off the racetrack. Normally, this just results in a wider turn, which slows the driver down. But if the driver loses control completely, the car may fly off the track entirely, on a path tangent to the curve of the racetrack.

    Suppose you are designing a new Formula One track. One section of the track can be modeled by the function \(f(x)=x^3+3x+x\) (Figure). The current plan calls for grandstands to be built along the first straightaway and around a portion of the first curve. The plans call for the front corner of the grandstand to be located at the point (\(−1.9,2.8\)). We want to determine whether this location puts the spectators in danger if a driver loses control of the car.

    alt
    Figure \(\PageIndex{4}\): (a) One section of the racetrack can be modeled by the function \(f(x)=x^3+3x+x\). (b) The front corner of the grandstand is located at (\(−1.9,2.8\)).
    1. Physicists have determined that drivers are most likely to lose control of their cars as they are coming into a turn, at the point where the slope of the tangent line is 1. Find the \((x,y)\) coordinates of this point near the turn.
    2. Find the equation of the tangent line to the curve at this point.
    3. To determine whether the spectators are in danger in this scenario, find the x-coordinate of the point where the tangent line crosses the line \(y=2.8\). Is this point safely to the right of the grandstand? Or are the spectators in danger?
    4. What if a driver loses control earlier than the physicists project? Suppose a driver loses control at the point (\(−2.5,0.625\)). What is the slope of the tangent line at this point?
    5. If a driver loses control as described in part 4, are the spectators safe?
    6. Should you proceed with the current design for the grandstand, or should the grandstands be moved?

    Key Concepts

    • The derivative of a constant function is zero.
    • The derivative of a power function is a function in which the power on \(x\) becomes the coefficient of the term and the power on \(x\) in the derivative decreases by 1.
    • The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative.
    • The derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g.
    • The derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of g.
    • The derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function.
    • The derivative of the quotient of two functions is the derivative of the first function times the second function minus the derivative of the second function times the first function, all divided by the square of the second function.
    • We used the limit definition of the derivative to develop formulas that allow us to find derivatives without resorting to the definition of the derivative. These formulas can be used singly or in combination with each other.

    Glossary

    constant multiple rule
    the derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative: \(\dfrac{d}{dx}(cf(x))=cf′(x)\)
    constant rule
    the derivative of a constant function is zero: \(\dfrac{d}{dx}(c)=0\),where c is a constant
    difference rule
    the derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of g: \(\dfrac{d}{dx}(f(x)−g(x))=f′(x)−g′(x)\)
    power rule
    the derivative of a power function is a function in which the power on \(x\) becomes the coefficient of the term and the power on \(x\) in the derivative decreases by 1: If \(n\) is an integer, then \(\dfrac{d}{dx}x^n=nx^{n−1}\)
    product rule
    the derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function: \(\dfrac{d}{dx}(f(x)g(x))=f′(x)g(x)+g′(x)f(x)\)
    quotient rule
    the derivative of the quotient of two functions is the derivative of the first function times the second function minus the derivative of the second function times the first function, all divided by the square of the second function: \(\dfrac{d}{dx}(\dfrac{f(x)}{g(x))}=\dfrac{f′(x)g(x)−g′(x)f(x)}{(g(x))^2}\)
    sum rule
    the derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g: \(\dfrac{d}{dx}(f(x)+g(x))=f′(x)+g′(x)\)

    Contributors and Attributions

    • 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.


    2.2: Techniques of differentiation is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?