2

The question is to find this limit: $$\lim_{x\to\infty}\frac{2x^\frac{5}{3}- x ^\frac{1}{3}+7}{x^\frac{8}{5} +3x + \sqrt{x}}$$ I need any hint to help since I tried so much and couldn't solve it.

Mohammad
  • 357

4 Answers4

3

Hint: Divide both numerator and denominator with $x^{\alpha}$ where $$\alpha = \max \{\frac{5}{3}, \frac{1}{3},\frac{5}{8}, 1, \frac{1}{2}\}$$

and then take the limit

Belgi
  • 23,150
3

As $x$ tends to infinity, the dominant term of polynomial is the one with the largest power. Hence $$\lim_{x\to\infty}\frac{2x^\frac{5}{3}- x ^\frac{1}{3}+7}{x^\frac{8}{5} +3x + \sqrt{x}}=\lim_{x\to\infty}\frac{2x^\frac53}{x^\frac85}\to\infty$$

Shuchang
  • 9,800
1

since $\frac{5}{3}\gt\frac{8}{5}$, then the term with the largest degree is in the numerator. Thus your limit will tend toward $\infty$.

1

$\lim_{x\to\infty}\frac{2x^\frac{5}{3}- x ^\frac{1}{3}+7}{x^\frac{8}{5} +3x + \sqrt{x}}=\lim_{x\to\infty}\frac{2x^\frac53}{x^\frac85}\to\infty$. If you want to do it in more steps divde the numerator and the denomerator by $x^{\frac{5}{3}}$, after this and taking the limit will show that the above equation is true.

user112167
  • 1,812