Study Guide

Derivative as gradient of tangent and rate of change

IB Mathematics: Applications and Interpretation SLΒ· Topic 5: Calculus 5.1 Introduction to differentiationΒ· 15 min read

1. Tangent and Secant Gradient Approximationβ˜…β˜†β˜†β˜†β˜†β± 15 min

To find the gradient of a non-linear curve at a specific point, we start by approximating with secant lines. A secant line connects two points on the curve, while a tangent line touches the curve at exactly one local point, matching its gradient at that point.

msecant=f(a+h)βˆ’f(a)hm_{\text{secant}} = \frac{f(a+h) - f(a)}{h}
πŸ“˜ Definition

Secant vs Tangent Lines

A secant intersects a curve at two points, giving the average gradient between those points. A tangent touches the curve at one local point, giving the exact gradient at that point.

πŸ“ Worked Example

Approximate the gradient of at using a secant with .

  1. 1

    Calculate :

  2. 2
    f(3)=32=9f(3) = 3^2 = 9
  3. 3

    Calculate :

  4. 4
    f(3.1)=(3.1)2=9.61f(3.1) = (3.1)^2 = 9.61
  5. 5

    Substitute into the secant gradient formula:

  6. 6
    msecant=9.61βˆ’90.1=0.610.1=6.1m_{\text{secant}} = \frac{9.61 - 9}{0.1} = \frac{0.61}{0.1} = 6.1
  7. 7

    The approximation of the gradient at is 6.1, which is very close to the exact value of 6.

2. The Derivative as Gradient of Tangentβ˜…β˜…β˜†β˜†β˜†β± 20 min

As approaches 0, the second point on the curve gets closer and closer to the original point , so the secant line approaches the tangent line. Taking the limit of the secant gradient as gives the exact gradient of the tangent, which is the derivative at that point.

πŸ“˜ Definition

Derivative at a Point

or

The exact gradient of the tangent line to at , defined as the limit of the secant gradient as the interval size tends to zero.

fβ€²(a)=lim⁑hβ†’0f(a+h)βˆ’f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
πŸ“ Worked Example

Find the exact gradient of the tangent to at from first principles.

  1. 1

    Start with the first principles formula for where :

  2. 2
    fβ€²(3)=lim⁑hβ†’0f(3+h)βˆ’f(3)hf'(3) = \lim_{h \to 0} \frac{f(3+h) - f(3)}{h}
  3. 3

    Expand and simplify the numerator:

  4. 4
    f(3+h)βˆ’f(3)=(3+h)2βˆ’9=9+6h+h2βˆ’9=6h+h2f(3+h) - f(3) = (3+h)^2 - 9 = 9 + 6h + h^2 - 9 = 6h + h^2
  5. 5

    Cancel (valid for ):

  6. 6
    6h+h2h=6+h\frac{6h + h^2}{h} = 6 + h
  7. 7

    Take the limit as :

  8. 8
    lim⁑hβ†’0(6+h)=6\lim_{h \to 0} (6 + h) = 6
  9. 9

    The exact gradient of the tangent at is , so .

3. Derivative as Instantaneous Rate of Changeβ˜…β˜…β˜†β˜†β˜†β± 20 min

Beyond graphical interpretation, the derivative has a core applied meaning: it is the instantaneous rate of change of the dependent variable with respect to the independent variable. This is distinct from the average rate of change over an interval.

πŸ“˜ Definition

Average vs Instantaneous Rate of Change

Average rate of change over an interval equals the gradient of the secant between the endpoints. Instantaneous rate of change at a point equals the derivative (gradient of tangent) at that point.

πŸ“ Worked Example

The volume of water in a tank after minutes is given by , where is in liters. Find the instantaneous rate of change of volume at and interpret the result.

  1. 1

    First find the derivative of using the power rule:

  2. 2
    Vβ€²(t)=100βˆ’4tV'(t) = 100 - 4t
  3. 3

    Substitute to get the instantaneous rate:

  4. 4
    Vβ€²(10)=100βˆ’4(10)=60V'(10) = 100 - 4(10) = 60
  5. 5

    Interpretation: At minutes, the volume of water in the tank is increasing at a rate of 60 liters per minute.

βœ“ Quick check

Test your interpretation of derivative sign:

  1. If at , what does this mean?

    • A: Volume is 15 liters at

    • B: Volume is decreasing at 15 liters per minute at

    • C: Volume increased by 15 liters between and

    • D: Volume will be -15 liters at

    Reveal answer
    B β€”

    Correct! A negative derivative means the function (volume) is decreasing at that point, with units of (dependent unit) per (independent unit).

4. Common Pitfalls

Wrong move:

Confusing average rate of change with instantaneous rate of change

Why:

Exams frequently ask for one, but students calculate the other. Average is for an interval, instantaneous is at a point.

Correct move:

Always check the question: if it asks for change over an interval, calculate the secant gradient; if it asks for change at a point, calculate the derivative.

Wrong move:

Substituting before simplifying in first principles

Why:

This gives an undefined result, which cannot be evaluated.

Correct move:

Always expand the numerator, factor out , cancel it, then take the limit as .

Wrong move:

Calculating instead of for rate of change

Why:

Students often confuse the value of the function with the value of its derivative.

Correct move:

When asked for a rate of change, always differentiate first, then substitute the input value.

Wrong move:

Assuming means a maximum or minimum at

Why:

A zero derivative only means the tangent is horizontal, not that it is a turning point.

Correct move:

A zero derivative indicates a stationary point, but you need to check the sign of the derivative on either side to confirm it is a maximum or minimum.

5. Quick Reference Cheatsheet

Concept

Formula / Interpretation

Type

Secant gradient (average rate of change)

Interval

Derivative at (tangent gradient)

Point

Function increasing at

Graphical

Function decreasing at

Graphical

Horizontal tangent, stationary point

Graphical

in context

Rate of change of per unit

Applied

6. Frequently Asked

Do I need to compute derivatives from first principles for the exam?

For IB AI SL, you are rarely required to compute derivatives from first principles. However, you must understand the first principles definition to answer interpretation questions about derivatives as gradient and rate of change, so it is important to remember the limit formula.

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.

  • 2021 Β· 1

    Interpret derivative as rate of change

  • 2022 Β· 1

    Calculate gradient of tangent at point

  • 2023 Β· 2

    Real-world velocity from derivative

Going deeper

What's Next

This core definition of the derivative is the foundation for all calculus you will learn in IB AI SL. Now that you understand the meaning of the derivative as both a tangent gradient and an instantaneous rate of change, you can move on to learning efficient rules for differentiating common functions, without needing to use the limit definition every time. These rules will allow you to solve more complex problems including finding turning points, optimizing quantities like area or cost, and modeling real-world dynamic systems, all of which are heavily tested in IB AI SL exams.