๐Ÿ“˜ Lesson 1 of 20 ยท Calculus
Differential Calculus

๐ŸŽฏ Limits

A limit describes the value a function approaches as its input gets closer and closer to some point โ€” even if the function is never actually defined at that point.

Course progress: 5%

01 Key Concepts

What a Limit Means

lim as x approaches a of f(x) = L means f(x) gets arbitrarily close to L as x gets close to a, from either side.

One-Sided Limits

The left-hand limit (x approaches a from below) and right-hand limit (x approaches a from above) can differ. The limit only exists if both sides agree.

Limits at Infinity

Describe the behavior of a function as x grows without bound in the positive or negative direction โ€” useful for finding horizontal asymptotes.

Indeterminate Forms

Expressions like 0/0 or infinity/infinity that need extra work (factoring, simplifying) before a limit can be evaluated directly.

Limit Laws

Limits of sums, differences, products, and quotients can be found by taking the limit of each piece separately, as long as the results are defined.

y = (x²−4)/(x−2): a hole at x = 2, limit = 4

02 Key Formulas

03 Solved Examples

Example 1 Find lim as x approaches 3 of (2x + 1).
  1. Since 2x+1 is a simple polynomial, substitute x=3 directly.
  2. 2(3) + 1 = 6 + 1.
Answer: 7
Example 2 Find lim as x approaches 2 of (x^2 - 4)/(x - 2).
  1. Direct substitution gives 0/0, an indeterminate form.
  2. Factor the numerator: x^2 - 4 = (x-2)(x+2).
  3. Cancel the common (x-2) factor: (x-2)(x+2)/(x-2) = x+2.
  4. Now substitute x=2: 2+2.
Answer: 4
Example 3 Find lim as x approaches infinity of (3x + 1)/(x).
  1. Divide every term by x: (3x/x) + (1/x) = 3 + 1/x.
  2. As x approaches infinity, 1/x approaches 0.
Answer: 3

04 Practice Questions

1Find lim as x approaches 1 of (3x + 2).
5
2Find lim as x approaches 0 of (x^2 + 5).
5
3Find lim as x approaches 5 of (x^2-25)/(x-5).
10
4Find lim as x approaches infinity of (5x)/(2x+1).
5/2
5Does lim as x approaches 2 of 1/(x-2) exist?
No, it approaches +/- infinity from each side

๐Ÿ“„ Limits โ€” Downloadable Worksheet

10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.