f(x) said:
Thx for the help, Vietdao, but could you please explain how you did the followin transformation-:
Yes, of course. Since the denominator is x
4, so any powers of x that are
higher than 4 in the
numerator when divided by the
denominator (i.e, x
4) will tend to 0 as x tend to 0. Right? So they do
not affect the final result. So what we should do is to keep all the x's whose power are less than or equal to 4.
For x near 0, we have:
\sin x = x - \frac{x ^ 3}{3!} + \frac{x ^ 5}{5!} - ...
\cos x = 1 - \frac{x ^ 2}{2} + \frac{x ^ 4}{4!} - ...
When x tends to 0, sin(x) also tends to 0, so, we have:
\cos (\sin x) = 1 - \frac{\sin ^ 2 x}{2} + \frac{\sin ^ 4 x}{4!} - \frac{\sin ^ 6 x}{6!} ...
Since the denominator is in x, we have to make one more change to sin(x), i.e convert them into x.
\cos (\sin x) = 1 - \frac{\left( x - \frac{x ^ 3}{3!} + \frac{x ^ 5}{5!} - ... \right) ^ 2}{2} + \frac{\left( x - \frac{x ^ 3}{3!} + \frac{x ^ 5}{5!} - ... \right) ^ 4}{4!} - \frac{\left( x - \frac{x ^ 3}{3!} + \frac{x ^ 5}{5!} - ... \right) ^ 6}{6!} + ...
Now, the trick is to drop all the powers of x that is higher than 4, the ones that are in
red.
... = 1 - \frac{ x ^ 2 - \textcolor{red}{\frac{x ^ 6}{(3!) ^ 2} + \frac{x ^ {10}}{(5!) ^ 2} - ...} - \frac{x ^ 4}{3} + \textcolor{red}{ \frac{x ^ 6}{60} + ... } }{2} + \frac{x ^ 4 + \textcolor{red}{ ...} }{4!} - \textcolor{red}{\frac{x ^ 6 + ...}{6!}}
After dropping all the unnecessary terms, we have:
... \approx 1 - \frac{1}{2} \left( x ^ 2 - \frac{1}{3} x ^ 4 \right) + \frac{x ^ 4}{24}
Do the same to cos(x), we have:
\cos x = 1 - \frac{x ^ 2}{2} + \frac{x ^ 4}{4!} - \textcolor{red}{ \frac{x ^ 6}{6!} + ...} \approx 1 - \frac{x ^ 2}{2} + \frac{x ^ 4}{4!}
Isnt the above equal to 0 ? (using (sinx/x)=1), whereas the limit computed earlier by the expansion you have listed is 1/6. why don't they match ?
Thx again
Nope, when x tends to 0, sin(x) / x will
tend to 1, that does
not mean that it's 1.
Factor out 1 / x
2, we have:
\frac{1}{x ^ 2} \left( \frac{\sin ^ 2 x}{x ^ 2} - 1 \right)
Now, as x -> 0, the 1 / x
2 will tend to infinity, whereas, sin
2(x)/x
2 will
tend to 1. Note that, it only tends to 1, it's
not equal to 1. So actually, it's the form 0 \times \infty
Is everything clear now? :)