§ 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.
§ 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.
§ 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.
§ 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.
§ 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 algebra | Evaluating limits by substitution & factoring | |
| One-Sided Limits | Introduction to Limits | Piecewise function limits; jump discontinuities | |
| Limits at Infinity | Introduction to Limits | Horizontal asymptotes; dominant-term analysis | |
| Indeterminate Forms | Topics 01–03 | Resolving 0/0 and ∞/∞ algebraically | |
| Squeeze Theorem | Topics 01–03 | Bounding arguments; proving trig limits | |
| Continuity | Topics 01–02 | Classifying discontinuities; IVT proofs | |
| L'Hôpital's Rule | Topics 01–04 + Differentiation | Evaluating all indeterminate forms by differentiation | |
| Epsilon-Delta Definition | All previous topics | Formal 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.