Find limits for x to infinity with L'Hopital

Fairy111
Messages
72
Reaction score
0

Homework Statement



For the following function decide whether f(x) tends to a limit as x tends to infinity. If the limit exists find it.

Homework Equations



f(x)=[xsinx]/[x^2 +1]

The Attempt at a Solution



I thought about using L'Hopitals rule, so i got:

[sinx + xcosx]/[2x]

So, sinx will keep between 0 and 1, and the xcosx and the 2x would both tend to infinity maybe?

Im not really sure though.
 
Physics news on Phys.org


l'Hopital's rule is going to get you into trouble here. x^2+1 goes to infinity, but x*sin(x) does not. It's oscillates. So l'Hopital doesn't apply. You'll have to approach the limit in a more basic way. How about dividing numerator and denominator by x?
 


A different approach is to use the fact that for x>=0, -x <= xsinx <= x, which means that (again for x >= 0)
\frac{-x}{x^2 + 1} \leq \frac{x sin(x)}{x^2 + 1} \leq \frac{x}{x^2 + 1}

The outermost expressions both have limits as x approaches infinity, and you can exploit this fact to say something about the expression in the middle. This idea is referred to in some texts as the "squeeze" theorem or "squeeze-play" theorem.
 
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