Derivative Rules
Complete reference of derivative rules including power rule, product rule, quotient rule, and chain rule with examples.
Basic Derivative Rules
d/dx [x^n] = n·x^(n-1) (power rule)
d/dx [c·f(x)] = c·f'(x) (constant multiple)
d/dx [f(x) + g(x)] = f'(x) + g'(x) (sum rule)
Product and Quotient Rules
d/dx [f(x)/g(x)] = [f'(x)·g(x) - f(x)·g'(x)] / [g(x)]² (quotient rule)
Chain Rule
The chain rule is used when differentiating a function of a function (composite functions).
Common Derivatives
| Function f(x) | Derivative f'(x) |
|---|---|
| x^n | n·x^(n-1) |
| e^x | e^x |
| a^x | a^x · ln(a) |
| ln(x) | 1/x |
| log_a(x) | 1/(x·ln(a)) |
| sin(x) | cos(x) |
| cos(x) | -sin(x) |
| tan(x) | sec²(x) |
| cot(x) | -csc²(x) |
| sec(x) | sec(x)·tan(x) |
| csc(x) | -csc(x)·cot(x) |
| arcsin(x) | 1/√(1-x²) |
| arccos(x) | -1/√(1-x²) |
| arctan(x) | 1/(1+x²) |
Example 1 — Power Rule
Find d/dx [3x⁵]
Apply: d/dx [ax^n] = a·n·x^(n-1)
= 3 · 5 · x^(5-1) = 15x⁴
Example 2 — Product Rule
Find d/dx [x² · sin(x)]
Let f(x) = x², g(x) = sin(x)
f'(x) = 2x, g'(x) = cos(x)
= 2x·sin(x) + x²·cos(x) = 2x·sin(x) + x²·cos(x)
Example 3 — Chain Rule
Find d/dx [sin(3x²)]
Outer function: sin(u), inner function: u = 3x²
= cos(3x²) · d/dx[3x²]
= cos(3x²) · 6x = 6x·cos(3x²)