maths.freeCalculus › 3. Derivatives › Differentiation Rules

Differentiation Rules

State the constant, constant multiple, and power rules.

The Basic Rules

The functions \(f(x)=c\) and \(g(x)={x}^{n}\) where \(n\) is a positive integer are the building blocks from which all polynomials and rational functions are constructed. To find derivatives of polynomials and rational functions efficiently without resorting to the limit definition of the derivative, we must first develop formulas for differentiating these basic functions.

We first apply the limit definition of the derivative to find the derivative of the constant function, \(f(x)=c.\) For this function, both \(f(x)=c\) and \(f(x+h)=c,\) so we obtain the following result:

\[\begin{array}{ll}{f}^{'}(x) & =\underset{h\to 0}{\text{lim}}\frac{f(x+h)-f(x)}{h} \\ & =\underset{h\to 0}{\text{lim}}\frac{c-c}{h} \\ & =\underset{h\to 0}{\text{lim}}\frac{0}{h} \\ & =\underset{h\to 0}{\text{lim}}0=0.\end{array}\]

The rule for differentiating constant functions is called the constant rule. It states that the derivative of a constant function is zero; that is, since a constant function is a horizontal line, the slope, or the rate of change, of a constant function is \(0.\) We restate this rule in the following theorem.

Example

Try it.

Find the derivative of \(f(x)=8.\)

Solution

This is just a one-step application of the rule:

\[{f}^{'}(x)=0.\]

The Power Rule

We have shown that

\[\frac{d}{dx}({x}^{2})=2x\ \text{and}\ \frac{d}{dx}({x}^{1\text{/}2})=\frac{1}{2}{x}^{\text{-}1\text{/}2}.\]

At this point, you might see a pattern beginning to develop for derivatives of the form \(\frac{d}{dx}({x}^{n}).\) We continue our examination of derivative formulas by differentiating power functions of the form \(f(x)={x}^{n}\) where \(n\) is a positive integer. We develop formulas for derivatives of this type of function in stages, beginning with positive integer powers. Before stating and proving the general rule for derivatives of functions of this form, we take a look at a specific case, \(\frac{d}{dx}({x}^{3}).\) As we go through this derivation, note that the technique used in this case is essentially the same as the technique used to prove the general case.

Example

Try it.

Find \(\frac{d}{dx}({x}^{3}).\)

Solution\[\begin{array}{lllll}\frac{d}{dx}({x}^{3}) & =\underset{h\to 0}{\text{lim}}\frac{{(x+h)}^{3}-{x}^{3}}{h} & & & \\ & =\underset{h\to 0}{\text{lim}}\frac{{x}^{3}+3{x}^{2}h+3x{h}^{2}+{h}^{3}-{x}^{3}}{h} & & & \begin{array}{l}\text{Notice that the first term in the expansion of} \\ {(x+h)}^{3}\ \text{is}\ {x}^{3}\ \text{and the second term is}\ 3{x}^{2}h.\ \text{All} \\ \text{other terms contain powers of}\ h\ \text{that are two or} \\ \text{greater.}\end{array} \\ & =\underset{h\to 0}{\text{lim}}\frac{3{x}^{2}h+3x{h}^{2}+{h}^{3}}{h} & & & \begin{array}{l}\text{In this step the}\ {x}^{3}\ \text{terms have been cancelled,} \\ \text{leaving only terms containing}\ h.\end{array} \\ & =\underset{h\to 0}{\text{lim}}\frac{h(3{x}^{2}+3xh+{h}^{2})}{h} & & & \text{Factor out the common factor of}\ h. \\ & =\underset{h\to 0}{\text{lim}}(3{x}^{2}+3xh+{h}^{2}) & & & \begin{array}{l}\text{After cancelling the common factor of}\ h,\text{the} \\ \text{only term not containing}\ h\ \text{is}\ 3{x}^{2}.\end{array} \\ & =3{x}^{2} & & & \text{Let}\ h\ \text{go to 0.}\end{array}\]

Condensed — the full section is in OpenStax Calculus Volume 1.

The Sum, Difference, and Constant Multiple Rules

We find our next differentiation rules by looking at derivatives of sums, differences, and constant multiples of functions. Just as when we work with functions, there are rules that make it easier to find derivatives of functions that we add, subtract, or multiply by a constant. These rules are summarized in the following theorem.

Condensed — the full section is in OpenStax Calculus Volume 1.

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 \(\frac{d}{dx}(x)\cdot \frac{d}{dx}(x)=1\cdot 1=1.\)

Condensed — the full section is in OpenStax Calculus Volume 1.

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

\[\frac{d}{dx}({x}^{2})=2x,\text{not}\ \frac{\frac{d}{dx}({x}^{3})}{\frac{d}{dx}(x)}=\frac{3{x}^{2}}{1}=3{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

Try it.

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

Solution

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

\[{k}^{'}(x)=\frac{{f}^{'}(x)g(x)-{g}^{'}(x)f(x)}{{(g(x))}^{2}}=\frac{10x(4x+3)-4(5{x}^{2})}{{(4x+3)}^{2}}.\]

Simplifying, we obtain

\[{k}^{'}(x)=\frac{20{x}^{2}+30x}{{(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.

Condensed — the full section is in OpenStax Calculus Volume 1.

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

Try it.

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

Solution

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

\[\begin{array}{lllll}{k}^{'}(x) & =\frac{d}{dx}(3h(x)+{x}^{2}g(x))=\frac{d}{dx}(3h(x))+\frac{d}{dx}({x}^{2}g(x)) & & & \text{Apply the sum rule.} \\ & =3\frac{d}{dx}(h(x))+(\frac{d}{dx}({x}^{2})g(x)+\frac{d}{dx}(g(x)){x}^{2}) & & & \begin{array}{l}\text{Apply the constant multiple rule to} \\ \text{differentiate}\ 3h(x)\ \text{and the product} \\ \text{rule to differentiate}\ {x}^{2}g(x).\end{array} \\ & =3{h}^{'}(x)+2xg(x)+{x}^{2}{g}^{'}(x) & & & \end{array}\]
Example

Try it.

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))\cdot h(x).\) Thus,

\[\begin{array}{lllll}{k}^{'}(x) & =\frac{d}{dx}(f(x)g(x))\cdot h(x)+\frac{d}{dx}(h(x))\cdot (f(x)g(x)) & & & \begin{array}{l}\text{Apply the product rule to the product} \\ \text{of}\ f(x)g(x)\ \text{and}\ h(x).\end{array} \\ & =({f}^{'}(x)g(x)+{g}^{'}(x)f(x))h(x)+{h}^{'}(x)f(x)g(x) & & & \text{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). & & & \text{Simplify.}\end{array}\]
Example

Try it.

Determine the values of \(x\) for which \(f(x)={x}^{3}-7{x}^{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)=3{x}^{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=\frac{2}{3}\) and \(x=4\) as shown in the following graph.

Condensed — the full section is in OpenStax Calculus Volume 1.

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.

Differentiation Rules

For the following exercises, find \({f}^{'}(x)\) for each function.

For the following exercises, find an equation of the tangent line \(T(x)\) to the graph of the given function at the indicated point. Use a graphing calculator to graph the function and the tangent line.

For the following exercises, assume that \(f(x)\) and \(g(x)\) are both differentiable functions for all \(x.\) Find the derivative of each of the functions \(h(x).\)

For the following exercises, assume that \(f(x)\) and \(g(x)\) are both differentiable functions with values as given in the following table. Use the following table to calculate the following derivatives.

\(x\)\(1\)\(2\)\(3\)\(4\)
\(f(x)\)\(3\)\(5\)\(-2\)\(0\)
\(g(x)\)\(2\)\(3\)\(-4\)\(6\)
\({f}^{'}(x)\)\(-1\)\(7\)\(8\)\(-3\)
\({g}^{'}(x)\)\(4\)\(1\)\(2\)\(9\)

For the following exercises, use the following figure to find the indicated derivatives, if they exist.

For the following exercises,

  1. evaluate \({f}^{'}(a),\) and
  2. graph the function \(f(x)\) and the tangent line at \(x=a.\)

Practice (40)

Try each one on paper first. Reveal the answer to check; verified ones can be opened in the solver for every step.

  1. Find the derivative of \(f(x)=8.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    This is just a one-step application of the rule:

    \[{f}^{'}(x)=0.\]
  2. Find the derivative of \(g(x)=-3.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    0

  3. Find \(\frac{d}{dx}({x}^{3}).\)

    ഉത്തരം വെളിപ്പെടുത്തുക
    \[\begin{array}{lllll}\frac{d}{dx}({x}^{3}) & =\underset{h\to 0}{\text{lim}}\frac{{(x+h)}^{3}-{x}^{3}}{h} & & & \\ & =\underset{h\to 0}{\text{lim}}\frac{{x}^{3}+3{x}^{2}h+3x{h}^{2}+{h}^{3}-{x}^{3}}{h} & & & \begin{array}{l}\text{Notice that the first term in the expansion of} \\ {(x+h)}^{3}\ \text{is}\ {x}^{3}\ \text{and the second term is}\ 3{x}^{2}h.\ \text{All} \\ \text{other terms contain powers of}\ h\ \text{that are two or} \\ \text{greater.}\end{array} \\ & =\underset{h\to 0}{\text{lim}}\frac{3{x}^{2}h+3x{h}^{2}+{h}^{3}}{h} & & & \begin{array}{l}\text{In this step the}\ {x}^{3}\ \text{terms have been cancelled,} \\ \text{leaving only terms containing}\ h.\end{array} \\ & =\underset{h\to 0}{\text{lim}}\frac{h(3{x}^{2}+3xh+{h}^{2})}{h} & & & \text{Factor out the common factor of}\ h. \\ & =\underset{h\to 0}{\text{lim}}(3{x}^{2}+3xh+{h}^{2}) & & & \begin{array}{l}\text{After cancelling the common factor of}\ h,\text{the} \\ \text{only term not containing}\ h\ \text{is}\ 3{x}^{2}.\end{array} \\ & =3{x}^{2} & & & \text{Let}\ h\ \text{go to 0.}\end{array}\]
  4. Find \(\frac{d}{dx}({x}^{4}).\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \(4{x}^{3}\)

  5. Find the derivative of the function \(f(x)={x}^{10}\) by applying the power rule.

    ഉത്തരം വെളിപ്പെടുത്തുക

    Using the power rule with \(n=10,\) we obtain

    \[f'(x)=10{x}^{10-1}=10{x}^{9}.\]
  6. Find the derivative of \(f(x)={x}^{7}.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=7{x}^{6}\)

  7. Find the derivative of \(g(x)=3{x}^{2}\) and compare it to the derivative of \(f(x)={x}^{2}.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    We use the power rule directly:

    \[{g}^{'}(x)=\frac{d}{dx}(3{x}^{2})=3\frac{d}{dx}({x}^{2})=3(2x)=6x.\]

    Since \(f(x)={x}^{2}\) has derivative \({f}^{'}(x)=2x,\) we see that the derivative of \(g(x)\) is 3 times the derivative of \(f(x).\) This relationship is illustrated in .

  8. Find the derivative of \(f(x)=2{x}^{5}+7.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    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:

    \[\begin{array}{lllll}{f}^{'}(x) & =\frac{d}{dx}(2{x}^{5}+7) & & & \\ & =\frac{d}{dx}(2{x}^{5})+\frac{d}{dx}(7) & & & \text{Apply the sum rule.} \\ & =2\frac{d}{dx}({x}^{5})+\frac{d}{dx}(7) & & & \text{Apply the constant multiple rule.} \\ & =2(5{x}^{4})+0 & & & \text{Apply the power rule and the constant rule.} \\ & =10{x}^{4}. & & & \text{Simplify.}\end{array}\]
  9. Find the derivative of \(f(x)=2{x}^{3}-6{x}^{2}+3.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=6{x}^{2}-12x.\)

  10. Find an equation of the line tangent to the graph of \(f(x)={x}^{2}-4x+6\) at \(x=1.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    To find an 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.\]
  11. Find an equation of the line tangent to the graph of \(f(x)=3{x}^{2}-11\) at \(x=2.\) Use the point-slope form.

    ഉത്തരം വെളിപ്പെടുത്തുക

    \(y=12x-23\)

  12. 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.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    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.\]
  13. For \(j(x)=({x}^{2}+2)(3{x}^{3}-5x),\) find \({j}^{'}(x)\) by applying the product rule. Check the result by first finding the product and then differentiating.

    ഉത്തരം വെളിപ്പെടുത്തുക

    If we set \(f(x)={x}^{2}+2\) and \(g(x)=3{x}^{3}-5x,\) then \({f}^{'}(x)=2x\) and \({g}^{'}(x)=9{x}^{2}-5.\) Thus,

    \[{j}^{'}(x)={f}^{'}(x)g(x)+{g}^{'}(x)f(x)=(2x)(3{x}^{3}-5x)+(9{x}^{2}-5)({x}^{2}+2).\]

    Simplifying, we have

    \[{j}^{'}(x)=15{x}^{4}+3{x}^{2}-10.\]

    To check, we see that \(j(x)=3{x}^{5}+{x}^{3}-10x\) and, consequently, \({j}^{'}(x)=15{x}^{4}+3{x}^{2}-10.\)

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

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({j}^{'}(x)=10{x}^{4}(4{x}^{2}+x)+(8x+1)(2{x}^{5})=56{x}^{6}+12{x}^{5}.\)

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

    ഉത്തരം വെളിപ്പെടുത്തുക

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

    \[{k}^{'}(x)=\frac{{f}^{'}(x)g(x)-{g}^{'}(x)f(x)}{{(g(x))}^{2}}=\frac{10x(4x+3)-4(5{x}^{2})}{{(4x+3)}^{2}}.\]

    Simplifying, we obtain

    \[{k}^{'}(x)=\frac{20{x}^{2}+30x}{{(4x+3)}^{2}}.\]
  16. Find the derivative of \(h(x)=\frac{3x+1}{4x-3}.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({k}^{'}(x)=-\frac{13}{{(4x-3)}^{2}}.\)

  17. Find \(\frac{d}{dx}({x}^{-4}).\)

    ഉത്തരം വെളിപ്പെടുത്തുക

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

    \[\frac{d}{dx}({x}^{-4})=-4{x}^{-4-1}=-4{x}^{-5}.\]
  18. Use the extended power rule and the constant multiple rule to find the derivative of \(f(x)=\frac{6}{{x}^{2}}.\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    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)=6{x}^{-2}.\)

    \[\begin{array}{lllll}{f}^{'}(x) & =\frac{d}{dx}(\frac{6}{{x}^{2}})=\frac{d}{dx}(6{x}^{-2}) & & & \text{Rewrite}\ \frac{6}{{x}^{2}}\ \text{as}\ 6{x}^{-2}. \\ & =6\frac{d}{dx}({x}^{-2}) & & & \text{Apply the constant multiple rule.} \\ & =6(-2{x}^{-3}) & & & \text{Use the extended power rule to differentiate}\ {x}^{-2}. \\ & =-12{x}^{-3} & & & \text{Simplify.}\end{array}\]
  19. Find the derivative of \(g(x)=\frac{1}{{x}^{7}}\) using the extended power rule.

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({g}^{'}(x)=-7{x}^{-8}.\)

  20. For \(k(x)=3h(x)+{x}^{2}g(x),\) find \({k}^{'}(x).\)

    ഉത്തരം വെളിപ്പെടുത്തുക

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

    \[\begin{array}{lllll}{k}^{'}(x) & =\frac{d}{dx}(3h(x)+{x}^{2}g(x))=\frac{d}{dx}(3h(x))+\frac{d}{dx}({x}^{2}g(x)) & & & \text{Apply the sum rule.} \\ & =3\frac{d}{dx}(h(x))+(\frac{d}{dx}({x}^{2})g(x)+\frac{d}{dx}(g(x)){x}^{2}) & & & \begin{array}{l}\text{Apply the constant multiple rule to} \\ \text{differentiate}\ 3h(x)\ \text{and the product} \\ \text{rule to differentiate}\ {x}^{2}g(x).\end{array} \\ & =3{h}^{'}(x)+2xg(x)+{x}^{2}{g}^{'}(x) & & & \end{array}\]
  21. For \(k(x)=f(x)g(x)h(x),\) express \({k}^{'}(x)\) in terms of \(f(x),g(x),h(x),\) and their derivatives.

    ഉത്തരം വെളിപ്പെടുത്തുക

    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))\cdot h(x).\) Thus,

    \[\begin{array}{lllll}{k}^{'}(x) & =\frac{d}{dx}(f(x)g(x))\cdot h(x)+\frac{d}{dx}(h(x))\cdot (f(x)g(x)) & & & \begin{array}{l}\text{Apply the product rule to the product} \\ \text{of}\ f(x)g(x)\ \text{and}\ h(x).\end{array} \\ & =({f}^{'}(x)g(x)+{g}^{'}(x)f(x))h(x)+{h}^{'}(x)f(x)g(x) & & & \text{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). & & & \text{Simplify.}\end{array}\]
  22. For \(h(x)=\frac{2{x}^{3}k(x)}{3x+2},\) find \({h}^{'}(x).\)

    ഉത്തരം വെളിപ്പെടുത്തുക

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

    \[\begin{array}{llllll}{h}^{'}(x) & =\frac{\frac{d}{dx}(2{x}^{3}k(x))\cdot (3x+2)-\frac{d}{dx}(3x+2)\cdot (2{x}^{3}k(x))}{{(3x+2)}^{2}} & & & \text{Apply the quotient rule.} & \ \\ & =\frac{(6{x}^{2}k(x)+{k}^{'}(x)\cdot 2{x}^{3})(3x+2)-3(2{x}^{3}k(x))}{{(3x+2)}^{2}} & & & \begin{array}{l}\text{Apply the product rule to find} \\ \frac{d}{dx}(2{x}^{3}k(x)).\ \text{Use}\ \frac{d}{dx}(3x+2)=3.\end{array} & \ \\ & =\frac{-6{x}^{3}k(x)+18{x}^{3}k(x)+12{x}^{2}k(x)+6{x}^{4}{k}^{'}(x)+4{x}^{3}{k}^{'}(x)}{{(3x+2)}^{2}} & & & \text{Simplify.} & \ \\ & =\frac{12k\left(x\right)\left({x}^{3}+{x}^{2}\right)+2k'\left(x\right)\left(3{x}^{4}+2{x}^{3}\right)}{{\left(3x+2\right)}^{2}} & \ & \ & \ & \ \end{array}\]
  23. Find \(\frac{d}{dx}(3f(x)-2g(x)).\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \(3{f}^{'}(x)-2{g}^{'}(x).\)

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

    ഉത്തരം വെളിപ്പെടുത്തുക

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

    \[{f}^{'}(x)=3{x}^{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=\frac{2}{3}\) and \(x=4\) as shown in the following graph.

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

    ഉത്തരം വെളിപ്പെടുത്തുക

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

    \[{s}^{'}(t)=\frac{1({t}^{2}+1)-2t(t)}{{({t}^{2}+1)}^{2}}=\frac{1-{t}^{2}}{{({t}^{2}+1)}^{2}}.\]

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

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

    ഉത്തരം വെളിപ്പെടുത്തുക

    \(\frac{5}{8}\)

  27. \(f(x)={x}^{7}+10\)

  28. \(f(x)=5{x}^{3}-x+1\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=15{x}^{2}-1\)

  29. \(f(x)=4{x}^{2}-7x\)

  30. \(f(x)=8{x}^{4}+9{x}^{2}-1\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=32{x}^{3}+18x\)

  31. \(f(x)={x}^{4}+\frac{2}{x}\)

  32. \(f(x)=3x(18{x}^{4}+\frac{13}{x+1})\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=270{x}^{4}+\frac{39}{{(x+1)}^{2}}\)

  33. \(f(x)=(x+2)(2{x}^{2}-3)\)

  34. \(f(x)={x}^{2}(\frac{2}{{x}^{2}}+\frac{5}{{x}^{3}})\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=\frac{-5}{{x}^{2}}\)

  35. \(f(x)=\frac{{x}^{3}+2{x}^{2}-4}{3}\)

  36. \(f(x)=\frac{4{x}^{3}-2x+1}{{x}^{2}}\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=\frac{4{x}^{4}+2{x}^{2}-2x}{{x}^{4}}\)

  37. \(f(x)=\frac{{x}^{2}+4}{{x}^{2}-4}\)

  38. \(f(x)=\frac{x+9}{{x}^{2}-7x+1}\)

    ഉത്തരം വെളിപ്പെടുത്തുക

    \({f}^{'}(x)=\frac{\text{-}{x}^{2}-18x+64}{{({x}^{2}-7x+1)}^{2}}\)

  39. [T] \(y=3{x}^{2}+4x+1\) at \((0,1)\)

  40. [T] \(y=\frac{2}{{x}^{2}}+1\) at \((1,3)\)

    ഉത്തരം വെളിപ്പെടുത്തുക



    \(T(x)=-4x+7\)

Symbols used here

f'(x),\ \frac{dy}{dx}
derivative
Instantaneous rate of change; slope of the graph.
\pi
pi
Ratio of a circle's circumference to its diameter, 3.14159…
e
Euler's number
2.71828…, the base whose exponential is its own derivative.
\infty
infinity
Not a number: "grows without bound" in limits and intervals.
\sin,\ \cos,\ \tan
sine, cosine, tangent
Ratios of sides in a right triangle; coordinates on the unit circle.
\log_b x,\ \ln x
logarithm, natural log
The exponent b must be raised to for x; ln uses base e.
\sum_{k=1}^{n} a_k
summation
Add a_k for k = 1 up to n.
\lim_{x \to a} f(x)
limit
The value f(x) approaches as x approaches a.
\int f(x)\,dx,\ \int_a^b
integral
Antiderivative (indefinite) or signed area from a to b (definite).
y',\ y''
first and second derivative of y
Prime notation for derivatives with respect to x (or t).
C,\ C_1,\ C_2
arbitrary constants
Constants of integration fixed by initial conditions.

How to: Differentiation Rules

  1. State the constant, constant multiple, and power rules.
  2. Apply the sum and difference rules to combine derivatives.
  3. Use the product rule for finding the derivative of a product of functions.
  4. Use the quotient rule for finding the derivative of a quotient of functions.
  5. Extend the power rule to functions with negative exponents.
  6. Combine the differentiation rules to find the derivative of a polynomial or rational function.
  7. 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
  8. Find an equation of the tangent line to the curve at this point.

Questions people ask

What is a derivative in one sentence?

The slope of the graph at a point — the rate at which the output is changing there. Speed is the derivative of position.

What is an integral in one sentence?

The accumulated total of a rate — the area under the curve. Distance travelled is the integral of speed.

Why are derivatives and integrals opposites?

That is the fundamental theorem of calculus: accumulating a rate and then measuring how fast the accumulation grows gets you back the rate. Integration undoes differentiation up to a constant.

When do I use substitution and when integration by parts?

Substitution when part of the integrand is the derivative of another part (u and du both present). Parts when the integrand is a product of two unrelated kinds of function — a polynomial times an exponential, log or trig function.

നീ സ്വയം ശ്രമിക്ക്.

Parts of this page are adapted from OpenStax Calculus Volume 1 (CC BY-NC-SA 4.0). Condensed and re-explained here; errors are ours.

കൂടുതല്‍ Calculus