Limits to Infinity: Solving for $\frac{2x}{\sqrt{x+2} + \sqrt{x}}$

  • Thread starter Thread starter PhizKid
  • Start date Start date
  • Tags Tags
    Infinity Limits
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
PhizKid
Messages
477
Reaction score
2

Homework Statement


[tex]\lim_{x \to \infty} \frac{2x}{\sqrt{x+2} + \sqrt{x}}\\\\\\[/tex]


Homework Equations





The Attempt at a Solution


[tex]\lim_{x \to \infty} \frac{2x}{\sqrt{x+2} + \sqrt{x}}\\\\\\ \lim_{x \to \infty} \frac{\frac{2x}{x}}{\sqrt{\frac{x}{x}+\frac{2}{x}} + \sqrt{\frac{x}{x}}}\\\\\\ \lim_{x \to \infty} \frac{2}{\sqrt{1 + \frac{2}{x}} + \sqrt{1}}\\\\\\ \lim_{x \to \infty} \frac{2}{\sqrt{1} + \sqrt{1}}\\\\\\ \lim_{x \to \infty} \frac{2}{1 + 1} = \frac{2}{2} = 1\\\\\\[/tex]

But this is incorrect. Where have I done my work incorrectly?
 
Physics news on Phys.org
PhizKid said:

Homework Statement


[tex]\lim_{x \to \infty} \frac{2x}{\sqrt{x+2} + \sqrt{x}}\\\\\\[/tex]

Homework Equations


The Attempt at a Solution


[tex]\lim_{x \to \infty} \frac{2x}{\sqrt{x+2} + \sqrt{x}}\\\\\\ \lim_{x \to \infty} \frac{\frac{2x}{x}}{\sqrt{\frac{x}{x}+\frac{2}{x}} + \sqrt{\frac{x}{x}}}\\\\\\ \lim_{x \to \infty} \frac{2}{\sqrt{1 + \frac{2}{x}} + \sqrt{1}}\\\\\\ \lim_{x \to \infty} \frac{2}{\sqrt{1} + \sqrt{1}}\\\\\\ \lim_{x \to \infty} \frac{2}{1 + 1} = \frac{2}{2} = 1\\\\\\[/tex]

But this is incorrect. Where have I done my work incorrectly?

The denominator in the second step is wrong.

[tex]\frac{\sqrt{f(x)}}{x} = \sqrt{\frac{f(x)}{x^2}}[/tex]

(for positive x, of course).
 
I don't understand why you have to divide by x^2 and not just x.