Skip to content

Revise: Methods of Differentiation

Limits, the derivative as a rate of change and as the limit of the difference quotient, the core differentiation rules (power, sum/difference, product, quotient, chain), and implicit differentiation.

The Idea of a Limit

lim(x→a) f(x) = L: f(x) gets closer to L as x gets closer to a.

(x²−1)/(x−1) → limit 2 as x→1.

Evaluating Limits by Direct Substitution and Factoring

Try substitution first; if 0/0, factor and cancel, then substitute again.

(x²−4)/(x−2) → limit 4 as x→2.

The Derivative as a Rate of Change

Average rate = secant slope; instantaneous rate = tangent slope.

h(t)=t², t=0 to 2 → average rate 2.

The Derivative as the Limit of the Difference Quotient

f'(x) = lim(h→0) [f(x+h)−f(x)]/h.

f(x)=x² → f'(x)=2x.

The Power Rule

d/dx[x^n] = n·x^(n−1).

x⁵ → 5x⁴.

The Sum and Difference Rules

Differentiate a polynomial term by term.

3x²+5x−7 → 6x+5.

The Product Rule

(f·g)' = f'g + fg'.

x²(x+3) → 3x²+6x.

The Quotient Rule

(f/g)' = (f'g − fg')/g².

x²/(x+1) → (x²+2x)/(x+1)².

The Chain Rule

Differentiate outer, then multiply by derivative of inner.

(x−2)² → 2(x−2).

Implicit Differentiation

Differentiate both sides; every y-term gets an extra dy/dx.

x²+y²=25 at (3,4) → dy/dx=−3/4.

Applications of Implicit Differentiation

A mixed xy term needs the Product Rule.

x²+xy+y²=7 at (1,2) → dy/dx=−4/5.