Calculus begins where elementary algebra encounters division by zero. The concept of a limit allows mathematicians to study the behavior of a function near a point, even if the function is not defined at that point itself.
The expression $x \to a$ (read as "$x$ approaches $a$") means that the variable $x$ takes values closer and closer to the real number $a$, from either the left ($x < a$) or the right ($x > a$), but $\mathbf{x \neq a}$.
- Left-Hand Limit (LHL): The value that $f(x)$ approaches as $x$ approaches $a$ through values strictly smaller than $a$: $$\text{LHL} = \lim_{x \to a^-} f(x) = \lim_{h \to 0} f(a - h), \quad (h > 0)$$
- Right-Hand Limit (RHL): The value that $f(x)$ approaches as $x$ approaches $a$ through values strictly greater than $a$: $$\text{RHL} = \lim_{x \to a^+} f(x) = \lim_{h \to 0} f(a + h), \quad (h > 0)$$
Note: If $\text{LHL} \neq \text{RHL}$, the limit does not exist at $x = a$. For example, for $f(x) = \frac{|x|}{x}$ at $x = 0$, $\text{LHL} = -1$ and $\text{RHL} = +1$, so $\lim_{x \to 0} \frac{|x|}{x}$ does not exist.
When directly substituting $x = a$ into a rational function yields expressions such as $\mathbf{\frac{0}{0}}$, $\mathbf{\frac{\infty}{\infty}}$, $\infty - \infty$, or $0 \times \infty$, the form is termed indeterminate. It does NOT mean the limit does not exist; it signifies that direct substitution has failed and algebraic techniques must be deployed to determine the true limit.