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
The curve y = x³ − 2x² + 6 with a straight tangent drawn touching it at a marked point P, showing that the gradient of the curve at P is the gradient of that tangent
Source: Differentiation by Save My Exams
  • 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ⁿ⁻¹
The rule for differentiating a power set out in two steps: from y = kxⁿ, multiply by the power and then take one off the power, giving dy/dx = knxⁿ⁻¹
Source: Differentiation by Save My Exams
  • 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
y = 3x² − 5x + 3 differentiated term by term to dy/dx = 6x − 5, with an arrow noting that the constant 3 differentiates to zero and so leaves nothing behind
Source: Differentiation by Save My Exams
  • 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
The curve y = 2x³ + 3x² − 12x + 1 sketched on axes, crossing the x-axis three times with a peak to the left of the y-axis and a trough to the right
Source: Classifying stationary points by Save My Exams
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