MathsTricks & Calculus, Section One

Limits

The foundation everything in calculus is built on. Before derivatives. Before integrals. Before differential equations. There is the limit.

limx → a f(x) = L
8Topic Pages
90+Worked Examples
80Quiz Questions
3Difficulty Levels
Share this page

§ 01What Is a Limit?

A limit answers one question: as x gets closer and closer to some value a, what does f(x) approach? The key word is approach, we never require x to actually equal a. We only care about the journey, not the destination.

This distinction matters more than it first appears. Consider the function f(x) = sin(x)/x. At x = 0, this is 0/0, undefined. Yet as x approaches 0, f(x) approaches 1. The limit exists and equals 1, even though the function itself has a hole at that point. Without the concept of a limit, you could not make sense of this at all, and derivatives, which are defined as limits, would be impossible to compute.

The Limit Notation
limx→a f(x) = L
Read: "The limit of f(x) as x approaches a equals L." The function gets arbitrarily close to L as x gets arbitrarily close to a.
One-Sided Limits
limx→a⁻ f(x)   and   limx→a⁺ f(x)
The left-hand limit (x approaching from below) and right-hand limit (x approaching from above). The two-sided limit exists only when both are equal.
Limit at Infinity
limx→∞ f(x) = L
What value does f(x) settle towards as x grows without bound? This gives the horizontal asymptote of the function.
The Epsilon-Delta Definition
∀ε > 0, ∃δ > 0 ...
The rigorous definition of a limit. For every desired accuracy ε, there exists a distance δ around a within which f(x) lands within ε of L.
Why limits come before everything else The derivative f'(x) is defined as limh→0 [f(x+h) − f(x)] / h. The definite integral is defined as a limit of Riemann sums. Taylor series converge because of limits. Every fundamental operation in calculus is, at its core, a limit. You cannot understand derivatives or integrals properly without first understanding what a limit is.

§ 02The Eight Topics in This Section

Each topic below is a self-contained page with full explanations, worked examples, and a 10-question quiz. Work through them in order for the most logical progression.

Topic 01 Start Here
Introduction to Limits
Build real intuition for what a limit is before any formal notation. Numerical tables, graphical thinking, and the substitution method. Covers limits that exist, limits that don't, and why the distinction matters. This page is the foundation for everything else in calculus — don't skip it.
Numerical approach Direct substitution Factoring method Limit laws When limits fail
Topic 02 Introductory
One-Sided Limits
When a function behaves differently on either side of a point, you need left-hand and right-hand limits separately. Essential for piecewise functions and understanding where two-sided limits fail.
Left-hand limits Right-hand limits Piecewise functions
Topic 03 Introductory
Limits at Infinity
What happens to f(x) as x grows without bound? Horizontal asymptotes, end behaviour of rational functions, and the technique of dividing by the highest power.
Horizontal asymptotes Rational functions lim x→±∞
Topic 04 Core
Indeterminate Forms
The forms 0/0, ∞/∞, 0·∞, ∞−∞, 0⁰, 1^∞, and ∞⁰ — why they arise, why they are called indeterminate, and the algebraic techniques (factoring, rationalising, trig identities) used to resolve them before reaching for L'Hôpital.
0/0 form ∞/∞ form Rationalisation Trig substitutions
Topic 05 Core
The Squeeze Theorem
When you cannot compute a limit directly, trap the function between two simpler bounds that share the same limit. The fundamental technique for proving lim sin(x)/x = 1 and lim (cos x − 1)/x = 0.
Bounding argument sin(x)/x Oscillating functions
Topic 06 Core
Continuity
A function is continuous at a point if its limit exists, the function is defined there, and the two agree. Three types of discontinuity — removable, jump, infinite — and the Intermediate Value Theorem.
Three conditions Types of discontinuity IVT
Topic 07 Advanced
L'Hôpital's Rule
When a limit gives 0/0 or ∞/∞, differentiate numerator and denominator separately (not the quotient rule!) and try again. Full proof via Cauchy's mean value theorem. Repeated application. Rewriting to use the rule on all seven indeterminate forms.
0/0 · ∞/∞ Rewriting 0·∞ Exponential forms Repeated application
Topic 08 Advanced
Epsilon-Delta Definition
The rigorous, formal definition of a limit that makes calculus logically airtight. Learn to read ∀ε>0 ∃δ>0 precisely, write δ as a function of ε, and construct proofs for linear, quadratic, and rational functions.
Formal definition δ in terms of ε Proof technique Non-existence proofs

§ 03Recommended Learning Path

The eight topics are arranged to build on each other. Here is the route that makes the most logical sense, along with what you will be able to do after each stage.

