H
hscscience Maths Adv · Y11
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 3 · L3 of 15 ~40 min ⚡ +95 XP available

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.

Today's hook, 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?
0/5QUESTS
1
You’re here

Orient and recall

Meet the destination, bring back what you already know, and gather the terms and formulas this lesson leans on.

Worksheets

Practise this lesson

Three printable worksheets that build from foundations to mastery, or build your own from any module’s questions.

01
Recall, your gut answer first
+5 XP warm-up

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? Without using any formulas, how might you use the idea of average speed over smaller and smaller time intervals to find your instantaneous speed?

auto-saved
2
You’re here

The two moves

Work through the core explanation before applying it.

02
The two moves
+5 XP to read

There are only two ideas in this entire lesson, and they both emerge from one limit. The derivative is defined as the limit of the difference quotient, and geometrically it represents the gradient of the tangent to a curve at a point.

Every derivative problem in this module travels along one of two roads: algebraic, using the limit definition $f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$ to find the derivative from first principles, or geometric, using the derivative to find the gradient of a tangent line and hence its equation.

As the second point slides toward (1, 1), the secant lines rotate toward the tangent.
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$m_{\text{tangent}} = f'(a)$
Limit definition
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$. This is the difference quotient. As $h \to 0$, the secant gradient becomes the tangent gradient.
Geometric meaning
$f'(a)$ is the gradient of the tangent line to $y = f(x)$ at $x = a$. The derivative gives the instantaneous rate of change at a single point.
Notation
$f'(x)$ is Lagrange notation. $\frac{dy}{dx}$ is Leibniz notation. Both mean the same thing: the derivative of $f$ with respect to $x$.
03
What you'll master
Know

Key facts

  • The limit definition of the derivative (first principles)
  • The notations $f'(x)$ and $\frac{dy}{dx}$
  • The difference between a secant and a tangent
  • How to expand and simplify $f(x+h)$ for polynomial functions
Understand

Concepts

  • The derivative as the gradient of the tangent to a curve
  • The connection between average rate of change (secant) and instantaneous rate of change (tangent)
  • Why the limit $h \to 0$ is needed instead of setting $h = 0$
Can do

Skills

  • Find the derivative of simple polynomials from first principles
  • Find the gradient of a tangent at a specific point
  • Find the equation of a tangent line using point-gradient form
3
You’re here

Key terms

Meet the destination, bring back what you already know, and gather the terms and formulas this lesson leans on.

04
Key terms
DerivativeThe rate of change of a function at a point; the gradient of the tangent line.
DifferentiationThe process of finding the derivative of a function.
First PrinciplesFinding the derivative using the limit definition, without shortcuts.
Gradient of TangentThe slope of the line that touches a curve at exactly one point, equal to $f'(a)$.
Normal LineThe line perpendicular to the tangent at a point; its gradient is $-1/f'(a)$.
Difference QuotientThe expression $\frac{f(x+h) - f(x)}{h}$, representing the average rate of change over an interval of width $h$.
Limit Definition$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$, the formal definition of the derivative.
4
You’re here

The derivative as the gradient of a tangent, what's actually going on

Work through the core explanation before applying it.

05
The derivative as the gradient of a tangent, what's actually going on
core concept

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$.

Geometrically, as the two points of the secant slide together, the secant approaches the tangent. The limit captures the exact moment when the two points become one, and the secant becomes the tangent.

Notation. We write the derivative as $f'(x)$ (Lagrange notation) or $\frac{dy}{dx}$ (Leibniz notation). Both mean the same thing: the rate at which $y$ changes with respect to $x$ at a specific point.

From first principles, we can find the derivative of $f(x) = x^2$:

  • Expand $(x+h)^2 = x^2 + 2xh + h^2$
  • Form the difference quotient: $\frac{x^2 + 2xh + h^2 - x^2}{h} = \frac{2xh + h^2}{h} = 2x + h$
  • Take the limit as $h \to 0$: $f'(x) = 2x$

