Limits of Functions
1308 words
7 min read
Visual companion
Python
Type and operator map
Python Week 1: the first filter for runtime behavior
View
Revision summary
What this note is really saying
Short form
# Limits of Functions ## 🎯 Learning Objectives By the end of this topic, you will be able to: 1. **Define** the limit of a function at a point 2.

Limits of Functions
🎯 Learning Objectives
By the end of this topic, you will be able to:
- Define the limit of a function at a point
- Compute one-sided limits and determine when a two-sided limit exists
- Evaluate limits using algebraic manipulation, factoring, rationalization
- Apply standard limit results: xsinx, xex−1, xln(1+x)
- Recognize and resolve indeterminate forms using L'Hôpital's rule
📋 Prerequisites
- Sequences — concept of convergence
- Functions — function behavior near a point
- Polynomials — factoring techniques
📖 Core Content
11.1 Intuition: Approaching a Point
What happens to f(x)=x2 as x gets closer and closer to 3? The output approaches 9. We write limx→3x2=9.
The limit describes the trend of f(x) near x=a, regardless of whether f(a) is defined. This is crucial for understanding derivatives and continuity.
💡 Why this matters: Limits are the foundation of calculus. Derivatives = limits of difference quotients. Integrals = limits of Riemann sums. Everything in calculus rests on limits.
11.2 Definition
x→alimf(x)=LMeans: as x gets arbitrarily close to a (from either side), f(x) gets arbitrarily close to L.
11.2.1 One-Sided Limits
- Left-hand limit: limx→a−f(x) — approach a from below (smaller values)
- Right-hand limit: limx→a+f(x) — approach a from above (larger values) Two-sided limit exists iff both one-sided limits exist and are equal:
(Diagram)
11.3 Properties of Limits
If limx→af(x)=L and limx→ag(x)=M:
| Property | 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 | limf(x)/g(x)=L/M (if M=0 ) |
| Constant multiple | limc⋅f(x)=cL |
| Power | lim[f(x)]n=Ln |
| Root | limnf(x)=nL (if L≥0 for even n ) |
11.4 Standard Limits (Very Important!)
| Formula | Notes |
|---|---|
| x→0limxsinx=1 | x in radians |
| x→0limx1−cosx=0 | |
| x→0limxex−1=1 | |
| x→0limxln(1+x)=1 | |
| x→∞lim(1+x1)x=e | |
| x→0lim(1+x)1/x=e | Same as above |
11.5 Evaluation Techniques
11.5.1 Direct Substitution
If f is continuous at a, limx→af(x)=f(a). Works for polynomials, rational functions (where denominator ≠ 0), trig functions, exponentials.
11.5.2 Factoring
When substitution gives 0/0, factor and cancel.
Example: limx→2x−2x2−4
11.5.3 Rationalization
When radicals cause 0/0, multiply by conjugate.
Example: limx→0xx+1−1
11.5.4 Limits at Infinity
Divide numerator and denominator by highest power of x.
Example: limx→∞4x2−13x2+2x=43
11.6 Indeterminate Forms
| Form | Example |
|---|---|
| 0/0 | x−2x2−4 at x=2 |
| ∞/∞ | x−1x2+1 as x→∞ |
| 0⋅∞ | x⋅lnx as x→0+ |
| ∞−∞ | x+1−x as x→∞ |
| 00 | xx as x→0+ |
| 1∞ | (1+1/x)x as x→∞ |
| ∞0 | x1/x as x→∞ |
11.7 L'Hôpital's Rule
If limx→af(x)/g(x) is 0/0 or ∞/∞, and limf′(x)/g′(x) exists:
Important: Only applies to 0/0 or ∞/∞ forms. Must differentiate numerator and denominator separately (not quotient rule!).
Worked Examples
Example 4.1: limx→0xsinx (using L'Hôpital)
Example 4.2: limx→∞exx2
Example 4.3: limx→0x2ex−1−x
📐 Key Formulas — Summary Table
| Form | Technique |
|---|---|
| 0/0 (polynomial) | Factor and cancel |
| 0/0 (radical) | Rationalize |
| ∞/∞ | Divide by highest power |
| 0/0 or ∞/∞ | L'Hôpital's rule |
| 0⋅∞ | Rewrite as 0/0 or ∞/∞ |
| ∞−∞ | Common denominator or conjugate |
| 1∞ | Use lim=elim(f(x)−1)g(x) |
⚠️ Common Pitfalls
Pitfall 1: Applying L'Hôpital to Non-Indeterminate Forms
limx→1xx2=1 directly. Using L'Hôpital: 12x=2 — WRONG! The form was 1/1, not 0/0 or ∞/∞.
Pitfall 2: Confusing One-Sided Limits with Two-Sided
If limx→a−f(x)=limx→a+f(x), then limx→af(x) does NOT exist.
Pitfall 3: Forgetting That sinx/x Requires Radians
The limit limx→0xsinx=1 only holds when x is in radians.
📝 Practice Questions
Q1: Find limx→3(2x+1).Direct substitution: 2(3)+1=77 Q2: Find limx→2x−2x2−3x+2.Factor: x−2(x−1)(x−2)=x−1→11 Q3: Find limx→0x4+x−2.Rationalize: x(4+x+2)(4+x−2)(4+x+2)=x(4+x+2)x=4+x+21→4141 Q4: Find limx→∞2x2+75x2−3x+1.Divide by x2: 2+7/x25−3/x+1/x2→2525 Q5: Find limx→0xsin3x.xsin3x=3⋅3xsin3x→3⋅1=33 Q6: Find limx→0x21−cosx.=limx→02xsinx=21⋅1=2121 Q7: Find limx→0xe2x−1.=2⋅limx→02xe2x−1=2⋅1=22 Q8: Evaluate limx→0sinxx2.=limx→0sinxx⋅x=1⋅0=00 Q9: Find limx→1x−1x3−1.Factor: x−1(x−1)(x2+x+1)=x2+x+1→33 Q10: Find limx→0+xlnx.Rewrite as 1/xlnx: −∞/∞ form. L'Hôpital: −1/x21/x=−x→00 Q11: Find limx→0sinxex−1.L'Hôpital: cosxex→11=11 Q12: Find limx→0(1+2x)1/x.This is 1∞ form. limx→0(1+2x)1/x=elimx→0xln(1+2x)=elimx→01+2x2=e2e2
🔗 Cross-References
- Previous topic: Sequences
- Next topic: Continuity
- Related: Derivatives — derivatives defined via limits
- Across courses: BSMA1003 Maths 2 (multivariable limits, continuity) Join Discord Previous7.1 Sequences & ConvergenceNext7.3 Continuity