ln(e) = 1
Power Rule
Example: What is
x3 ?
The question is asking "what is the derivative of x3?"
We can use the Power Rule, where n=3:

x
n = nx
n−1

x
3 = 3x
3−1 =
3x2
Example: What is
(1/x) ?
1/x is also x-1
We can use the Power Rule, where n = −1:

x
n = nx
n−1

x
−1 = −1x
−1−1 =
−x−2
Multiplication by constant
Example: What is
5x3 ?
the derivative of cf = cf’
the derivative of 5f = 5f’
We know (from the Power Rule):

x
3 = 3x
3−1 = 3x
2
So:

5x
3 = 5

x
3 = 5 × 3x
2 =
15x2
Sum Rule
Example: What is the derivative of x2+x3 ?
The Sum Rule says:
the derivative of f + g = f’ + g’
So we can work out each derivative separately and then add them.
Using the Power Rule:
x2 = 2x
x3 = 3x2
And so:
the derivative of x2 + x3 = 2x + 3x2
Difference Rule
It doesn't have to be x, we can differentiate with respect to, for example, v:
Example: What is
(v3−v4) ?
The Difference Rule says
the derivative of f − g = f’ − g’
So we can work out each derivative separately and then subtract them.
Using the Power Rule:
v3 = 3v2
v4 = 4v3
And so:
the derivative of v3 − v4 = 3v2 − 4v3
Sum, Difference, Constant Multiplication And Power Rules
Example: What is
(5z2 + z3 − 7z4) ?
Using the Power Rule:
z2 = 2z
z3 = 3z2
z4 = 4z3
And so:

(5z
2 + z
3 − 7z
4) = 5 × 2z + 3z
2 − 7 × 4z
3 =
10z + 3z2 − 28z3
Example: What is the derivative of cos(x)sin(x) ?
The Product Rule says:
the derivative of fg = f g’ + f’ g
In our case:
We know (from the table above):
cos(x) = −sin(x)
sin(x) = cos(x)
So:
the derivative of cos(x)sin(x) = cos(x)cos(x) − sin(x)sin(x)
No comments:
Post a Comment