MHB What is the Limit of a Rational Expression?

AI Thread Summary
The limit of the rational expression as x approaches infinity is calculated as follows: $$\lim_{{x}\to{\infty}}\frac{\sqrt{3x^2 - 1 }}{x-1}=\sqrt{3}$$. The discussion highlights the method of dividing by x² to simplify the expression, leading to the conclusion that both the numerator and denominator approach specific values as x increases. An alternative approach involves multiplying by the square root in both the numerator and denominator, which also yields the same limit. Participants express appreciation for the complexity of the steps involved in reaching the solution. The conversation emphasizes learning through problem-solving in mathematical discussions.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$$\lim_{{x}\to{\infty}}\frac{\sqrt{3x^2 - 1 }}{x-1}=\sqrt{3}$$

I tried dividing everything by ${x}^{2}$ but not
 
Mathematics news on Phys.org
karush said:
$$\lim_{{x}\to{\infty}}\frac{\sqrt{3x^2 - 1 }}{x-1}=\sqrt{3}$$

I tried dividing everything by ${x}^{2}$ but not

$$\lim_{x \to +\infty} \frac{\sqrt{3x^2-1}}{x-1}= \lim_{x \to +\infty} \frac{3x^2-1}{(x-1) \sqrt{3x^2-1}}= \lim_{x \to +\infty} \frac{x^2 \left( 3- \frac{1}{x^2}\right)}{(x-1) \sqrt{x^2 \left( 3-\frac{1}{x^2}\right)}}= \lim_{x \to +\infty} \frac{x^2 \left( 3- \frac{1}{x^2}\right)}{(x-1)|x| \sqrt{ \left( 3-\frac{1}{x^2}\right)}}\\= \lim_{x \to +\infty} \frac{x^2 \left( 3- \frac{1}{x^2}\right)}{(x-1)x \sqrt{ \left( 3-\frac{1}{x^2}\right)}}= \lim_{x \to +\infty} \frac{x^2}{x^2 \left(1- \frac{1}{x} \right)} \cdot \lim_{x \to +\infty} \frac{3-\frac{1}{x^2}}{\sqrt{3-\frac{1}{x^2}}}= 1\cdot \frac{3}{\sqrt{3}}= \sqrt{3}$$
 
Wow, thanks, that was a lot of steps.
How would you know initially to go in that direction.
 
karush said:
Wow, thanks, that was a lot of steps.

(Smile)

karush said:
How would you know initially to go in that direction.
Usually when you have a square root you multiply by it at the numerator and the denominator.
 
Could you move this thread to the correct category?
 
karush said:
$$\lim_{{x}\to{\infty}}\frac{\sqrt{3x^2 - 1 }}{x-1}=\sqrt{3}$$

I tried dividing everything by ${x}^{2}$ but not

The easier way (first note that I'm leaving out absolute values because everything is positive when going to infinity anyway...)

$\displaystyle \begin{align*} \frac{\sqrt{3x^2 - 1}}{x - 1} &= \frac{\frac{1}{x}\,\sqrt{3x^2 - 1}}{\frac{1}{x} \left( x - 1 \right) } \\ &= \frac{\frac{1}{\sqrt{x^2}}\,\sqrt{3x^2 - 1}}{1 - \frac{1}{x}} \\ &= \frac{\sqrt{\frac{3x^2 - 1}{x^2}}}{1 - \frac{1}{x}} \\ &= \frac{\sqrt{3 - \frac{1}{x^2}}}{1 - \frac{1}{x}} \end{align*}$

So as $\displaystyle \begin{align*} x \to \infty , \, \frac{1}{x} \to 0 \end{align*}$ and $\displaystyle \begin{align*} \frac{1}{x^2} \to 0 \end{align*}$, giving $\displaystyle \begin{align*} \frac{\sqrt{3 - 0}}{1 - 0} = \sqrt{3} \end{align*}$ as the limit :)
 
I actually got to your 3rd step before posted, just didn't see the magic.

I sure learn a lot with MHB
 
Back
Top