4.1 Limits & Continuity
Detailed Theory: Limits & Continuity
1. Introduction to Limits
1.1 What is a Limit?
The limit describes the behavior of a function as its input approaches a certain value.
Informal Definition: limx→af(x)=L means that as x gets closer and closer to a, the function values f(x) get closer and closer to L.
Example: Consider f(x)=x−1x2−1
What happens as x approaches 1?
For x=1: f(x)=x−1(x−1)(x+1)=x+1
As x→1, x+1→2
So limx→1f(x)=2
1.2 Notation
limx→af(x)=L: Limit as x approaches a
limx→a+f(x): Right-hand limit (x approaches from right)
limx→a−f(x): Left-hand limit (x approaches from left)
1.3 One-Sided Limits
Right-hand limit: limx→a+f(x)=L means as x approaches a from values greater than a, f(x) approaches L.
Left-hand limit: limx→a−f(x)=L means as x approaches a from values less than a, f(x) approaches L.
Important: For limx→af(x) to exist, both one-sided limits must exist and be equal.
2. Formal Definition of Limit
2.1 ε-δ Definition (Precise Definition)
limx→af(x)=L means:
For every ϵ>0, there exists δ>0 such that:
If 0<∣x−a∣<δ, then ∣f(x)−L∣<ϵ
In words: We can make f(x) as close as we want to L by taking x sufficiently close to a (but not equal to a).
2.2 Understanding the Definition
ϵ (epsilon): How close we want f(x) to be to L
δ (delta): How close x needs to be to a to achieve that
The definition works for ALL positive ϵ, no matter how small
Example: Prove limx→2(3x−1)=5
Proof:
Given ϵ>0, we want to find δ>0 such that:
If 0<∣x−2∣<δ, then ∣(3x−1)−5∣<ϵ
Simplify: ∣3x−6∣=3∣x−2∣<ϵ
So we need: ∣x−2∣<3ϵ
Choose δ=3ϵ
Then if 0<∣x−2∣<δ:
∣(3x−1)−5∣=3∣x−2∣<3δ=3⋅3ϵ=ϵ
Thus, limx→2(3x−1)=5
3. Basic Limit Theorems
3.1 Limit Laws
If limx→af(x)=L and limx→ag(x)=M, then:
Sum/Difference: limx→a[f(x)±g(x)]=L±M
Constant Multiple: limx→a[c⋅f(x)]=c⋅L
Product: limx→a[f(x)⋅g(x)]=L⋅M
Quotient: limx→ag(x)f(x)=ML (provided M=0)
Power: limx→a[f(x)]n=Ln for any positive integer n
Root: limx→anf(x)=nL (for n even, require L≥0)
3.2 Important Special Limits
limx→ac=c (constant function)
limx→ax=a
limx→axn=an
limx→anx=na (with appropriate conditions)
3.3 Example Using Limit Laws
Find limx→3(2x2−5x+1)
Solution:
Using limit laws:
4. Techniques for Evaluating Limits
4.1 Direct Substitution
If f(x) is defined at x=a and is continuous there, then:
limx→af(x)=f(a)
Example: limx→2(x2+3x−1)=22+3(2)−1=4+6−1=9
4.2 Factoring
Use when substitution gives 00 (indeterminate form).
Example: Find limx→2x−2x2−4
Direct substitution gives 00 (indeterminate).
Factor: x−2x2−4=x−2(x−2)(x+2)=x+2 for x=2
So limx→2x−2x2−4=limx→2(x+2)=4
4.3 Rationalizing
Use for expressions with radicals.
Example: Find limx→0xx+1−1
Direct substitution gives 00.
Rationalize numerator:
So limx→0xx+1−1=0+1+11=21
4.4 Using Special Limits
Important trigonometric limits:
limx→0xsinx=1
limx→0x1−cosx=0
limx→0x21−cosx=21
Example: Find limx→0xsin3x
Rewrite: xsin3x=3⋅3xsin3x
Let u=3x, as x→0, u→0
So limx→0xsin3x=3⋅limu→0usinu=3⋅1=3
5. Limits at Infinity
5.1 Definition
limx→∞f(x)=L: As x increases without bound, f(x) approaches L
limx→−∞f(x)=L: As x decreases without bound, f(x) approaches L
5.2 Basic Limits at Infinity
limx→∞x1=0
limx→−∞x1=0
limx→∞xn1=0 for n>0
limx→∞ex=∞
limx→−∞ex=0
5.3 Rational Functions at Infinity
For f(x)=bmxm+bm−1xm−1+⋯+b0anxn+an−1xn−1+⋯+a0:
If n<m: limx→∞f(x)=0
If n=m: limx→∞f(x)=bman
If n>m: limx→∞f(x)=±∞ (sign depends on leading coefficients)
Example: Find limx→∞5x2+4x−33x2−2x+1
Divide numerator and denominator by x2:
6. Infinite Limits
6.1 Definition
limx→af(x)=∞: As x approaches a, f(x) increases without bound
limx→af(x)=−∞: As x approaches a, f(x) decreases without bound
Precise definition: limx→af(x)=∞ means:
For every M>0, there exists δ>0 such that:
If 0<∣x−a∣<δ, then f(x)>M
6.2 Examples
Example 1: limx→0x21=∞
As x→0, x21 becomes very large positive.
Example 2: limx→0+x1=∞, limx→0−x1=−∞
Note: The two-sided limit limx→0x1 does not exist.
6.3 Vertical Asymptotes
The line x=a is a vertical asymptote of f(x) if at least one of these is true:
limx→a+f(x)=±∞
limx→a−f(x)=±∞
Example: f(x)=x−21 has vertical asymptote at x=2 because:
limx→2+x−21=∞ and limx→2−x−21=−∞
7. Continuity
7.1 Definition of Continuity
A function f is continuous at a point a if:
f(a) is defined
limx→af(x) exists
limx→af(x)=f(a)
If any condition fails, f is discontinuous at a.
7.2 Types of Discontinuity
a) Removable Discontinuity (Hole)
limx→af(x) exists but is not equal to f(a) (or f(a) is undefined).
Example: f(x)=x−1x2−1 has removable discontinuity at x=1
Here limx→1f(x)=2 but f(1) is undefined.
b) Jump Discontinuity
The left and right limits exist but are not equal.
Example:
At x=1: limx→1−f(x)=1, limx→1+f(x)=2
These are different, so jump discontinuity.
c) Infinite Discontinuity
At least one one-sided limit is infinite.
Example: f(x)=x1 at x=0
7.3 Continuity on an Interval
f is continuous on an open interval (a,b) if continuous at every point in (a,b)
f is continuous on a closed interval [a,b] if:
Continuous on (a,b)
Continuous from right at a: limx→a+f(x)=f(a)
Continuous from left at b: limx→b−f(x)=f(b)
7.4 Properties of Continuous Functions
If f and g are continuous at a, then:
f±g is continuous at a
f⋅g is continuous at a
gf is continuous at a (provided g(a)=0)
f∘g (composition) is continuous at a
7.5 Continuous Functions
The following are continuous on their domains:
Polynomials
Rational functions
Root functions
Trigonometric functions
Exponential functions
Logarithmic functions
Example: f(x)=x2+1 is continuous everywhere because:
x2+1 is continuous everywhere (polynomial)
Square root function is continuous on [0,∞)
Composition of continuous functions is continuous
8. The Intermediate Value Theorem
8.1 Statement
If f is continuous on [a,b] and N is any number between f(a) and f(b), then there exists at least one c in (a,b) such that:
f(c)=N
8.2 Interpretation
If a continuous function takes two values, it must take every value in between.
Graphically: The graph of a continuous function has no breaks, so it must cross any horizontal line between f(a) and f(b).
8.3 Application: Root Finding
Corollary: If f is continuous on [a,b] and f(a) and f(b) have opposite signs, then f has at least one root in (a,b).
Example: Show that f(x)=x3−x−1 has a root between 1 and 2.
Check: f(1)=1−1−1=−1<0
f(2)=8−2−1=5>0
Since f is continuous (polynomial) and f(1)<0<f(2), by IVT there exists c in (1,2) such that f(c)=0.
9. Limits of Composite Functions
9.1 Theorem
If limx→ag(x)=L and f is continuous at L, then:
limx→af(g(x))=f(L)=f(limx→ag(x))
9.2 Examples
Example 1: Find limx→2x2+5
Since limx→2(x2+5)=9 and square root function is continuous at 9:
limx→2x2+5=9=3
Example 2: Find limx→0sin(x1)
This limit does NOT exist because x1→±∞ as x→0, and sin(θ) oscillates between -1 and 1 as θ→∞.
10. The Squeeze Theorem
10.1 Statement
If g(x)≤f(x)≤h(x) for all x near a (except possibly at a), and:
limx→ag(x)=limx→ah(x)=L
Then: limx→af(x)=L
10.2 Applications
Example 1: Find limx→0x2sin(x1)
We know: −1≤sin(x1)≤1 for all x=0
Multiply by x2 (positive): −x2≤x2sin(x1)≤x2
Now limx→0(−x2)=0 and limx→0x2=0
By Squeeze Theorem: limx→0x2sin(x1)=0
Example 2: Prove limx→0xsinx=1
Geometric proof using squeeze theorem and unit circle.
11. L'Hôpital's Rule
11.1 Statement
If limx→ag(x)f(x) has the form 00 or ∞∞, and limx→ag′(x)f′(x) exists, then:
limx→ag(x)f(x)=limx→ag′(x)f′(x)
Important: Only applies to 00 or ∞∞ forms.
11.2 Examples
Example 1: Find limx→0xsinx (00 form)
Apply L'Hôpital's Rule:
limx→0xsinx=limx→01cosx=cos0=1
Example 2: Find limx→∞exx (∞∞ form)
Apply L'Hôpital's Rule:
limx→∞exx=limx→∞ex1=0
Example 3: Find limx→0x21−cosx (00 form)
Apply L'Hôpital's Rule twice:
First application: limx→02xsinx
Second application: limx→02cosx=21
11.3 Other Indeterminate Forms
Other forms can be converted to 00 or ∞∞:
0⋅∞: Rewrite as 1/∞0 or 1/0∞
∞−∞: Combine into single fraction
00, ∞0, 1∞: Use logarithm: limf(x)g(x)=elimg(x)lnf(x)
Example: limx→0+xx (00 form)
Let y=xx, then lny=xlnx
limx→0+xlnx=limx→0+1/xlnx (∞∞ form)
Apply L'Hôpital's Rule: limx→0+−1/x21/x=limx→0+(−x)=0
So limx→0+lny=0, thus limx→0+y=e0=1
12. Practical Applications
12.1 Instantaneous Rate of Change
The derivative: f′(a)=limh→0hf(a+h)−f(a)
Example: Find instantaneous velocity at t=2 if position s(t)=t2
s′(2)=limh→0h(2+h)2−22=limh→0h4+4h+h2−4
=limh→0h4h+h2=limh→0(4+h)=4
12.2 Area Under a Curve
Definite integral as limit of Riemann sums:
∫abf(x)dx=limn→∞∑i=1nf(xi∗)Δx
12.3 Continuity in Real World
Temperature change over time
Flow of water in a pipe
Motion of objects (position as continuous function of time)
13. Important Limits to Memorize
13.1 Basic Limits
limx→0xsinx=1
limx→0x1−cosx=0
limx→0x21−cosx=21
limx→0xex−1=1
limx→0xln(1+x)=1
limx→∞(1+x1)x=e
limx→0(1+x)1/x=e
13.2 Trigonometric Limits
limx→0xtanx=1
limx→0xsin−1x=1
limx→0xtan−1x=1
14. Solved Examples
Example 1: Piecewise Function Limit
Find limx→2f(x) where:
Solution: Left-hand limit: limx→2−f(x)=limx→2−x2=4
Right-hand limit: limx→2+f(x)=limx→2+(x+2)=4
Since both equal 4, limx→2f(x)=4
Example 2: Rational Function at Infinity
Find limx→∞5x3+3x2−22x3−x+1
Solution: Divide numerator and denominator by x3:
Example 3: Using Conjugates
Find limx→4x−4x−2
Solution: Multiply numerator and denominator by conjugate:
Example 4: Squeeze Theorem Application
Find limx→∞xcosx
Solution: We know: −1≤cosx≤1 for all x
Divide by x>0: −x1≤xcosx≤x1
Now limx→∞(−x1)=0 and limx→∞x1=0
By Squeeze Theorem: limx→∞xcosx=0
15. Common Mistakes and Exam Tips
15.1 Common Mistakes
Assuming limit exists when one-sided limits differ
Always check both sides for piecewise functions and functions with absolute values
Applying L'Hôpital's Rule to non-indeterminate forms
Check it's 00 or ∞∞ first
Confusing limx→af(x) with f(a)
They're equal only if f is continuous at a
Incorrect handling of infinity in limits
Remember: ∞+∞=∞, but ∞−∞ is indeterminate
Forgetting to check domain restrictions
Especially for rational functions (denominator ≠ 0) and even roots (radicand ≥ 0)
15.2 Problem-Solving Strategy
Try direct substitution first
If indeterminate (0/0, ∞/∞, etc.):
Factor and cancel
Rationalize
Use special limits
Apply L'Hôpital's Rule (if appropriate)
For piecewise functions: Check left and right limits separately
For limits at infinity: Divide by highest power
Always verify your answer makes sense
15.3 Quick Checks
Continuity check: limx→af(x)=f(a)?
One-sided limits: Equal for two-sided limit to exist
Indeterminate forms: Recognize and handle properly
Special limits: Know the important ones
Squeeze Theorem: Useful for oscillating functions bounded by known functions
This comprehensive theory covers all aspects of limits and continuity with detailed explanations and examples, providing complete preparation for the entrance examination.
Last updated