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

Limits

What happens to a function as its input gets closer and closer to a particular value? Sometimes the answer is obvious. Sometimes it is hidden behind a division by zero that needs to be untangled. The concept of a limit is the key that unlocks all of calculus — and in this lesson, you will learn how to find it.

🔍
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

Consider the function $f(x) = \frac{x^2 - 1}{x - 1}$. If you substitute $x = 1$, you get $\frac{0}{0}$, which is undefined. But what happens if you try values very close to 1, like $x = 0.9$, $x = 0.99$, or $x = 1.001$? What number do you think the function is approaching?

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

Limit notation
$$\lim_{x \to a} f(x) = L$$ "As $x$ approaches $a$, $f(x)$ approaches $L$."
Key techniques
Substitution: try $x = a$ directly for continuous functions Factor and cancel: simplify algebraic expressions first Rationalise: multiply by the conjugate for root expressions
Key insight: The limit describes the value a function approaches, not necessarily the value it reaches. A limit can exist even when the function is undefined at that point.
📖 Know

Key Facts

  • The meaning of limit notation $\lim_{x \to a} f(x)$
  • How to evaluate limits by substitution
  • How to evaluate limits by factor-and-cancel
  • The difference between limits at a point and limits as $x \to \infty$
💡 Understand

Concepts

  • Why a limit can exist where a function is undefined
  • How algebraic simplification removes hidden discontinuities
  • The connection between limits and the behaviour of functions near a point
✅ Can Do

Skills

  • Evaluate limits using substitution
  • Evaluate limits by factoring and cancelling
  • Rationalise numerators to evaluate limits involving roots
  • Interpret limits in geometric and physical contexts

Misconceptions to Fix

Wrong: A stationary point is always a maximum or minimum.

Right: Stationary points can also be horizontal points of inflection where the concavity changes.

Key Terms
Sometimes ithidden behind a division by zero that needs to be untangled
limitthe key that unlocks all of calculus — and in this lesson, you will learn how to find it
even when the functionundefined at that point
WHATA LIMIT? ════════════════════════════════════════════ -->
stationary pointalways a maximum or minimum
rational functiondominated by its highest powers
🔍

What Is a Limit?

The notation $\lim_{x \to a} f(x) = L$ means: as $x$ gets arbitrarily close to $a$ (from either side), the value of $f(x)$ gets arbitrarily close to $L$. Crucially, we do not care what happens exactly at $x = a$ — only what happens near it.

Example: A Hole in the Graph

Consider $f(x) = \frac{x^2 - 1}{x - 1}$. At $x = 1$, substituting gives $\frac{0}{0}$, which is undefined. But for every other value of $x$:

$$f(x) = \frac{(x - 1)(x + 1)}{x - 1} = x + 1 \quad \text{(provided } x \neq 1\text{)}$$

So as $x$ approaches 1, $f(x)$ approaches $1 + 1 = 2$. We write:

$$\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2$$

Why this matters for engineering. When engineers design aircraft wings or bridge cables, they need to know how materials behave under stress as parameters approach extreme values. Limits let them predict behaviour at theoretical boundaries without ever reaching them — ensuring structures remain safe even under conditions that cannot be physically tested.
🧮

Evaluating Limits

Method 1: Direct Substitution

If $f(x)$ is continuous at $x = a$, simply substitute:

$$\lim_{x \to 3} (2x + 5) = 2(3) + 5 = 11$$

Method 2: Factor and Cancel

If substitution gives $\frac{0}{0}$, factor the expression, cancel the common factor, and then substitute:

$$\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2} = \lim_{x \to 2} (x + 2) = 4$$

Method 3: Rationalise the Numerator

For limits involving square roots, multiply numerator and denominator by the conjugate:

$$\lim_{x \to 0} \frac{\sqrt{x + 1} - 1}{x}$$

Multiply top and bottom by $\sqrt{x + 1} + 1$:

$$= \lim_{x \to 0} \frac{(x + 1) - 1}{x(\sqrt{x + 1} + 1)} = \lim_{x \to 0} \frac{x}{x(\sqrt{x + 1} + 1)} = \lim_{x \to 0} \frac{1}{\sqrt{x + 1} + 1} = \frac{1}{2}$$

Limits as $x \to \infty$

As $x$ grows without bound, the behaviour of a rational function is dominated by its highest powers. For example:

$$\lim_{x \to \infty} \frac{3x^2 + 2x}{5x^2 - 1} = \frac{3}{5}$$

