MathematicsUnit 208 min read
Limits, Continuity, and Their Graphical Behavior
Unit 20 of Mathematics introduces the core concepts of limits (left-hand, right-hand, and two-sided), continuity (types and tests), and how these appear on graphs—essential for calculus and analyzing functions.
Key points
- Limits describe the behavior of a function as input approaches a value, even if the function is undefined there.
- Continuity means a function has no jumps, breaks, or holes; it depends on three conditions: existence, equality, and definedness.
- Graphs visually reveal discontinuities (removable, jump, infinite) and limit behavior (approaching from left/right).
- Piecewise functions often have different limits at boundary points—always check both sides.
- The Intermediate Value Theorem guarantees a root in an interval if the function is continuous and changes sign.
- Real-world applications include motion analysis, economics (cost functions), and engineering (signal processing).
---
### **1. What is a Limit?**
A **limit** tells us what value a function \( f(x) \) approaches as \( x \) gets closer and closer to a specific number \( a \). It does not matter what \( f(a) \) actually is—only what \( f(x) \) *approaches* as \( x \) nears \( a \).
#### **Key Idea: Approaching vs. Equaling**
- If \( \lim_{x \to a} f(x) = L \), it means \( f(x) \) gets arbitrarily close to \( L \) as \( x \) approaches \( a \).
- The function may or may not be defined at \( x = a \).
#### **Notation**
- \( \lim_{x \to a} f(x) = L \) means "the limit of \( f(x) \) as \( x \) approaches \( a \) is \( L \)."
- We can also write \( f(x) \to L \) as \( x \to a \).
#### **Example 1: Basic Limit**
Find \( \lim_{x \to 2} (3x + 1) \).
**Solution:**
Since \( 3x + 1 \) is a polynomial, it is continuous everywhere. Plug in \( x = 2 \):
\[
\lim_{x \to 2} (3x + 1) = 3(2) + 1 = 7
\]
**Answer:** 7
---
---
### **2. One-Sided Limits**
Sometimes, a function behaves differently when approaching \( a \) from the **left** (\( x \to a^- \)) or the **right** (\( x \to a^+ \)).
#### **Definitions**
- **Left-hand limit (LHL):** \( \lim_{x \to a^-} f(x) = L \) means \( f(x) \) approaches \( L \) as \( x \) approaches \( a \) from values *less than* \( a \).
- **Right-hand limit (RHL):** \( \lim_{x \to a^+} f(x) = L \) means \( f(x) \) approaches \( L \) as \( x \) approaches \( a \) from values *greater than* \( a \).
#### **Example 2: One-Sided Limits**
Find \( \lim_{x \to 1^-} \frac{1}{x-1} \) and \( \lim_{x \to 1^+} \frac{1}{x-1} \).
**Solution:**
- For \( x \to 1^- \), \( x-1 \) is a small negative number (e.g., \( x = 0.999 \), \( x-1 = -0.001 \)). Thus, \( \frac{1}{x-1} \to -\infty \).
- For \( x \to 1^+ \), \( x-1 \) is a small positive number (e.g., \( x = 1.001 \), \( x-1 = 0.001 \)). Thus, \( \frac{1}{x-1} \to +\infty \).
**Answer:**
\[
\lim_{x \to 1^-} \frac{1}{x-1} = -\infty, \quad \lim_{x \to 1^+} \frac{1}{x-1} = +\infty
\]
---
---
### **3. Two-Sided Limits and Existence**
A **two-sided limit** \( \lim_{x \to a} f(x) \) exists **only if** the left-hand and right-hand limits are equal:
\[
\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L
\]
If they are not equal, the two-sided limit **does not exist**.
#### **Example 3: Two-Sided Limit**
Does \( \lim_{x \to 0} \frac{|x|}{x} \) exist?
**Solution:**
- For \( x \to 0^- \), \( \frac{|x|}{x} = \frac{-x}{x} = -1 \).
- For \( x \to 0^+ \), \( \frac{|x|}{x} = \frac{x}{x} = 1 \).
Since LHL \( \neq \) RHL, the limit does not exist.
**Answer:** The limit does not exist.
---
```figure
{"type":"graph","fns":[{"expr":"abs(x)/x","label":"f(x) = |x|/x"}],"x":[-2,2],"points":[{"x":0,"y":-1,"label":"LHL = -1"},{"x":0,"y":1,"label":"RHL = 1"}],"caption":"LHL ≠ RHL ⇒ two-sided limit does not exist."}
4. Continuity at a Point
A function ( f(x) ) is continuous at ( x = a ) if:
- ( f(a) ) is defined.
- ( \lim_{x \to a} f(x) ) exists.
- ( \lim_{x \to a} f(x) = f(a) ).
If any of these fail, ( f(x) ) is discontinuous at ( x = a ).
Types of Discontinuities
| Type | Description | Example |
|---|---|---|
| Removable | Hole in the graph; limit exists but ( f(a) ) is undefined or unequal. | ( f(x) = \frac{x^2 - 1}{x - 1} ) at ( x = 1 ). |
| Jump | Left and right limits exist but are unequal. | Piecewise functions with steps. |
| Infinite | Function approaches ( \pm \infty ). | ( f(x) = \frac{1}{x} ) at ( x = 0 ). |
| Essential | Limit does not exist (oscillates wildly). | ( f(x) = \sin(1/x) ) at ( x = 0 ). |
Example 4: Checking Continuity
Is ( f(x) = \begin{cases} x^2 & \text{if } x \neq 2 \ 5 & \text{if } x = 2 \end{cases} ) continuous at ( x = 2 )? Solution:
- ( f(2) = 5 ) (defined).
- ( \lim_{x \to 2} f(x) = \lim_{x \to 2} x^2 = 4 ).
- Since ( 4 \neq 5 ), the function is not continuous at ( x = 2 ).
Answer: Discontinuous (removable discontinuity).
5. Intermediate Value Theorem (IVT)
If ( f(x) ) is continuous on ([a, b]) and ( N ) is any number between ( f(a) ) and ( f(b) ), then there exists a ( c \in (a, b) ) such that ( f(c) = N ).
Example 5: Applying IVT
Show that ( f(x) = x^3 - x - 1 ) has a root in ([1, 2]). Solution:
- Check continuity: ( f(x) ) is a polynomial ⇒ continuous everywhere.
- Evaluate at endpoints:
- ( f(1) = 1 - 1 - 1 = -1 ).
- ( f(2) = 8 - 2 - 1 = 5 ).
- Since ( 0 ) is between ( -1 ) and ( 5 ), by IVT, there exists ( c \in (1, 2) ) such that ( f(c) = 0 ).
Answer: Root exists in (1, 2).
6. Limits and Continuity in Graphs
| Feature | Graph Behavior |
|---|---|
| Continuous Function | Smooth curve; no breaks, jumps, or holes. |
| Removable Discontinuity | Hole in the graph; limit exists but ( f(a) ) is missing or different. |
| Jump Discontinuity | Two distinct y-values at ( x = a ) (left and right limits differ). |
| Infinite Discontinuity | Vertical asymptote; function shoots to ( \pm \infty ). |
| Essential Discontinuity | Wild oscillations (e.g., ( \sin(1/x) ) at ( x = 0 )). |
Example 6: Identifying Discontinuities
Sketch the graph of ( f(x) = \begin{cases} x + 1 & \text{if } x < 0 \ x^2 & \text{if } x \geq 0 \end{cases} ) and identify discontinuities. Solution:
- For ( x < 0 ): straight line ( y = x + 1 ).
- For ( x \geq 0 ): parabola ( y = x^2 ).
- At ( x = 0 ):
- LHL: ( \lim_{x \to 0^-} (x + 1) = 1 ).
- RHL: ( \lim_{x \to 0^+} x^2 = 0 ).
- Since LHL ( \neq ) RHL, there is a jump discontinuity at ( x = 0 ).
Exam Tip
- Always check both sides for limits at points where the function changes definition (e.g., piecewise functions).
- Three conditions for continuity: defined, limit exists, limit equals the function value. If any fail, it’s discontinuous.
- IVT is your friend: Use it to prove roots exist in an interval if the function is continuous and changes sign.
- Graphs are clues: Sketch the function to visualize limits and discontinuities.
- Common mistakes:
- Assuming (it’s only true if continuous).
- Forgetting to check both sides for one-sided limits.
- Misidentifying discontinuity types (e.g., calling a jump discontinuity "removable").
NEB Board-Style Questions
Short Answer (5 marks each)
- Find .
- Determine if is continuous at .
- Sketch the graph of and identify any discontinuities.
- Use the Intermediate Value Theorem to show that has a root in .
- Find and . Does the two-sided limit exist?
Long Answer (10 marks)
- Let .
- Find and .
- Is continuous at ? Justify.
- Sketch the graph of and label all key points.
- Explain the difference between a removable discontinuity and a jump discontinuity with examples. How would you identify each from a graph?
Note: Practice sketching graphs of piecewise functions and rational functions (e.g., , ) to recognize discontinuities intuitively. The NEB exam often tests graphical interpretation!
Based on the NEB +2 Science syllabus for Mathematics (Maths), unit 20.
Discussion
Loading…