Finding the limit as x-> infinity: [sqrt(5 + 5x^2)]/(5 + 7x)

  • Thread starter Thread starter Lo.Lee.Ta.
  • Start date Start date
  • Tags Tags
    Infinity Limit
Lo.Lee.Ta.
Messages
217
Reaction score
0
Finding the limit as x--> infinity: [sqrt(5 + 5x^2)]/(5 + 7x)

1. lim[√(5 + 5x^2)]/(5 +7x)
x→∞

2. Alright, I thought I would have first find the largest exponent of x in the denominator.

In this case, the largest exponent is x^1.
The next step is to divide every term by x^1.

Since I cannot divide something in a square root by x, I thought I COULD multiply it by
√(1/x^2). That's the same thing as dividing by x.

So, this is what I have:

[√(1/x^2)*√(5 + 5x^2)]/(5/x + 7x/x)

= [ √(5/(x^2) + 5x^2/x^2) / ((5/x) + 7) ] * (1/x^2)/(1/x)

= √((5/x^2) + 5) / ((5/x) + 7)

Then I thought if you substitute infinity for x here, then the (5/x^2) and the 5/x both equal 0.

So, it's √((5/0) + 5) / (0 + 7)

= √(5)/7

...This is not the right answer... =_=
Could you find my mistakes?
Thank you so much!
 
Physics news on Phys.org


I was able to transform the expression to:
EDIT: The TEX was just too tedious correct after making it wrong, so I am corrected my mistake in plain text:
(sqrt((5/x^2)+5))/((5/x)+7)

Upon letting x increase without end, I found the same limit as you did,
\frac{\sqrt{5}}{7}
 


You're answer is correct:

\lim_{x\rightarrow+\infty}\frac{\sqrt{5x^{2}+5}}{7x+5}=\lim_{x\rightarrow+\infty}\sqrt{\frac{5x^{2}+5}{(7x+5)^{2}}}=\lim_{x \rightarrow +\infty} \sqrt{\frac{5x^2+5}{49x^2+70x+25}}=\lim_{x \to +\infty}\sqrt{\frac{5x^2}{49x^2}}=\frac{\sqrt{5}}{7}
 
Last edited by a moderator:


Worked solution, because it may be somewhat different from LoLeeTa and mtayab1994.
(Attached)
 

Attachments

  • lim_sqrt_ratio.JPG
    lim_sqrt_ratio.JPG
    29.7 KB · Views: 913


Thanks so much symbolipoint and mtayab1994!

You guys are awesome! :)

There were 2 aspects to the computer homework problem.
One part was as x→∞, and the other was as x→-∞

So it actually counted the √(5)/7 right for x→∞

BUT for x→-∞, the answer had to be -√(5)/7!

Thanks! :D
 


Lo.Lee.Ta. said:
There were 2 aspects to the computer homework problem.
One part was as x→∞, and the other was as x→-∞

So it actually counted the √(5)/7 right for x→∞

BUT for x→-∞, the answer had to be -√(5)/7!

Thanks! :D
That's because ##\sqrt{x^2}## = -x if x < 0. Keep in mind that the square root of a nonnegative number is nonnegative, by definition.

In essence you are factoring x2 out of the terms insided the radical, and bringing it out of the radical as -x.
 
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