Algebra of Limits

RoadmapsRetainHQ

Mental model

The limit of a sum is the sum of the limits, as long as both limits exist.

You can split limits into smaller, easier pieces using basic algebra rules, just like distributing multiplication over addition.

Explanation

The algebra of limits provides tools to simplify complex expressions. But these rules have conditions. You can only split a limit if the individual limits exist as real numbers. For quotients, you can only split them if the denominator's limit is non-zero.

Derivation

Evaluate the limit of (x^2 + 5x) as x approaches 2

  1. \lim_{x \to 2} (x^2 + 5x) — limit-sum-rule — Start with the original limit.
  2. \lim_{x \to 2} (x^2) + \lim_{x \to 2} (5x) — limit-sum-rule — The limit of a sum is the sum of the limits.
  3. \lim_{x \to 2} (x^2) + 5 \lim_{x \to 2} (x) — limit-scalar-rule — Pull the constant 5 out of the second limit.
  4. (2)^2 + 5(2) — substitute-limit — Substitute x = 2 into the pieces.
  5. 4 + 10 — substitute-limit — Square the 2 and multiply 5 by 2.
  6. 14 — substitute-limit — Add to get the final answer.

Common mistakes

Recall questions

Continue learning

Previous: Left-Hand and Right-Hand Limits

Return to RetainHQ Roadmap