The Limit Concept
The limit of a function at a point answers: "what value does approach as gets arbitrarily close to ?" Crucially, we do NOT require to be defined at itself — only near it. This subtlety is what makes limits powerful.
Think of it as a game: someone challenges you by picking a target accuracy . You win by finding a tolerance such that whenever is within of (but not equal to ), the output is within of the proposed limit . If you can always win this game, then .
Limits can also fail to exist — if approaches different values from the left and right of , or oscillates wildly, the limit does not exist.
Formal View
The value is irrelevant to the limit — we only care about for near .
Why This Matters
Limits are the rigorous foundation of calculus — they make derivatives and integrals precise.
- Defining the derivative: .
- Numerical stability: checking if a computation converges as step size .
- Asymptotic analysis: understanding algorithm behavior as input size .
Quiz
For to hold, must be defined at .
Which of the following best describes when ?
Common Mistakes
- Substituting to find the limit — valid only when is continuous at , which is what the limit is used to define!
- Thinking a limit exists whenever is defined near — the function also needs to approach a single value from all directions.