๐ŸŽฏ Limits & Continuity
๐Ÿ”

The Concept of a Limit

Understand what it means for a function to approach a value as x approaches a point.

The limit of f(x) as x approaches a is L โ€” written lim_{xโ†’a} f(x) = L โ€” if f(x) can be made arbitrarily close to L by taking x sufficiently close to a (but not equal to a). The function need not be defined at x = a for the limit to exist.

limโกxโ†’af(x)=Lโ€…โ€ŠโŸบโ€…โ€Šforย everyย ฮต>0,ย โˆƒโ€‰ฮด>0ย s.t.ย 0<โˆฃxโˆ’aโˆฃ<ฮดโ€…โ€ŠโŸนโ€…โ€Šโˆฃf(x)โˆ’Lโˆฃ<ฮต\lim_{x \to a} f(x) = L \iff \text{for every } \varepsilon > 0,\ \exists\,\delta > 0 \text{ s.t. } 0 < |x-a| < \delta \implies |f(x)-L| < \varepsilon

In practice, we evaluate limits by direct substitution, factoring and canceling, rationalizing, or applying limit laws. Many limits that appear indeterminate (0/0) can be resolved by algebraic manipulation.

limโกxโ†’2x2โˆ’4xโˆ’2=limโกxโ†’2(xโˆ’2)(x+2)xโˆ’2=limโกxโ†’2(x+2)=4\lim_{x\to 2}\frac{x^2-4}{x-2} = \lim_{x\to 2}\frac{(x-2)(x+2)}{x-2} = \lim_{x\to 2}(x+2) = 4

Limit Laws

Sum: lim[f + g] = lim f + lim gProduct: lim[f ยท g] = lim f ยท lim gQuotient: lim[f/g] = lim f / lim g (lim g โ‰  0)Power: lim[f(x)^n] = (lim f(x))^nConstant: lim c = c
๐Ÿ’ก

Remember This!

If direct substitution gives 0/0, factor the numerator and denominator and cancel the common factor that is causing the issue. The resulting expression can be evaluated by substitution.

โœ๏ธ Try It!

What is lim_{xโ†’3} (xยฒ โˆ’ 9)/(x โˆ’ 3)?

Take Quiz ๐Ÿ“ โ€” 25 Questions