Evaluating Limit using Maclaurin series

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 12K views
BrownianMan
Messages
133
Reaction score
0
gif.latex?\lim_{x&space;\to&space;0}\frac{\sin&space;x-x}{2e^x-2-2x-x^2}.gif


This is an example given in my textbook. The final answer is 1/6. I know that sinx and 2e^x have to be replaced with their corresponding Maclaurin series. However, I'm having trouble understanding the steps they took to get the limit in a form in which it could be evaluated by substituting x=0.

If anyone could help, I'd appreciate it!
 

Attachments

  • gif.latex?\lim_{x&space;\to&space;0}\frac{\sin&space;x-x}{2e^x-2-2x-x^2}.gif
    gif.latex?\lim_{x&space;\to&space;0}\frac{\sin&space;x-x}{2e^x-2-2x-x^2}.gif
    788 bytes · Views: 725
Physics news on Phys.org
I concur with vela on the value of the limit.

If you don't actually have to use Maclaurin series to evaluate this limit, it can be found by applying L'Hopital's Rule a few times.
 
Yes, the answer is -1/2!

However, I'm still having some problems.

2k+1&space;\right&space;)!}}{\frac{2x^3}{6}+x^4\sum_{k=4}^{\infty}\frac{2x^{k-4}}{k!}}.gif


I'm not understanding how they went from the limit on the left to the one on the right.
 

Attachments

  • 2k+1&space;\right&space;)!}}{\frac{2x^3}{6}+x^4\sum_{k=4}^{\infty}\frac{2x^{k-4}}{k!}}.gif
    2k+1&space;\right&space;)!}}{\frac{2x^3}{6}+x^4\sum_{k=4}^{\infty}\frac{2x^{k-4}}{k!}}.gif
    2.6 KB · Views: 660
Don't write sin(x) and 2ex as summations. Instead, write sin(x) as x - x3/3! + x5/5! -+ ...
and write 2ex as 2(1 + x + x2/2! + x3/3! + ...)
 
They just wrote the first term of the series explicitly and then factored out the common power of x from the remaining terms. It's easier to see what's going on in this type of problems if you just write out the series like Mark44 suggested.
 
Thanks guys!