Where the derivative comes from: the gradient of a chord as the gap h shrinks to zero. Limits by cancelling and at infinity, then the four-step method for polynomials, for fractions such as 1/(2x), and for 5/(x² + 3).
In General Maths you differentiated with the power rule (see calculus↺): xn becomes nxn−1. Further Maths asks why. A question that says “from first principles” wants the derivative worked out from the definition, without the rules.
The idea: a chord that shrinks to a tangent
The gradient of a curve at a point P is the gradient of its tangent there. You can’t measure a tangent’s gradient directly, but you can measure a chord’s. Take a second point Q a small step h further along the curve. The chord PQ has gradient
hf(x+h)−f(x)
As h shrinks, Q slides towards P and the chord turns into the tangent:
Chord to tangentAs Q slides towards P (h → 0), the chord's gradient becomes the tangent's
So the derivative is the limit of the chord’s gradient as h→0. Shrink h and watch:
Chord to tangentPick a function, shrink h
6chord gradient, h = 15f′(1) = 2x + 3 at x = 1
[(x + h)² + 3(x + h) − x² − 3x] ÷ h = 2x + 3 + h. With h = 1 the chord's gradient is 6. As h → 0, the terms with h vanish, leaving f′(x) = 2x + 3, which is 5 at x = 1.
Evaluating limits
x→alimf(x) means the value f(x) gets close to as x gets close to a. Usually you just put x=a in. But if that gives 00, the formula has a gap at x=a: factorise, cancel the factor (x−a), and then put x=a in:
When x→∞, divide the top and the bottom by the highest power of x on the bottom. Every term like x1 or x21 then tends to 0:
x→∞limx+12x+1=x→∞lim1+x12+x1=12=2
A gap in the graph(x² − 9) ÷ (x − 3) is x + 3 with a gap at x = 3: the limit is the height of the gap, 6A limit at infinityAs x grows, (2x + 1) ÷ (x + 1) gets as close to 2 as you like
Worked example
Evaluate x→2limx2−4x2+x−6.
Try x = 2
Top: 4+2−6=0.
Bottom: 4−4=0.
00 has no value, so both must have a factor (x−2).
Think first.Put x = 2 into the top and the bottom. What do you get?
Factorise
Top: x2+x−6=(x+3)(x−2).
Bottom: x2−4=(x+2)(x−2).
Think first.Factorise the top and the bottom.
Cancel
Cancel (x−2): (x+2)(x−2)(x+3)(x−2)=x+2x+3.
This is allowed because x only gets close to 2, so x−2 is never 0.
1. find f(x + h)2. take away f(x)3. divide by h4. let h → 0
From first principlesSimplify until you can divide by h, then let h → 0
The key is step 3: you must be able to cancel hbefore you let h→0. Putting h=0 straight into hf(x+h)−f(x) gives 00, which means nothing. Some books write δx for h and δy for f(x+h)−f(x); the method is the same.
When f(x) has x on the bottom, step 2 means taking away two fractions. Put them over a common denominator; the top then has a factor h that cancels in step 3.