IB Maths AA HL Topic 5 โ€” Calculus Paper 1 & 2 ~7 min read

Gradients, Tangents & Normals

The gradient of a curve at a point is the gradient of its tangent there โ€” which is just fโ€ฒ(x) evaluated at that point. Once you have the gradient and the point, you can write the tangent’s equation directly using y โˆ’ yโ‚ = m(x โˆ’ xโ‚). The normal is the line perpendicular to the tangent at the same point โ€” its gradient is โˆ’1/m.

๐Ÿ“˜ What you need to know

Finding the gradient at a point

Differentiate the function to get fโ€ฒ(x), then substitute the x-value at the point of interest. That single number is the gradient โ€” both of the curve and of its tangent โ€” at that point.

Gradient at x = xโ‚ gradient at xโ‚  =  fโ€ฒ(xโ‚)
Reading exam wording: “gradient of the curve” and “gradient of the tangent” mean exactly the same thing at any point. The tangent is the local linear copy of the curve at that point.

Equation of the tangent

Tangent at (xโ‚, yโ‚) y โˆ’ yโ‚  =  fโ€ฒ(xโ‚)ยท(x โˆ’ xโ‚)

You need both the gradient (from fโ€ฒ) and the point (from f). The point-slope form above is the cleanest starting expression โ€” rearrange it after, not before. To find yโ‚, just plug xโ‚ into the original f(x).

Equation of the normal

Tangent and Normal at a Point P x y P(xโ‚, yโ‚) Tangent: gradient = m Normal: gradient = โˆ’1/m y = f(x)
The tangent has gradient m = fโ€ฒ(xโ‚); the normal is perpendicular to it, so its gradient is โˆ’1/m. Both pass through the point P.
Normal at (xโ‚, yโ‚) y โˆ’ yโ‚  =  โˆ’1fโ€ฒ(xโ‚)ยท(x โˆ’ xโ‚)
If tangent gradient = 0
tangent: y = yโ‚; normal: x = xโ‚
horizontal tangent โ†’ vertical normal
If tangent is vertical (fโ€ฒ undefined)
tangent: x = xโ‚; normal: y = yโ‚
vertical tangent โ†’ horizontal normal

๐Ÿงญ Recipe โ€” find tangent or normal at a point

  1. Find yโ‚ = f(xโ‚) โ€” the y-coordinate of the point on the curve.
  2. Differentiate f to get fโ€ฒ(x); substitute xโ‚ to get the tangent gradient m.
  3. For tangent: write y โˆ’ yโ‚ = m(x โˆ’ xโ‚).
  4. For normal: replace m with โˆ’1/m; same point-slope form.
  5. Rearrange to y = mx + c or ax + by + c = 0 by clearing fractions if needed.

Worked examples

WE 1

Find the gradient at a given point

The curve y = xยณ โˆ’ 4xยฒ + 7. Find the gradient of the curve at x = 3.

Differentiate dy/dx = 3xยฒ โˆ’ 8x Substitute x = 3 dy/dx = 3(9) โˆ’ 8(3) = 27 โˆ’ 24 = 3 Gradient at x = 3 is 3 always plug into fโ€ฒ, not f โ€” gradients come from the derivative
WE 2

Find points where gradient takes a specific value

The curve y = 2xยณ โˆ’ 9xยฒ + 12x. Find the coordinates of all points on the curve where the gradient is 0.

Differentiate and set equal to 0 dy/dx = 6xยฒ โˆ’ 18x + 12 = 0 Factor 6(xยฒ โˆ’ 3x + 2) = 0 6(x โˆ’ 1)(x โˆ’ 2) = 0 x = 1 or x = 2 Substitute into y to get coordinates y(1) = 2 โˆ’ 9 + 12 = 5 โ†’ (1, 5) y(2) = 16 โˆ’ 36 + 24 = 4 โ†’ (2, 4) Points are (1, 5) and (2, 4) don’t forget to find the y-coordinates โ€” “the points” needs both x AND y
WE 3

Equation of tangent โ€” basic, in y = mx + c form

Find the equation of the tangent to y = xยฒ โˆ’ 3x + 4 at the point where x = 2. Give your answer in the form y = mx + c.

