How can the Taylor series help prove the limit of cosine?

Damidami
Messages
93
Reaction score
0
I have to prove that
\cos(x) = 1 - \frac{x^2}{2} + O(x^4) (x \to 0)

My ugly attempt:
\lim_{x \to 0} \frac{\cos(x) - 1 + \frac{x^2}{2}}{x^4}

\lim_{x \to 0} \frac{\cos(x) - 1}{x^4} + \frac{1}{2x^2}

\lim_{x \to 0} \frac{\sin(x)}{4x^3} + \frac{1}{2x^2}

\lim_{x \to 0} \frac{1}{4x^2} + \frac{1}{2x^2}

\lim_{x \to 0} \frac{1}{4x^2} + \frac{2}{4x^2} = \frac{3}{4x^2} = \infty (It should be a finite number)

Something does not work here, any help? Thanks!
 
Physics news on Phys.org
Have you looked at the Taylor series with remainder theorem?
 
LCKurtz said:
Have you looked at the Taylor series with remainder theorem?

Hi LCKurtz,
I was searching an alternative (and elementary) way to prove it (otherwise there is nothing to prove, right?)

My thought was: It should work using L'Hopital some finite numer of times, doesn't it? I don't know what am I doing wrong.

Thanks.
 
Damidami said:
Hi LCKurtz,
I was searching an alternative (and elementary) way to prove it (otherwise there is nothing to prove, right?)

My thought was: It should work using L'Hopital some finite numer of times, doesn't it? I don't know what am I doing wrong.

Thanks.

Yes, you can do it that way:

\lim_{x\rightarrow 0}\frac{\cos(x)-1+\frac{x^2}{2}}{x^4}<br /> =\lim_{x\rightarrow 0}\frac{-\sin(x)+x}{4x^3}

and keep going as long as you have 0/0 form. You get 1/24 eventually.
 
LCKurtz said:
Yes, you can do it that way:

\lim_{x\rightarrow 0}\frac{\cos(x)-1+\frac{x^2}{2}}{x^4}<br /> =\lim_{x\rightarrow 0}\frac{-\sin(x)+x}{4x^3}

and keep going as long as you have 0/0 form. You get 1/24 eventually.

You are completely right! Thanks!

I think my mistake was in the second step:

\lim_{x \to 0} \frac{\cos(x) - 1}{x^4} + \frac{1}{2x^2}

The limit of a sum is the sum of the limit only of both limits exists right? But the second one clearly is +\infty and that isn't a real number, so that theorem does not apply, am I right now?

Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top