Loading...
3+
3
Login

Limits - The Gateway to Calculus

A limit asks a simple question: as an input value gets closer and closer to some number, what value does the output of a function approach? Limits are the foundation stone of all of calculus – they make derivatives and integrals possible.

The Intuitive Idea

Imagine walking along a path towards a door. You get closer and closer – but the question of limits is: where does the path lead, not whether you actually walk through the door. Even if the door is locked (the function is undefined at that exact point), the limit can still exist if your path clearly heads towards a specific place.

Notation

We write a limit like this:
limx → a f(x) = L
Read as: “the limit of f(x) as x approaches a equals L.”
It means: as x gets arbitrarily close to a (from either side), f(x) gets arbitrarily close to L.

One-Sided Limits

Sometimes a function approaches different values from the left and from the right.
Left-hand limit: limx → a− f(x) – x approaches a from values less than a.
Right-hand limit: limx → a+ f(x) – x approaches a from values greater than a.
The two-sided limit exists only when both one-sided limits are equal and equal to the same value L.

When a Limit Does Not Exist

  • The left and right limits are different.
  • The function grows without bound (heads to ±∞).
  • The function oscillates wildly near the point.

The Limit Laws

LawStatement
Sumlim[f(x) + g(x)] = lim f(x) + lim g(x)
Differencelim[f(x) − g(x)] = lim f(x) − lim g(x)
Productlim[f(x) · g(x)] = lim f(x) · lim g(x)
Quotientlim[f(x)/g(x)] = lim f(x) / lim g(x)   (if lim g(x) ≠ 0)
Constantlim[c · f(x)] = c · lim f(x)
Powerlim[f(x)]n = [lim f(x)]n

Evaluating Limits

Direct substitution: If f is continuous at a, simply substitute x = a.
Factoring: When substitution gives 0/0, factor and cancel the common term.
Rationalising: When surds are involved, multiply by the conjugate.
L'Hopital's Rule: For 0/0 or ∞/∞ forms, differentiate numerator and denominator separately.

Worked Examples

Find limx → 3 (x² + 2x − 1).

This polynomial is continuous everywhere. Direct substitution:
3² + 2(3) − 1 = 9 + 6 − 1 = 14.

Find limx → 2 (x² − 4) / (x − 2).

Direct substitution gives 0/0 – indeterminate form. Factor the numerator:
(x² − 4) = (x − 2)(x + 2).
Cancel (x − 2): limit becomes limx → 2 (x + 2) = 2 + 2 = 4.

Find limx → ∞ (3x² + 5) / (x² − 1).

Divide every term by x² (the highest power):
(3 + 5/x²) / (1 − 1/x²). As x → ∞, the fractions vanish: 3/1 = 3.

Continuity and Limits

A function f is continuous at x = a when three conditions hold:
1. f(a) is defined.
2. limx → a f(x) exists.
3. limx → a f(x) = f(a).
If any condition fails, there is a discontinuity at that point.

Common Mistakes

MistakeCorrection
Assuming lim f(x) = f(a) alwaysOnly true when f is continuous at a
Concluding no limit when f(a) is undefinedThe limit can exist even if f(a) is undefined
Stopping at 0/0 without further workFactor, rationalise, or use L'Hopital's Rule

Key Takeaways

  • A limit describes the value a function approaches, not necessarily the value it takes.
  • The two-sided limit exists only if the left and right limits agree.
  • Limit laws let you break complex limits into simpler parts.
  • 0/0 and ∞/∞ are indeterminate – they require further algebraic work.

Practice Questions

  1. Evaluate limx → 4 (x² − 16) / (x − 4).
  2. Find limx → ∞ (5x³ − 2x) / (2x³ + x²).
  3. Does limx → 0 1/x exist? Explain why or why not.
  4. Evaluate limx → 1 (x³ − 1) / (x − 1).
  5. A function is defined as f(x) = x + 3 for x ≠ 2 and f(2) = 10. Is f continuous at x = 2?
Home About Resources Dashboard