Similarly, for $f(x) = x^3$, expanding $(x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3$ gives $f'(x) = 3x^2$.

Once we have $f'(x)$, the equation of the tangent line at $x = a$ uses the point-gradient form:

$$y - f(a) = f'(a)(x - a)$$
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.

The secant gradient between two points on $y = f(x)$ is $\frac{f(x+h)-f(x)}{h}$; As $h \to 0$, the secant becomes the tangent; its gradient is the derivative

Pause, copy the secant gradient formula $\dfrac{f(x+h)-f(x)}{h}$ and the geometric argument that as $h \to 0$ the secant becomes the tangent into your book.

Quick check: What does the expression $\frac{f(x+h)-f(x)}{h}$ represent geometrically?

True or false: For $f(x) = x^2$, the derivative from first principles gives $f'(x) = 2x$.

5
You’re here

Work examples end to end

Follow the reasoning through complete worked solutions.

PROBLEM 1 · FIRST PRINCIPLES

Find $f'(x)$ for $f(x) = x^2$ using first principles.

1
$f(x+h) = (x+h)^2 = x^2 + 2xh + h^2$
Replace every $x$ with $(x+h)$ and expand carefully.
PROBLEM 2 · LINEAR FUNCTION

Find $f'(x)$ for $f(x) = 3x + 1$ from first principles.

1
$f(x+h) = 3(x+h) + 1 = 3x + 3h + 1$
Replace $x$ with $(x+h)$ and distribute the 3.
PROBLEM 3 · EQUATION OF TANGENT

Find the equation of the tangent to $y = x^2$ at the point where $x = 2$.

1
$f'(x) = 2x$ (from first principles, or Worked Example 1)
First find the derivative function.

Think-talk-listen: In the first-principles process for $f(x) = x^2$, why can we factor out and cancel $h$, but only when $h \neq 0$?

auto-saved
6
You’re here

Dodge the traps, then apply

Meet the mistakes that cost marks, then do it yourself.

Trap 01
Forgetting to expand $(x+h)^2$ correctly
Students often write $(x+h)^2 = x^2 + h^2$, missing the middle term $2xh$. This error cascades through the entire first-principles calculation, producing an incorrect derivative. Always expand fully: $(x+h)^2 = x^2 + 2xh + h^2$.
Trap 02
Cancelling $h$ before taking the limit
You cannot cancel $h$ from $f(x+h) - f(x)$ until you have expanded, simplified, and factored out $h$ from the entire numerator. Attempting to cancel prematurely leads to division by zero or algebraic nonsense. Expand first, factor second, cancel third.
Trap 03
Confusing tangent and normal
The tangent touches the curve at one point with gradient $f'(a)$. The normal is perpendicular to the tangent, so its gradient is $-1/f'(a)$. A common error is to use $f'(a)$ for both. Remember: normal gradient = negative reciprocal.

Odd one out: Which statement about the tangent and normal is incorrect?

7
You’re here

Drill it, then lock it in

Run the quick drill and copy the summary into your book.

1

Find $f'(x)$ for $f(x) = x^2$ from first principles.

2

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

3

Find the gradient of the tangent to $y = x^3$ at $x = 1$.

4

Find the equation of the tangent to $y = x^2$ at $(1, 1)$.

5

Find the equation of the normal to $y = x^2$ at $(2, 4)$.

Fill the gaps: drag each token into the correct blank.

limit secant tangent zero

The difference quotient gives the gradient of the ___ line. As $h \to$ ___, this approaches the gradient of the ___ line. This process of taking the ___ defines the derivative.

12
Revisit your thinking

Earlier you were asked: Imagine driving along a curved road. How might you use average speed over smaller and smaller time intervals to find your instantaneous speed?

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.

auto-saved
1
You’re here

Multiple choice

Answer the drill bank and rate your confidence.

01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence, that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

2
You’re here

Short answer

Write full responses, then check them against the model answers.

02
Short answer
ApplyBand 4

Q1. Find the derivative of $f(x) = x^2 + 3x$ from first principles. 4 MARKS

auto-saved
ApplyBand 4

Q2. Find the equation of the tangent to $y = x^3$ at the point where $x = 1$. 3 MARKS

auto-saved
AnalyseBand 5

Q3. Explain geometrically why the derivative of a linear function $f(x) = mx + c$ is constant and equal to $m$. 3 MARKS

auto-saved
📖 Comprehensive answers (click to reveal)

Drill 1: $f'(x) = 2x$

Drill 2: $f'(x) = 2$

Drill 3: $y' = 3x^2$, so at $x = 1$ the gradient is $3$.

Drill 4: $f'(x) = 2x$, so $f'(1) = 2$. Tangent: $y - 1 = 2(x - 1) \Rightarrow y = 2x - 1$.

Drill 5: $f'(2) = 4$, so tangent gradient is $4$. Normal gradient is $-1/4$. Normal: $y - 4 = -\frac{1}{4}(x - 2) \Rightarrow y = -\frac{1}{4}x + \frac{9}{2}$.

Q1 (4 marks): $f(x+h) = (x+h)^2 + 3(x+h) = x^2 + 2xh + h^2 + 3x + 3h$ [1]. Difference quotient: $\frac{2xh + h^2 + 3h}{h} = 2x + 3 + h$ [2]. Limit: $f'(x) = 2x + 3$ [1].

Q2 (3 marks): $f'(x) = 3x^2$, so $f'(1) = 3$ [1]. Point is $(1, 1)$ [0.5]. Tangent: $y - 1 = 3(x - 1) \Rightarrow y = 3x - 2$ [1.5].

Q3 (3 marks): A linear function $f(x) = mx + c$ is a straight line [1]. The tangent to a straight line at any point is the line itself [1]. Therefore the gradient of the tangent is always $m$, so $f'(x) = m$ for all $x$ [1].