What is a Limit?

RoadmapsRetainHQ

Mental model

The limit asks what the function approaches near the point, not what the function is exactly at the point.

For ten years, you have used substitution to evaluate functions. A limit is a new tool to find out where a function is heading, even if it is broken exactly at that point.

Explanation

When you substitute a number into a function and get 0/0, the function is broken at that exact point. It has a hole. But the graph still heads somewhere. A limit finds where it is heading. Keep the limit sign in every step until the exact moment you substitute the number.

Derivation

Evaluate the limit of (x^2 - 4)/(x - 2) as x approaches 2

  1. \lim_{x \to 2} \frac{x^2 - 4}{x - 2} — identify-indeterminate-form — Set up the limit. Substituting 2 now gives zero divided by zero.
  2. \lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2} — factor-difference-of-squares — Factor the top to find the common term that causes the zero.
  3. \lim_{x \to 2} (x + 2) — cancel-common-factors — Cancel (x-2). We can do this because inside a limit, x approaches 2 but never exactly equals 2.
  4. 2 + 2 — substitute-limit — Now it is safe to put x = 2. We drop the limit sign here because we are evaluating.
  5. 4 — substitute-limit — Add the numbers to find the final limit.

Common mistakes

Recall questions

Continue learning

Next: Left-Hand and Right-Hand Limits

Return to RetainHQ Roadmap