Continuity and Discontinuity: Definitions and Classifications
Definition of Continuity at a Point
- A function is continuous at a point x=a if and only if the limit as x approaches a of the function equals the function's value at a. Mathematically, this means: limx→af(x)=f(a).
- This implies three conditions must be met:
- The limit limx→af(x) must exist.
- The function value f(a) must be defined.
- These two values must be equal.
Types of Discontinuities
Jump Discontinuity
- Condition: The limit as x approaches a from the left exists, and the limit as x approaches a from the right exists, but these two one-sided limits are not equal.
- lim<em>x→a−f(x)=L</em>1 and lim<em>x→a+f(x)=L</em>2, where L<em>1=L</em>2.
- Result: The overall limit limx→af(x) does not exist.
- Characteristic: The graph of the function "jumps" from one value to another at x=a.
Infinite Discontinuity
- Condition: At least one of the one-sided limits is either positive or negative infinity.
- For example, lim<em>x→a−f(x)=±∞ or lim</em>x→a+f(x)=±∞.
- Note: If both one-sided limits go to ±∞, it is still classified as an infinite discontinuity.
- Characteristic: The graph approaches a vertical asymptote at x=a.
Removable Discontinuity
- Condition: The limit as x approaches a exists and is finite, but either:
- The function value f(a) is not defined.
- The function value f(a) is defined but not equal to the limit.
- limx→af(x)=L, where L is a finite number, but f(a) is undefined or f(a)=L.
- Characteristic: There is a "hole" in the graph at x=a. It is called "removable" because the discontinuity can be fixed by redefining f(a)=L.
More Severe Type of Discontinuity
- Condition: At least one of the one-sided limits does not exist and is not infinite.
- For instance, if limx→a+f(x) does not exist (e.g., due to oscillation) and is not ±∞, then it's a more severe type of discontinuity.
- Characteristic: This indicates a more erratic behavior than the other types, where the function might oscillate infinitely or exhibit chaotic behavior near the point.
Left and Right Continuity
- Left Continuous: A function is left continuous at x=a if limx→a−f(x)=f(a).
- Right Continuous: A function is right continuous at x=a if limx→a+f(x)=f(a).
- A function is continuous at a point if and only if it is both left and right continuous at that point.
- It is not typically useful to discuss left or right continuity for removable discontinuities, as the focus is on whether the limit exists.
Solving Problems Involving Continuity
- To classify continuity at a point, one must always check:
- The left-hand limit (limx→a−f(x)).
- The right-hand limit (limx→a+f(x)).
- The function's value (f(a)).
Example 1: Making a Piecewise Function Continuous
- Problem: Given a piecewise function where each piece is a polynomial (continuous everywhere), find the value of a constant ′a′ that makes the function continuous at a specific gluing point (e.g., x=2).
- Steps for Solution:
- Identify the gluing point: This is where the function definition changes (e.g., x=2).
- Calculate the left-hand limit: For x < 2, using the function piece f(x)=ax2+2x.
- limx→2−(ax2+2x)=a(22)+2(2)=4a+4.
- Calculate the right-hand limit: For x > 2, using the function piece f(x)=x3−ax.
- limx→2+(x3−ax)=23−a(2)=8−2a.
- Set limits equal: For the limit to exist, the left-hand and right-hand limits must be equal.
- 4a+4=8−2a
- 6a=4
- a=64=32.
- Verify function value: With a=32, the function definition at x=2 uses the second piece: f(x)=x3−32x
- f(2)=23−32(2)=8−34=324−4=320.
- The limit (from step 4) would be 8−2(32)=8−34=320. Since the limit equals the value, the function is continuous at x=2 when a=32.
- Conclusion: The function is continuous everywhere when a=32.
Example 2: Classifying Discontinuity for a Piecewise Function
- Problem: Classify the discontinuity of a given piecewise function at a specific point (e.g., x=0), and determine if it's left or right continuous.
- f(x)={1+x2amp;if xlt;0 2−xamp;if 0lt;xlt;2 xamp;if x≥2
- Steps for Solution at x=0:
- Calculate the left-hand limit: For x < 0, use f(x)=1+x2.
- limx→0−(1+x2)=1+02=1.
- Calculate the right-hand limit: For 0 < x < 2, use f(x)=2−x.
- limx→0+(2−x)=2−0=2.
- Compare one-sided limits: Since 1=2, the left-hand limit and right-hand limit are not equal. Therefore, limx→0f(x) does not exist.
- Classify Discontinuity: Because the one-sided limits exist but are not equal, the function has a jump discontinuity at x=0.
- Check function value: At x=0, the definition specifies the value based on the first piece or a separate definition, but here the teacher states f(0) is defined from the x≤0 part if the range for the first piece actually includes 0. Assuming the definition for x < 0 is used for x≤0 by context, we infer f(0)=1+02=1. (In the transcript, the teacher states "Here's where x is equal to zero. So you plug in zero and you get one." which seems implied by the first piece or an unstated part of the definition).
- Determine left/right continuity:
- Is it left continuous? limx→0−f(x)=1 and f(0)=1. Since they are equal, the function is left continuous at x=0.
- It cannot be right continuous because limx→0+f(x)=2 which is not equal to f(0)=1.
- Conclusion: The function has a jump discontinuity at x=0 and is left continuous.
Example 3: Discontinuity Involving Absolute Value
- Problem: Classify the discontinuity of f(x)=x−11+∣x−1∣1 at x=1.
- Steps for Solution:
- Rewrite with piecewise definition of absolute value:
- ∣x−1∣={x−1amp;if x−1≥0⟹x≥1 −(x−1)amp;if x−1lt;0⟹xlt;1.
- Simplify f(x):
- For x > 1 (since the problem implicitly doesn't define for x=1), f(x)=x−11+x−11=x−12.
- For x < 1, f(x)=x−11+−(x−1)1=x−11−x−11=0.
- So, the simplified function is: f(x)={0amp;if x<1 x−12if x>1.
- Calculate the left-hand limit: For x < 1, use f(x)=0.
- limx→1−0=0.
- Calculate the right-hand limit: For x > 1, use f(x)=x−12.
- Plug in x=1 into the denominator: 2/(1−1)=2/0, indicating an infinite limit.
- Test a value slightly greater than 1 (e.g., 1.1): 1.1−12=0.12=20. Since it's positive, limx→1+x−12=+∞.
- Compare one-sided limits: The left-hand limit is 0, and the right-hand limit is +∞.
- Classify Discontinuity: Since one of the one-sided limits is +∞, the function has an infinite discontinuity at x=1.
- Check function value: f(1) is undefined because the original expression would have 1−1=0 in the denominator.
- Determine left/right continuity: Since f(1) does not exist, the function cannot be left or right continuous at x=1.
- Conclusion: The function has an infinite discontinuity at x=1, and it is neither left nor right continuous.
Important Considerations
- When checking continuity on a quiz, always provide the explicit calculations for left-hand limits, right-hand limits, and the function's value at the point in question.
- The explanation of your findings is crucial for full credit, though showing the limit calculations is the bare minimum.
- For removable discontinuities, the limit exists, and it's possible to redefine the function at that single point to make it continuous (e.g., setting f(a)=limx→af(x)).
- A function cannot be both removable and left/right continuous at the point of discontinuity simultaneously because if it were, it would imply continuity, which contradicts the definition of a discontinuity.