How can I prove that $\lim_{x \to 0}{\frac{x-\sin{x}}{x^3}}=\frac{1}{6}$
without using L'Hospital or Taylor series?
thanks :)
How can I prove that $\lim_{x \to 0}{\frac{x-\sin{x}}{x^3}}=\frac{1}{6}$
without using L'Hospital or Taylor series?
thanks :)
Let $L = \lim_{x \to 0} \dfrac{x - \sin(x)}{x^3}$. We then have \begin{align} L & = \underbrace{\lim_{y \to 0} \dfrac{3y - \sin(3y)}{27y^3} = \lim_{y \to 0} \dfrac{3y - 3\sin(y) + 4 \sin^3(y)}{27y^3}}_{\sin(3y) = 3 \sin(y) - 4 \sin^3(y)}\\ & = \lim_{y \to 0} \dfrac{3y - 3\sin(y)}{27 y^3} + \dfrac4{27} \lim_{y \to 0} \dfrac{\sin^3(y)}{y^3} = \dfrac{3}{27} L + \dfrac4{27} \end{align} This gives us $24L = 4 \implies L = \dfrac16$
Note: The original question didn't say anything about not using Taylor series. Then, after I answered this, the OP changed the question and said didn't want Taylor series either.
Another option would be using power series (aka Maclaurin series aka Taylor series centered at 0)
$\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots$
At this point, it's pretty easy.
Short answer: function discussion. Long answer (details) is here.
First step. Your fraction is an even function so it is enough to consider the right limit.
Second step. Define the functions $f(x):=\sin(x)-x+\frac{1}{6}x^3$ and $g(x):=\sin(x)-x+\frac{1}{6}x^3-\frac{1}{120}x^5$ on the interval $[0, 0.1]$.
Third step. Prove that $f$ is strictly increasing and $g$ is strictly decreasing. ($f(0)=0$, it is enough $f'>0$. $f'(0)=0$, so it is enough $f''>0$ and so on. Similarly for $g$.
Forth step. From the third step $ x-\frac{1}{6}x^3<\sin(x)
Assuming $f$ is sufficiently smooth, repeated application of the fundamental theorem of the calculus gives (finite Taylor expansion) $f(x) = f(0)+f'(0)x+\frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \int_0^x (x-t)^2 \frac{(f'''(t)-f'''(0))}{2!}\, dt$
Using the fact that $\sin' = \cos, \cos' = -\sin$, we can then expand $f(x) = \sin x$ as $ \sin x = x -\frac{x^3}{6} + \int_0^x (x-t)^2 \frac{(-\cos t +1)}{2!}\, dt$ Let $\epsilon>0$, and choose $\delta>0$ such that if $|t|< \delta$, then $|1-\cos t| < \epsilon$. Then, replacing $1-\cos t$ by $\epsilon$ and integrating, we have the estimate $ |\sin x - x + \frac{x^3}{6} | \leq \epsilon \frac{|x|^3}{6}$ If $0 < |x| < \delta$, then dividing through by $|x^3|$ gives: $ | \frac{\sin x - x}{x^3} +\frac{1}{6} | \leq \frac{\epsilon}{6} < \epsilon$ The desired limit follows.
The following argument is based on the suggestions by vesszabo. (I do not restrict the functions to the interval $[0, \, 0.1]$ as vesszabo did. That would erroneous because we are looking for the limit at $0$.) It is a rigorous argument and it does avoid using Taylor's Theorem ... but it is still hokey. The choice to use the functions $f$ and $g$ is guided by Taylor's Theorem.
Demonstration
$f$ is a function defined by \begin{equation*} f(x) = \sin{x} - x + \frac{1}{6} \, x^{3} . \end{equation*} This function is differentiable, and \begin{equation*} f^{\prime}(x) = \cos{x} - 1 + \frac{1}{2} \, x^{2} . \end{equation*} Likewise, this derivative is differentiable, and \begin{equation*} f^{\prime\prime}(x) = -\sin{x} + x . \end{equation*} $f(0) = f^{\prime}(0) = 0$, but since $f^{\prime\prime}(x) > 0$ for every positive, real number $x$, $f^{\prime}(x)$ is an increasing function, and since $f^{\prime}(0) = 0$, $f^{\prime}(x) > 0$ for every positive, real number $x$. According to a corollary to the Mean Value Theorem, $f$ is an increasing function. $f(0) = 0$, and so $f(x) > 0$ for every positive, real number $x$.
$g$ is another twice-differentiable function defined by \begin{equation*} g(x) = \sin{x} - x + \frac{1}{6} \, x^{3} - \frac{1}{120} x^{5} = f(x) - \frac{1}{120} x^{5} . \end{equation*} For every positive, real number $x$, \begin{equation*} g^{\prime\prime}(x) = f^{\prime\prime}(x) - \frac{1}{6} x^{3} = - f(x) < 0 . \end{equation*} According to a corollary to the Mean Value Theorem, $g^{\prime}$ is a decreasing function. $g^{\prime}(0) = 0$, and so $g^{\prime}(x) < 0$ for every positive, real number $x$. According to a corollary to the Mean Value Theorem, $g$ is a decreasing function. $g(0) = 0$, and so $g(x) < 0$ for every positive, real number $x$.
So, for every positive, real number $x$, \begin{equation*} \frac{1}{6} \, x^{3} - \frac{1}{120} x^{5} < x - \sin{x} < \frac{1}{6} \, x^{3} , \end{equation*} and \begin{equation*} \frac{1}{6} - \frac{1}{120} x^{2} < \frac{x - \sin{x}}{x^{3}} < \frac{1}{6} . \end{equation*} According to the Squeeze Theorem, \begin{equation*} \lim_{x\to0^{+}} \frac{x - \sin{x}}{x^{3}} = \frac{1}{6} . \end{equation*}
$f$ and $g$ are odd functions. So, for every negative, real number $x$, \begin{equation*} \frac{1}{6} \, x^{3} < x - \sin{x} < \frac{1}{6} \, x^{3} - \frac{1}{120} x^{5} , \end{equation*} and \begin{equation*} \frac{1}{6} - \frac{1}{120} x^{2} < \frac{x - \sin{x}}{x^{3}} < \frac{1}{6} . \end{equation*} Again, according to the Squeeze Theorem, \begin{equation*} \lim_{x\to0^{-}} \frac{x - \sin{x}}{x^{3}} = \frac{1}{6} . \end{equation*} A function that has the same left-sided and right-sided limits at $0$ has a limit at $0$. \begin{equation*} \lim_{x\to0} \frac{x - \sin{x}}{x^{3}} = \frac{1}{6} . \end{equation*}