Limit of sin x / x
#1x→0limxsinx=1 💡 Works for radians only. Also: lim(tan x / x) = 1 and lim(sin(kx) / (kx)) = 1 as x approaches 0.
Exponential Limit (1 + x)^(1/x)
#2x→0lim(1+x)1/x=eor equivalentlyn→∞lim(1+n1)n=e 💡 For the general form: lim [1 + f(x)]^(1/f(x)) = e when f(x) approaches 0. Use this to handle 1^infinity forms.
Limit of (e^x - 1)/x
#3x→0limxex−1=1 💡 Useful for converting exponential limits into simpler forms. Substitute t = e^x - 1 when needed.
Limit of (a^x - 1)/x
#4x→0limxax−1=loga(a>0) 💡 Here log means log base e (natural logarithm). This follows from writing a^x = e^(x log a) and using the (e^t - 1)/t limit.
Limit of (x^n - a^n)/(x - a)
#5x→alimx−axn−an=n⋅an−1 💡 Valid for all real n. This is essentially the derivative of x^n at x = a from first principles.
L'Hopital's Rule
#6If x→alimg(x)f(x)=00 or ±∞±∞, then x→alimg(x)f(x)=x→alimg′(x)f′(x) 💡 Always verify the 0/0 or infinity/infinity indeterminate form before applying. May need to be applied repeatedly.
⚠ Applying L'Hopital's rule when the limit is NOT in 0/0 or infinity/infinity form gives wrong answers.
Condition for Continuity
#7f is continuous at x=a⟺x→a−limf(x)=x→a+limf(x)=f(a) 💡 All three must exist and be equal: left-hand limit, right-hand limit, and the function value at the point.
Derivative from First Principles
#8f′(a)=h→0limhf(a+h)−f(a) 💡 Also called the limit definition of derivative. Both left-hand derivative (h approaches 0 from negative side) and right-hand derivative must be equal for differentiability.
Rolle's Theorem
#9If f is continuous on [a,b], differentiable on (a,b), and f(a)=f(b), then ∃c∈(a,b) such that f′(c)=0 💡 All three conditions must hold: continuity on [a,b], differentiability on (a,b), and f(a) = f(b). If any fails, the theorem cannot be applied.
Lagrange's Mean Value Theorem (LMVT)
#10If f is continuous on [a,b] and differentiable on (a,b), then ∃c∈(a,b) such that f′(c)=b−af(b)−f(a) 💡 LMVT is a generalization of Rolle's theorem (Rolle's is the special case when f(a) = f(b)). Geometrically, the tangent at c is parallel to the secant joining (a, f(a)) and (b, f(b)).