P1.4 - Differentiation
- Syllabus
- 2019
- Topic
- P1.4
- Level
- AS
For y=f(x), the derivative f′(x) or dxdy gives the instantaneous rate of change of y with respect to x. Geometrically, its value at x=a is the gradient of the tangent to the curve there.
f′(a)=h→0limhf(a+h)−f(a)
The quotient is the gradient of the secant through inputs a and a+h. As h tends to zero, the second point approaches the first and the secant gradients approach the tangent gradient. This limit is why a derivative describes change at one point rather than only an average over an interval.
For f(x)=x2, hf(a+h)−f(a)=h(a+h)2−a2=2a+h. Taking h→0 gives f′(a)=2a, so the tangent gradient at x=3 is 6.
Differentiating again gives f′′(x)=dx2d2y, the rate at which the first derivative changes. If y is displacement and x is time, for example, dy/dx is velocity and d2y/dx2 is acceleration; the units change accordingly.
A derivative is a limit of nearby secant gradients, not the gradient between two fixed points. An instantaneous rate is obtained by evaluating the derivative at the required input.
dxd(xn)=nxn−1,dxd(c)=0
The power rule applies term by term to sums, differences and constant multiples. Before using it, expand products and rewrite roots or variables in denominators as powers of x; this exposes every term in the required form axn.
| Original structure | Preparation |
|---|---|
| (2x+5)(x−1) | expand to 2x2+3x−5 |
| x | write as x1/2 |
| 1/xp | write as x−p |
| a quotient over x | divide each numerator term by x1/2 |
For y=3xx2+5x−3, first write y=31x3/2+35x1/2−x−1/2. Therefore dxdy=21x1/2+65x−1/2+21x−3/2. Each coefficient is multiplied by its old power, then the power is reduced by one.
A constant differentiates to zero: expanding (2x+5)(x−1) gives derivative 4x+3. Preserve any original domain restriction; the quotient example still requires x>0 even after it is rewritten.
At a point on a curve, differentiation supplies the tangent gradient. The normal is the straight line through the same point that is perpendicular to that tangent.
| Step | Action |
|---|---|
| locate the point | use the given coordinates, or substitute its x-value into the curve |
| tangent gradient | find f′(x) and evaluate mT=f′(a) |
| normal gradient | use mN=−1/mT when mT=0 |
| equation | substitute the point into y−y1=m(x−x1) |
For y=x2+2x at x=1, the point is (1,3) and dy/dx=2x+2, so mT=4. The tangent is y−3=4(x−1). The normal gradient is −41, so the normal is y−3=−41(x−1). Substitution of (1,3) checks both equations pass through the correct point.
If a tangent must be parallel to a line of gradient m, solve f′(x)=m for every valid x, then recover the corresponding point on the curve. For a perpendicular tangent, equate f′(x) to the negative reciprocal of the given line's gradient.
Do not use f′(x) as a line equation: it supplies a gradient only after evaluation at the point. When mT=0, the tangent is horizontal and its normal is the vertical line x=a, so the negative-reciprocal formula is not finite.