What is a Limit?
In calculus, a limit is the value that a function (or sequence) "approaches" as the input (or index) approaches some value. Limits are essential to calculus and mathematical analysis; they are used to define continuity, derivatives, and integrals.
The mathematical notation for a limit is written as:
$\lim_{x \to a} f(x) = L$
This means that as the variable $x$ gets infinitely close to $a$ (from both sides), the output of the function $f(x)$ gets closer and closer to $L$. It is important to note that the limit asks what the function is approaching, not necessarily what the function's value is at that exact point. This is why limits can evaluate points where the function itself is undefined, such as dividing by zero.
One-Sided Limits vs. Two-Sided Limits
For a general (two-sided) limit to exist, the function must approach the exact same value from both the left side (values smaller than $a$) and the right side (values larger than $a$).
$\lim_{x \to a^-} f(x)$
The value $f(x)$ approaches as $x$ gets closer to $a$ from the negative direction (values less than $a$).
$\lim_{x \to a^+} f(x)$
The value $f(x)$ approaches as $x$ gets closer to $a$ from the positive direction (values greater than $a$).
If $\lim_{x \to a^-} f(x) \neq \lim_{x \to a^+} f(x)$, then the overall limit $\lim_{x \to a} f(x)$ Does Not Exist (DNE).
Solving Indeterminate Forms (L'Hôpital's Rule)
Often, plugging in the value $a$ directly yields an indeterminate form like $\frac{0}{0}$ or $\frac{\infty}{\infty}$. In these cases, you cannot determine the limit by direct substitution.
To solve these, mathematicians use algebraic manipulation (like factoring or multiplying by a conjugate), or L'Hôpital's Rule. L'Hôpital's Rule states that for indeterminate forms, the limit of a quotient of functions is equal to the limit of the quotient of their derivatives:
If $\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{0}{0}$, then $\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}$
Real-World Applications of Limits
- Physics & Motion: Limits define instantaneous velocity. If you want to know exactly how fast a car is going at one exact split second, you use a limit as the change in time ($\Delta t$) approaches zero.
- Finance & Economics: Continuous compound interest is calculated using limits. The formula $A = Pe^{rt}$ is derived from taking the limit of standard compound interest as the number of compounding periods approaches infinity.
- Engineering: Defining the asymptotes of physical systems, such as calculating the terminal velocity of a falling object or evaluating electrical circuit responses over infinite time.