Solving limit using tailor series

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Limit Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
transgalactic
Messages
1,386
Reaction score
0
[tex] \lim _{x->0} \frac{cos(xe^x)-cos(xe^{-x})}{x^3}\\[/tex]
[tex] e^x=1+x+O(x^2)\\[/tex]
[tex] e^{-x}=1-x+O(x^2)\\[/tex]
[tex] xe^x=x+O(x^2)\\[/tex]
[tex] cos(x)=1-\frac{1}{2!}x^2+O(x^3)\\[/tex]
[tex] \lim_{x->0} \frac{1-\frac{1}{2!}(x+O(x^2))^2+O(x^3)-1+\frac{1}{2!}(x+O(x^2))^2+O(x^3)}{x^3}[/tex]

but i don't know how to deal with the remainders
there squaring of them etc..

??
 
Physics news on Phys.org
Hi transgalactic! :smile:

hmm … from the x3 on the bottom, I'd guess you need to specify the x2 terms as well, and not start the Os until O(x3)

or you could just use cosA - cosB = 2.sin(A+B)/2.sin(A-B)/2 :wink:
 
i substituted functions one into another
that what i got.
where is my mathematical mistake there??

how to open this expression and having one O()
??
 
i tried to solve it again
[tex] \lim _{x->0} \frac{cos(xe^x)-cos(xe^{-x})}{x^3}\\<br /> e^x=1+x+O(x^2)\\<br /> [tex] e^{-x}=1-x+O(x^2)\\[/tex]<br /> [tex] xe^x=x+x^2+O(x^2)[/tex]<br /> [tex] xe^{-x}=x-x^2+O(x^2)[/tex]<br /> [tex] cos(x)=1-\frac{1}{2!}x^2+O(x^3)\\[/tex]<br /> [tex] \lim_{x->0} \frac{1-\frac{1}{2!}(x+x^2+O(x^2))^2+O(x^3)-1+\frac{1}{2!}(x-x^2+O(x^2))^2+O(x^3)}{x^3}=\\[/tex]<br /> [tex] =\lim_{x->0} \frac{1-\frac{1}{2!}(x^2+O(x^2))+O(x^3)-1+\frac{1}{2!}(x^2+O(x^2))+O(x^3)}{x^3}=0\\[/tex]<br /> <br /> the answer is 1/2<br /> why i got 0??[/tex]
 
Hi transgalactic! :smile:

Thta's actually pretty good, except …
transgalactic said:
[tex]cos(x)=1-\frac{1}{2!}x^2+O(x^3)\\[/tex]

should be O(x4) at the end, not O(x3)

and in the last line you should have x3 terms also …

they're the ones that don't cancel! :smile:

(and btw, it's "taylor", and why do you keep writing 2! instead of just 2? :wink:)