Once you can compute a derivative from the limit definition, the goal is to avoid repeating that calculation for every new function. The three rules below — linearity, the product rule, and the quotient rule — let you differentiate any polynomial or rational function by inspection.
Linearity
Theorem. If f and g are differentiable at x, and c∈R, then
(cf+g)′(x)=cf′(x)+g′(x).
Proof. By definition,
h→0limh(cf+g)(x+h)−(cf+g)(x)=h→0lim[c⋅hf(x+h)−f(x)+hg(x+h)−g(x)].
Both difference quotients converge, so the sum of limits equals the limit of the sum: cf′(x)+g′(x). □
Product rule
Theorem. If f and g are differentiable at x, then
(fg)′(x)=f′(x)g(x)+f(x)g′(x).
Proof. Add and subtract f(x)g(x+h) in the numerator:
hf(x+h)g(x+h)−f(x)g(x)=hf(x+h)−f(x)⋅g(x+h)+f(x)⋅hg(x+h)−g(x).
As h→0: the first term converges to f′(x)⋅g(x) (using continuity of g at x, which follows from differentiability), and the second to f(x)⋅g′(x). □
Quotient rule
Theorem. If f and g are differentiable at x and g(x)=0, then
(gf)′(x)=g(x)2f′(x)g(x)−f(x)g′(x).
Proof. First derive the reciprocal rule for 1/g. With δ in place of h:
δg(x+δ)1−g(x)1=−δg(x+δ)−g(x)⋅g(x+δ)g(x)1.
As δ→0, this converges to −g′(x)/g(x)2 (since g(x+δ)→g(x)=0). Then apply the product rule to f⋅(1/g):
(gf)′=f′⋅g1+f⋅(−g2g′)=g2f′g−fg′.□
Applications
Polynomials
From linearity and (xn)′=nxn−1:
(anxn+⋯+a1x+a0)′=nanxn−1+⋯+a1.
Rational functions
dxd(x−1x2+1)=(x−1)22x(x−1)−(x2+1)=(x−1)2x2−2x−1.
Summary
- Linearity: (cf+g)′=cf′+g′.
- Product rule: (fg)′=f′g+fg′.
- Quotient rule: (f/g)′=(f′g−fg′)/g2.
- All three follow from the limit definition via elementary limit arithmetic.
- Every polynomial and rational function is differentiable wherever defined.