Skip to content

Limits, Continuity & Differentiability

Foundational Limit Definition

We write $\lim_{x \to a} f(x) = L$ if for every $\epsilon > 0$, there exists $\delta > 0$ such that $0 < |x - a| < \delta \implies |f(x) - L| < \epsilon$. The limit exists if and only if the Left Hand Limit (LHL) and Right Hand Limit (RHL) are finite and equal: $$\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L$$


1. Standard Fundamental Limits

limx0sinxx=1,limx0tanxx=1,limx01cosxx2=12limx0ex1x=1,limx0ln(1+x)x=1,limx0(1+x)n1x=n

Indeterminate Form 1

If limxaf(x)=1 and limxag(x)=, then:

limxa[f(x)]g(x)=elimxag(x)[f(x)1]

2. Taylor & Maclaurin Series Expansions (Speed Secret)

For resolving challenging 0/0 limits where L'Hôpital requires 4+ tedious derivative iterations:

sinx=xx33!+x55!cosx=1x22!+x44!tanx=x+x33+2x515+ex=1+x+x22!+x33!+ln(1+x)=xx22+x33(1<x1)

3. Continuity & Intermediate Value Theorem

A function f(x) is continuous at x=a iff:

limxaf(x)=f(a)limh0f(ah)=limh0f(a+h)=f(a)

Intermediate Value Theorem (IVT)

If $f: [a, b] \to \mathbb{R}$ is continuous and $f(a) \neq f(b)$, then for every value $u$ between $f(a)$ and $f(b)$, there exists at least one $c \in (a, b)$ such that $f(c) = u$.
Bolzano's Corollary: If $f(a) \cdot f(b) < 0$, then $f(x) = 0$ has at least one real root in $(a, b)$.


4. Differentiability from First Principles

f(x) is differentiable at x=a iff the derivative limit exists:

f(a)=limh0f(a+h)f(a)h
  • Left Derivative (LHD): f(a)=limh0+f(ah)f(a)h
  • Right Derivative (RHD): f(a+)=limh0+f(a+h)f(a)h
Differentiability at aLHD=RHDR

Crucial Hierarchy

$$\text{Differentiability} \implies \text{Continuity} \implies \text{Limit Existence}$$ The converses are FALSE. $f(x) = |x|$ is continuous at $x = 0$ with $\text{LHD} = -1 \neq \text{RHD} = +1$, so it is non-differentiable at $0$.