Finding the limit of an indeterminate using series, not lhopitals

  • Thread starter Thread starter proace360
  • Start date Start date
  • Tags Tags
    Limit Series
proace360
Messages
27
Reaction score
0

Homework Statement


My calc teacher says that we should do the problem "by series", even though it is in the section of the book where the teach L'Hopital's rule.

For example, one of the questions is:

<br /> <br /> \lim_{x\rightarrow 0} \frac{sin(x)}{\sqrt{x}}<br /> <br />


The Attempt at a Solution



Using L'Hopital's rule, you eventually get 0.

I managed to make a series for it...
\sum_{n=0}^\infty \frac{\frac{(-1)^n\*x^{2n+1}}{(2n+1)!}}{x^\frac{1}{2}}

but after that, i don't know what to do
 
Physics news on Phys.org
You can turn that into

\sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+.5}}{(2n+1)!}

by canceling the x in the denominator
 
yeah, i just simplified it on my homework, but after that, would you simply just plug 0 into x? it may give 0 for this problem, but for the other problems (after find the power series for them) it wouldn't give the right answer... so what would i do?
 
Another way to do this that does not use "L'Hopital" nor "series" is to write
\frac{sin(x)}{\sqrt{x}}= \sqrt{x}\frac{sin(x)}{x}
and use the fact that
\lim_{x\to 0}\frac{sin(x)}{x}= 1[/itex]
 
it would work that way too, but i just don't know what to do, as the professor specifically asked for it to be done "by series". and i am at a loss as to knowing how it can be done that way.
 
still need some help lol
 
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