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.
Practise this lesson
Three printable worksheets that build from foundations to mastery, or build your own from any module’s questions.
Consider $f(x) = \frac{x^2 - 1}{x - 1}$. If you substitute $x = 1$, you get $\frac{0}{0}$, which is undefined. Without using algebrawhat number do you think $f(x)$ approaches as $x$ gets closer and closer to 1? Try $x = 0.9$, $0.99$, $1.001$ in your head.
There are only two core ideas in this lesson, and they unlock everything that follows in calculus. A limit describes where a function is heading, not where it actually lands. And a limit only exists when both sides agree.
Every limit problem in this module travels along one of two roads: direct substitution works for continuous functions, while algebraic simplification (factoring, cancelling) rescues you when substitution gives an indeterminate form like $\frac{0}{0}$.
left = right
Key facts
- The meaning of limit notation $\lim_{x \to a} f(x)$
- One-sided limits and the condition for existence of a limit
- The limit laws (sum, product, quotient)
- The difference between limits at a point and limits as $x \to \infty$
Concepts
- What a limit means intuitively (approaching, not reaching)
- Why limits matter for derivatives and rates of change
- The connection between limits and continuity
Skills
- Evaluate limits by direct substitution
- Evaluate limits by factoring and cancelling
- Evaluate limits from a graph
- Evaluate one-sided limits for piecewise functions
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$:
So as $x$ approaches 1, $f(x)$ approaches $1 + 1 = 2$. We write:
The limit at x = 1 is 2, even though f(1) is undefined, the hole shows where the function does not exist.
Evaluating limits
Method 1: Direct substitution. If $f(x)$ is continuous at $x = a$, simply substitute:
Method 2: Factor and cancel. If substitution gives $\frac{0}{0}$, factor, cancel the common factor, then substitute:
Method 3: One-sided limits. For piecewise functions, check the left-hand and right-hand limits separately. The overall limit exists only if both one-sided limits exist and are equal.
Limit laws. Provided each individual limit exists:
- Sum: $\lim[f(x) + g(x)] = \lim f(x) + \lim g(x)$
- Product: $\lim[f(x) \cdot g(x)] = \lim f(x) \cdot \lim g(x)$
- Quotient: $\lim\frac{f(x)}{g(x)} = \frac{\lim f(x)}{\lim g(x)}$, provided $\lim g(x) \neq 0$
- Power: $\lim[f(x)]^n = [\lim f(x)]^n$
Limit notation: $\lim_{x \to a} f(x) = L$ means $f(x)$ approaches $L$ as $x$ approaches $a$ from either side; The value at $x = a$ is irrelevant, only what happens near $a$ matters
Pause, copy the limit notation $\lim_{x \to a} f(x) = L$ and the key idea that the value at $x = a$ is irrelevant, only the behaviour near $a$ matters into your book.
Quick check: True or false, $\lim_{x \to a} f(x)$ always equals $f(a)$.
Worked examples · 3 in a row, reveal as you go
Evaluate $\lim_{x \to 3} (x^2 + 2x)$ by substitution.
Evaluate $\lim_{x \to 2} \frac{x^2 - 4}{x - 2}$ by factoring.
For the piecewise function $f(x) = \begin{cases} x + 1 & x < 2 \\ 5 & x = 2 \\ 7 - x & x > 2 \end{cases}$, find the left and right limits at $x = 2$ and determine if $\lim_{x \to 2} f(x)$ exists.
Quick check: Evaluate $\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$.
Common errors · the 3 traps that cost marks
Odd one out: Three of these limits can be evaluated by direct substitution. Which one cannot?
Quick-fire practice · 5 reps
Find $\lim_{x \to 1} (3x + 2)$.
Find $\lim_{x \to -1} \frac{x^2 - 1}{x + 1}$.
For $f(x) = \begin{cases} x + 1 & x < 2 \\ 5 & x = 2 \\ 7 - x & x > 2 \end{cases}$, find the left and right limits at $x = 2$.
Use limit laws to find $\lim_{x \to 2} (x^2 + 3x - 1)$.
Explain why $\lim_{x \to 0} \frac{|x|}{x}$ does not exist.
Fill the blanks: drag each token into the matching blank.
For continuous functions, evaluate limits by ___. When substitution gives $\frac{0}{0}$, ___ the common factor. The overall limit exists only when the one-sided limits are ___; otherwise the limit ___.
Two truths and a lie: Identify the false statement about limits.
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$.
Pick your answer, then rate your confidencethat tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Evaluate $\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$. Show working. 2 MARKS
Q2. For the piecewise function $f(x) = \begin{cases} 2x + 1 & x \leq 1 \\ 4 - x & x > 1 \end{cases}$, find $\lim_{x \to 1^-} f(x)$, $\lim_{x \to 1^+} f(x)$, and determine if $\lim_{x \to 1} f(x)$ exists. 3 MARKS
Q3. Explain why the function $f(x) = \frac{x^2 - 4}{x - 2}$ has a removable discontinuity at $x = 2$. How could you redefine $f(2)$ to make the function continuous? 3 MARKS
📖 Comprehensive answers (click to reveal)
Drill 1: $\lim_{x \to 1} (3x + 2) = 3(1) + 2 = 5$
Drill 2: $\lim_{x \to -1} \frac{(x-1)(x+1)}{x+1} = \lim_{x \to -1} (x-1) = -2$
Drill 3: Left: $\lim_{x \to 2^-} (x+1) = 3$. Right: $\lim_{x \to 2^+} (7-x) = 5$. Since $3 \neq 5$, $\lim_{x \to 2} f(x)$ does not exist.
Drill 4: By limit laws: $\lim_{x \to 2} (x^2 + 3x - 1) = 4 + 6 - 1 = 9$
Drill 5: Left: $\lim_{x \to 0^-} \frac{|x|}{x} = -1$. Right: $\lim_{x \to 0^+} \frac{|x|}{x} = 1$. Since $-1 \neq 1$, the limit does not exist.
Q1 (2 marks): $\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].
Q2 (3 marks): $\lim_{x \to 1^-} f(x) = \lim_{x \to 1^-} (2x+1) = 3$ [1]. $\lim_{x \to 1^+} f(x) = \lim_{x \to 1^+} (4-x) = 3$ [1]. Since left = right = 3, $\lim_{x \to 1} f(x) = 3$ [1].
Q3 (3 marks): $f(x) = \frac{x^2-4}{x-2} = \frac{(x-2)(x+2)}{x-2} = x+2$ for $x \neq 2$ [1]. So $\lim_{x \to 2} f(x) = 4$, but $f(2)$ is undefined [1]. Redefine $f(2) = 4$ to make the function continuous [1].
Five timed questions. Beat the boss to bank a tier, gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
Climb platforms by answering limit questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you have finished the practice and review.