Constant Rule
The derivative of a constant is zero:
dxd[c]=0
Power Rule
For any real number n:
dxd[xn]=n⋅xn−1
Examples
- dxd[x5]=5x4
- dxd[x−2]=−2x−3
- dxd[x]=dxd[x1/2]=21x−1/2=2x1
Constant Multiple Rule
dxd[c⋅f(x)]=c⋅f′(x)
Example
dxd[5x3]=5⋅(3x2)=15x2
Sum Rule
dxd[f(x)+g(x)]=f′(x)+g′(x)
Difference Rule
dxd[f(x)−g(x)]=f′(x)−g′(x)
Common Derivatives Table
| Function | Derivative |
|---|
| c (constant) | 0 |
| x | 1 |
| xn | n⋅xn−1 |
| x | 2x1 |
| x1 | −x21 |
| xn1 | −xn+1n |
Polynomial Derivatives
For a polynomial p(x)=anxn+an−1xn−1+⋯+a1x+a0:
p′(x)=n⋅anxn−1+(n−1)⋅an−1xn−2+⋯+a1
Examples
Example 1: Polynomial
f(x)=3x4−2x3+5x2−7x+4
f′(x)=12x3−6x2+10x−7
Example 2: Rational exponents
f(x)=x3/2+x−1/3
f′(x)=23x1/2−31x−4/3=23x−3x4/31
Example 3: Rewriting before differentiating
f(x)=x2x3+2x=x+2x−1
f′(x)=1−2x−2=1−x22
Example 4: Finding slope at a point
Find the slope of y=x4−3x2 at x=2:
y′=4x3−6x
y′(2)=4(8)−6(2)=32−12=20