Study Guide

Equations of tangents and normals

IB Mathematics Analysis and Approaches SLΒ· 12 min read

1. Calculating the gradient of the tangent at a pointβ˜…β˜…β˜†β˜†β˜†β± 8 min

The gradient of a tangent to a curve at any point is exactly equal to the value of the first derivative evaluated at that coordinate. This core principle underpins all tangent and normal calculations in IB Math AA SL.

πŸ“˜ Definition

Tangent Gradient

The slope of the line that touches the curve at , matching the curve's instantaneous rate of change at that point.

πŸ“ Worked Example

Find the gradient of the tangent to the curve at the point where .

  1. 1

    Step 1: Differentiate the function with respect to

    fβ€²(x)=6xβˆ’4f'(x) = 6x - 4
  2. 2

    Step 2: Substitute into the derivative

    fβ€²(2)=6(2)βˆ’4=12βˆ’4=8f'(2) = 6(2) - 4 = 12 - 4 = 8
  3. 3

    Final tangent gradient at is 8

Exam tip:

IB exam questions almost always give you the x-coordinate of the point of contact, not the full (x,y) pair, so remember to calculate the corresponding y value using the original function.

2. Deriving the full equation of a tangent lineβ˜…β˜…β˜…β˜†β˜†β± 10 min

Once you have the tangent gradient at the point of contact , you use the standard straight line point-gradient formula to get the full equation of the tangent. IB mark schemes almost always award 1 mark for correctly substituting the point and gradient into this formula.

yβˆ’f(a)=mt(xβˆ’a)y - f(a) = m_t (x - a)
πŸ“ Worked Example

Find the full equation of the tangent to at the point where .

  1. 1

    Step 1: Calculate the y-coordinate of the point of contact

    f(1)=(1)3βˆ’2(1)=βˆ’1f(1) = (1)^3 - 2(1) = -1
  2. 2

    Step 2: Differentiate to find the gradient function

    fβ€²(x)=3x2βˆ’2f'(x) = 3x^2 - 2
  3. 3

    Step 3: Evaluate the derivative at

    mt=fβ€²(1)=3(1)2βˆ’2=1m_t = f'(1) = 3(1)^2 - 2 = 1
  4. 4

    Step 4: Substitute and into the point-gradient formula

    yβˆ’(βˆ’1)=1(xβˆ’1)β€…β€ŠβŸΉβ€…β€Šy+1=xβˆ’1β€…β€ŠβŸΉβ€…β€Šy=xβˆ’2y - (-1) = 1(x - 1) \implies y + 1 = x - 1 \implies y = x - 2
βœ“ Quick check

Test your understanding before moving on

  1. What is the tangent to at ?

    • y=12x - 18

    • y=12x

    • y=6x - 18

    • y=12x + 18

    Reveal answer
    y=12x - 18 β€”

    Correct: , , so simplifies to .

3. Calculating the equation of the normal lineβ˜…β˜…β˜…β˜†β˜†β± 10 min

The normal line is perpendicular to the tangent at the point of contact. For two perpendicular lines with non-zero gradients, the product of their gradients is equal to -1. This means the normal gradient is the negative reciprocal of the tangent gradient .

mn=βˆ’1mt,mtβ‰ 0m_n = -\frac{1}{m_t}, \quad m_t \neq 0
πŸ“ Worked Example

Find the equation of the normal to the curve at the point where .

  1. 1

    Step 1: Find the y-coordinate of the point

    f(1)=4(1)+1/1=5f(1) = 4(1) + 1/1 = 5
  2. 2

    Step 2: Differentiate the function

    fβ€²(x)=4βˆ’1x2f'(x) = 4 - \frac{1}{x^2}
  3. 3

    Step 3: Calculate tangent gradient at

    mt=4βˆ’1=3m_t = 4 - 1 = 3
  4. 4

    Step 4: Take negative reciprocal to get normal gradient

    mn=βˆ’13m_n = -\frac{1}{3}
  5. 5

    Step 5: Substitute and into point-gradient formula

    yβˆ’5=βˆ’13(xβˆ’1)β€…β€ŠβŸΉβ€…β€Š3yβˆ’15=βˆ’x+1β€…β€ŠβŸΉβ€…β€Šx+3y=16y - 5 = -\frac{1}{3}(x - 1) \implies 3y - 15 = -x + 1 \implies x + 3y = 16

4. Solving for unknown points of contactβ˜…β˜…β˜…β˜…β˜†β± 12 min

Higher mark IB AA SL questions will give you the equation of a tangent or normal, and ask you to find the unknown x-coordinate of the point of contact. This requires setting the derivative equal to the given line gradient, then solving the resulting algebraic equation.

πŸ“ Worked Example

The line is tangent to the curve . Find the value of .

  1. 1

    Step 1: The tangent gradient is 6, so set derivative equal to 6

    fβ€²(x)=4xβˆ’4=6f'(x) = 4x - 4 = 6
  2. 2

    Step 2: Solve for x

    4x=10β€…β€ŠβŸΉβ€…β€Šx=2.54x = 10 \implies x = 2.5
  3. 3

    Step 3: Find the corresponding y value on the curve

    f(2.5)=2(2.5)2βˆ’4(2.5)+7=12.5βˆ’10+7=9.5f(2.5) = 2(2.5)^2 -4(2.5) +7 = 12.5 - 10 +7 = 9.5
  4. 4

    Step 4: Substitute into the tangent line equation to solve for c

    9.5=6(2.5)+cβ€…β€ŠβŸΉβ€…β€Š9.5=15+cβ€…β€ŠβŸΉβ€…β€Šc=βˆ’5.59.5 = 6(2.5) + c \implies 9.5 = 15 + c \implies c = -5.5

5. Common Pitfalls

Wrong move:

Using the original function instead of the derivative to calculate the tangent gradient

Why:

The original function returns y-values, not the slope of the curve at that point

Correct move:

Always differentiate first before substituting the x coordinate to get the gradient

Wrong move:

Calculating the normal gradient as the reciprocal of the tangent, forgetting the negative sign

Why:

Parallel lines have equal gradients, not perpendicular ones

Correct move:

Always flip the sign after taking the reciprocal of to get

Wrong move:

Using only the x-coordinate as the point of contact, forgetting to calculate the corresponding y value

Why:

The point-gradient formula requires both and to derive the correct line equation

Correct move:

Evaluate on the original curve to get the full coordinate before building the line equation

Wrong move:

Simplifying the line equation incorrectly, mixing up signs when rearranging

Why:

IB mark schemes deduct 1 mark for sign errors in final line equations

Correct move:

Double check your rearranged equation by substituting the point of contact back in to confirm it satisfies the equation

Wrong move:

Trying to calculate the normal gradient when the tangent gradient is zero

Why:

A horizontal tangent () has a vertical normal, which has an undefined gradient

Correct move:

Write the normal line as , the vertical line passing through the point of contact

6. Quick Reference Cheatsheet

Quantity

Formula

Tangent gradient at

Normal gradient at

Equation of tangent

Equation of normal

Vertical normal (when )

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· Paper 1

    Find tangent to quadratic function

  • 2023 Β· Paper 2

    Find normal to cubic function

  • 2022 Β· Paper 1

    Find tangent-curve second intersection

What's Next

Mastering tangent and normal equations is a foundational skill for all upcoming calculus topics in IB Math AA SL, including rates of change, optimization, and kinematics. You will next practice applying these differentiation skills to find maximum and minimum points on curves, and solve real-world optimization problems that are worth up to 8 marks on Paper 2. You can also review past exam-style questions that combine tangents with quadratic and cubic curve properties to reinforce your understanding before your mock exams.