• Need one-on-one tutoring with me? I teach all of this material! Contact me for a quick response on your needs.
  • Want my FULL version of these notes with more worked examples and help? Click here.

Introduction

I have chosen to discuss the properties of the derivative that you’ll use in finding derivatives of more complex functions at this point in the notes (after using the power rule, but before going on to more complicated examples) because I think it fits best within the curriculum at this point. Your class’ order may differ slightly. This will make working with these properties easier than if I had introduced them before you learned the power rule.

Important Properties of the Derivative

Here are multiple important properties and results for the derivative that will be necessary to invoke henceforth:

(1)   \begin{equation*} \diff{}{x} \Big[ c f(x) \Big] = c \diff{}{x} \Big[f(x) \Big]  \end{equation*}

(2)   \begin{equation*} \diff{}{x} \Big[ f(x) \pm g(x) \Big] = \diff{}{x} \Big[f(x) \Big] \pm \diff{}{x} \Big[g(x) \Big]  \end{equation*}

(3)   \begin{equation*} \diff{}{x} \Big[ x \Big] = 1  \end{equation*}

(4)   \begin{equation*} \diff{}{x} \Big[ c \Big] = 0  \end{equation*}

Properties 1 and 2 pertain to the linearity of the derivative; all operators that are “linear” adhere to these principles. Property 3 was shown in the power rule section. Property 4 is a result of using the power rule on x^0 (which itself is 1, the derivative of which returns 0) coupled with property 1 to remove c from the derivative and leave simply 1 inside.

My full notes on this section provide detailed proofs of each of these properties (using the definition of the derivative and/or the power rule) as well as more discussion on their origins, usage, and relevant examples.

Current Examples

Here are some examples that utilize these properties, involving derivatives we’ve already seen so far. If you’ve already covered later types of derivatives in this class, you’ll also want to check out the more advanced examples below these.

Example 1

Let f(x) = 29\pi. Find f'(x).

Although an irrational one, this function is still a simple constant, so its derivative is null:

    \[ \diff{}{x} \Big[29 \pi \Big] = 0 \]

Example 2

Let g(x) = -22x. Find g'(x).

This is really the application of two “properties”, first the constant property (because of linearity), and second the fact that the derivative of a variable with respect to itself is 1. Therefore,

    \[ \diff{}{x} \Big[ -22x \Big] = -22 \diff{}{x} \Big[x \Big] = -22 \Big[ 1 \Big] = -22 \]

Example 3

Find the derivative of h(x) = x^3 - x^2.

Because these two terms are added together, if you can find the derivative of each of them separately, you can find the complete derivative:

    \[ \diff{h}{x} = \diff{}{x} \Big[x^3 \Big] - \diff{}{x} \Big[x^2 \Big] = 3x^2 - 2x \]

Just as the original function was a sum, so is its derivative (provided nothing cancels).

Example 4

Differentiate z = -3x^7 + 4x^6 + 4x^{5/4} -x+16.

Using the derivative properties coupled with the power rule produces

    \[ z'(x) = -3 \Big[ 7x^6 \Big] + 4 \Big[ 6x^5 \Big] + 4 \Big[ \frac{5}{4} x^{1/4} \Big] - 1 + 0 \]

    \[ = -21x^6 + 24x^5 + 5x^{1/4} - 1 \]

Example 5

Compute the derivative of y = 2x^3 + x^{3/2} - 6\sqrt{x} + x^2 + x + 1 and then find what it equals when x=4. This is called “evaluating” the derivative.

We first proceed with the calculation of the derivative itself in the normal way, and then we worry about evaluating it. Evaluation of the derivative always comes after its general form is found first.

    \[ y'(x) = 6x^2 + \frac{3}{2}x^{1/2} - 6 \cdot \frac{1}{2}x^{-1/2} + 2x + 1 + 0 \]

    \[ = 6x^2 + \frac{3\sqrt{x}}{2} - \frac{3}{\sqrt{x}} + 2x + 1 \]

We can now “evaluate” it at x = 4 by plugging it right into our result:

    \[ y'(4) = 6 \cdot 4^2 + \frac{3\sqrt{4}}{2} - \frac{3}{\sqrt{4}} + 2(4) + 1 \]

    \[ = 96 + 3 - \frac{3}{2} + 8  + 1= 106.5 \]

The notation y'(4) is pronounced “y prime of four” and means to find the derivative and then evaluate it at 4. This concept will persist throughout this class, and you can find more such examples in my full notes on this section.

I have only included a handful of such examples in this section. However, you’ll continue working on dervatives of power functions using these properties in the product rule, quotient rule, and chain rule sections.

Later Practice with Derivative Properties

The properties above apply when taking derivatives of any functions, so here are a few examples using derivative types from the next chapter on advanced derivative methods. You can neglect these examples for now if you aren’t past this current section in your class yet.

Example 6

Find the derivative of y = \cos x + 3\sin x - 12\tan x.

We can apply the linearity of the derivative in the same way as with the other types of functions, provided we know the individual trigonometric derivatives. That goes as follows:

    \[ y' = -\sin x + 3 \cos x - 12 \sec^2 x \]

Example 7

Let J(x) = e^x + 2e^{x^2} + 3e^{x^3} + 4e^4. Find J'(x).

We can apply the linearity of the derivative in the same way as with the other types of functions, provided we know the individual exponential derivatives. The derivative of an exponential function is the same function, multiplied by the derivative of the exponent, so, pulling constants out as well, that goes as follows:

    \[ J'(x)= e^x + 2e^{x^2} \cdot 2x + 3e^{x^3} \cdot 3x^2 + 0 \]

    \[ = e^x + 4xe^{x^2} + 9x^2 e^{x^3} \]

Notice that, although irrational, 4e^4 is still just a constant, so its derivative is 0.

Example 8

Find f'(x) where f(x) =  12\cot x + \ln(x^2 + 1) - \arctan{x} + \ln(\arcsin x).

In addition to the trig function, I’ve also thrown in some logarithms and inverse trig functions for which to take the derivatives. The properties from this section still apply.

    \[   f'(x) = 12 \cdot -\csc x \cot x + \frac{1}{x^2 + 1} \cdot (2x) - \frac{1}{x^2 + 1} + \frac{1}{\arcsin x} \cdot \frac{1}{\sqrt{1-x^2}} \]

    \[ = -12\csc x \cot x + \frac{2x-1}{x^2+1} + \frac{1}{\arcsin x \sqrt{1-x^2}} \]

where in the last line, I added the two fractions that had the same denominator and combined them.

Need more? Here you can get the full version of these notes!