The Concept of a Limit
In math, we often want to know what happens to a function as \(x\) gets extremely close to a value, even if the function doesn't exist at that exact spot. This is the Limit.
Notation: \(\lim_{x \to a} f(x) = L\)
Worked Examples
Example 1: Direct Substitution
Find \(\lim_{x \to 5} (2x + 1)\).
- As \(x\) gets closer to 5, \(2x+1\) simply gets closer to \(10+1=11\).
- Result: 11
Example 2: The "Hole" in the Function
Find \(\lim_{x \to 2} \frac{x^2 - 4}{x - 2}\).
- If you plug in 2, you get \(0/0\). This is undefined.
- Factor the top: \(\frac{(x-2)(x+2)}{x-2} = x+2\).
- Now find the limit: \(2+2 = 4\).
- Result: 4. Even though the function has a "hole" at 2, the limit tells us the value it was trying to be.
The Bridge to Quantum Mechanics
This "Limit" logic is how we define the most important numbers in physics. For example, the Dirac Delta Function (Chapter 9) is a function that has zero width but infinite height. It is defined as the Limit of a very narrow Gaussian curve. In Quantum Mechanics, we use limits to transition from the "Discrete" world of atoms to the "Continuous" world of classical physics. This is called the Correspondence Principle. Limits are the tool that allows us to handle the "Infinities" of the subatomic world without the math breaking down.