Here's a little quiz to warm up. (Go to the tutorial on derivatives of powers if you want to review derivatives of powers of x.)
|
| |||||
|
|
|||||
|
|
|||||
|
|
|||||
|
| |||||
|
The above example suggests the following:
The derivative of a product is not the product of the derivatives.
|
Product and Quotient Rules
Product Rule
Product Rule In Words:
Quotient Rule
Quotient Rule In Words: |
Q Where do these rule come from?
A You can find a proof of the product rule in Section 4.1 of Applied Calculus, or Section 11.1 of Finite Mathematics and Applied Calculus. Press here for a proof of the quotient rule.
Let us find the derivative of
| f(x) = (4x3-x4) (11x | - | √ |
Before we start, first recognize that f(x) is a product of two factors:
| (4x3-x4) | and | (11x | - | √ |
Therefore, the product rule applies. Before using the rule, let us first rewrite the function in exponent form:
Now we can apply the product rule. The rule says that:
dx |
[f(x)g(x)] | = | f'(x)g(x) + f(x)g'(x). |
Therefore,
dx |
(4x3-x4) (11x-x0.5 ) |
| = | (12x2-4x3)(11x-x0.5 ) + (4x3-x4)(11-0.5x 0.5 ). |
| (deriv. of first)(second left alone) + (first left alone) (deriv. of second) | |
Next, let us calculate the derivative of
| f(x) | = | x3 + x | . |
First, we recognize that f(x) is a quotient (one expression divided by another) and so we need to use the quotient rule:
dx |
g(x) |
= | [g(x)]2 |
dx |
x3 + x |
= | (x3 + x)2 |
That is the answer, although it is sometimes useful to simplify the numerator. In the question below, you will need to manipulate the answer a little in order to match the correct choice.
| Q | The derivative of f(x) | = | x-1 | is |
Q This is all very well if what you're given is an obvious product or quotient. But we all know that instructors are fond of "in-between" expressions, such as
| (3x+1) | x2+x | . |
Which rule do we use for that ??
A To deal with things like that -- or any mathematical expression whatsoever, we use the following little secret desribed in Applied Calculus and Finite Mathematics and Applied Calculus, called the Calculation Thought Experiment:
|
Calculation Thought Experiment (CTE)
The calculation thought experiment is a technique to determine whether to treat an algebraic expression as a product, quotient, sum, or difference:
Using the Calculation Thought Experiment (CTE) to Differentiate a Function
Examples
1. (3x2-4)(2x+1) can be computed by first calculating the expressions in parentheses and then multiplying. Since the last step is multiplication, we can treat the expression as a product. 2. (2x-1)/x can be computed by first calculating the numerator and denominator, and then dividing one by the other. Since the last step is division, we can treat the expression as a quotient. 3. x2 + (4x-1)(x+2) can be computed by first calculating x2, then calculating the product (4x-1)(x+2), and finally adding the two answers. Thus, we can treat the expression as a sum. 4. (3x2-1)5 can be computed by first calculating the expression in parentheses, and then raising the answer to the fifth power. Thus, we can treat the expression as a power. |
Let us use the CTE to find the derivative of
| (3x+1) | x2+x | . |
To use this method, pretend you were calculating, one step at a time, the value of this funtion for, say, x = 5. (You don't need to actually do the calculation.) One way of doing the calculation would be to use the following procedure:
Since the last operation is multiplication, the CTE tells us that the given expression is a product and so we must use the product rule.
| f(x) = (3x+1) | x2+x |
A product |
Thus,
| f'(x) | = |
|
|
+ |
|
. . . . (I) | |||||||||||
| (second left alone) | + | (first left alone) | (deriv. of second) |
Remember that the expressions "d/dx" are short-hand for "the derivative of ..." In other words, we haven't done the work yet; the line above is just telling us what we need to do: take two derivatives. (If we wanted, we could take a coffee break and come back to it later to do the work.)
To finish the calculation, we must compute the magenta- and blue-colored derivatives one-at-a-time and plug them in to the expression above:
The first (magenta) derivative is easy:
dx |
(3x+1) = 3 |
| dx |
x2+x |
= | (x2+x)2 | = | (x2+x)2 |
Now substitute these derivatives into formula (I) to obtain the answer:
| f'(x) | = | 3 | x2+x |
+ | (x2+x)2 |
Whew ! Now you do one:
(Similar to an example of Applied Calculus, or Finite Mathematics and Applied Calculus. )
Q The Calculation Thought Experiment (CTE) tells us that
Q A valid first step in the calculation of the derivative of
| 4x2 + | 3x |
is to write down:
|
8x | + | (3) |
|
dx |
(4x2) | + | dx |
3x |
|
8x | + | dx |
3x |
|
8x | + | 9x2 |
|
|
For the next question, you need to enter an algebraic expression using proper graphing calculator format as above (spaces are ignored). input type="button" class = "myButtons" onmouseover="this.className= 'myButtons myButtonsHov'" onmouseout="this.className= 'myButtons'" value = "Show/Hide Examples" onClick=" var theText = document.getElementById('Format2'); if (theText.innerHTML == '') theText.innerHTML = formatTable; else theText.innerHTML = ''; ">
| P Por último, la derivada de | 4x2 + | 3x |
simplifies to |
|
|
Now try some of the exercises on Section 4.1 of Applied Calculus, or Section 11.1 of Finite Mathematics and Applied Calculus.