0580
Differentiation
Coordinate Geometry and Graphs
What differentiating produces
- A straight line has one gradient, but a curve is steeper in some places than others, so its gradient depends on where you are
- Differentiating turns the equation of a curve into a second equation that gives the gradient at any point
- That second equation is the gradient function, also called the derivative, and it is written dy/dx
- Substituting an x value into dy/dx returns the gradient of the curve there, and the y value is never needed
- Drawing a tangent and measuring it estimates the same number; differentiating gives it exactly

- Write "y =" in front of the curve and "dy/dx =" in front of the derivative every time, so the two never get confused
The rule
- Differentiating a power of x means multiplying by that power, then knocking one off it
- x⁶ differentiates to 6x⁵
- 3x⁴ differentiates to 12x³
- In general, kxⁿ differentiates to knxⁿ⁻¹

- Two cases look different but follow the same rule
- A term in x alone loses its x: 7x differentiates to 7, which matches the gradient of the line y = 7x
- A number on its own differentiates to 0, which matches the gradient of a horizontal line

- Differentiate a sum term by term, taking each one separately and keeping the signs between them
- This specification only asks for powers of x that are positive whole numbers or zero, and for sums of at most three such terms

Worked example
Differentiating and using the result
A curve has equation y = 4x³ − 5x² + 7x − 2. Find dy/dx, and hence the gradient of the curve where x = 2.
Solution:
- Differentiating turns the equation of a curve into its gradient function, which gives the gradient at any point rather than one fixed number
- The rule is to multiply by the power and then reduce the power by one, applied to each term separately
- 4x³: multiply by 3 and drop the power to 2, giving 12x²
- −5x²: multiply by 2 and drop the power to 1, giving −10x
- 7x is 7x¹: multiply by 1 and drop the power to 0, and x⁰ = 1, so it gives 7
- −2 is a constant with no x at all, so it differentiates to 0 — a constant shifts the curve up or down without changing its steepness
- So dy/dx = 12x² − 10x + 7
- The gradient at a point comes from substituting that x into the derivative, not into the curve
- At x = 2: 12 × 2² − 10 × 2 + 7 = 48 − 20 + 7 = 35
Working backwards from a gradient
- A question may give a gradient and ask where the curve has it
- Set dy/dx equal to that number and solve the equation, which is usually a quadratic
- Each solution is an x value, so put it back into the curve's own equation to obtain the matching y
- Take care to read which side the number sits on: making the derivative equal 5 is a different instruction from replacing x by 5