I’m looking for a proof of $ \displaystyle \lim_{x \to 0} \frac{\sin(x)}{x} = 1 $ that does not use other trigonometric functions or any first-order approximation to the sine function. Is this possible? The other proofs that I’ve seen on this website don’t really fit these stringent requirements, so I was hoping to see a different kind of demonstration altogether. Thanks!!
|
|
An interesting proof that sees no trigonometry or Maclaurin series until the very final conclusion (at the cost of doing Riemann integration): Define a function $ \theta: [-1,1] \to \mathbb{R} $ as follows: $$ \forall a \in [-1,1]: \quad \theta(a) \stackrel{\text{def}}{=} \int_{0}^{a} \sqrt{1 - x^{2}} ~ d{x}. $$ For each $ a \in [-1,1] $, we can interpret $ \theta(a) $ as the signed arc-length of the parametrized curve $$ \left\{ \left( x,\sqrt{1 - x^{2}} \right) \in \mathbb{S}^{1} ~ \Big| ~ \text{$ x $ is between $ 0 $ and $ a $} \right\}. $$ Observe that $ \theta $ has the following properties:
There is thus an inverse function $ \theta^{-1}: \text{Range}(\theta) \to [-1,1] $, and we define the sine function (or at least part of it) by
Hence, \begin{align} \lim_{a \to 0} \frac{\sin(\theta(a))}{\theta(a)} &= \lim_{a \to 0} \frac{{\theta^{-1}}(\theta(a))}{\theta(a)} \\ &= \lim_{a \to 0} \frac{a}{\theta(a)} \\ &= \lim_{a \to 0} \frac{a}{\displaystyle \int_{0}^{a} \sqrt{1 - x^{2}} ~ d{x}} \quad (\text{By definition.}) \\ &= \lim_{a \to 0} \frac{1}{\sqrt{1 - a^{2}}} \quad (\text{By l’Hôpital’s Rule.}) \\ &= 1. \end{align} Therefore, $$ \lim_{\theta \to 0} \frac{\sin(\theta)}{\theta} = 1. $$ |
|||||||||||||||||
|
|
If you're not defining $\sin$ via Taylor series, the obvious other rigorous alternative would be to define it (near $0$) as the inverse function of $\arcsin$, where we take $\arcsin y = \int_0^y \frac{dt}{\sqrt{1-t^2}}$. Then \begin{eqnarray} \int_0^y \frac{dt}{\sqrt{1-t^2}} &<& \int_0^y \frac{dt}{\sqrt{1-y^2}} = \frac{y}{\sqrt{1-y^2}} \\ \int_0^y \frac{dt}{\sqrt{1-t^2}} &>& \int_0^y \, dt = y \end{eqnarray} So $\sqrt{1-y^2}<\frac{y}{\arcsin y}<1$, and thus $\lim_{y \to 0} \frac{y}{\arcsin y} =1$ by the squeeze theorem. After making the change of variables $x=\arcsin y$ in this last limit (justified because $\arcsin y$ is continuous and monotone), it follows that $\lim_{x \to 0} \frac{\sin x}{x}=1$. |
|||||||
|
|
Taking the definition $$\sin(x)=\frac{1}{2i} (e^{ix} - e^{-ix}) $$ Than you get from the exponentialfunction the identity $$\sin(x)=\sum_{k=0}^\infty (-1)^n \frac{x^{2n+1}}{(2n+1)!}=x-\frac{x^3}{3!}+\frac{x^5}{5!}\mp \cdots$$ So we have $$\lim_{x\rightarrow 0 } \frac{\sin(x)}{x}=\lim_{x\rightarrow 0} 1-\frac{x^2}{3!} + \frac{x^4}{5!}\mp \cdots=1$$ Else you could define $$\sin(x)=x\prod_{k=1}^\infty \left(1-\frac{x^2}{k^2 \pi^2 } \right)$$ Than $$\lim_{x\rightarrow 0 } \frac{\sin(x)}{x} =\lim_{x\rightarrow 0} \prod_{k=1}^\infty \left(1-\frac{x^2}{k^2\pi^2}\right)$$ |
|||||
|
|
I'm assuming that OP uses the geometric (slightly non-rigorous) definition of the trigonometric functions, i.e., $(\cos(t),\sin(t))$ is the point on the unit circle forming angle $t$ with the positive $X$ axis). The requested limit (known as the first fundamental limit) can't be computed by any method that relies on the fact that $\sin'(x)=\cos(x)$ (in fact, this limit is required in the proof of that fact), and I think this is the point of this exercise. Here is a geometric proof, legitimate along these lines. |
|||||
|

