Ad Space — Top Banner

Derivative Rules

Complete reference of derivative rules including power rule, product rule, quotient rule, and chain rule with examples.

Basic Derivative Rules

d/dx [c] = 0 (constant rule)
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) (product rule)

d/dx [f(x)/g(x)] = [f'(x)·g(x) - f(x)·g'(x)] / [g(x)]² (quotient rule)

Chain Rule

d/dx [f(g(x))] = f'(g(x)) · g'(x)

The chain rule is used when differentiating a function of a function (composite functions).

Common Derivatives

Function f(x)Derivative f'(x)
x^nn·x^(n-1)
e^xe^x
a^xa^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²)


Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.