0
$\begingroup$

how to find :

$$\lim_{ x \to \infty }\sqrt{x\sqrt{x\sqrt{x}}}-\sqrt{x}=?$$

my try :

$$\lim_{ x \to \infty }\sqrt{x\sqrt{x\sqrt{x}}}-\sqrt{x}=\lim_{ x \to \infty } x^{7/8}-\sqrt{x}=\infty?$$

  • 0
    Yes, this is correct.2017-01-20

5 Answers 5

1

$$\lim_{ x \to +\infty }\left(\sqrt{x\sqrt{x\sqrt{x}}}-\sqrt{x}\right)=\lim_{ x \to +\infty } \left(x^{7/8}-x^{1/2}\right)=\lim_{ x \to +\infty } x^{7/8}\left(1-\dfrac{1}{x^{3/8}}\right)=(+\infty)\cdot 1=+\infty.$$

1

Yes. $$x^{7/8}-\sqrt x=x^{7/8}-x^{1/2}=x^{7/8}\left(1-\frac {1}{x^{3/8}}\right).$$ When $x>2^8$ we have $x^{3/8}>2^3$ and $1-\frac {1}{x^{3/8}}>1-2^{-3}=7/8$ and $$x^{7/8}-\sqrt x> \frac {7}{8} x^{7/8}.$$

0

Asymptotically, the $-\sqrt{x}$ is irrelevant and the function behaves like $x^{7/8}$. It is thus monotonically increasing and unbounded.

  • 0
    why is it irrelevant? why x^{7/8} is not irrelevant?2017-01-20
0

$x^{\frac{7}{8}}-\sqrt{x} = x^{\frac{7}{8}}-x^{\frac{1}{2}} = x^{\frac{1}{2}}(x^{\frac{3}{4}}-1) \sim \mathcal{O}(x^{\frac{5}{4}})$ therefore the limit goes to $+\infty$

0

We have :

$$\sqrt{x\sqrt{x\sqrt{}x}}-\sqrt{x}=\frac{x(\sqrt{x\sqrt{x}}-1)}{\sqrt{x\sqrt{x\sqrt{}x}}+\sqrt{x}}\underset{+\infty}{\sim}x^{1/8}(\sqrt{x\sqrt{x}}-1)\underset{+\infty}{\sim}x^{1/8}x^{3/4}=x^{7/8}$$

and, in particular :

$$\boxed{\lim_{x\to\infty}\left(\sqrt{x\sqrt{x\sqrt{}x}}-\sqrt{x}\right)=+\infty}$$

  • 0
    What is the meaning of this smiley: $\underset{+\infty}{\sim}$2017-01-20
  • 0
    It means "equivalent in the vincinity of $+\infty$"2017-01-20