Year 11 Maths Advanced Module 3 ⏱ ~40 min Lesson 3 of 15

The Derivative as the Gradient of a Tangent

A secant line cuts through a curve at two points. A tangent line just kisses it at one. By letting those two points slide closer and closer together — using a limit — we can turn the gradient of a secant into the gradient of a tangent. That limit has a special name: the derivative.

📐
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

Imagine driving along a curved road. Your average speed between two points is easy to calculate. But what if you want to know your exact speed at one precise moment — say, the instant you pass a speed camera? How might you use the idea of average speed over smaller and smaller time intervals to find your instantaneous speed?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Gradient of a secant
$$\frac{f(x+h) - f(x)}{h}$$
Derivative from first principles
$$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$
Gradient of tangent at $x = a$
$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$$
Key insight: The derivative is the limit of the average rate of change as the interval shrinks to zero. It gives the instantaneous rate of change at a single point.
📖 Know

Key Facts

  • The definition of the derivative using first principles
  • The difference between a secant and a tangent
  • How to expand and simplify $f(x+h)$ for polynomial functions
💡 Understand

Concepts

  • Why the limit $h \to 0$ turns a secant gradient into a tangent gradient
  • How the derivative represents instantaneous rate of change
  • The geometric meaning of $f'(a)$ as the gradient at a point
✅ Can Do

Skills

  • Find the derivative of simple polynomials from first principles
  • Find the gradient of a tangent at a specific point
  • Interpret the derivative in physical and geometric contexts

Misconceptions to Fix

Wrong: Integration and differentiation produce identical results.

Right: Integration is the reverse of differentiation, but includes an arbitrary constant (+C) for indefinite integrals.

Key Terms
DerivativeThe rate of change of a function at a point; the gradient of the tangent.
DifferentiationThe process of finding the derivative of a function.
Stationary PointA point where the derivative equals zero.
Chain RuleA rule for differentiating composite functions: dy/dx = dy/du × du/dx.
Product RuleA rule for differentiating products: d(uv)/dx = u(dv/dx) + v(du/dx).
TangentA line that touches a curve at exactly one point; its gradient equals the instantaneous rate of change.
📐

From Secant to Tangent

Consider a function $y = f(x)$. The gradient of the straight line joining two points on the curve — a secant — is:

$$\frac{\text{rise}}{\text{run}} = \frac{f(x+h) - f(x)}{h}$$

If we let $h$ get smaller and smaller, the second point slides along the curve toward the first. The secant line becomes the tangent line. The gradient of this tangent is given by the limit:

$$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$

This expression is called the derivative of $f$ with respect to $x$. It tells us the instantaneous rate of change of $f$ at any point $x$.

Why this matters for medicine. In pharmacology, the derivative of drug concentration with respect to time tells doctors the rate at which a drug is being absorbed or eliminated at a precise moment. This is far more useful than the average rate over several hours, because it reveals when the drug is most effective — or when it might become toxic.
🧮

Differentiation from First Principles

Finding the derivative using the limit definition is called differentiation from first principles. The process always follows the same steps:

  1. Write down $f(x+h)$ by replacing every $x$ with $(x+h)$.
  2. Form the difference $f(x+h) - f(x)$ and simplify.
  3. Divide by $h$.
  4. Take the limit as $h \to 0$.

For polynomials, this usually involves expanding brackets and collecting like terms before cancelling $h$.

Shortcut Check (Preview)

Once you master first principles, you will discover a shortcut: for $f(x) = x^n$, the derivative is $f'(x) = nx^{n-1}$. But understanding why this works — through limits — is what separates rote learning from real comprehension.

🧮 Worked Examples

Worked Example 1 — Derivative of $f(x) = x^2$ from First Principles

