What is Limit?
Limit is a kind of function that describes how function would behave as the input would get as close to a value or output. Instead of plotting at the exact point, limits examine what will happen to a function as the input 'x' approaches to a value. The notation for a limit is $\lim_{x \to a}$ f(x) = L , which means that as x gets arbitrarily close to c (but not necessarily equal to a), the value of f(x) gets arbitrarily close to L. Limit is the essential topics which will be implemented in derivatives, continuity,discontinuity and even integration.
Difference between Limit and Function: |
A function is a rule that assigns each input value (from a set called the domain) to exactly one output value (in a set called the codomain or range). On the other hand, a limit, describes the value that a function approaches as its input gets closer and closer to a specific value. Limit is just a type of function. The very definition of a limit is about the behavior of a function f(x) as its input x approaches a certain value a. Without a function, there's nothing to take the limit of. The notation $\lim_{x \to a}$ inherently implies that there is some function that depends on x that we are interested in observing. Therefore, the concept of a limit is connected to the existence of a function.
One-sided limits:
One-sided limits delve into the behavior of a function as its input approaches a specific value from only one direction: either from the left (smaller values) or from the right (larger values). We use specific notation to distinguish between these one-sided perspectives. The left-hand limit as x approaches a is denoted as $\lim_{x \to a^-}$ f(x) = $L^-$. The "-" signifies that x is approaching through a values strictly less than a. Similarly, the right-hand limit as x approaches a is denoted as $\lim_{x \to a^+}$ f(x) = $L^+$. The "+" signifies that x is approaching through a values strictly greater than a. The basic notation of Limit $\lim_{x \to a}$ f(x) = L (which is called two-sided limits) , is fundamentally linked to the behavior of its corresponding one-sided limits. There's a theorem says that the two-sided $\lim_{x \to a} f(x) \text{ exists if and only if } \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x)$. If the one-sided limits exist but are not equal ($L^- \neq L^+$), then the two-sided limit does not exist at x = a. One-sided limits become particularly important when dealing with functions that exhibit different behaviors on either side of a specific point. Let's look after an example. Suppose a function
$f(x) = \begin{cases} 2x + 1 & \text{if } x < 3 \\ x^2 - 4 & \text{if } x \geq 3 \end{cases}$
And we want to find values of 'x' as it approaches to 3. If the value of 'x' is $3^-$, then the equation be $2x + 1$ because the value is less than 3. After doing the equation, we get 7 as the final answer. Again now if we take $3^+$ as 'x' value then the equation will be $x^2 - 4$. After doing the equation, we get 5 as the final answer. We can see the output of f(x) is different as the value approaches to $3^-$ and $3^+$. So the Limit does not exist but still one-sided limits do exist.
Suppose there exists a two-sided limit f(x) = $2x$ at both sides. Now suppose the want to examine how the function behaves as 'x' approaches to 3. Let's look this with a value table:
f(x) as 'x' approaches to $3^-$:
| x | f(x) = 2x |
|---|---|
| 2.9 | 2(2.9) = 5.8 |
| 2.99 | 2(2.99) = 5.98 |
| 2.999 | 2(2.999) = 5.998 |
| x | f(x) = 2x |
|---|---|
| 3.1 | 2(3.1) = 6.2 |
| 3.01 | 2(3.01) = 6.02 |
| 3.001 | 2(3.001) = 6.002 |
.jpg)
Post a Comment