Math Lab

Limit of sin(x)/x near 0

Limits and Derivatives · Class XI

Zoom h toward 0 and watch sin(h)/h hug the value 1. The famous limit, made visible.

0.1
type a value
0.00011.5
Live values
  • sin(h)/h0.9983
  • 1 − sin(h)/h0.0017
  • Series next term-0.0017
xy
  • y = sin(x)/x

Formulas in this lab

  • sin(h)/h
    sinhh\dfrac{\sin h}{h}
  • 1 − sin(h)/h
    1sinhh1 - \dfrac{\sin h}{h}
  • Series next term
    h2/6-h^2/6
Tip: sin(h)/h ≈ 1 − h²/6 + ··· , the smaller h, the closer to 1.

Frequently asked questions

Why is $\lim_{x\to 0}\frac{\sin x}{x} = 1$?

Near $0$, the Taylor series gives $\sin x = x - x^3/6 + x^5/120 - \ldots$. Dividing by $x$ yields $1 - x^2/6 + \ldots$, which approaches $1$ as $x\to 0$. This is the cornerstone limit for differentiating $\sin x$ from first principles.

How do I use the $\sin x/x$ limit lab?

Slide the probe $h$ closer and closer to $0$. The lab reports $\sin(h)/h$, the error $1 - \sin(h)/h$ and the next series term $-h^2/6$. At $h = 0.1$, $\sin(h)/h \approx 0.99833$, exactly $1 - 0.01/6$.

Why must $x$ be in radians for this limit?

The expansion $\sin x = x - x^3/6 + \ldots$ requires $x$ in radians. If you plug in degrees, $\sin x$ grows much slower per unit $x$, and the limit becomes $\pi/180$, not $1$. Many students lose marks by computing $\sin(30^\circ)/30 = 0.0167$ and panicking. Radians always for limits.

Where is this limit used in JEE Physics?

Small-angle approximation: pendulum period derivation uses $\sin\theta \approx \theta$ for small $\theta$, valid because $\sin\theta/\theta\to 1$. Same idea underpins fringe spacing in Young's double-slit experiment and pendulum SHM. The lab gives you confidence to make the approximation in physics MCQs.