Find y at x = 2 y = 4 โˆ’ 6 + 4 = 2 โ†’ point is (2, 2) Differentiate; get gradient dy/dx = 2x โˆ’ 3 m = 2(2) โˆ’ 3 = 1 Apply point-slope form y โˆ’ 2 = 1(x โˆ’ 2) y = x โˆ’ 2 + 2 = x Tangent: y = x when c = 0, the tangent passes through the origin โ€” geometrically clean answer
WE 4

Tangent โ€” rewrite required first

Find the equation of the tangent to y = 5โˆšx โˆ’ 6x at the point where x = 1. Give your answer in the form y = mx + c.

Rewrite y as powers of x y = 5x^(1/2) โˆ’ 6xโปยน Find y at x = 1 y = 5 โˆ’ 6 = โˆ’1 โ†’ point is (1, โˆ’1) Differentiate; get gradient at x = 1 dy/dx = (5/2)x^(โˆ’1/2) + 6xโปยฒ = 5/(2โˆšx) + 6/xยฒ m = 5/2 + 6 = 17/2 Point-slope form y โˆ’ (โˆ’1) = (17/2)(x โˆ’ 1) y + 1 = (17/2)x โˆ’ 17/2 y = (17/2)x โˆ’ 19/2 Tangent: y = (17/2)x โˆ’ 19/2 careful with double-negatives: y โˆ’ (โˆ’1) = y + 1, not y โˆ’ 1
WE 5

Equation of normal โ€” integer-coefficient form

Find the equation of the normal to y = xยฒ + 3x at the point where x = โˆ’1. Give your answer in the form ax + by + c = 0, where a, b, c are integers.

Find y at x = โˆ’1 y = 1 โˆ’ 3 = โˆ’2 โ†’ point is (โˆ’1, โˆ’2) Tangent gradient at x = โˆ’1 dy/dx = 2x + 3 โ†’ m = 2(โˆ’1) + 3 = 1 Normal gradient = โˆ’1/m = โˆ’1 Point-slope form for the normal y โˆ’ (โˆ’2) = โˆ’1(x โˆ’ (โˆ’1)) y + 2 = โˆ’(x + 1) y + 2 = โˆ’x โˆ’ 1 y = โˆ’x โˆ’ 3 Rearrange to ax + by + c = 0 x + y + 3 = 0 Normal: x + y + 3 = 0 verify: substitute (โˆ’1, โˆ’2) โ†’ โˆ’1 โˆ’ 2 + 3 = 0 โœ“
WE 6

Multi-part: tangent, normal, and where the normal meets the x-axis

The curve y = xยณ โˆ’ 4x + 5 has a tangent and a normal at the point P where x = 2.

(a) Find the y-coordinate of P. (b) Find the equation of the tangent at P. (c) Find the equation of the normal at P. (d) Find the coordinates of the point where the normal meets the x-axis.

(a) Substitute x = 2 y = 8 โˆ’ 8 + 5 = 5 โ†’ P = (2, 5) (b) Differentiate; gradient at P dy/dx = 3xยฒ โˆ’ 4 โ†’ m = 3(4) โˆ’ 4 = 8 Tangent: y โˆ’ 5 = 8(x โˆ’ 2) y = 8x โˆ’ 11 (c) Normal gradient = โˆ’1/8 Normal: y โˆ’ 5 = โˆ’(1/8)(x โˆ’ 2) y = 5 โˆ’ (x โˆ’ 2)/8 = (42 โˆ’ x)/8 y = โˆ’(1/8)x + 21/4 (d) Set y = 0 0 = (42 โˆ’ x)/8 โ†’ 42 โˆ’ x = 0 โ†’ x = 42 (a) y = 5; (b) y = 8x โˆ’ 11; (c) y = โˆ’(1/8)x + 21/4; (d) (42, 0) tangent gradient ร— normal gradient = 8 ร— (โˆ’1/8) = โˆ’1 โœ“ โ€” perpendicular check

๐Ÿ’ก Top tips

โš  Common mistakes

Next: Increasing & Decreasing Functions. The sign of fโ€ฒ(x) tells you whether f is increasing (fโ€ฒ > 0), decreasing (fโ€ฒ < 0), or stationary (fโ€ฒ = 0). Solving the inequalities fโ€ฒ(x) > 0 and fโ€ฒ(x) < 0 partitions the domain into increasing and decreasing intervals โ€” a fast way to map the shape of a curve without sketching it.

Need help with Calculus?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’