IB Maths AA HLTopic 5 โ CalculusPaper 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
Gradient at a point: substitute the x-value into fโฒ(x) to get the tangent gradient m.
Form requested: rearrange to y = mx + c or ax + by + c = 0 by clearing fractions.
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
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
Find yโ = f(xโ) โ the y-coordinate of the point on the curve.
Differentiate f to get fโฒ(x); substitute xโ to get the tangent gradient m.
For tangent: write y โ yโ = m(x โ xโ).
For normal: replace m with โ1/m; same point-slope form.
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.
Differentiatedy/dx = 3xยฒ โ 8xSubstitute x = 3dy/dx = 3(9) โ 8(3) = 27 โ 24 = 3Gradient at x = 3 is 3always 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 0dy/dx = 6xยฒ โ 18x + 12 = 0Factor6(xยฒ โ 3x + 2) = 06(x โ 1)(x โ 2) = 0x = 1 or x = 2Substitute into y to get coordinatesy(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 = 2y = 4 โ 6 + 4 = 2 โ point is (2, 2)Differentiate; get gradientdy/dx = 2x โ 3m = 2(2) โ 3 = 1Apply point-slope formy โ 2 = 1(x โ 2)y = x โ 2 + 2 = xTangent: y = xwhen 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 xy = 5x^(1/2) โ 6xโปยนFind y at x = 1y = 5 โ 6 = โ1 โ point is (1, โ1)Differentiate; get gradient at x = 1dy/dx = (5/2)x^(โ1/2) + 6xโปยฒ = 5/(2โx) + 6/xยฒm = 5/2 + 6 = 17/2Point-slope formy โ (โ1) = (17/2)(x โ 1)y + 1 = (17/2)x โ 17/2y = (17/2)x โ 19/2Tangent: y = (17/2)x โ 19/2careful 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 = โ1y = 1 โ 3 = โ2 โ point is (โ1, โ2)Tangent gradient at x = โ1dy/dx = 2x + 3 โ m = 2(โ1) + 3 = 1Normal gradient = โ1/m = โ1Point-slope form for the normaly โ (โ2) = โ1(x โ (โ1))y + 2 = โ(x + 1)y + 2 = โx โ 1y = โx โ 3Rearrange to ax + by + c = 0x + y + 3 = 0Normal: x + y + 3 = 0verify: 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 = 2y = 8 โ 8 + 5 = 5 โ P = (2, 5)(b) Differentiate; gradient at Pdy/dx = 3xยฒ โ 4 โ m = 3(4) โ 4 = 8Tangent: y โ 5 = 8(x โ 2)y = 8x โ 11(c) Normal gradient = โ1/8Normal: y โ 5 = โ(1/8)(x โ 2)y = 5 โ (x โ 2)/8 = (42 โ x)/8y = โ(1/8)x + 21/4(d) Set y = 00 = (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
Use point-slope formy โ yโ = m(x โ xโ) โ it’s faster than substituting into y = mx + c.
For tangent + normal at the same point, compute m ONCE; use m for tangent, โ1/m for normal.
Sanity check: tangent gradient ร normal gradient = โ1 always.
For ax + by + c = 0, multiply through by any denominator to clear fractions; integer coefficients are usually expected.
GDC d/dx tool gives m numerically โ useful when the algebra is messy or you want to verify.
โ Common mistakes
Using f(xโ) where you mean fโฒ(xโ) โ gradient comes from the DERIVATIVE.
Forgetting to find yโ โ you need the y-coordinate of the point, not just xโ.
Using +1/m for normal gradient โ it’s the NEGATIVE reciprocal, โ1/m.
Sign errors when expanding y โ (โ2) or x โ (โ1) โ double-negatives become additions.
Rearrangement slips โ after writing y = mx + c, double-check by plugging the point back in.
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.