Exploring the Limit of L: 3x^2 + 4x vs. 3x^2 - 2x

  • Thread starter Thread starter JFonseka
  • Start date Start date
  • Tags Tags
    Limit
JFonseka
Messages
117
Reaction score
0

Homework Statement



L = lim x-> infinity (\sqrt{3x^{2}+4x} - \sqrt{3x^{2}-2x}

Homework Equations


None

The Attempt at a Solution



I first multiplied the whole equation by \sqrt{1} to get rid of the square root.
Thus I got (3x^2 + 4x - (3x^2 - 2x)). With this, I divided the terms by x to get ultimately 4 + 2 = 6, but I don't think this answer is right because I didn't really substitute x anywhere. It just turned out to be some random algebra at the end.

Thoughts?
 
Physics news on Phys.org
Your first step is incorrect.
You can't just square everything to get rid of the square roots.
(a + b)^2 does not equal to a^2 + b^2.
 
To simplify something like sqrt(A)-sqrt(B) multiply by (sqrt(A)+sqrt(B))/(sqrt(A)+sqrt(B)) i.e. '1' to get (A-B)/(sqrt(A)+sqrt(B)). You seem to be losing the denominator.
 
But doing that doesn't really help me because now I have square roots on the denominator.
 
Trying some factoring out, I got

6x/(x sqrt(3 + 1/4x) + x sqrt(3 + 1/2x))

and got stuck
 
Ah ha, I think I got it now.

Using l'hopital's rule I think? dividing by x, and therefore getting 6/2sqrt(3) as x heads to infinity in 1/4x and 1/2x and thus becoming 0 there.

Thanks to Dick and others who helped.

6/2sqrt(3)
 
Yup that's the correct answer. Or in simpler terms its sqrt(3). I don't think l'hopitals rule should be used here.
 
It's certainly not neccesary to use L'Hopital's rule.

JFonseka, do exactly what you were told to do initially: multiply \sqrt{3x^2+ 4x}- \sqrt{3x^2- 2x} by
\frac{\sqrt{3x^2+ 4x}+ \sqrt{3x^2- 2x}}{\sqrt{3x^2+ 4x}+ \sqrt{3x^2- 2x}}
to get
\frac{3x^2+ 4x- 3x^2+ 2x}{\sqrt{3x^2+ 4x}+ \sqrt{3x^2- 2x}}
\frac{6x}{\sqrt{3x^2+ 4x}+ \sqrt{3x^2- 2x}}

Yes, you now have square roots in the denominator but they are added so the "\infty- \infty" problem that you had initially doesn't occur here. Since
Do the "standard" method when dealing with limits at infinity: divide both numerator and denominator by the highest power of x- here just x itself. Of course, the "x" you divide by in the denominator become "x2" in the square root.
Doing that you have:
\frac{6}{\sqrt{3+ 4/x}+ \sqrt{3- 2/x}}

Now, as x goes to infinity, those fractions with x in the denominator go to 0. The limit is:
\frac{6}{2\sqrt{3}}= \frac{3}{\sqrt{3}}= \sqrt{3}
 
Back
Top