Skip to content

Limits, Continuity & Differentiability

Foundational Limit Definition

We write limxaf(x)=L if for every ϵ>0, there exists δ>0 such that 0<|xa|<δ|f(x)L|<ϵ. The limit exists if and only if the Left Hand Limit (LHL) and Right Hand Limit (RHL) are finite and equal:

limxaf(x)=limxa+f(x)=L

1. Standard Fundamental Limits

📊Visual Mathematical Intuition
Limits (LHL = RHL), Removable Holes & Sharp Corner Non-Differentiability
LHL → L ← RHL = L Limit Exists, but f(a) Undefined (Hole) Slope = -1 (LHD) Slope = +1 (RHD) Sharp Corner: LHD ≠ RHD (No Derivative)
Limit Existence:limxaf(x)=L    limxaf(x)=limxa+f(x)=L\lim_{x\to a} f(x) = L \iff \lim_{x\to a^-} f(x) = \lim_{x\to a^+} f(x) = L
Differentiability:f(a) exists    LHD=f(a)=f(a+)=RHDf'(a) \text{ exists} \iff LHD = f'(a^-) = f'(a^+) = RHD
Sharp Corner Flaw:f(x)=x    LHD=1+1=RHDf(x) = |x| \implies LHD = -1 \neq +1 = RHD

Left-Hand vs Right-Hand Limits converging to a removable hole LHL=RHL=LLHL = RHL = L, contrasted with sharp corner non-differentiability in f(x)=xf(x) = |x| where LHD=1+1=RHDLHD = -1 \neq +1 = RHD.

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]R is continuous and f(a)f(b), then for every value u between f(a) and f(b), there exists at least one c(a,b) such that f(c)=u.
Bolzano's Corollary: If f(a)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

DifferentiabilityContinuityLimit Existence

The converses are FALSE. f(x)=|x| is continuous at x=0 with LHD=1RHD=+1, so it is non-differentiable at 0.