01
Start — Intuition
Introduction to Limits
Build the core intuition: what a limit is, how to read the notation, and how to compute basic limits by substitution, factoring, and simplification. Complete this before anything else.
02
Develop — Direction Matters
One-Sided Limits
Learn that a function can approach different values from the left and right. Essential for piecewise functions and for understanding when a two-sided limit fails to exist.
03
Extend — To Infinity
Limits at Infinity
Extend the idea to x → ±∞. Understand horizontal asymptotes and end behaviour. Master the dominant-term technique for rational functions.
04
Core Skill — Resolving Hard Cases
Indeterminate Forms
Face 0/0 and ∞/∞ head-on. Learn the algebraic techniques — factoring, rationalising, trig — that resolve these before you need calculus-based tools.
05
Core Skill — The Bounding Argument
Squeeze Theorem
Learn to prove limits by trapping a function between two simpler bounds. Delivers the two most important trig limits used throughout calculus.
06
Core Concept — Continuity
Continuity
Formalise the idea of a function with "no gaps or jumps". Understand removable, jump, and infinite discontinuities. Prove results using the Intermediate Value Theorem.
07
Advanced — The Calculus-Based Tool
L'Hôpital's Rule
The most powerful tool for resolving indeterminate forms once you know how to differentiate. Requires familiarity with derivatives — study this after the differentiation section if needed.
08
Advanced — The Foundation of Foundations
Epsilon-Delta Definition
The formal, rigorous definition that makes everything provable. Most students encounter this in a real analysis course — but understanding it makes every limit concept sharper and more confident.
Do you need L'Hôpital before or after differentiation? L'Hôpital's rule (Topic 07) requires you to differentiate expressions, so some courses teach it after the differentiation section. Others include it in limits because it evaluates limits. Either order works — just complete the Differentiation section first if the derivatives feel unfamiliar.

§ 04Key Concepts at a Glance

A quick-reference summary of the main results you will prove and use throughout this section. Each one is developed in full on its respective topic page.

Basic Limit Laws
lim[f±g] = lim f ± lim g
Limits of sums, differences, products, quotients, and powers follow from the limits of the parts — provided those limits exist.
Direct Substitution
limx→a p(x) = p(a)
For polynomials and rational functions where the denominator is non-zero, you can simply substitute x = a. The result is the limit.
Two-Sided Limit Condition
limx→a f = L ⟺ limx→a⁻ f = limx→a⁺ f = L
The two-sided limit exists and equals L if and only if both one-sided limits exist and equal L.
The Squeeze Theorem
g ≤ f ≤ h & lim g = lim h = L ⟹ lim f = L
If f is trapped between g and h, and both bounds approach the same limit, then f does too.
Fundamental Trig Limits
limx→0 sin x/x = 1
And the companion: limx→0 (1 − cos x)/x = 0. Both follow from the Squeeze Theorem and are used throughout differentiation.
Continuity at a Point
f continuous at a ⟺ limx→a f(x) = f(a)
Three requirements: the limit exists, f(a) is defined, and they are equal. All three must hold simultaneously.
L'Hôpital's Rule
lim f/g [0/0 or ∞/∞] = lim f'/g'
Differentiate numerator and denominator separately (not the quotient rule) and re-evaluate. Repeat if the result is still indeterminate.
Epsilon-Delta Definition
∀ε>0, ∃δ>0: 0<|x−a|<δ ⟹ |f(x)−L|<ε
The rigorous definition. For any desired accuracy ε, a proximity δ exists such that x within δ of a forces f(x) within ε of L.

Section Summary

Limits section: eight pages of content

8Topics
90+Examples
80Quiz Q's

§ 05Difficulty Guide

Every topic is accessible if you follow the recommended path. Here is an honest sense of the difficulty curve, so you know what to expect before you start.

Topic Difficulty Prerequisite Key skill gained
Introduction to Limits
High-school algebraEvaluating limits by substitution & factoring
One-Sided Limits
Introduction to LimitsPiecewise function limits; jump discontinuities
Limits at Infinity
Introduction to LimitsHorizontal asymptotes; dominant-term analysis
Indeterminate Forms
Topics 01–03Resolving 0/0 and ∞/∞ algebraically
Squeeze Theorem
Topics 01–03Bounding arguments; proving trig limits
Continuity
Topics 01–02Classifying discontinuities; IVT proofs
L'Hôpital's Rule
Topics 01–04 + DifferentiationEvaluating all indeterminate forms by differentiation
Epsilon-Delta Definition
All previous topicsFormal limit proofs; rigorous mathematical thinking

§ 06Where to Go Next

Limits are the launchpad. Once you are comfortable here, every other section in the site opens up, limits are the language every other topic is written in.

The Natural Progression: Differentiation

The derivative is a limit. The definition f'(x) = limh→0 [f(x+h) − f(x)] / h cannot be understood or computed without limits. Differentiation builds directly and immediately on this section.

Series & Sequences

Convergence of a series is also defined using limits, a series converges if the limit of its partial sums exists. The limit comparison test, ratio test, and root test all invoke limits explicitly.

Other Sections

Cookie Settings