Paul's Online Notes
Paul's Online Notes
Home / Calculus I / Derivatives / Differentiation Formulas
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 3.3 : Differentiation Formulas

In the first section of this chapter we saw the definition of the derivative and we computed a couple of derivatives using the definition. As we saw in those examples there was a fair amount of work involved in computing the limits and the functions that we worked with were not terribly complicated.

For more complex functions using the definition of the derivative would be an almost impossible task. Luckily for us we won’t have to use the definition terribly often. We will have to use it on occasion, however we have a large collection of formulas and properties that we can use to simplify our life considerably and will allow us to avoid using the definition whenever possible.

We will introduce most of these formulas over the course of the next several sections. We will start in this section with some of the basic properties and formulas. We will give the properties and formulas in this section in both “prime” notation and “fraction” notation.

Properties

  1. \(\displaystyle {\left( {f\left( x \right) \pm g\left( x \right)} \right)^\prime } = f'\left( x \right) \pm g'\left( x \right)\hspace{0.25in} \mbox{OR} \hspace{0.25in}\frac{d}{{dx}}\left( {f\left( x \right) \pm g\left( x \right)} \right) = \frac{{df}}{{dx}} \pm \frac{{dg}}{{dx}}\)

    In other words, to differentiate a sum or difference all we need to do is differentiate the individual terms and then put them back together with the appropriate signs. Note as well that this property is not limited to two functions.

    See the Proof of Various Derivative Formulas section of the Extras chapter to see the proof of this property. It’s a very simple proof using the definition of the derivative.

  2. \(\displaystyle {\left( {cf\left( x \right)} \right)^\prime } = cf'\left( x \right)\hspace{0.25in} \mbox{OR} \hspace{0.25in}\frac{d}{{dx}}\left( {cf\left( x \right)} \right) = c\frac{{df}}{{dx}}\), \(c\) is any number

    In other words, we can “factor” a multiplicative constant out of a derivative if we need to. See the Proof of Various Derivative Formulas section of the Extras chapter to see the proof of this property.

Note that we have not included formulas for the derivative of products or quotients of two functions here. The derivative of a product or quotient of two functions is not the product or quotient of the derivatives of the individual pieces. We will take a look at these in the next section.

Next, let’s take a quick look at a couple of basic “computation” formulas that will allow us to actually compute some derivatives.

Formulas

  1. If \(f\left( x \right) = c\) then \(\displaystyle f'\left( x \right) = 0\hspace{0.25in} \mbox{OR} \hspace{0.25in}\frac{d}{{dx}}\left( c \right) = 0\)

    The derivative of a constant is zero. See the Proof of Various Derivative Formulas section of the Extras chapter to see the proof of this formula.

  2. If \(f\left( x \right) = {x^n}\) then \(\displaystyle f'\left( x \right) = n{x^{n - 1}}\hspace{0.25in} \mbox{OR} \hspace{0.25in}\frac{d}{{dx}}\left( {{x^n}} \right) = n{x^{n - 1}}\), \(n\) is any number.

    This formula is sometimes called the power rule. All we are doing here is bringing the original exponent down in front and multiplying and then subtracting one from the original exponent.

    Note as well that in order to use this formula \(n\) must be a number, it can’t be a variable. Also note that the base, the \(x\), must be a variable, it can’t be a number. It will be tempting in some later sections to misuse the Power Rule when we run in some functions where the exponent isn’t a number and/or the base isn’t a variable.

    See the Proof of Various Derivative Formulas section of the Extras chapter to see the proof of this formula. There are actually three different proofs in this section. The first two restrict the formula to \(n\) being an integer because at this point that is all that we can do at this point. The third proof is for the general rule but does suppose that you’ve read most of this chapter.

These are the only properties and formulas that we’ll give in this section. Let’s compute some derivatives using these properties.

Example 1 Differentiate each of the following functions.
  1. \(f\left( x \right) = 15{x^{100}} - 3{x^{12}} + 5x - 46\)
  2. \(g\left( t \right) = 2{t^6} + 7{t^{ - 6}}\)
  3. \(y = 8{z^3} - \frac{1}{{3{z^5}}} + z - 23\)
  4. \(\displaystyle T\left( x \right) = \sqrt x + 9\sqrt[3]{{{x^7}}} - \frac{2}{{\sqrt[5]{{{x^2}}}}}\)
  5. \(h\left( x \right) = {x^\pi } - {x^{\sqrt 2 }}\)
Show All Solutions Hide All Solutions
a \(f\left( x \right) = 15{x^{100}} - 3{x^{12}} + 5x - 46\) Show Solution

In this case we have the sum and difference of four terms and so we will differentiate each of the terms using the first property from above and then put them back together with the proper sign. Also, for each term with a multiplicative constant remember that all we need to do is “factor” the constant out (using the second property) and then do the derivative.

\[\begin{align*}f'\left( x \right) & = 15\left( {100} \right){x^{99}} - 3\left( {12} \right){x^{11}} + 5\left( 1 \right){x^0} - 0\\ & = 1500{x^{99}} - 36{x^{11}} + 5\end{align*}\]

Notice that in the third term the exponent was a one and so upon subtracting 1 from the original exponent we get a new exponent of zero. Now recall that \({x^0} = 1\). Don’t forget to do any basic arithmetic that needs to be done such as any multiplication and/or division in the coefficients.


b \(g\left( t \right) = 2{t^6} + 7{t^{ - 6}}\) Show Solution

The point of this problem is to make sure that you deal with negative exponents correctly. Here is the derivative.

\[\begin{align*}g'\left( t \right) & = 2\left( 6 \right){t^5} + 7\left( { - 6} \right){t^{ - 7}}\\ & = 12{t^5} - 42{t^{ - 7}}\end{align*}\]

Make sure that you correctly deal with the exponents in these cases, especially the negative exponents. It is an easy mistake to “go the other way” when subtracting one off from a negative exponent and get \( - 6{t^{ - 5}}\) instead of the correct \( - 6{t^{ - 7}}\).


c \(y = 8{z^3} - \frac{1}{{3{z^5}}} + z - 23\) Show Solution

Now in this function the second term is not correctly set up for us to use the power rule. The power rule requires that the term be a variable to a power only and the term must be in the numerator. So, prior to differentiating we first need to rewrite the second term into a form that we can deal with.

\[y = 8{z^3} - \frac{1}{3}{z^{ - 5}} + z - 23\]

Note that we left the 3 in the denominator and only moved the variable up to the numerator. Remember that the only thing that gets an exponent is the term that is immediately to the left of the exponent. If we’d wanted the three to come up as well we’d have written,

\[\frac{1}{{{{\left( {3z} \right)}^5}}}\]

so be careful with this! It’s a very common mistake to bring the 3 up into the numerator as well at this stage.

Now that we’ve gotten the function rewritten into a proper form that allows us to use the Power Rule we can differentiate the function. Here is the derivative for this part.

\[y' = 24{z^2} + \frac{5}{3}{z^{ - 6}} + 1\]

d \(\displaystyle T\left( x \right) = \sqrt x + 9\sqrt[3]{{{x^7}}} - \frac{2}{{\sqrt[5]{{{x^2}}}}}\) Show Solution

All of the terms in this function have roots in them. In order to use the power rule we need to first convert all the roots to fractional exponents. Again, remember that the Power Rule requires us to have a variable to a number and that it must be in the numerator of the term. Here is the function written in “proper” form.

\[\begin{align*}T\left( x \right) & = {x^{\frac{1}{2}}} + 9{\left( {{x^7}} \right)^{\frac{1}{3}}} - \frac{2}{{{{\left( {{x^2}} \right)}^{\frac{1}{5}}}}}\\ & = {x^{\frac{1}{2}}} + 9{x^{\frac{7}{3}}} - \frac{2}{{{x^{\frac{2}{5}}}}}\\ & = {x^{\frac{1}{2}}} + 9{x^{\frac{7}{3}}} - 2{x^{ - \frac{2}{5}}}\end{align*}\]

In the last two terms we combined the exponents. You should always do this with this kind of term. In a later section we will learn of a technique that would allow us to differentiate this term without combining exponents, however it will take significantly more work to do. Also, don’t forget to move the term in the denominator of the third term up to the numerator. We can now differentiate the function.

\[\begin{align*}T'\left( x \right) & = \frac{1}{2}{x^{ - \,\,\frac{1}{2}}} + 9\left( {\frac{7}{3}} \right){x^{\frac{4}{3}}} - 2\left( { - \frac{2}{5}} \right){x^{ - \,\,\frac{7}{5}}}\\ & = \frac{1}{2}{x^{ - \,\,\frac{1}{2}}} + \frac{{63}}{3}{x^{\frac{4}{3}}} + \frac{4}{5}{x^{ - \,\,\frac{7}{5}}}\end{align*}\]

Make sure that you can deal with fractional exponents. You will see a lot of them in this class.


e \(h\left( x \right) = {x^\pi } - {x^{\sqrt 2 }}\) Show Solution

In all of the previous examples the exponents have been nice integers or fractions. That is usually what we’ll see in this class. However, the exponent only needs to be a number so don’t get excited about problems like this one. They work exactly the same.

\[h'\left( x \right) = \pi {x^{\pi - 1}} - \sqrt 2 {x^{\sqrt 2 - 1}}\]

The answer is a little messy and we won’t reduce the exponents down to decimals. However, this problem is not terribly difficult it just looks that way initially.

There is a general rule about derivatives in this class that you will need to get into the habit of using. When you see radicals you should always first convert the radical to a fractional exponent and then simplify exponents as much as possible. Following this rule will save you a lot of grief in the future.

Back when we first put down the properties we noted that we hadn’t included a property for products and quotients. That doesn’t mean that we can’t differentiate any product or quotient at this point. There are some that we can do.

Example 2 Differentiate each of the following functions.
  1. \(y = \sqrt[3]{{{x^2}}}\left( {2x - {x^2}} \right)\)
  2. \(\displaystyle h\left( t \right) = \frac{{2{t^5} + {t^2} - 5}}{{{t^2}}}\)
Show All Solutions Hide All Solutions
a \(y = \sqrt[3]{{{x^2}}}\left( {2x - {x^2}} \right)\) Show Solution

In this function we can’t just differentiate the first term, differentiate the second term and then multiply the two back together. That just won’t work. We will discuss this in detail in the next section so if you’re not sure you believe that hold on for a bit and we’ll be looking at that soon as well as showing you an example of why it won’t work.

It is still possible to do this derivative however. All that we need to do is convert the radical to fractional exponents (as we should anyway) and then multiply this through the parenthesis.

\[y = {x^{\frac{2}{3}}}\left( {2x - {x^2}} \right) = 2{x^{\frac{5}{3}}} - {x^{\frac{8}{3}}}\]

Now we can differentiate the function.

\[y' = \frac{{10}}{3}{x^{\frac{2}{3}}} - \frac{8}{3}{x^{\frac{5}{3}}}\]

b \(\displaystyle h\left( t \right) = \frac{{2{t^5} + {t^2} - 5}}{{{t^2}}}\) Show Solution

As with the first part we can’t just differentiate the numerator and the denominator and the put it back together as a fraction. Again, if you’re not sure you believe this hold on until the next section and we’ll take a more detailed look at this.

We can simplify this rational expression however as follows.

\[h\left( t \right) = \frac{{2{t^5}}}{{{t^2}}} + \frac{{{t^2}}}{{{t^2}}} - \frac{5}{{{t^2}}} = 2{t^3} + 1 - 5{t^{ - 2}}\]

This is a function that we can differentiate.

\[h'\left( t \right) = 6{t^2} + 10{t^{ - 3}}\]

So, as we saw in this example there are a few products and quotients that we can differentiate. If we can first do some simplification the functions will sometimes simplify into a form that can be differentiated using the properties and formulas in this section.

Before moving on to the next section let’s work a couple of examples to remind us once again of some of the interpretations of the derivative.

Example 3 Is \(\displaystyle f\left( x \right) = 2{x^3} + \frac{{300}}{{{x^3}}} + 4\) increasing, decreasing or not changing at \(x = - 2\)?
Show Solution

We know that the rate of change of a function is given by the functions derivative so all we need to do is it rewrite the function (to deal with the second term) and then take the derivative.

\[f\left( x \right) = 2{x^3} + 300{x^{ - 3}} + 4\hspace{0.25in} \Rightarrow \hspace{0.25in}f'\left( x \right) = 6{x^2} - 900{x^{ - 4}} = 6{x^2} - \frac{{900}}{{{x^4}}}\]

Note that we rewrote the last term in the derivative back as a fraction. This is not something we’ve done to this point and is only being done here to help with the evaluation in the next step. It’s often easier to do the evaluation with positive exponents.

So, upon evaluating the derivative we get

\[f'\left( { - 2} \right) = 6\left( 4 \right) - \frac{{900}}{{16}} = - \frac{{129}}{4} = - 32.25\]

So, at \(x = - 2\) the derivative is negative and so the function is decreasing at \(x = - 2\).

Example 4 Find the equation of the tangent line to \(f\left( x \right) = 4x - 8\sqrt x \) at \(x = 16\).
Show Solution

We know that the equation of a tangent line is given by,

\[y = f\left( a \right) + f'\left( a \right)\left( {x - a} \right)\]

So, we will need the derivative of the function (don’t forget to get rid of the radical).

\[f\left( x \right) = 4x - 8{x^{\frac{1}{2}}}\hspace{0.25in}\hspace{0.25in} \Rightarrow \hspace{0.25in}\hspace{0.25in}f'\left( x \right) = 4 - 4{x^{ - \frac{1}{2}}} = 4 - \frac{4}{{{x^{\frac{1}{2}}}}}\]

Again, notice that we eliminated the negative exponent in the derivative solely for the sake of the evaluation. All we need to do then is evaluate the function and the derivative at the point in question, \(x = 16\).

\[f\left( {16} \right) = 64 - 8\left( 4 \right) = 32\hspace{0.25in}\hspace{0.25in}f'\left( 16 \right) = 4 - \frac{4}{4} = 3\]

The tangent line is then,

\[y = 32 + 3\left( {x - 16} \right) = 3x - 16\]
Example 5 The position of an object at any time \(t\) (in hours) is given by, \[s\left( t \right) = 2{t^3} - 21{t^2} + 60t - 10\]

Determine when the object is moving to the right and when the object is moving to the left.

Show Solution

The only way that we’ll know for sure which direction the object is moving is to have the velocity in hand. Recall that if the velocity is positive the object is moving off to the right and if the velocity is negative then the object is moving to the left.

We need the derivative in order to get the velocity of the object. The derivative, and hence the velocity, is,

\[s'\left( t \right) = 6{t^2} - 42t + 60 = 6\left( {{t^2} - 7t + 10} \right) = 6\left( {t - 2} \right)\left( {t - 5} \right)\]

The reason for factoring the derivative will be apparent shortly.

Now, we need to determine where the derivative is positive and where the derivative is negative. There are several ways to do this. The method that we tend to prefer is the following.

Since polynomials are continuous we know from the Intermediate Value Theorem that if the polynomial ever changes sign then it must have first gone through zero. So, if we knew where the derivative was zero we would know the only points where the derivative might change sign.

We can see from the factored form of the derivative that the derivative will be zero at \(t = 2\) and \(t = 5\). Let’s graph these points on a number line.

Basic number line with scale in the range from 0 < x < 6 and divided into three ranges by vertical dashed lines at x=2 and x=5.

Now, we can see that these two points divide the number line into three distinct regions. In each of these regions we know that the derivative will be the same sign. Recall the derivative can only change sign at the two points that are used to divide the number line up into the regions.

Therefore, all that we need to do is to check the derivative at a test point in each region and the derivative in that region will have the same sign as the test point. Here is the number line with the test points and results shown.

Basic number line with scale in the range from 0 < t < 6 and divided into three ranges by vertical dashed lines at t=2 and t=5.  In the range t < 2 the derivative is positive at the test point of t=1.  In the range 2 < t < 5 the derivative is negative at the test point of t=3.  In the range t > 5 the derivative is positive at the test point of t=6.

Here are the intervals in which the derivative is positive and negative.

\[\begin{array}{rl}{{\mbox{positive : }}}&{ - \infty < t < 2\,\,\,\,\& \,\,\,\,5 < t < \infty }\\{{\mbox{negative : }}}&{2 < t < 5}\end{array}\]

We included negative \(t\)’s here because we could even though they may not make much sense for this problem. Once we know this we also can answer the question. The object is moving to the right and left in the following intervals.

\[\begin{array}{rl}{{\mbox{moving to the right : }}}&{ - \infty < t < 2\,\,\,\,\& \,\,\,\,5 < t < \infty }\\{{\mbox{moving to the left : }}}&{2 < t < 5}\end{array}\]

Make sure that you can do the kind of work that we just did in this example. You will be asked numerous times over the course of the next two chapters to determine where functions are positive and/or negative. If you need some review or want to practice these kinds of problems you should check out the Solving Inequalities section of the Algebra/Trig Review.