Definition of a Limit
The limit of f(x) as x approaches a is L, written as:
limx→af(x)=L
This means f(x) gets arbitrarily close to L as x gets close to a.
One-Sided Limits
Left-Hand Limit
limx→a−f(x)=L
Right-Hand Limit
limx→a+f(x)=L
The limit exists if and only if both one-sided limits exist and are equal.
Limit Laws
Let limx→af(x)=L and limx→ag(x)=M. Then:
| Law | Formula |
|---|
| Sum | lim[f(x)+g(x)]=L+M |
| Difference | lim[f(x)−g(x)]=L−M |
| Product | lim[f(x)⋅g(x)]=L⋅M |
| Quotient | lim[f(x)/g(x)]=L/M, if M=0 |
| Power | lim[f(x)]n=Ln |
| Constant | limc=c |
| Identity | limx=a |
Important Limits
limx→0xsin(x)=1
limx→0x1−cos(x)=0
limx→∞(1+x1)x=e
limx→0xex−1=1
Continuity
A function f is continuous at x=a if:
- f(a) is defined
- limx→af(x) exists
- limx→af(x)=f(a)
Types of Discontinuities
- Removable: limit exists but f(a) is undefined or = limit
- Jump: left and right limits exist but are different
- Infinite: function approaches ±∞
Intermediate Value Theorem
If f is continuous on [a,b] and k is between f(a) and f(b), then there exists at least one c in (a,b) such that f(c)=k.
Examples
Example 1: Evaluate the limit
limx→2x−2x2−4
=limx→2x−2(x+2)(x−2)
=limx→2(x+2)=4
Example 2: One-sided limits
For f(x)=x∣x∣:
- limx→0−f(x)=−1 (from the left)
- limx→0+f(x)=1 (from the right)
- Limit does not exist at x=0