This is because the $x^2$ terms dominate; the lower-power terms become negligible.

Worked Example 1 — Limit by Substitution

Stepwise
Evaluate $\lim_{x \to 4} (x^2 - 3x + 7)$.
  1. 1
    Check continuity
    The function $f(x) = x^2 - 3x + 7$ is a polynomial, so it is continuous everywhere.
  2. 2
    Substitute $x = 4$
    (4)^2 - 3(4) + 7 = 16 - 12 + 7 = 11
✓ Answer $11$

Worked Example 2 — Factor and Cancel

Stepwise
Evaluate $\lim_{x \to 3} \frac{x^2 - 5x + 6}{x - 3}$.
  1. 1
    Try substitution
    \frac{9 - 15 + 6}{0} = \frac{0}{0}
    This is indeterminate, so we need to simplify.
  2. 2
    Factor the numerator
    x^2 - 5x + 6 = (x - 2)(x - 3)
  3. 3
    Cancel and substitute
    \lim_{x \to 3} \frac{(x - 2)(x - 3)}{x - 3} = \lim_{x \to 3} (x - 2) = 1
✓ Answer $1$

Worked Example 3 — Limit at Infinity

Stepwise
Evaluate $\lim_{x \to \infty} \frac{2x^3 - x}{4x^3 + 5}$.
  1. 1
    Identify the dominant terms
    As $x \to \infty$, the highest power of $x$ dominates. Here, $x^3$ is the highest power in both numerator and denominator.
  2. 2
    Divide numerator and denominator by $x^3$
    \lim_{x \to \infty} \frac{2 - \frac{1}{x^2}}{4 + \frac{5}{x^3}}
  3. 3
    Evaluate the limit
    As $x \to \infty$, $\frac{1}{x^2} \to 0$ and $\frac{5}{x^3} \to 0$.
    = \frac{2 - 0}{4 + 0} = \frac{1}{2}
✓ Answer $\frac{1}{2}$
⚠️

Common Mistakes — Don't Lose Easy Marks

Saying $\frac{0}{0} = 0$
$\frac{0}{0}$ is indeterminate, not zero. It means you need to simplify algebraically before evaluating the limit.
✓ Fix: When you see $\frac{0}{0}$, factor, cancel, or rationalise.
Assuming $\lim_{x \to a} f(x) = f(a)$ always
This is only true for continuous functions. A limit can exist even when $f(a)$ is undefined or different from the limit.
✓ Fix: Always evaluate the limit by examining behaviour near $a$, not just at $a$.
Forgetting that limits at infinity depend on the highest powers
Students sometimes try to substitute $\infty$ directly or focus on lower-degree terms, leading to incorrect answers like $\frac{\infty}{\infty}$.
✓ Fix: For rational functions as $x \to \infty$, compare the highest powers in numerator and denominator.

📓 Copy Into Your Books

📖 Notation

  • $\lim_{x \to a} f(x) = L$

🔢 Substitution

  • Use directly for polynomials and continuous functions

⚠️ Indeterminate forms

  • $\frac{0}{0}$ → factor and cancel
  • Roots → rationalise

💡 Infinity

  • Compare highest powers only

📝 How are you completing this lesson?

🔍 Activity 1 — Calculate

Evaluate These Limits

Find the value of each limit. Show your reasoning.

  1. 1 $\lim_{x \to 2} (3x + 1)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $\lim_{x \to 1} \frac{x^2 - 1}{x - 1}$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $\lim_{x \to 4} \frac{x^2 - 6x + 8}{x - 4}$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 $\lim_{x \to \infty} \frac{5x^2 + 3}{2x^2 - x}$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Interpret

What Is Happening?

Explain the meaning or technique used in each case.

  1. 1 For $f(x) = \frac{x^2 - 4}{x - 2}$, the value $f(2)$ is undefined but $\lim_{x \to 2} f(x) = 4$. Explain how this is possible.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 When finding $\lim_{x \to \infty} \frac{3x + 1}{x^2 + 5}$, a student divides top and bottom by $x^2$ and gets 0. Explain why the limit is 0 in practical terms.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked about $f(x) = \frac{x^2 - 1}{x - 1}$ near $x = 1$.

