Mathematics → Calculus → sin(x)/x
On the Calculus page we listed this fact alongside as if they were equally obvious. They are not. This page explains why.
Try to evaluate by direct substitution. You get — a form that tells you nothing. The limit might be 0, or 1, or 7, or it might not exist at all. Direct substitution has failed.
Now try numerically. Set your calculator to radians and compute:
x = 1.0
0.841471
x = 0.5
0.958851
x = 0.1
0.998334
x = 0.01
0.999983
x = 0.001
0.999999
x = → 0
→ 1.000000
The ratio marches steadily toward 1. But numerical evidence isn't proof — it shows us where to aim, not why we get there.
The natural instinct is to reach for L'Hôpital's Rule — differentiate the numerator and denominator separately when facing :
It gives the right answer. But this argument is circular. L'Hôpital requires us to know that , and the standard proof of that derivative begins exactly here:
Simplify and you need to proceed. We cannot use L'Hôpital here without already knowing what we're trying to prove. We need an independent argument — and that argument turns out to be geometric.
Consider a unit circle centred at the origin. Fix an angle . Label three points:
— the origin
— where the circle meets the positive -axis
— the point on the circle at angle
— where the ray meets the tangent
These four points define three regions whose areas we can compute exactly. Drag the slider to see how they relate:
Interactive — drag to change x
x = 0.700 rad (40.1°)
Triangle OAP
0.3221
Sector OAP
0.3500
Triangle OAQ
0.4211
ratio sin(x) / x
0.920311
→ 1.000000 as x → 0
Triangle OAP
base = OA = 1, height = sin x
Sector OAP
unit circle sector formula
Triangle OAQ
base = OA = 1, height = tan x
The containment is clear from the diagram: the green triangle fits inside the blue sector, which fits inside the amber triangle. Therefore:
We have the area inequality. Now we apply the tool that turns it into a limit.
Theorem — Squeeze Theorem (Sandwich Theorem)
The function is squeezed between and . If both bounds converge to the same value, has no room to go anywhere else. We now apply this to our area inequality.
Divide the inequality through by (which is positive for ):
Take reciprocals — this reverses the inequalities:
Now let . We know (cosine is continuous and ). The upper bound is already the constant 1. So our function is squeezed between something approaching 1 and the constant 1. The squeeze theorem delivers the result.
The argument for follows by symmetry: , so the left-sided limit equals the right-sided limit. The two-sided limit is therefore 1.
Theorem — Fundamental Trigonometric Limit
We went through all of this for a reason. With in hand, we can now prove the derivative of sine from first principles — no circular reasoning. We need one more limit first, which follows directly:
Proof: multiply numerator and denominator by to get .
Now expand the derivative definition using the angle addition formula:
The two limits we just proved slot in exactly where needed. The derivative of sine is cosine — derived cleanly, without circularity, from geometry.
Why this matters for machine learning
The geometric squeeze argument is old. Euler used area inequalities on the unit circle in Introductio in Analysin Infinitorum (1748) to establish trigonometric properties. The squeeze theorem in its modern form — with an explicit statement and proof — was formalized by Augustin-Louis Cauchy in his landmark Cours d'Analyse (1821), the same work that gave us the ε-δ definition of a limit.
The proof in exactly the form presented here — three nested regions on a unit circle, area inequalities, squeeze to the limit — appears in these standard references:
Michael Spivak (1967)
Calculus
4th ed., Chapter 15 — Spivak explicitly names the L'Hôpital circularity trap, which most textbooks silently commit. The most rigorous undergraduate treatment.
Tom M. Apostol (1967)
Calculus, Vol. 1
2nd ed., §2.3 — Apostol's treatment is careful and terse. The geometric argument is presented with full rigor and the squeeze theorem is proved before it is used.
James Stewart (2015)
Calculus: Early Transcendentals
8th ed., §3.3 — The most widely used calculus textbook in the world. The proof here is essentially Stewart's, made more explicit about the circularity.
Leonhard Euler (1748)
Introductio in Analysin Infinitorum
Vol. 1 (1748) — The original source of the unit-circle area approach to trigonometric limits. Euler did not yet have the squeeze theorem by name, but the geometric intuition is all here.