Stepwise
Find $f'(x)$ for $f(x) = x^2$ using first principles.
  1. 1
    Find $f(x+h)$
    f(x+h) = (x+h)^2 = x^2 + 2xh + h^2
  2. 2
    Form the difference quotient
    \frac{f(x+h) - f(x)}{h} = \frac{x^2 + 2xh + h^2 - x^2}{h} = \frac{2xh + h^2}{h}
  3. 3
    Simplify by cancelling $h$
    \frac{h(2x + h)}{h} = 2x + h \quad (h \neq 0)
  4. 4
    Take the limit as $h \to 0$
    f'(x) = \lim_{h \to 0} (2x + h) = 2x
✓ Answer $f'(x) = 2x$

Worked Example 2 — Derivative of a Linear Function

Stepwise
Find $f'(x)$ for $f(x) = 3x + 2$ from first principles.
  1. 1
    Find $f(x+h)$
    f(x+h) = 3(x+h) + 2 = 3x + 3h + 2
  2. 2
    Form the difference quotient
    \frac{f(x+h) - f(x)}{h} = \frac{3x + 3h + 2 - (3x + 2)}{h} = \frac{3h}{h} = 3
  3. 3
    Take the limit
    f'(x) = \lim_{h \to 0} 3 = 3
✓ Answer $f'(x) = 3$

Worked Example 3 — Gradient of a Tangent at a Point

Stepwise
Find the gradient of the tangent to $y = x^2$ at the point where $x = 2$.
  1. 1
    Find the derivative
    From Worked Example 1, we know $f'(x) = 2x$.
  2. 2
    Substitute $x = 2$
    f'(2) = 2(2) = 4
✓ Answer Gradient of tangent $= 4$
⚠️

Common Mistakes — Don't Lose Easy Marks

Forgetting to expand $(x+h)^2$ correctly
Students often write $(x+h)^2 = x^2 + h^2$, missing the middle term $2xh$.
✓ Fix: Always expand carefully: $(x+h)^2 = x^2 + 2xh + h^2$.
Cancelling $h$ before expanding the numerator
You cannot cancel $h$ from $f(x+h) - f(x)$ until you have expanded, simplified, and factored out $h$ from the entire numerator.
✓ Fix: Combine like terms in the numerator first, then factor $h$.
Confusing the derivative function with the derivative at a point
$f'(x)$ is a function (the gradient at any $x$). $f'(a)$ is a number (the gradient at exactly $x = a$).
✓ Fix: Read the question carefully — does it ask for $f'(x)$ or $f'(a)$?

📓 Copy Into Your Books

📖 Definition

  • $f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$

🔢 Meaning

  • $f'(x)$ = gradient of tangent at $x$
  • $f'(a)$ = gradient at the specific point $x = a$

⚠️ Be careful

  • Expand $(x+h)^n$ fully before simplifying
  • Only cancel $h$ after factoring it out

💡 Shortcut preview

  • If $f(x) = x^n$, then $f'(x) = nx^{n-1}$ (coming in the next lesson)

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Calculate

Differentiate from First Principles

Find the derivative of each function using the limit definition. Show all steps.

  1. 1 $f(x) = x^2 + 3x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $f(x) = 2x - 5$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $f(x) = x^3$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 Find the gradient of the tangent to $y = x^2 + 3x$ at $x = 1$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Interpret

What Does the Derivative Mean?

Explain the meaning of each statement in words.

  1. 1 If $s(t)$ represents the displacement of a particle at time $t$, what does $s'(4) = 6$ mean physically?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 A student says: "Because a secant uses two points and a tangent uses one point, the tangent gradient must always be half the secant gradient." Explain why this is incorrect.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you thought about finding your exact speed at the moment you pass a speed camera.

Just as average speed over smaller and smaller time intervals approaches your instantaneous speed, the gradient of a secant over smaller and smaller $h$ approaches the gradient of the tangent. That limit is the derivative — and it is exactly how physicists define instantaneous velocity from a displacement function.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Interactive: Tangent Line Gradient Calculator
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 4