Although $f(1)$ gives $\frac{0}{0}$ (undefined), we can factor the numerator: $x^2 - 1 = (x - 1)(x + 1)$. For all $x \neq 1$, this means $f(x) = x + 1$. So as $x$ approaches 1, $f(x)$ approaches $1 + 1 = 2$. The limit is 2, even though the function has a "hole" at $x = 1$.

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: Limit Visualiser
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

📝

Extended Questions

ApplyBand 4

6. Evaluate each of the following limits. Show all algebraic working. 4 MARKS

(a) $\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$

(b) $\lim_{x \to \infty} \frac{4x^3 - 2x + 1}{2x^3 + 5x^2}$

Type your answers below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

7. A student claims: "If $f(5) = 12$, then $\lim_{x \to 5} f(x)$ must equal 12." Is this claim always true? Provide a counter-example or a justification to support your answer. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

8. Engineers use computer simulations to model how a bridge cable stretches as the load on it increases. The model predicts that as the load $L$ (in tonnes) approaches 1000 tonnes, the stretch $S$ (in cm) approaches 15 cm according to $S = \frac{15L}{L + 50}$. By evaluating an appropriate limit, verify the engineers' prediction and explain what it means physically. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Calculate Model Answers

1. $3(2) + 1 = 7$

2. $\lim_{x \to 1} \frac{(x - 1)(x + 1)}{x - 1} = \lim_{x \to 1} (x + 1) = 2$

3. $\lim_{x \to 4} \frac{(x - 4)(x - 2)}{x - 4} = \lim_{x \to 4} (x - 2) = 2$

4. Divide by $x^2$: $\lim_{x \to \infty} \frac{5 + \frac{3}{x^2}}{2 - \frac{1}{x}} = \frac{5}{2}$

🎨 Activity 2 — Interpret Model Answers

1. A limit considers the value that $f(x)$ approaches as $x$ gets close to 2, not the value at $x = 2$ itself. For $x \neq 2$, $f(x) = x + 2$, which approaches 4.

2. As $x \to \infty$, the denominator $x^2 + 5$ grows much faster than the numerator $3x + 1$. The fraction becomes arbitrarily small, so the limit is 0.

❓ Multiple Choice

1. C — Substitute $x = 2$: $2^2 + 1 = 5$.

2. C — Factor: $\frac{(x-3)(x+3)}{x-3} = x+3$, which approaches $6$ as $x o 3$.

3. B — Divide numerator and denominator by $x^2$: $\frac{2 + \frac{1}{x^2}}{3 - \frac{1}{x^2}} o \frac{2}{3}$.

4. B — A limit describes the value that the function approaches as $x$ gets arbitrarily close to $a$.

5. B — Multiply by the conjugate: $\frac{(\sqrt{x+4}-2)(\sqrt{x+4}+2)}{x(\sqrt{x+4}+2)} = \frac{x}{x(\sqrt{x+4}+2)} o \frac{1}{4}$.

6. A — Divide by $x$: $\frac{5 + \frac{2}{x}}{1 - \frac{1}{x}} o 5$.

7. C — Factor: $\frac{(x-1)(x+1)}{x-1} = x+1$, which approaches $2$ as $x o 1$.

📝 Short Answer Model Answers

Q6 (4 marks): (a) $\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} \frac{(x-3)(x+3)}{x-3} = \lim_{x \to 3} (x+3) = 6$ [2]. (b) Divide numerator and denominator by $x^3$: $\lim_{x \to \infty} \frac{4 - \frac{2}{x^2} + \frac{1}{x^3}}{2 + \frac{5}{x}}$ [1]. As $x \to \infty$, the fractional terms tend to 0, so the limit is $\frac{4}{2} = 2$ [1].

Q7 (3 marks): The claim is not always true [1]. A limit describes the value that $f(x)$ approaches as $x$ gets close to $a$, which need not equal $f(a)$ [1]. For example, let $f(x) = \frac{x^2 - 25}{x - 5}$ for $x \neq 5$ and $f(5) = 12$. Then $f(5) = 12$ but $\lim_{x \to 5} f(x) = \lim_{x \to 5} (x+5) = 10 \neq 12$ [1].

Q8 (3 marks): Evaluate $\lim_{L \to \infty} \frac{15L}{L + 50} = \lim_{L \to \infty} \frac{15}{1 + \frac{50}{L}} = 15$ cm [2]. This means that under extremely large loads the cable stretch approaches a maximum of 15 cm; it gets arbitrarily close to 15 cm but does not exceed it [1].

Consolidation Game

Limits

Mark lesson as complete

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