Limits
A limit describes the value a function approaches. We write limx→af(x)=L when f(x) gets arbitrarily close to L as x approaches a. Limits are the foundation of all of calculus.
limx→af(x)=L means f(x) stays arbitrarily close to L whenever x is close enough to a (with x=a). The value of f at a itself is irrelevant — a limit describes approach, not arrival.
Limit laws: limits distribute over sums, products, and quotients (nonzero denominator). Direct substitution works for polynomials and other continuous functions. An indeterminate 0/0 form signals algebra: factor, cancel, or rationalize. The cornerstone trig limit is limx→0xsinx=1.
Compute limx→3x−3x2−9. Substitution gives 0/0, so factor: x−3(x−3)(x+3)=x+3 for x=3. Now substitute: the limit is 3+3=6.