One-Sided Limits and Continuity
In calculus, one-sided limits and continuity are essential concepts that help in understanding the behavior of functions near specific points. These concepts are used to describe how functions behave as they approach a point from one direction (either from the left or from the right), and how functions behave in general in terms of smoothness and connectedness.
One-Sided Limits
A one-sided limit refers to the limit of a function as the input approaches a certain point, but only from one side—either from the left or from the right.
- Right-hand limit: The limit as x approaches c from values greater than c (from the right side).
- Left-hand limit: The limit as x approaches c from values smaller than c (from the left side).
Notation:
x→c+limf(x)
x→c−limf(x)
Interpretation of One-Sided Limits:
- The right-hand limit describes how the function behaves as x gets closer to c from values greater than c (i.e., from the right).
- The left-hand limit describes how the function behaves as x gets closer to c from values less than c (i.e., from the left).
The limit exists at c only if the left-hand and right-hand limits are equal.
Example of One-Sided Limits
Consider the function:
f(x)={x+12x−1if x≥2if x<2
Let's find the left-hand and right-hand limits as x→2.
- Right-hand limit (approaching 2 from the right, i.e., x→2+):
Since x≥2 for values approaching 2 from the right, the function behaves as f(x)=x+1. Therefore:
x→2+limf(x)=2+1=3
- Left-hand limit (approaching 2 from the left, i.e., x→2−):
Since x<2 for values approaching 2 from the left, the function behaves as f(x)=2x−1. Therefore:
x→2−limf(x)=2(2)−1=4−1=3
- Conclusion: Since the left-hand and right-hand limits are both equal to 3, we can say:
x→2limf(x)=3
Continuity
A function is said to be continuous at a point c if the following three conditions are satisfied:
-
The function is defined at c: The function has a value at the point c.
f(c) is defined.
-
The limit exists at c: The limit of the function as x approaches c from both the left and right exists.
x→climf(x) exists.
-
The limit equals the function value: The value of the function at c is equal to the limit as x approaches c.
x→climf(x)=f(c)
If these three conditions are satisfied, the function is continuous at c.
Types of Discontinuities
A function may fail to be continuous at a point. In such cases, we have different types of discontinuities:
-
Jump Discontinuity: The left-hand and right-hand limits at c exist but are not equal. The function "jumps" at the point.
Example: A step function or piecewise function where the value changes abruptly.
-
Infinite Discontinuity: The function approaches infinity (or negative infinity) as x approaches c. This often happens when the denominator of a rational function becomes 0.
Example: f(x)=x1 at x=0.
-
Removable Discontinuity: The left-hand and right-hand limits exist and are equal, but the function is either not defined at c or the value of the function at c does not match the limit.
Example: f(x)=x−2x2−4, where the limit at x=2 is 4, but the function is not defined at x=2.
Example of Continuity
Let's consider the function:
f(x)={x24if x=2if x=2
We need to determine whether this function is continuous at x=2.
-
The function is defined at x=2: From the function definition, we see that f(2)=4.
-
The limit exists at x=2: We calculate the limit of f(x) as x approaches 2. Since the function is x2 for x=2, we find:
x→2limf(x)=x→2limx2=4
- The limit equals the function value: Since f(2)=4 and limx→2f(x)=4, we conclude that the function is continuous at x=2.
Thus, f(x) is continuous at x=2.
Discontinuity Example
Consider the function:
f(x)={x−2x2−45if x=2if x=2
-
The function is defined at x=2: From the function definition, f(2)=5.
-
The limit exists at x=2: To find the limit, we simplify the expression x−2x2−4:
x−2x2−4=x−2(x−2)(x+2)=x+2(for x=2)
Thus,
x→2limf(x)=2+2=4
- The limit does not equal the function value: Since limx→2f(x)=4 but f(2)=5, the function is not continuous at x=2.
This is an example of a removable discontinuity, as the limit exists but does not match the function value.
Summary
- One-sided limits describe the behavior of a function as it approaches a point from one side (either left or right).
- A function is continuous at a point if:
- It is defined at the point.
- The limit exists at the point.
- The limit equals the function value at that point.
- Discontinuities can be classified as:
- Jump discontinuity: Left-hand and right-hand limits exist but are not equal.
- Infinite discontinuity: The function tends to infinity at a point.
- Removable discontinuity: The limit exists but is not equal to the function value at that point.