Limiting Cases Formula

The Formula

\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e

When to use: What happens when things get really big, really small, or reach boundaries?

Quick Example

As n \to \infty in (1 + \frac{1}{n})^n, we get e. As velocity \to c, relativistic effects matter.

Notation

\lim_{x \to a} f(x) denotes the value f(x) approaches as x approaches a

What This Formula Means

Extreme values of a parameter (approaching zero, infinity, or a critical threshold) used to check formulas and reveal simplified behavior.

What happens when things get really big, really small, or reach boundaries?

Formal View

\lim_{x \to a} f(x) = L \Leftrightarrow \forall \varepsilon > 0\,\exists \delta > 0\,\forall x\,(0 < |x - a| < \delta \Rightarrow |f(x) - L| < \varepsilon)

Worked Examples

Example 1

easy
The formula for the sum of a geometric series S = \frac{a(1-r^n)}{1-r} (r\ne 1). Find the limiting case as n \to \infty when |r| < 1.

Solution

  1. 1
    As n \to \infty with |r| < 1: r^n \to 0.
  2. 2
    Therefore S = \frac{a(1-r^n)}{1-r} \to \frac{a(1-0)}{1-r} = \frac{a}{1-r}.
  3. 3
    This is the sum of an infinite geometric series with |r|<1.

Answer

S_{\infty} = \frac{a}{1-r} \quad (|r|<1)
Taking a limiting case (n \to \infty) of a finite formula often yields a simpler infinite-series formula. The limit r^n \to 0 for |r|<1 is the key step.

Example 2

medium
The compound interest formula is A = P(1+r/n)^{nt}. Analyse the limiting cases n=1 (annual), n=12 (monthly), and n \to \infty (continuous).

Common Mistakes

  • Not checking limiting cases at all โ€” plugging in extreme values is a quick sanity check that catches many errors
  • Assuming a formula is valid as n \to \infty without verifying โ€” many finite approximations diverge or converge to unexpected values
  • Confusing the limit with the value at the limit โ€” f(x) as x \to a may differ from f(a), or f(a) may not even exist

Why This Formula Matters

Limiting cases serve as free sanity checks โ€” every formula should simplify correctly as parameters approach their extremes, and if it does not, there is likely an error.

Frequently Asked Questions

What is the Limiting Cases formula?

Extreme values of a parameter (approaching zero, infinity, or a critical threshold) used to check formulas and reveal simplified behavior.

How do you use the Limiting Cases formula?

What happens when things get really big, really small, or reach boundaries?

What do the symbols mean in the Limiting Cases formula?

\lim_{x \to a} f(x) denotes the value f(x) approaches as x approaches a

Why is the Limiting Cases formula important in Math?

Limiting cases serve as free sanity checks โ€” every formula should simplify correctly as parameters approach their extremes, and if it does not, there is likely an error.

What do students get wrong about Limiting Cases?

Taking a limit as a variable approaches a value is different from substituting that value directly โ€” undefined expressions require careful limit analysis.

What should I learn before the Limiting Cases formula?

Before studying the Limiting Cases formula, you should understand: edge cases.