Why is the limit of sin x over x equal to 1?

A foundational limit whose real proof comes from geometry, not from plugging in zero and hoping.

LaTeX article Updated July 11, 2026

limx0sinxx=1\lim_{x\to0}\frac{\sin x}{x}=1

Why direct substitution does not answer it

Substituting zero produces 0/0. That expression is not the value of the limit; it is a warning that two quantities are approaching zero and their relative rates still need to be compared.

The limit asks about nearby nonzero inputs. The function can be undefined at zero and still approach a perfectly definite value there.

The geometric squeeze

On the unit circle, for a small positive angle x in radians, the vertical segment has length sin x, the arc has length x, and the tangent segment has length tan x. Their areas give sin x < x < tan x.

After dividing carefully and using symmetry for negative x, cos x is less than sin x divided by x, which is less than 1. Both outside expressions approach 1.

cosxsinxx1\cos x\le \frac{\sin x}{x}\le1

Why radians matter

The arc length on the unit circle equals the angle only in radians. In degrees, the limit would carry a conversion factor. Calculus formulas look clean because radians build that factor into the definition of angle.

Worked example

Common mistakes

  • Treating 0/0 as an answer instead of an indeterminate form.
  • Using degrees without the conversion factor.
  • Applying the fact when the inner expression does not approach zero.

Keep these ideas

  • A missing function value does not prevent a limit.
  • The proof is a squeeze built from unit-circle geometry.
  • Recognize and manufacture the sin u / u pattern.
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