Limits and Continuity Complete Cheatsheet | Formulas & Examples Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!
Quick Reference - Key Formulas Basic Limit: lim x → c f ( x ) = L \lim_{x \to c} f(x) = L lim x → c f ( x ) = L Continuity at point c: lim x → c f ( x ) = f ( c ) \lim_{x \to c} f(x) = f(c) lim x → c f ( x ) = f ( c ) L'Hôpital's Rule: lim x → c f ( x ) g ( x ) = lim x → c f ′ ( x ) g ′ ( x ) \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} lim x → c g ( x ) f ( x ) = lim x → c g ′ ( x ) f ′ ( x ) (if indeterminate form)Squeeze Theorem: If g ( x ) ≤ f ( x ) ≤ h ( x ) g(x) \leq f(x) \leq h(x) g ( x ) ≤ f ( x ) ≤ h ( x ) and lim x → c g ( x ) = lim x → c h ( x ) = L \lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L lim x → c g ( x ) = lim x → c h ( x ) = L , then lim x → c f ( x ) = L \lim_{x \to c} f(x) = L lim x → c f ( x ) = L Standard Limits: lim x → 0 sin x x = 1 \lim_{x \to 0} \frac{\sin x}{x} = 1 lim x → 0 x s i n x = 1 , lim x → ∞ ( 1 + 1 x ) x = e \lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x = e lim x → ∞ ( 1 + x 1 ) x = e One-sided Limits: lim x → c − f ( x ) \lim_{x \to c^-} f(x) lim x → c − f ( x ) (left), lim x → c + f ( x ) \lim_{x \to c^+} f(x) lim x → c + f ( x ) (right)Definition of Limits Intuitive Definition: The limit of f ( x ) f(x) f ( x ) as x x x approaches c c c is L L L if the values of f ( x ) f(x) f ( x ) get arbitrarily close to L L L as x x x gets arbitrarily close to c c c .
lim x → c f ( x ) = L \lim_{x \to c} f(x) = L x → c lim f ( x ) = L ε-δ Definition (Formal): For every ϵ > 0 \epsilon > 0 ϵ > 0 , there exists a δ > 0 \delta > 0 δ > 0 such that:
0 < ∣ x − c ∣ < δ ⟹ ∣ f ( x ) − L ∣ < ϵ 0 < |x - c| < \delta \implies |f(x) - L| < \epsilon 0 < ∣ x − c ∣ < δ ⟹ ∣ f ( x ) − L ∣ < ϵ Example: Find lim x → 2 ( 3 x + 1 ) \lim_{x \to 2} (3x + 1) lim x → 2 ( 3 x + 1 ) .
Solution: As x x x approaches 2, 3 x + 1 3x + 1 3 x + 1 approaches 3 ( 2 ) + 1 = 7 3(2) + 1 = 7 3 ( 2 ) + 1 = 7 . Therefore, lim x → 2 ( 3 x + 1 ) = 7 \lim_{x \to 2} (3x + 1) = 7 lim x → 2 ( 3 x + 1 ) = 7 .
Properties of Limits If lim x → c f ( x ) = L \lim_{x \to c} f(x) = L lim x → c f ( x ) = L and lim x → c g ( x ) = M \lim_{x \to c} g(x) = M lim x → c g ( x ) = M , then:
Sum/Difference Rule:
lim x → c [ f ( x ) ± g ( x ) ] = L ± M \lim_{x \to c} [f(x) \pm g(x)] = L \pm M x → c lim [ f ( x ) ± g ( x )] = L ± M Example: lim x → 1 [ ( x 2 + 2 x ) + ( 3 x − 1 ) ] = lim x → 1 ( x 2 + 2 x ) + lim x → 1 ( 3 x − 1 ) = ( 1 + 2 ) + ( 3 − 1 ) = 7 \lim_{x \to 1} [(x^2 + 2x) + (3x - 1)] = \lim_{x \to 1} (x^2 + 2x) + \lim_{x \to 1} (3x - 1) = (1 + 2) + (3 - 1) = 7 lim x → 1 [( x 2 + 2 x ) + ( 3 x − 1 )] = lim x → 1 ( x 2 + 2 x ) + lim x → 1 ( 3 x − 1 ) = ( 1 + 2 ) + ( 3 − 1 ) = 7
Product Rule:
lim x → c [ f ( x ) ⋅ g ( x ) ] = L ⋅ M \lim_{x \to c} [f(x) \cdot g(x)] = L \cdot M x → c lim [ f ( x ) ⋅ g ( x )] = L ⋅ M Example: lim x → 2 [ x ⋅ ( x + 1 ) ] = lim x → 2 x ⋅ lim x → 2 ( x + 1 ) = 2 ⋅ 3 = 6 \lim_{x \to 2} [x \cdot (x + 1)] = \lim_{x \to 2} x \cdot \lim_{x \to 2} (x + 1) = 2 \cdot 3 = 6 lim x → 2 [ x ⋅ ( x + 1 )] = lim x → 2 x ⋅ lim x → 2 ( x + 1 ) = 2 ⋅ 3 = 6
Quotient Rule:
lim x → c f ( x ) g ( x ) = L M (provided M ≠ 0 ) \lim_{x \to c} \frac{f(x)}{g(x)} = \frac{L}{M} \quad \text{(provided } M \neq 0\text{)} x → c lim g ( x ) f ( x ) = M L (provided M = 0 ) Example: lim x → 3 x 2 x + 1 = lim x → 3 x 2 lim x → 3 ( x + 1 ) = 9 4 \lim_{x \to 3} \frac{x^2}{x + 1} = \frac{\lim_{x \to 3} x^2}{\lim_{x \to 3} (x + 1)} = \frac{9}{4} lim x → 3 x + 1 x 2 = l i m x → 3 ( x + 1 ) l i m x → 3 x 2 = 4 9
Power Rule:
lim x → c [ f ( x ) ] n = L n \lim_{x \to c} [f(x)]^n = L^n x → c lim [ f ( x ) ] n = L n Example: lim x → 2 ( x + 1 ) 3 = [ lim x → 2 ( x + 1 ) ] 3 = 3 3 = 27 \lim_{x \to 2} (x + 1)^3 = [\lim_{x \to 2} (x + 1)]^3 = 3^3 = 27 lim x → 2 ( x + 1 ) 3 = [ lim x → 2 ( x + 1 ) ] 3 = 3 3 = 27
Constant Multiple Rule:
lim x → c [ k ⋅ f ( x ) ] = k ⋅ L \lim_{x \to c} [k \cdot f(x)] = k \cdot L x → c lim [ k ⋅ f ( x )] = k ⋅ L Example: lim x → 1 [ 5 x 2 ] = 5 ⋅ lim x → 1 x 2 = 5 ⋅ 1 = 5 \lim_{x \to 1} [5x^2] = 5 \cdot \lim_{x \to 1} x^2 = 5 \cdot 1 = 5 lim x → 1 [ 5 x 2 ] = 5 ⋅ lim x → 1 x 2 = 5 ⋅ 1 = 5
One-Sided Limits Left-Hand Limit: lim x → c − f ( x ) \lim_{x \to c^-} f(x) lim x → c − f ( x ) - The limit as x x x approaches c c c from the left (values less than c c c ).
Right-Hand Limit: lim x → c + f ( x ) \lim_{x \to c^+} f(x) lim x → c + f ( x ) - The limit as x x x approaches c c c from the right (values greater than c c c ).
Important Result: lim x → c f ( x ) = L \lim_{x \to c} f(x) = L lim x → c f ( x ) = L exists if and only if:
lim x → c − f ( x ) = lim x → c + f ( x ) = L \lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = L x → c − lim f ( x ) = x → c + lim f ( x ) = L Example: Find the one-sided limits of f ( x ) = ∣ x ∣ x f(x) = \frac{|x|}{x} f ( x ) = x ∣ x ∣ at x = 0 x = 0 x = 0 .
Solution:
Left-hand limit: lim x → 0 − ∣ x ∣ x = lim x → 0 − − x x = lim x → 0 − ( − 1 ) = − 1 \lim_{x \to 0^-} \frac{|x|}{x} = \lim_{x \to 0^-} \frac{-x}{x} = \lim_{x \to 0^-} (-1) = -1 lim x → 0 − x ∣ x ∣ = lim x → 0 − x − x = lim x → 0 − ( − 1 ) = − 1 Right-hand limit: lim x → 0 + ∣ x ∣ x = lim x → 0 + x x = lim x → 0 + 1 = 1 \lim_{x \to 0^+} \frac{|x|}{x} = \lim_{x \to 0^+} \frac{x}{x} = \lim_{x \to 0^+} 1 = 1 lim x → 0 + x ∣ x ∣ = lim x → 0 + x x = lim x → 0 + 1 = 1 Since the left and right limits are different, lim x → 0 f ( x ) \lim_{x \to 0} f(x) lim x → 0 f ( x ) does not exist.
Limits at Infinity Horizontal Asymptotes: Describe the behavior of functions as x → ± ∞ x \to \pm\infty x → ± ∞ .
For Rational Functions: If f ( x ) = a n x n + … + a 0 b m x m + … + b 0 f(x) = \frac{a_n x^n + \ldots + a_0}{b_m x^m + \ldots + b_0} f ( x ) = b m x m + … + b 0 a n x n + … + a 0 :
If n < m n < m n < m : lim x → ∞ f ( x ) = 0 \lim_{x \to \infty} f(x) = 0 lim x → ∞ f ( x ) = 0 If n = m n = m n = m : lim x → ∞ f ( x ) = a n b m \lim_{x \to \infty} f(x) = \frac{a_n}{b_m} lim x → ∞ f ( x ) = b m a n If n > m n > m n > m : lim x → ∞ f ( x ) = ± ∞ \lim_{x \to \infty} f(x) = \pm\infty lim x → ∞ f ( x ) = ± ∞ Example 1: Find lim x → ∞ 3 x 2 + 2 x + 1 x 2 − 5 \lim_{x \to \infty} \frac{3x^2 + 2x + 1}{x^2 - 5} lim x → ∞ x 2 − 5 3 x 2 + 2 x + 1 .
Solution: Since the degrees are equal (both 2), the limit is 3 1 = 3 \frac{3}{1} = 3 1 3 = 3 .
Example 2: Find lim x → ∞ 2 x + 1 x 2 + 3 \lim_{x \to \infty} \frac{2x + 1}{x^2 + 3} lim x → ∞ x 2 + 3 2 x + 1 .
Solution: Since the degree of numerator (1) is less than denominator (2), the limit is 0 0 0 .
Infinite Limits: lim x → c f ( x ) = ± ∞ \lim_{x \to c} f(x) = \pm\infty lim x → c f ( x ) = ± ∞ indicates vertical asymptotes.
Example: lim x → 0 + 1 x = + ∞ \lim_{x \to 0^+} \frac{1}{x} = +\infty lim x → 0 + x 1 = + ∞ and lim x → 0 − 1 x = − ∞ \lim_{x \to 0^-} \frac{1}{x} = -\infty lim x → 0 − x 1 = − ∞
Standard Limits These are fundamental limits that appear frequently in calculus:
Trigonometric Limits:
lim x → 0 sin x x = 1 \lim_{x \to 0} \frac{\sin x}{x} = 1 lim x → 0 x s i n x = 1 lim x → 0 tan x x = 1 \lim_{x \to 0} \frac{\tan x}{x} = 1 lim x → 0 x t a n x = 1 lim x → 0 1 − cos x x 2 = 1 2 \lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2} lim x → 0 x 2 1 − c o s x = 2 1 Example: Find lim x → 0 sin 3 x x \lim_{x \to 0} \frac{\sin 3x}{x} lim x → 0 x s i n 3 x .
Solution: lim x → 0 sin 3 x x = lim x → 0 sin 3 x 3 x ⋅ 3 = 1 ⋅ 3 = 3 \lim_{x \to 0} \frac{\sin 3x}{x} = \lim_{x \to 0} \frac{\sin 3x}{3x} \cdot 3 = 1 \cdot 3 = 3 lim x → 0 x s i n 3 x = lim x → 0 3 x s i n 3 x ⋅ 3 = 1 ⋅ 3 = 3
Exponential and Logarithmic Limits:
lim x → ∞ ( 1 + 1 x ) x = e \lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x = e lim x → ∞ ( 1 + x 1 ) x = e lim x → 0 e x − 1 x = 1 \lim_{x \to 0} \frac{e^x - 1}{x} = 1 lim x → 0 x e x − 1 = 1 lim x → 0 ln ( 1 + x ) x = 1 \lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1 lim x → 0 x l n ( 1 + x ) = 1 lim x → 0 a x − 1 x = ln a \lim_{x \to 0} \frac{a^x - 1}{x} = \ln a lim x → 0 x a x − 1 = ln a Example: Find lim x → 0 e 2 x − 1 x \lim_{x \to 0} \frac{e^{2x} - 1}{x} lim x → 0 x e 2 x − 1 .
Solution: lim x → 0 e 2 x − 1 x = lim x → 0 e 2 x − 1 2 x ⋅ 2 = 1 ⋅ 2 = 2 \lim_{x \to 0} \frac{e^{2x} - 1}{x} = \lim_{x \to 0} \frac{e^{2x} - 1}{2x} \cdot 2 = 1 \cdot 2 = 2 lim x → 0 x e 2 x − 1 = lim x → 0 2 x e 2 x − 1 ⋅ 2 = 1 ⋅ 2 = 2
Indeterminate Forms and L'Hôpital's Rule Indeterminate Forms: 0 0 \frac{0}{0} 0 0 , ∞ ∞ \frac{\infty}{\infty} ∞ ∞ , 0 ⋅ ∞ 0 \cdot \infty 0 ⋅ ∞ , ∞ − ∞ \infty - \infty ∞ − ∞ , 0 0 0^0 0 0 , 1 ∞ 1^\infty 1 ∞ , ∞ 0 \infty^0 ∞ 0
L'Hôpital's Rule: If lim x → c f ( x ) = 0 \lim_{x \to c} f(x) = 0 lim x → c f ( x ) = 0 and lim x → c g ( x ) = 0 \lim_{x \to c} g(x) = 0 lim x → c g ( x ) = 0 (or both approach ± ∞ \pm\infty ± ∞ ), then:
lim x → c f ( x ) g ( x ) = lim x → c f ′ ( x ) g ′ ( x ) \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} x → c lim g ( x ) f ( x ) = x → c lim g ′ ( x ) f ′ ( x ) (provided the right-hand limit exists)
Example 1: Find lim x → 0 x 2 1 − cos x \lim_{x \to 0} \frac{x^2}{1 - \cos x} lim x → 0 1 − c o s x x 2 .
Solution: This is 0 0 \frac{0}{0} 0 0 form. Applying L'Hôpital's rule:
lim x → 0 x 2 1 − cos x = lim x → 0 2 x sin x = lim x → 0 2 cos x = 2 1 = 2 \lim_{x \to 0} \frac{x^2}{1 - \cos x} = \lim_{x \to 0} \frac{2x}{\sin x} = \lim_{x \to 0} \frac{2}{\cos x} = \frac{2}{1} = 2 x → 0 lim 1 − cos x x 2 = x → 0 lim sin x 2 x = x → 0 lim cos x 2 = 1 2 = 2 Example 2: Find lim x → ∞ x 2 e x \lim_{x \to \infty} \frac{x^2}{e^x} lim x → ∞ e x x 2 .
Solution: This is ∞ ∞ \frac{\infty}{\infty} ∞ ∞ form. Applying L'Hôpital's rule twice:
lim x → ∞ x 2 e x = lim x → ∞ 2 x e x = lim x → ∞ 2 e x = 0 \lim_{x \to \infty} \frac{x^2}{e^x} = \lim_{x \to \infty} \frac{2x}{e^x} = \lim_{x \to \infty} \frac{2}{e^x} = 0 x → ∞ lim e x x 2 = x → ∞ lim e x 2 x = x → ∞ lim e x 2 = 0 Algebraic Method Example: Find lim x → 1 x 2 − 1 x − 1 \lim_{x \to 1} \frac{x^2 - 1}{x - 1} lim x → 1 x − 1 x 2 − 1 .
Solution: Factor the numerator: lim x → 1 ( x − 1 ) ( x + 1 ) x − 1 = lim x → 1 ( x + 1 ) = 2 \lim_{x \to 1} \frac{(x-1)(x+1)}{x-1} = \lim_{x \to 1} (x+1) = 2 lim x → 1 x − 1 ( x − 1 ) ( x + 1 ) = lim x → 1 ( x + 1 ) = 2
Squeeze Theorem (Sandwich Theorem) Statement: If g ( x ) ≤ f ( x ) ≤ h ( x ) g(x) \leq f(x) \leq h(x) g ( x ) ≤ f ( x ) ≤ h ( x ) for all x x x in some interval containing c c c (except possibly at c c c ), and if:
lim x → c g ( x ) = lim x → c h ( x ) = L \lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L x → c lim g ( x ) = x → c lim h ( x ) = L then lim x → c f ( x ) = L \lim_{x \to c} f(x) = L lim x → c f ( x ) = L .
Example: Find lim x → 0 x 2 sin ( 1 x ) \lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) lim x → 0 x 2 sin ( x 1 ) .
Solution: Since − 1 ≤ sin ( 1 x ) ≤ 1 -1 \leq \sin\left(\frac{1}{x}\right) \leq 1 − 1 ≤ sin ( x 1 ) ≤ 1 , we have:
− x 2 ≤ x 2 sin ( 1 x ) ≤ x 2 -x^2 \leq x^2 \sin\left(\frac{1}{x}\right) \leq x^2 − x 2 ≤ x 2 sin ( x 1 ) ≤ x 2 Since lim x → 0 ( − x 2 ) = 0 \lim_{x \to 0} (-x^2) = 0 lim x → 0 ( − x 2 ) = 0 and lim x → 0 x 2 = 0 \lim_{x \to 0} x^2 = 0 lim x → 0 x 2 = 0 , by the Squeeze Theorem:
lim x → 0 x 2 sin ( 1 x ) = 0 \lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0 x → 0 lim x 2 sin ( x 1 ) = 0 Definition of Continuity A function f ( x ) f(x) f ( x ) is continuous at x = c x = c x = c if:
f ( c ) f(c) f ( c ) exists (function is defined at c c c )lim x → c f ( x ) \lim_{x \to c} f(x) lim x → c f ( x ) existslim x → c f ( x ) = f ( c ) \lim_{x \to c} f(x) = f(c) lim x → c f ( x ) = f ( c ) Equivalently: f f f is continuous at c c c if:
lim x → c f ( x ) = f ( c ) \lim_{x \to c} f(x) = f(c) x → c lim f ( x ) = f ( c ) Example: Check if f ( x ) = { x 2 if x ≠ 2 5 if x = 2 f(x) = \begin{cases} x^2 & \text{if } x \neq 2 \\ 5 & \text{if } x = 2 \end{cases} f ( x ) = { x 2 5 if x = 2 if x = 2 is continuous at x = 2 x = 2 x = 2 .
Solution:
f ( 2 ) = 5 f(2) = 5 f ( 2 ) = 5 ✓ (function is defined)lim x → 2 f ( x ) = lim x → 2 x 2 = 4 \lim_{x \to 2} f(x) = \lim_{x \to 2} x^2 = 4 lim x → 2 f ( x ) = lim x → 2 x 2 = 4 ✓ (limit exists)lim x → 2 f ( x ) = 4 ≠ 5 = f ( 2 ) \lim_{x \to 2} f(x) = 4 \neq 5 = f(2) lim x → 2 f ( x ) = 4 = 5 = f ( 2 ) ✗Since the limit doesn't equal the function value, f f f is not continuous at x = 2 x = 2 x = 2 .
Types of Discontinuities 1. Removable Discontinuity (Point Discontinuity):
Occurs when lim x → c f ( x ) \lim_{x \to c} f(x) lim x → c f ( x ) exists but either f ( c ) f(c) f ( c ) doesn't exist or lim x → c f ( x ) ≠ f ( c ) \lim_{x \to c} f(x) \neq f(c) lim x → c f ( x ) = f ( c ) .
Example: f ( x ) = x 2 − 4 x − 2 f(x) = \frac{x^2 - 4}{x - 2} f ( x ) = x − 2 x 2 − 4 at x = 2 x = 2 x = 2 .
Here, lim x → 2 f ( x ) = lim x → 2 ( x − 2 ) ( x + 2 ) x − 2 = lim x → 2 ( x + 2 ) = 4 \lim_{x \to 2} f(x) = \lim_{x \to 2} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2} (x+2) = 4 lim x → 2 f ( x ) = lim x → 2 x − 2 ( x − 2 ) ( x + 2 ) = lim x → 2 ( x + 2 ) = 4 , but f ( 2 ) f(2) f ( 2 ) is undefined.
2. Jump Discontinuity:
Occurs when lim x → c − f ( x ) ≠ lim x → c + f ( x ) \lim_{x \to c^-} f(x) \neq \lim_{x \to c^+} f(x) lim x → c − f ( x ) = lim x → c + f ( x ) (one-sided limits exist but are different).
Example: f ( x ) = { x + 1 if x < 1 x + 2 if x ≥ 1 f(x) = \begin{cases} x + 1 & \text{if } x < 1 \\ x + 2 & \text{if } x \geq 1 \end{cases} f ( x ) = { x + 1 x + 2 if x < 1 if x ≥ 1 at x = 1 x = 1 x = 1 .
lim x → 1 − f ( x ) = 2 \lim_{x \to 1^-} f(x) = 2 lim x → 1 − f ( x ) = 2 and lim x → 1 + f ( x ) = 3 \lim_{x \to 1^+} f(x) = 3 lim x → 1 + f ( x ) = 3
3. Infinite Discontinuity:
Occurs when lim x → c f ( x ) = ± ∞ \lim_{x \to c} f(x) = \pm\infty lim x → c f ( x ) = ± ∞ .
Example: f ( x ) = 1 x − 3 f(x) = \frac{1}{x-3} f ( x ) = x − 3 1 at x = 3 x = 3 x = 3 .
lim x → 3 − f ( x ) = − ∞ \lim_{x \to 3^-} f(x) = -\infty lim x → 3 − f ( x ) = − ∞ and lim x → 3 + f ( x ) = + ∞ \lim_{x \to 3^+} f(x) = +\infty lim x → 3 + f ( x ) = + ∞
4. Oscillatory Discontinuity:
Occurs when the function oscillates infinitely as it approaches the point.
Example: f ( x ) = sin ( 1 x ) f(x) = \sin\left(\frac{1}{x}\right) f ( x ) = sin ( x 1 ) at x = 0 x = 0 x = 0 .
Continuity on Intervals Continuous on Open Interval (a, b): f f f is continuous at every point in ( a , b ) (a, b) ( a , b ) .
Continuous on Closed Interval [a, b]: f f f is continuous on ( a , b ) (a, b) ( a , b ) and:
lim x → a + f ( x ) = f ( a ) \lim_{x \to a^+} f(x) = f(a) lim x → a + f ( x ) = f ( a ) (right-continuous at a a a )lim x → b − f ( x ) = f ( b ) \lim_{x \to b^-} f(x) = f(b) lim x → b − f ( x ) = f ( b ) (left-continuous at b b b )Properties of Continuous Functions:
Polynomial functions are continuous everywhere Rational functions are continuous wherever the denominator is non-zero Trigonometric functions are continuous on their domains Exponential and logarithmic functions are continuous on their domains Sum, difference, product, and quotient of continuous functions are continuous (quotient where denominator ≠ 0) Composition of continuous functions is continuous Important Theorems Intermediate Value Theorem (IVT):
If f f f is continuous on [ a , b ] [a, b] [ a , b ] and k k k is any value between f ( a ) f(a) f ( a ) and f ( b ) f(b) f ( b ) , then there exists at least one c ∈ [ a , b ] c \in [a, b] c ∈ [ a , b ] such that f ( c ) = k f(c) = k f ( c ) = k .
Application: Proving existence of roots of equations.
Example: Show that f ( x ) = x 3 − x − 1 f(x) = x^3 - x - 1 f ( x ) = x 3 − x − 1 has a root in [ 1 , 2 ] [1, 2] [ 1 , 2 ] .
Solution: f ( 1 ) = − 1 < 0 f(1) = -1 < 0 f ( 1 ) = − 1 < 0 and f ( 2 ) = 5 > 0 f(2) = 5 > 0 f ( 2 ) = 5 > 0 . Since f f f is continuous and 0 0 0 lies between − 1 -1 − 1 and 5 5 5 , by IVT, there exists c ∈ [ 1 , 2 ] c \in [1, 2] c ∈ [ 1 , 2 ] such that f ( c ) = 0 f(c) = 0 f ( c ) = 0 .
Extreme Value Theorem:
If f f f is continuous on [ a , b ] [a, b] [ a , b ] , then f f f attains its maximum and minimum values on [ a , b ] [a, b] [ a , b ] .
Uniform Continuity:
A function f f f is uniformly continuous on an interval if for every ϵ > 0 \epsilon > 0 ϵ > 0 , there exists δ > 0 \delta > 0 δ > 0 such that for all x , y x, y x , y in the interval:
∣ x − y ∣ < δ ⟹ ∣ f ( x ) − f ( y ) ∣ < ϵ |x - y| < \delta \implies |f(x) - f(y)| < \epsilon ∣ x − y ∣ < δ ⟹ ∣ f ( x ) − f ( y ) ∣ < ϵ Limits and Continuity of Piecewise Functions Example: Analyze the continuity of f ( x ) = { x 2 + 1 if x < 0 2 x + 1 if x ≥ 0 f(x) = \begin{cases} x^2 + 1 & \text{if } x < 0 \\ 2x + 1 & \text{if } x \geq 0 \end{cases} f ( x ) = { x 2 + 1 2 x + 1 if x < 0 if x ≥ 0 at x = 0 x = 0 x = 0 .
Solution:
f ( 0 ) = 2 ( 0 ) + 1 = 1 f(0) = 2(0) + 1 = 1 f ( 0 ) = 2 ( 0 ) + 1 = 1 lim x → 0 − f ( x ) = lim x → 0 − ( x 2 + 1 ) = 1 \lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} (x^2 + 1) = 1 lim x → 0 − f ( x ) = lim x → 0 − ( x 2 + 1 ) = 1 lim x → 0 + f ( x ) = lim x → 0 + ( 2 x + 1 ) = 1 \lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} (2x + 1) = 1 lim x → 0 + f ( x ) = lim x → 0 + ( 2 x + 1 ) = 1 Since lim x → 0 − f ( x ) = lim x → 0 + f ( x ) = f ( 0 ) = 1 \lim_{x \to 0^-} f(x) = \lim_{x \to 0^+} f(x) = f(0) = 1 lim x → 0 − f ( x ) = lim x → 0 + f ( x ) = f ( 0 ) = 1 , the function is continuous at x = 0 x = 0 x = 0 .
General Approach for Piecewise Functions:
Check continuity at boundary points Verify that left and right limits are equal Ensure the function value equals the limit Each piece is continuous on its domain Practical Problem-Solving Techniques For Limit Problems:
Direct Substitution: Try substituting the value firstFactoring: Factor and cancel common termsRationalization: Multiply by conjugate for radical expressionsL'Hôpital's Rule: For indeterminate formsStandard Limits: Use known limit formulasSqueeze Theorem: For oscillating functionsRationalization Example: Find lim x → 4 x − 2 x − 4 \lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4} lim x → 4 x − 4 x − 2 .
Solution: Multiply by conjugate:
lim x → 4 x − 2 x − 4 ⋅ x + 2 x + 2 = lim x → 4 x − 4 ( x − 4 ) ( x + 2 ) = lim x → 4 1 x + 2 = 1 4 \lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4} \cdot \frac{\sqrt{x} + 2}{\sqrt{x} + 2} = \lim_{x \to 4} \frac{x - 4}{(x - 4)(\sqrt{x} + 2)} = \lim_{x \to 4} \frac{1}{\sqrt{x} + 2} = \frac{1}{4} x → 4 lim x − 4 x − 2 ⋅ x + 2 x + 2 = x → 4 lim ( x − 4 ) ( x + 2 ) x − 4 = x → 4 lim x + 2 1 = 4 1 For Continuity Problems:
Check if the function is defined at the point Calculate the limit at the point Compare the limit with the function value For piecewise functions, check boundary points carefully Advanced Topics Limits of Sequences:
For sequences { a n } \{a_n\} { a n } , we write lim n → ∞ a n = L \lim_{n \to \infty} a_n = L lim n → ∞ a n = L if the terms get arbitrarily close to L L L as n n n increases.
Example: lim n → ∞ 1 n = 0 \lim_{n \to \infty} \frac{1}{n} = 0 lim n → ∞ n 1 = 0 , lim n → ∞ n + 1 n = 1 \lim_{n \to \infty} \frac{n+1}{n} = 1 lim n → ∞ n n + 1 = 1
Continuity and Differentiability:
If a function is differentiable at a point, then it is continuous at that point. However, continuity does not imply differentiability.
Example: f ( x ) = ∣ x ∣ f(x) = |x| f ( x ) = ∣ x ∣ is continuous at x = 0 x = 0 x = 0 but not differentiable there.
Limits of Composite Functions:
If lim x → c g ( x ) = L \lim_{x \to c} g(x) = L lim x → c g ( x ) = L and f f f is continuous at L L L , then:
lim x → c f ( g ( x ) ) = f ( L ) = f ( lim x → c g ( x ) ) \lim_{x \to c} f(g(x)) = f(L) = f\left(\lim_{x \to c} g(x)\right) x → c lim f ( g ( x )) = f ( L ) = f ( x → c lim g ( x ) ) Common Mistakes to Avoid ⚠️ Warning - Common Errors:
Assuming limit exists: Always check that left and right limits are equalConfusing limit with function value: lim x → c f ( x ) \lim_{x \to c} f(x) lim x → c f ( x ) may not equal f ( c ) f(c) f ( c ) Incorrect application of L'Hôpital's rule: Only use for indeterminate formsForgetting domain restrictions: Check where functions are definedMisusing limit properties: Properties only apply when individual limits existIgnoring one-sided limits: Essential for piecewise functions and absolute valuesAlgebraic errors: Be careful with factoring and simplificationPractice Problems Problem 1: Find lim x → 3 x 2 − 9 x 2 − 6 x + 9 \lim_{x \to 3} \frac{x^2 - 9}{x^2 - 6x + 9} lim x → 3 x 2 − 6 x + 9 x 2 − 9 .
Solution: Factor both numerator and denominator:
lim x → 3 ( x − 3 ) ( x + 3 ) ( x − 3 ) 2 = lim x → 3 x + 3 x − 3 \lim_{x \to 3} \frac{(x-3)(x+3)}{(x-3)^2} = \lim_{x \to 3} \frac{x+3}{x-3} x → 3 lim ( x − 3 ) 2 ( x − 3 ) ( x + 3 ) = x → 3 lim x − 3 x + 3 As x → 3 x \to 3 x → 3 , numerator approaches 6 and denominator approaches 0, so the limit is + ∞ +\infty + ∞ .
Problem 2: Determine the value of k k k that makes f ( x ) = { x 2 − 4 x − 2 if x ≠ 2 k if x = 2 f(x) = \begin{cases} \frac{x^2-4}{x-2} & \text{if } x \neq 2 \\ k & \text{if } x = 2 \end{cases} f ( x ) = { x − 2 x 2 − 4 k if x = 2 if x = 2 continuous at x = 2 x = 2 x = 2 .
Solution: For continuity, we need lim x → 2 f ( x ) = f ( 2 ) = k \lim_{x \to 2} f(x) = f(2) = k lim x → 2 f ( x ) = f ( 2 ) = k .
lim x → 2 x 2 − 4 x − 2 = lim x → 2 ( x − 2 ) ( x + 2 ) x − 2 = lim x → 2 ( x + 2 ) = 4 \lim_{x \to 2} \frac{x^2-4}{x-2} = \lim_{x \to 2} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2} (x+2) = 4 x → 2 lim x − 2 x 2 − 4 = x → 2 lim x − 2 ( x − 2 ) ( x + 2 ) = x → 2 lim ( x + 2 ) = 4 Therefore, k = 4 k = 4 k = 4 .
Problem 3: Evaluate lim x → 0 sin 5 x sin 3 x \lim_{x \to 0} \frac{\sin 5x}{\sin 3x} lim x → 0 s i n 3 x s i n 5 x .
Solution: Using the standard limit lim u → 0 sin u u = 1 \lim_{u \to 0} \frac{\sin u}{u} = 1 lim u → 0 u s i n u = 1 :
lim x → 0 sin 5 x sin 3 x = lim x → 0 sin 5 x 5 x ⋅ 3 x sin 3 x ⋅ 5 x 3 x = 1 ⋅ 1 ⋅ 5 3 = 5 3 \lim_{x \to 0} \frac{\sin 5x}{\sin 3x} = \lim_{x \to 0} \frac{\sin 5x}{5x} \cdot \frac{3x}{\sin 3x} \cdot \frac{5x}{3x} = 1 \cdot 1 \cdot \frac{5}{3} = \frac{5}{3} x → 0 lim sin 3 x sin 5 x = x → 0 lim 5 x sin 5 x ⋅ sin 3 x 3 x ⋅ 3 x 5 x = 1 ⋅ 1 ⋅ 3 5 = 3 5