Limits and Continuity
Calculus is built on the concept of change over zero. To make sense of “instantaneous” change, we need a way to talk about what a function does as it gets closer and closer to a point, even if it never actually reaches it. This is the Limit.
1. The Epsilon-Delta Definition
Intuition: A limit means we can force to be as close to as we want (within ), just by making sufficiently close to (within ).
For every , there exists a such that .
Let’s vizualize this. If , and we want to be within of the output at , how close must be?
2. When Limits Fail
A limit only exists if it matches from both directions. If the “safe zone” can’t be established because the function jumps or oscillates, the limit does not exist.
Consider f(x) = sin(1/x) near x=0. Why does the limit as x -> 0 DNE?
3. Continuity: The Glue of Calculus
A function is continuous at if the limit exists and exactly matches the function’s value: .
Let’s test for a “Broken” function:
4. The Intermediate Value Theorem (IVT)
If is continuous on , it must hit every value between and . This is why we can use the Bisection Method to find roots.