Part of CALC-01 — Limits & Continuity

Common Mistakes and Traps in Limits

by Notetube Official199 words9 views

Trap 1: Degree confusion in x -> -infinity lim(x->-infinity) sqrt(x2x^2 + x) + x. Students write sqrt(x2x^2) = x. Wrong! For x < 0, sqrt(x2x^2) = -x. Correct: sqrt(x2x^2 + x) = |x| * sqrt(1 + 1/x) = -x * sqrt(1 + 1/x) when x < 0. Then expression = -x * sqrt(1 + 1/x) + x = x(-sqrt(1+1/x) + 1). As x -> -infinity, this -> -infinity * 0, need careful expansion. Using conjugate: answer = -1/2.

Trap 2: sinxx\frac{x}{x} when x is in degrees lim(x->0) sinxdegreesx\frac{x degrees}{x} = sinpix/180(x)\frac{pi*x/180}{(x)} -> pi/180, NOT 1.

Trap 3: [sin x / x] as x -> 0 sin x / x -> 1 from below (for small x > 0, sin x < x). So [sin x / x] = 0 near 0, not 1.

Trap 4: Misapplying L'Hopital lim(x->0) sinxx\frac{sin x}{x} is 1 by standard limits. Using L'Hopital: cos01\frac{0}{1} = 1. Both work, but don't use L'Hopital on lim(x->0) (x * sin1x\frac{1}{x}) — this is NOT 0/0 form, it's 0 * bounded.

Trap 5: Canceling before checking lim(x->1) x21(x1)\frac{x^2-1}{(x-1)} = lim (x+1) = 2. Correct. But only valid because we cancel (x-1) and then substitute. Don't substitute x=1 before canceling.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes