Key results:
- lim(x->0) = 1
- lim(x->0) = ln(a)
- lim(x->0) ln = 1
- lim(x->0) (e^(ax) - e^(bx))/x = a - b
Useful manipulation: For lim(x->0) : = lim(x->0) [( - 1) - ( - 1)]/x = lim(x->0) - = ln(a) - ln(b) = ln
For expressions like lim(x->0) (e^(sin x) - 1)/x: Rewrite as [(e^(sin x) - 1)/sin x] * [sin x / x] = 1 * 1 = 1 This "chain substitution" technique is powerful: if f(x) -> 0, then (e^(f(x)) - 1)/f(x) -> 1.
Logarithmic limits at infinity:
- lim(x->infinity) ln = 0 (log grows slower than linear)
- lim(x->0+) x * ln(x) = 0 (substitute x = e^(-t), t -> infinity, get -t/ -> 0)