Vocab
Limit
Math glossaryLimit
limxaf(x)=L\lim_{x\to a}f(x)=L

The value a function approaches as its input approaches a target.

Learn more
One-sided limit
Math glossaryOne-sided limit
limxaf(x),limxa+f(x)\lim_{x\to a^-}f(x),\quad\lim_{x\to a^+}f(x)

A limit taken from only the left or only the right.

Learn more
Continuity
Math glossaryContinuity
limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a)

At a point, the function value exists and equals the limit there.

Learn more
Indeterminate form
Math glossaryIndeterminate form
00,\frac00,\quad\frac\infty\infty

A substitution form that does not determine a limit by itself.

Learn more
Squeeze theorem
Math glossarySqueeze theorem
g(x)f(x)h(x)g(x)\le f(x)\le h(x)

Traps a function between two functions with the same limit.

Learn more
Math glossary

One-sided limits and jump discontinuities

A two-sided limit exists only when the function approaches the same value from the left and from the right.

LaTeX article Updated July 13, 2026

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

Direction belongs to the input

The notation x → a⁻ means x approaches a through values smaller than a. The plus sign means values larger than a.

A one-sided limit reads the behavior on only one branch of a piecewise graph, so it can exist even when the full two-sided limit does not.

limxaf(x)=Llimxa+f(x)=L+\lim_{x\to a^-}f(x)=L_-\qquad\lim_{x\to a^+}f(x)=L_+

The two sides must agree

A two-sided limit is a single claimed destination. If the left and right approaches disagree, no single number describes the nearby behavior.

Do not average the two values. The limit is about agreement, not finding a compromise between branches.

L=2, L+=5limxaf(x) DNEL_-=2,\ L_+=5\quad\Rightarrow\quad\lim_{x\to a}f(x)\text{ DNE}

Function value and limit answer different questions

The point f(a) may equal one side, the other side, or neither. Changing a single plotted point does not change the nearby approach.

Continuity requires all three pieces: the function is defined, the two-sided limit exists, and that limit equals the function value.

f(a) exists,limxaf(x) exists,limxaf(x)=f(a)f(a)\text{ exists},\quad\lim_{x\to a}f(x)\text{ exists},\quad\lim_{x\to a}f(x)=f(a)

Worked example

Common mistakes

  • Using the branch's endpoint symbol to choose a limit side.
  • Averaging unequal one-sided limits.
  • Assuming f(a) determines the nearby limit.

Keep these ideas

  • Minus approaches from smaller inputs.
  • Both sides must approach one value.
  • Continuity also checks the actual function value.