Study Guide

Tangents, gradients, and stationary points

IB Mathematics: Applications and Interpretation SLΒ· 45 min read

1. Gradients of Tangents and the First Derivativeβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Gradient of a Tangent

or

The gradient of the tangent to a curve at equals the value of the first derivative evaluated at .

Example:

For , gradient at is .

The tangent to a curve at a point is the straight line that just touches the curve at that point, matching its slope exactly at that point. Differentiation gives us a gradient function that works for any point on the curve, so we only need to evaluate it at the desired -coordinate.

πŸ“ Worked Example

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

  1. 1

    Differentiate the function to get the gradient function:

  2. 2
    dydx=3x2βˆ’2\frac{dy}{dx} = 3x^2 - 2
  3. 3

    Evaluate the derivative at :

  4. 4
    dydx∣x=1=3(1)2βˆ’2=1\frac{dy}{dx}\bigg|_{x=1} = 3(1)^2 - 2 = 1
  5. 5

    The gradient of the tangent at is .

Exam tip:

Always substitute the given -value into the derivative to get a numerical gradient, don't leave it as a function of .

2. Finding the Equation of a Tangent Lineβ˜…β˜…β˜†β˜†β˜†β± 20 min

To find the full equation of a tangent, you already know the gradient from the derivative. The tangent always passes through the point of tangency , so you can use the point-gradient formula for a straight line.

  1. Differentiate to get the gradient function

  2. Calculate gradient at the point

  3. Calculate the -coordinate: to get point

  4. Substitute into

  5. Rearrange to as required

πŸ“ Worked Example

Find the equation of the tangent to at .

  1. 1

    Find the derivative (gradient function):

  2. 2
    dydx=4xβˆ’3\frac{dy}{dx} = 4x - 3
  3. 3

    Calculate gradient at :

  4. 4
    m=4(2)βˆ’3=5m = 4(2) - 3 = 5
  5. 5

    Find the -coordinate of the point of tangency:

  6. 6
    y=2(2)2βˆ’3(2)=2, so point =(2,2)y = 2(2)^2 - 3(2) = 2, \text{ so point } = (2, 2)
  7. 7

    Substitute into point-gradient formula and rearrange:

  8. 8
    yβˆ’2=5(xβˆ’2)β€…β€ŠβŸΉβ€…β€Šy=5xβˆ’8y - 2 = 5(x - 2) \implies y = 5x - 8

3. Stationary Points: Definition and Locationβ˜…β˜…β˜…β˜†β˜†β± 15 min

πŸ“˜ Definition

Stationary Point

A point on a curve where the gradient is zero, so the tangent is horizontal, and the function is neither increasing nor decreasing.

To find stationary points, you set the first derivative equal to zero, then solve the resulting equation for , then calculate the corresponding -coordinate for each solution. For IB AI SL, you only need to classify stationary points as local maxima or local minima.

πŸ“ Worked Example

Locate all stationary points of .

  1. 1

    Calculate the first derivative:

  2. 2
    dydx=3x2βˆ’3\frac{dy}{dx} = 3x^2 - 3
  3. 3

    Set derivative equal to zero and solve for :

  4. 4
    3x2βˆ’3=0β€…β€ŠβŸΉβ€…β€Šx2=1β€…β€ŠβŸΉβ€…β€Šx=1 or x=βˆ’13x^2 - 3 = 0 \implies x^2 = 1 \implies x = 1 \text{ or } x = -1
  5. 5

    Calculate corresponding -coordinates:

  6. 6
    x=1:y=13βˆ’3(1)+2=0x=βˆ’1:y=(βˆ’1)3βˆ’3(βˆ’1)+2=4x=1: y = 1^3 - 3(1) + 2 = 0 \\ x=-1: y = (-1)^3 - 3(-1) + 2 = 4
  7. 7

    Stationary points are at and .

4. Classifying Stationary Pointsβ˜…β˜…β˜…β˜†β˜†β± 20 min

For IB AI SL, the most common method to classify stationary points is the first derivative test: you test the sign of the gradient just to the left and right of the stationary point.

  1. For a stationary point at , calculate (left) and (right) for small

  2. Gradient changes positive negative = local maximum

  3. Gradient changes negative positive = local minimum

  4. No sign change = horizontal point of inflection

πŸ“ Worked Example

Classify the stationary points of from the previous example.

  1. 1

    Test the stationary point at , with :

  2. 2
    fβ€²(βˆ’1.1)=3(βˆ’1.1)2βˆ’3=0.63>0fβ€²(βˆ’0.9)=3(βˆ’0.9)2βˆ’3=βˆ’0.57<0f'(-1.1) = 3(-1.1)^2 - 3 = 0.63 > 0 \quad f'(-0.9) = 3(-0.9)^2 - 3 = -0.57 < 0
  3. 3

    Gradient changes positive to negative, so is a local maximum.

  4. 4

    Test the stationary point at :

  5. 5
    fβ€²(0.9)=βˆ’0.57<0fβ€²(1.1)=0.63>0f'(0.9) = -0.57 < 0 \quad f'(1.1) = 0.63 > 0
  6. 6

    Gradient changes negative to positive, so is a local minimum.

5. Common Pitfalls

Wrong move:

Forgetting to calculate the -coordinate when finding the tangent equation

Why:

You only get the gradient from the derivative, you need the -coordinate to form the full equation

Correct move:

Always evaluate the original function at the given -value to get the point of tangency

Wrong move:

Setting the original function equal to zero instead of the derivative for stationary points

Why:

Stationary points require the gradient (not the function value) to be zero

Correct move:

Always set the first derivative , not

Wrong move:

Mixing up the sign change rule for maxima and minima

Why:

It's easy to flip the order of signs when testing left and right of the point

Correct move:

Remember: Positive to Negative = Peak (Maximum), Negative to Positive = Valley (Minimum)

Wrong move:

Using the gradient value as the -intercept in the tangent equation

Why:

Confusing the roles of gradient and intercept when rearranging the formula

Correct move:

Always start from the point-gradient formula to avoid this error

Wrong move:

Stopping after finding -coordinates of stationary points

Why:

Exam questions almost always ask for the full coordinates of the stationary points

Correct move:

Always substitute back into the original function to get the corresponding -coordinate

6. Quick Reference Cheatsheet

Step

Finding Tangent Equation

Finding & Classifying Stationary Points

1

Differentiate to get

Differentiate to get

2

Evaluate

Set , solve for

3

Calculate to get

Find -coordinate for each

4

Substitute into

Test sign of derivative either side

5

Rearrange to required form

Max: + -, Min: - +

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.

  • 2022 Β· 1

    Find equation of tangent to cubic curve

  • 2023 Β· 2

    Find and classify stationary points of quadratic

Going deeper

What's Next

Understanding tangents and stationary points is the foundation for solving optimization problems, one of the most common applied calculus questions on the IB AI SL exam. These concepts also let you sketch accurate graphs of functions by identifying key features, which is required for many graphing and problem-solving questions. Next, you will apply these skills to solve practical real-world optimization problems, where you need to find the maximum or minimum value of a function, such as maximizing area or minimizing production cost. These skills also connect directly to graph sketching and further work with integration, the reverse of differentiation.