Here we summarize all of the basic rules you should know for finding derivatives of functions. [Actually, we will not be using trig functions in this course; but the calculus rules for them will be given for completeness.] If the goal were only to be able to efficiently calculate the derivative of a function then you should memorize all of these rules. However, in order to fully understand derivatives you should also know how these rules are related and how to derive some of the rules from others. These derivations give you techniques and facts that can be useful in other contexts. This section shows how to use the rules given in bold to derive the other rules.
Note that you should not forget about the definition and interpretation of the meaning of a derivative. It is an instantaneous rate of change. So the derivative functions that are given below can be used to find this rate of change at every value of x in the domain of the function. Also, the formal definition of a derivative can be described as the limit of an average rate of change between two points as the difference between them goes to zero. Formal proofs of the rules given below must verify the formal definition. Such proofs will not be discussed here; but can be found in any standard calculus textbook.
| Function | Its Derivative (with respect to x) | ||
|---|---|---|---|
| 1. | cxn | cnxn-1 | |
| 2. | sin(x) | cos(x) | |
| 3. | cos(x) | -sin(x) | |
| 4. | ex | ex | |
| 5. | ax | [ln(a)]ax | how to derive |
| 6. | ln(x) | 1/x | |
| 7. | loga(x) | 1 / ([ln(a)]x) | how to derive |
Notes:
We also have rules for finding the derivatives of combinations of the above basic functions. For example we can add (subtract) or multiply (divide) functions together; take the composition of two functions, and take the inverse of a function.
| Combination of Functions | Its Derivative (with respect to x) | ||
|---|---|---|---|
| 1'. | f + g | f ′ + g′ | |
| 2'. | cf | cf ′ | how to derive |
| 3'. | f g | f ′ g + g′ f | |
| 4'. | f/g | [f ′ g - g′ f ]/g2 | how to derive |
| 5'. | f n | n f n-1 f ′ | how to derive |
| 6'. | g(f) | g′ (f) f ′ | |
| 7'. | inverse of f, i.e. f -1 | 1 / f ′(f -1(x)) where x is in the domain of f -1 | how to derive |
Note: f and g represent basic functions; c and n represent real constants.
Finally, the rules in the "Combination of Functions" table are given in words and other symbols. The following uses Dx f to mean df /dx.
| 1'. Sum Rule | Derivative of the sum of functions is the sum of the derivatives, i.e. Dx[f + g] = Dxf + Dxg. |
| 2'. Scalar Multiplication Rule | Derivative of a constant times a function is the constant times the derivative of the function, i.e. Dx[cf] = cDxf. |
| 3'. Product Rule | Derivative of the product of two functions is the derivative of the first times the second plus the derivative of the second times the first, i.e. Dx[fg] = g Dxf + f Dxg. |
| 4'. Quotient Rule | Derivative of the quotient of two functions is the derivative of the numerator times the denominator minus the derivative of the denominator times numerator all divided by the square of the denominator, i.e. Dx[f/g] = [g Dxf - f Dxg]/[g2] |
| 5'. Power Rule | Derivative of a function raised to the nth power is the derivative of the function times n times the function raised to the (n-1)st power, i.e. Dx[f n] = n f n-1 Dxf |
| 6'. Chain Rule | Derivative of the composition of functions is the product of the derivatives of the functions (evaluated at the appropriate points, i.e. Dx[f o g] = Dtf(g(x)) Dxg(x), where t = g(x) and y = f(t). This is the Chain Rule, which can also be written in this short form : dy/dx = [dy/dt] [dt/dx] |
| 7'. Inverse Function Rule | Derivative of the inverse of a function is the reciprocal of the derivative of the function, where both derivatives are evaluated at the appropriate values, i.e. if f and g are inverses the f ′(x) = 1/g′(f(x)) where x is in the domain of f. This follows from applying the chain rule to differentiate both sides g(f(x)) = x, which is a property of inverses. |