6. (a) Find $f'(x)$ for $f(x) = x^2 + 3x$ from first principles. 2 MARKS

(b) Hence find the gradient of the tangent to $y = x^2 + 3x$ at $x = 2$. 1 MARK

(c) A line is drawn perpendicular to the tangent at $x = 2$. What is the gradient of this perpendicular line? 1 MARK

Type your answers below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

7. Explain why we need the limit $h \to 0$ in the definition of the derivative, and why we cannot simply set $h = 0$ in the difference quotient $\frac{f(x+h) - f(x)}{h}$. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

8. The height of a rocket above the ground is given by $h(t) = 5t^2$, where $t$ is in seconds and $h$ is in metres. 3 MARKS

(a) Find $h'(t)$ from first principles.

(b) Find the instantaneous velocity of the rocket at $t = 3$ seconds, and explain what this value means in context.

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Calculate Model Answers

1. $f'(x) = 2x + 3$

2. $f'(x) = 2$

3. $f'(x) = 3x^2$ (using $(x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3$)

4. $f'(1) = 2(1) + 3 = 5$

🎨 Activity 2 — Interpret Model Answers

1. At $t = 4$, the particle's instantaneous velocity is $6$ units per second. It tells us the speed and direction of the particle at exactly that moment.

2. The tangent gradient is not half the secant gradient. As the two points get closer, the secant approaches the tangent, and their gradients become equal in the limit — not half.

❓ Multiple Choice

1. A — By definition, $f'(x) = \lim_{h o 0} \frac{f(x+h) - f(x)}{h}$.

2. C — First principles on $x^3$ gives $\lim_{h o 0} \frac{(x+h)^3 - x^3}{h} = 3x^2$.

3. C — $y' = 4x$, so at $x = 1$ the gradient is $4$.

4. B — $f'(a)$ represents the instantaneous rate of change (gradient of the tangent) at $x = a$.

5. B — A constant function has zero gradient everywhere, so its derivative is $0$.

6. A — The gradient of a straight line $y = mx + c$ is $m$ everywhere.

7. B — In the limit, the secant through two coincident points becomes the tangent at that point.

📝 Short Answer Model Answers

Q6 (4 marks): (a) $\frac{f(x+h) - f(x)}{h} = \frac{(x+h)^2 + 3(x+h) - (x^2 + 3x)}{h} = \frac{2xh + h^2 + 3h}{h} = 2x + 3 + h$ [1]. Taking the limit as $h \to 0$ gives $f'(x) = 2x + 3$ [1]. (b) $f'(2) = 2(2) + 3 = 7$ [1]. (c) $m_{\perp} = -\frac{1}{7}$ [1].

Q7 (3 marks): The derivative is the gradient of the tangent at a single point, found by letting the two points of a secant slide infinitely close together [1]. Setting $h = 0$ directly gives $\frac{f(x) - f(x)}{0} = \frac{0}{0}$, which is undefined [1]. The limit $h \to 0$ lets us simplify the difference quotient algebraically first, then evaluate the result as $h$ approaches zero to obtain the exact tangent gradient [1].

Q8 (3 marks): (a) $h'(t) = \lim_{h \to 0} \frac{5(t+h)^2 - 5t^2}{h} = \lim_{h \to 0} \frac{10th + 5h^2}{h} = \lim_{h \to 0} (10t + 5h) = 10t$ [2]. (b) $h'(3) = 10(3) = 30$ m/s [1]. This means that exactly 3 seconds after launch, the rocket is rising at a rate of 30 metres per second.

☄️
Asteroid Blaster

Blast the Correct Answer

Defend your ship by blasting the correct answers for The Derivative as the Gradient of a Tangent. Scores count toward the Asteroid Blaster leaderboard.

Play Asteroid Blaster →

Consolidation Game

The Derivative as the Gradient of a Tangent

Mark lesson as complete

Tick when you've finished all activities and checked your answers.