
Introduction:
Welcome to my comprehensive collection of 50 calculus limits practice exercises, specially designed to complement my Lecture 1: Introduction to Calculus and Limits. Whether you’re an engineering student preparing for your mathematics courses, a board exam reviewer, or someone looking to strengthen your calculus foundation, these practice problems will help you master the fundamental concepts of limits.
This exercise set covers all essential topics from our introductory lecture, including:
- Basic limit evaluation using algebraic manipulation
- One-sided limits and their applications
- Limits at infinity and horizontal asymptotes
- Infinite limits and vertical asymptotes
- Continuity and discontinuity analysis
- Limit theorems and their practical applications
- Indeterminate forms and resolution techniques
Each problem has been carefully crafted to progress from basic concepts to more challenging applications, ensuring a smooth learning curve. The exercises mirror the types of problems commonly found in engineering mathematics courses and professional board examinations in the Philippines.
These practice problems are designed to reinforce the theoretical concepts covered in our main lecture while providing hands-on experience with limit calculations. By working through these exercises systematically, you’ll develop the problem-solving skills and mathematical intuition necessary for success in advanced calculus topics.
50 Comprehensive Practice Exercises: Introduction to Calculus and Limits
Basic Level (Problems 1-15)
Focus: Direct substitution, simple factoring, basic limit properties
1. Evaluate lim(x→3) (2x + 5)
2. Find lim(x→-2) (x² – 4x + 1)
3. Calculate lim(x→1) (x³ + 2x² – x + 3)
4. Evaluate lim(x→0) (5x² + 3x – 7)
5. Find lim(x→4) √(x + 5)
6. Calculate lim(x→2) (x² – 4)/(x – 2)
7. Evaluate lim(x→3) (x² – 9)/(x – 3)
8. Find lim(x→5) (x² – 25)/(x – 5)
9. Calculate lim(x→-1) (x² – 1)/(x + 1)
10. Evaluate lim(x→∞) 5/x
11. Find lim(x→∞) (3x + 2)/(2x – 1)
12. Calculate lim(x→∞) (x² + 1)/(x²)
13. Evaluate lim(x→0) sin(x)/x
14. Find lim(x→0) (1 – cos(x))/x²
15. Calculate lim(x→0) tan(x)/x
Intermediate Level (Problems 16-30)
Focus: Factoring techniques, rationalization, trigonometric limits, one-sided limits
16. Evaluate lim(x→2) (x³ – 8)/(x² – 4)
17. Find lim(x→-3) (x³ + 27)/(x² – 9)
18. Calculate lim(x→1) (x⁴ – 1)/(x² – 1)
19. Evaluate lim(x→4) (√x – 2)/(x – 4)
20. Find lim(x→9) (3 – √x)/(x – 9)
21. Calculate lim(x→0) (√(1 + x) – 1)/x
22. Evaluate lim(x→0) (√(4 + x) – 2)/x
23. Find lim(x→∞) (√(x² + 1) – x)
24. Calculate lim(x→∞) (2x³ – x + 1)/(x³ + 3x² – 5)
25. Evaluate lim(x→0) sin(3x)/sin(2x)
26. Find lim(x→0) sin(5x)/x
27. Calculate lim(x→π/4) (1 – tan(x))/(sin(x) – cos(x))
28. Evaluate lim(x→0⁺) |x|/x and lim(x→0⁻) |x|/x
29. Find lim(x→2) f(x) where f(x) = {x² if x < 2, 4x – 4 if x ≥ 2} 30. Calculate lim(x→1) g(x) where g(x) = {2x + 1 if x ≤ 1, x² + 2 if x > 1}
Advanced Level (Problems 31-42)
Focus: Complex algebraic manipulation, squeeze theorem, exponential/logarithmic limits, continuity
31. Evaluate lim(x→0) x² sin(1/x)
32. Find lim(x→∞) (x sin(1/x))
33. Calculate lim(x→0) (e^x – 1)/x
34. Evaluate lim(x→0) (e^(2x) – 1)/(3x)
35. Find lim(x→0) ln(1 + x)/x
36. Calculate lim(x→0) (ln(1 + 3x))/x
37. Evaluate lim(x→∞) (√(4x² + x + 1))/(2x – 3)
38. Find lim(x→∞) (√(x² + 2x) – x)
39. Calculate lim(x→a) (x^n – a^n)/(x – a) where n is a positive integer
40. Evaluate lim(x→0) (∛(1 + x) – 1)/x
41. Find the value of k that makes f(x) = {(x² – 9)/(x – 3) if x ≠ 3, k if x = 3} continuous at x = 3
42. Determine all points of discontinuity for h(x) = (x² – 1)/(x² – 3x + 2) and classify each type
Challenge Problems (Problems 43-50)
Focus: Advanced techniques, indeterminate forms, applications, theoretical understanding
43. Evaluate lim(x→0⁺) x^x
44. Find lim(x→∞) (1 + 2/x)^x
45. Calculate lim(x→0) (sin(x) – x)/(x³)
46. Evaluate lim(x→0) (tan(x) – sin(x))/(x³)
47. Find lim(x→∞) x(√(x² + 1) – x)
48. Calculate lim(x→0) (cos(x) – cos(3x))/(x²)
49. Evaluate lim(x→π/2) (π/2 – x)tan(x)
50. Given that lim(x→a) f(x) = L and lim(x→a) g(x) = M, prove that lim(x→a) [f(x) + g(x)] = L + M using the ε-δ definition of limits.
50 Comprehensive Practice Exercises: Answer Key
Introduction to Calculus and Limits – Complete Solutions
Basic Level (Problems 1-15)
Focus: Direct substitution, simple factoring, basic limit properties
Problem 1: Evaluate lim(x→3) (2x + 5)
Technique Used: Direct Substitution
Step-by-Step Solution:
- Since f(x) = 2x + 5 is a polynomial, it’s continuous everywhere
- We can use direct substitution: substitute x = 3
- lim(x→3) (2x + 5) = 2(3) + 5 = 6 + 5 = 11
Answer: The limit is 11.
Problem 2: Find lim(x→-2) (x² – 4x + 1)
Technique Used: Direct Substitution
Step-by-Step Solution:
- Since f(x) = x² – 4x + 1 is a polynomial, it’s continuous everywhere
- Use direct substitution: substitute x = -2
- lim(x→-2) (x² – 4x + 1) = (-2)² – 4(-2) + 1 = 4 + 8 + 1 = 13
Answer: The limit is 13.
Problem 3: Calculate lim(x→1) (x³ + 2x² – x + 3)
Technique Used: Direct Substitution
Step-by-Step Solution:
- Since f(x) = x³ + 2x² – x + 3 is a polynomial, it’s continuous everywhere
- Use direct substitution: substitute x = 1
- lim(x→1) (x³ + 2x² – x + 3) = (1)³ + 2(1)² – (1) + 3 = 1 + 2 – 1 + 3 = 5
Answer: The limit is 5.
Problem 4: Evaluate lim(x→0) (5x² + 3x – 7)
Technique Used: Direct Substitution
Step-by-Step Solution:
- Since f(x) = 5x² + 3x – 7 is a polynomial, it’s continuous everywhere
- Use direct substitution: substitute x = 0
- lim(x→0) (5x² + 3x – 7) = 5(0)² + 3(0) – 7 = 0 + 0 – 7 = -7
Answer: The limit is -7.
Problem 5: Find lim(x→4) √(x + 5)
Technique Used: Direct Substitution
Step-by-Step Solution:
- Since f(x) = √(x + 5) is continuous for x + 5 ≥ 0, and x = 4 gives 4 + 5 = 9 > 0
- Use direct substitution: substitute x = 4
- lim(x→4) √(x + 5) = √(4 + 5) = √9 = 3
Answer: The limit is 3.
Problem 6: Calculate lim(x→2) (x² – 4)/(x – 2)
Technique Used: Factoring and Cancellation
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Factor the numerator: x² – 4 = (x + 2)(x – 2)
- lim(x→2) (x² – 4)/(x – 2) = lim(x→2) [(x + 2)(x – 2)]/(x – 2)
- Cancel (x – 2): lim(x→2) (x + 2)
- Use direct substitution: 2 + 2 = 4
Answer: The limit is 4.
Problem 7: Evaluate lim(x→3) (x² – 9)/(x – 3)
Technique Used: Factoring and Cancellation
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Factor the numerator: x² – 9 = (x + 3)(x – 3)
- lim(x→3) (x² – 9)/(x – 3) = lim(x→3) [(x + 3)(x – 3)]/(x – 3)
- Cancel (x – 3): lim(x→3) (x + 3)
- Use direct substitution: 3 + 3 = 6
Answer: The limit is 6.
Problem 8: Find lim(x→5) (x² – 25)/(x – 5)
Technique Used: Factoring and Cancellation
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Factor the numerator: x² – 25 = (x + 5)(x – 5)
- lim(x→5) (x² – 25)/(x – 5) = lim(x→5) [(x + 5)(x – 5)]/(x – 5)
- Cancel (x – 5): lim(x→5) (x + 5)
- Use direct substitution: 5 + 5 = 10
Answer: The limit is 10.
Problem 9: Calculate lim(x→-1) (x² – 1)/(x + 1)
Technique Used: Factoring and Cancellation
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 10: Evaluate lim(x→∞) 5/x
Technique Used: Limits at Infinity
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 11: Find lim(x→∞) (3x + 2)/(2x – 1)
Technique Used: Divide by Highest Power
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 12: Calculate lim(x→∞) (x² + 1)/(x²)
Technique Used: Divide by Highest Power
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 13: Evaluate lim(x→0) sin(x)/x
Technique Used: Standard Trigonometric Limit
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 14: Find lim(x→0) (1 – cos(x))/x²
Technique Used: Standard Trigonometric Limit / L’Hôpital’s Rule Alternative
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 15: Calculate lim(x→0) tan(x)/x
Technique Used: Rewrite Using sin(x)/x
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Intermediate Level (Problems 16-30)
Focus: Factoring techniques, rationalization, trigonometric limits, one-sided limits
Problem 16: Evaluate lim(x→2) (x³ – 8)/(x² – 4)
Technique Used: Factoring Both Numerator and Denominator
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Factor numerator: x³ – 8 = (x – 2)(x² + 2x + 4) [difference of cubes]
- Factor denominator: x² – 4 = (x – 2)(x + 2) [difference of squares]
- lim(x→2) (x³ – 8)/(x² – 4) = lim(x→2) [(x – 2)(x² + 2x + 4)]/[(x – 2)(x + 2)]
- Cancel (x – 2): lim(x→2) (x² + 2x + 4)/(x + 2)
- Use direct substitution: (4 + 4 + 4)/(2 + 2) = 12/4 = 3
Answer: The limit is 3.
Problem 17: Find lim(x→-3) (x³ + 27)/(x² – 9)
Technique Used: Factoring Both Numerator and Denominator
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Factor numerator: x³ + 27 = (x + 3)(x² – 3x + 9) [sum of cubes]
- Factor denominator: x² – 9 = (x + 3)(x – 3) [difference of squares]
- lim(x→-3) (x³ + 27)/(x² – 9) = lim(x→-3) [(x + 3)(x² – 3x + 9)]/[(x + 3)(x – 3)]
- Cancel (x + 3): lim(x→-3) (x² – 3x + 9)/(x – 3)
- Use direct substitution: (9 – 3(-3) + 9)/(-3 – 3) = (9 + 9 + 9)/(-6) = 27/(-6) = -9/2
Answer: The limit is -9/2.
Problem 18: Calculate lim(x→1) (x⁴ – 1)/(x² – 1)
Technique Used: Factoring Both Numerator and Denominator
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Factor numerator: x⁴ – 1 = (x² – 1)(x² + 1) [difference of squares]
- Factor denominator: x² – 1 = (x – 1)(x + 1) [difference of squares]
- lim(x→1) (x⁴ – 1)/(x² – 1) = lim(x→1) [(x² – 1)(x² + 1)]/(x² – 1)
- Cancel (x² – 1): lim(x→1) (x² + 1)
- Use direct substitution: 1² + 1 = 1 + 1 = 2
Answer: The limit is 2.
Problem 19: Evaluate lim(x→4) (√x – 2)/(x – 4)
Technique Used: Rationalization (Multiply by Conjugate)
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Multiply the numerator and denominator by the conjugate (√x + 2)
- lim(x→4) (√x – 2)/(x – 4) · (√x + 2)/(√x + 2)
- = lim(x→4) [(√x – 2)(√x + 2)]/[(x – 4)(√x + 2)]
- = lim(x→4) (x – 4)/[(x – 4)(√x + 2)]
- Cancel (x – 4): lim(x→4) 1/(√x + 2)
- Use direct substitution: 1/(√4 + 2) = 1/(2 + 2) = 1/4
Answer: The limit is 1/4.
Problem 20: Find lim(x→9) (3 – √x)/(x – 9)
Technique Used: Rationalization (Multiply by Conjugate)
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Multiply the numerator and denominator by the conjugate (3 + √x)
- lim(x→9) (3 – √x)/(x – 9) · (3 + √x)/(3 + √x)
- = lim(x→9) [(3 – √x)(3 + √x)]/[(x – 9)(3 + √x)]
- = lim(x→9) (9 – x)/[(x – 9)(3 + √x)]
- = lim(x→9) -(x – 9)/[(x – 9)(3 + √x)]
- Cancel (x – 9): lim(x→9) -1/(3 + √x)
- Use direct substitution: -1/(3 + √9) = -1/(3 + 3) = -1/6
Answer: The limit is -1/6.
Problem 21: Calculate lim(x→0) (√(1 + x) – 1)/x
Technique Used: Rationalization (Multiply by Conjugate)
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Multiply the numerator and denominator by the conjugate (√(1 + x) + 1)
- lim(x→0) (√(1 + x) – 1)/x · (√(1 + x) + 1)/(√(1 + x) + 1)
- = lim(x→0) [(√(1 + x) – 1)(√(1 + x) + 1)]/[x(√(1 + x) + 1)]
- = lim(x→0) (1 + x – 1)/[x(√(1 + x) + 1)]
- = lim(x→0) x/[x(√(1 + x) + 1)]
- Cancel x: lim(x→0) 1/(√(1 + x) + 1)
- Use direct substitution: 1/(√(1 + 0) + 1) = 1/(1 + 1) = 1/2
Answer: The limit is 1/2.
Problem 22: Evaluate lim(x→0) (√(4 + x) – 2)/x
Technique Used: Rationalization (Multiply by Conjugate)
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Multiply the numerator and denominator by the conjugate (√(4 + x) + 2)
- lim(x→0) (√(4 + x) – 2)/x · (√(4 + x) + 2)/(√(4 + x) + 2)
- = lim(x→0) [(√(4 + x) – 2)(√(4 + x) + 2)]/[x(√(4 + x) + 2)]
- = lim(x→0) (4 + x – 4)/[x(√(4 + x) + 2)]
- = lim(x→0) x/[x(√(4 + x) + 2)]
- Cancel x: lim(x→0) 1/(√(4 + x) + 2)
- Use direct substitution: 1/(√(4 + 0) + 2) = 1/(2 + 2) = 1/4
Answer: The limit is 1/4.
Problem 23: Find lim(x→∞) (√(x² + 1) – x)
Technique Used: Rationalization for Limits at Infinity
Step-by-Step Solution:
- This is an ∞ – ∞ indeterminate form
- Multiply by the conjugate (√(x² + 1) + x)/(√(x² + 1) + x)
- lim(x→∞) (√(x² + 1) – x) · (√(x² + 1) + x)/(√(x² + 1) + x)
- = lim(x→∞) (x² + 1 – x²)/(√(x² + 1) + x)
- = lim(x→∞) 1/(√(x² + 1) + x)
- Divide numerator and denominator by x: = lim(x→∞) (1/x)/(√(x² + 1)/x + 1)
- = lim(x→∞) (1/x)/(√(1 + 1/x²) + 1)
- As x → ∞: 1/x → 0, 1/x² → 0, so √(1 + 1/x²) → 1
- = 0/(1 + 1) = 0/2 = 0
Answer: The limit is 0.
Problem 24: Calculate lim(x→∞) (2x³ – x + 1)/(x³ + 3x² – 5)
Technique Used: Divide by Highest Power
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 25: Evaluate lim(x→0) sin(3x)/sin(2x)
Technique Used: Rewrite Using Standard Trigonometric Limits
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 26: Find lim(x→0) sin(5x)/x
Technique Used: Rewrite Using Standard Trigonometric Limit
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 27: Calculate lim(x→π/4) (1 – tan(x))/(sin(x) – cos(x))
Technique Used: Trigonometric Manipulation and Factoring
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 28: Evaluate lim(x→0⁺) |x|/x and lim(x→0⁻) |x|/x
Technique Used: One-sided Limits with Absolute Value
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 29: Find lim(x→2) f(x) where f(x) = {x² if x < 2, 4x – 4 if x ≥ 2}
Technique Used: One-sided Limits for Piecewise Functions
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 30: Calculate lim(x→1) g(x) where g(x) = {2x + 1 if x ≤ 1, x² + 2 if x > 1}
Technique Used: One-sided Limits for Piecewise Functions
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Advanced Level (Problems 31-42)
Focus: Complex algebraic manipulation, squeeze theorem, exponential/logarithmic limits, continuity
Problem 31: Evaluate lim(x→0) x² sin(1/x)
Technique Used: Squeeze Theorem
Step-by-Step Solution:
- Note that sin(1/x) is undefined at x = 0, but we can use the squeeze theorem
- We know that -1 ≤ sin(1/x) ≤ 1 for all x ≠ 0
- Multiply all parts by x²: -x² ≤ x² sin(1/x) ≤ x²
- As x → 0: lim(x→0) (-x²) = 0 and lim(x→0) x² = 0
- By the squeeze theorem: lim(x→0) x² sin(1/x) = 0
Answer: The limit is 0.
Problem 32: Find lim(x→∞) (x sin(1/x))
Technique Used: Substitution and Standard Limit
Step-by-Step Solution:
- Let u = 1/x, so as x → ∞, u → 0 and x = 1/u
- lim(x→∞) x sin(1/x) = lim(u→0) (1/u) sin(u) = lim(u→0) sin(u)/u
- This is the standard limit: lim(u→0) sin(u)/u = 1
Answer: The limit is 1.
Problem 33: Calculate lim(x→0) (e^x – 1)/x
Technique Used: Standard Exponential Limit
Step-by-Step Solution:
- This is a fundamental limit in calculus
- lim(x→0) (e^x – 1)/x = 1
- This limit is used to derive the derivative of e^x
- Can be proven using the definition of e or L’Hôpital’s rule
Answer: The limit is 1.
Problem 34: Evaluate lim(x→0) (e^(2x) – 1)/(3x)
Technique Used: Rewrite Using Standard Exponential Limit
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Rewrite using the standard limit lim(u→0) (e^u – 1)/u = 1
- lim(x→0) (e^(2x) – 1)/(3x) = lim(x→0) [(e^(2x) – 1)/(2x)] · [2x/(3x)]
- = lim(x→0) [(e^(2x) – 1)/(2x)] · [2/3]
- Let u = 2x, then as x → 0, u → 0
- = lim(u→0) [(e^u – 1)/u] · [2/3] = 1 · (2/3) = 2/3
Answer: The limit is 2/3.
Problem 35: Find lim(x→0) ln(1 + x)/x
Technique Used: Standard Logarithmic Limit
Step-by-Step Solution:
- This is a fundamental limit in calculus
- lim(x→0) ln(1 + x)/x = 1
- This limit is used to derive the derivative of ln(x)
- Can be proven using the relationship between exponential and logarithmic functions
Answer: The limit is 1.
Problem 36: Calculate lim(x→0) (ln(1 + 3x))/x
Technique Used: Rewrite Using Standard Logarithmic Limit
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Rewrite using the standard limit lim(u→0) ln(1 + u)/u = 1
- lim(x→0) ln(1 + 3x)/x = lim(x→0) [ln(1 + 3x)/(3x)] · [3x/x]
- = lim(x→0) [ln(1 + 3x)/(3x)] · 3
- Let u = 3x, then as x → 0, u → 0
- = lim(u→0) [ln(1 + u)/u] · 3 = 1 · 3 = 3
Answer: The limit is 3.
Problem 37: Evaluate lim(x→∞) (√(4x² + x + 1))/(2x – 3)
Technique Used: Divide by Highest Power
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 38: Find lim(x→∞) (√(x² + 2x) – x)
Technique Used: Rationalization for Limits at Infinity
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 39: Calculate lim(x→a) (x^n – a^n)/(x – a) where n is a positive integer
Technique Used: Factoring Using the Difference Formula
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 40: Evaluate lim(x→0) (∛(1 + x) – 1)/x
Technique Used: Rationalization with Cube Roots
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 41: Find the value of k that makes f(x) = {(x² – 9)/(x – 3) if x ≠ 3, k if x = 3} continuous at x = 3
Technique Used: Continuity Condition
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 42: Determine all points of discontinuity for h(x) = (x² – 1)/(x² – 3x + 2) and classify each type
Technique Used: Factor and Analyze Denominator
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Challenge Problems (Problems 43-50)
Focus: Advanced techniques, indeterminate forms, applications, theoretical understanding
Problem 43: Evaluate lim(x→0⁺) x^x
Technique Used: Logarithmic Transformation
Step-by-Step Solution:
- This is a 0⁰ indeterminate form
- Let y = x^x, then ln(y) = ln(x^x) = x ln(x)
- lim(x→0⁺) ln(y) = lim(x→0⁺) x ln(x)
- This is a 0 · (-∞) indeterminate form
- Rewrite: lim(x→0⁺) x ln(x) = lim(x→0⁺) ln(x)/(1/x)
- This is (-∞)/∞ form, use L’Hôpital’s rule:
- = lim(x→0⁺) (1/x)/(-1/x²) = lim(x→0⁺) (1/x) · (-x²) = lim(x→0⁺) (-x) = 0
- Since lim(x→0⁺) ln(y) = 0, we have lim(x→0⁺) y = e⁰ = 1
Answer: The limit is 1.
Problem 44: Find lim(x→∞) (1 + 2/x)^x
Technique Used: Standard Exponential Limit Form
Step-by-Step Solution:
- This is a 1^∞ indeterminate form
- Rewrite in the standard form: lim(t→∞) (1 + 1/t)^t = e
- lim(x→∞) (1 + 2/x)^x = lim(x→∞) [(1 + 2/x)^(x/2)]^2
- Let t = x/2, so as x → ∞, t → ∞ and x = 2t
- = lim(t→∞) [(1 + 2/(2t))^t]^2 = lim(t→∞) [(1 + 1/t)^t]^2
- = [lim(t→∞) (1 + 1/t)^t]^2 = e² = e²
Answer: The limit is e².
Problem 45: Calculate lim(x→0) (sin(x) – x)/(x³)
Technique Used: Taylor Series or L’Hôpital’s Rule (3 times)
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Using Taylor series: sin(x) = x – x³/6 + x⁵/120 – …
- sin(x) – x = -x³/6 + x⁵/120 – x⁷/5040 + …
- lim(x→0) (sin(x) – x)/x³ = lim(x→0) (-x³/6 + x⁵/120 – x⁷/5040 + …)/x³
- = lim(x→0) (-1/6 + x²/120 – x⁴/5040 + …)
- = -1/6 + 0 – 0 + … = -1/6
Answer: The limit is -1/6.
Problem 46: Evaluate lim(x→0) (tan(x) – sin(x))/(x³)
Technique Used: Taylor Series Expansion
Step-by-Step Solution:
- Direct substitution gives 0/0 (indeterminate form)
- Using Taylor series:
- sin(x) = x – x³/6 + x⁵/120 – …
- tan(x) = x + x³/3 + 2x⁵/15 + …
- tan(x) – sin(x) = (x + x³/3 + 2x⁵/15 + …) – (x – x³/6 + x⁵/120 – …)
- = x³/3 + x³/6 + (2x⁵/15 – x⁵/120) + …
- = x³(1/3 + 1/6) + x⁵(2/15 – 1/120) + …
- = x³(2/6 + 1/6) + … = x³(3/6) + … = x³/2 + …
- lim(x→0) (tan(x) – sin(x))/x³ = lim(x→0) (x³/2 + …)/x³ = 1/2
Answer: The limit is 1/2.
Problem 47: Find lim(x→∞) x(√(x² + 1) – x)
Technique Used: Rationalization
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 48: Calculate lim(x→0) (cos(x) – cos(3x))/(x²)
Technique Used: Taylor Series or Trigonometric Identity
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 49: Evaluate lim(x→π/2) (π/2 – x)tan(x)
Technique Used: Substitution and Trigonometric Identity
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Problem 50: Given that lim(x→a) f(x) = L and lim(x→a) g(x) = M, prove that lim(x→a) [f(x) + g(x)] = L + M using the ε-δ definition of limits.
Technique Used: Epsilon-Delta Proof
Step-by-Step Solution:
This content is for Premium Member. Tired of ads?
Subscribe To Unlock The Content! and Remove Ads.
Summary of Key Techniques Used
1. Direct Substitution – For continuous functions
2. Factoring and Cancellation – For rational functions with common factors
3. Rationalization – For expressions with radicals
4. Standard Limits – sin(x)/x, (e^x-1)/x, ln(1+x)/x
5. Divide by Highest Power – For limits at infinity
6. One-sided Limits – For piecewise functions and absolute values
7. Squeeze Theorem – For oscillatory functions
8. L’Hôpital’s Rule – For 0/0 and ∞/∞ forms
9. Taylor Series – For complex trigonometric limits
10. Logarithmic Transformation – For exponential indeterminate forms
11. Epsilon-Delta Proofs – For theoretical understanding
This comprehensive answer key provides detailed solutions using various calculus techniques, progressing from basic direct substitution to advanced theoretical proofs.
Conclusion:
Completing these 50 comprehensive calculus limits practice exercises marks a significant step in your mathematical journey. Through consistent practice with these carefully selected problems, you’ve not only reinforced the fundamental concepts of limits but also developed the analytical thinking skills essential for advanced calculus topics.
These exercises have taken you through the complete spectrum of limit concepts from basic algebraic evaluations to complex indeterminate forms, from one-sided limits to infinite behavior analysis. This solid foundation in limits will prove invaluable as you progress to derivatives, integrals, and other advanced calculus topics in your engineering studies.
Key takeaways from completing these exercises:
- Enhanced problem-solving strategies for various limit types
- Improved algebraic manipulation skills
- Better understanding of continuity and discontinuity
- Preparation for board examinations and advanced mathematics courses
- Confidence in tackling complex limit problems
Remember that mastery in calculus comes through consistent practice and application. These exercises are just the beginning of your calculus journey. Continue practicing regularly, and don’t hesitate to revisit these problems as you advance to more complex topics.
For additional practice materials, step-by-step video solutions, and more comprehensive calculus resources, continue exploring PinoyBix.org. I am committed to supporting Filipino engineering students and professionals in their mathematical education journey.
Ready for the next challenge? Check out our upcoming lectures on Advanced Limit Techniques, where you’ll build upon the solid limits foundation you’ve established here.
P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.
“Will you subscribe today via YOUTUBE?”
TIRED OF ADS?
- Become Premium Member and experienced complete ads-free content browsing.
- Full Content Access to Premium Solutions Exclusive for Premium members
- Access to PINOYBIX FREEBIES folder
- Download Reviewers and Learning Materials Free
- Download Content: You can see download/print button at the bottom of each post.
PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:
- CIVIL ENGINEERING REVIEWER
- CIVIL SERVICE EXAM REVIEWER
- CRIMINOLOGY REVIEWER
- ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
- ELECTRICAL ENGINEERING & RME REVIEWER
- FIRE OFFICER EXAMINATION REVIEWER
- LET REVIEWER
- MASTER PLUMBER REVIEWER
- MECHANICAL ENGINEERING REVIEWER
- NAPOLCOM REVIEWER
- Additional upload reviewers and learning materials are also FREE
FOR A LIMITED TIME
If you subscribe for PREMIUM today!
You will receive an additional 1 month of Premium Membership FREE.
For Bronze Membership an additional 2 months of Premium Membership FREE.
For Silver Membership an additional 3 months of Premium Membership FREE.
For Gold Membership an additional 5 months of Premium Membership FREE.
Join the PinoyBIX community.

