Recently, I am struggling to solve the limit: $$\lim_{x\rightarrow+\infty}(\sqrt[5]{x^5-x^4}-x)$$ If I try to make some fraction with nominator $-x^4$ and some irrational denominator by multiplying, it becomes more complex. Can anyone help about this with more easier way?
Solving the limit $\lim_{x\rightarrow+\infty}(\sqrt[5]{x^5-x^4}-x)$
287 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 6 best solutions below
On
$$(\sqrt[5]{x^5-x^4}-x)=\frac{\sqrt[5]{1-x^{-1}}-1}{1/x}$$ $\sqrt[5]{1-x^{-1}}-1\rightarrow0$ and $1/x\rightarrow0$ as $x\rightarrow\infty$. So apply l'Hospital's rule.
On
Let $a=\sqrt[5]{x^5-x^4}$ and $b=x$. Then\begin{align}\sqrt[5]{x^5-x^4}-x&=a-b\\&=\frac{(a-b)(a^4+a^3b+a^2b^2+ab^3+b^4)}{a^4+a^3b+a^2b^2+ab^3+b^4}\\&=\frac{a^5-b^5}{a^4+a^3b+a^2b^2+ab^3+b^4}\\&=\frac{-x^4}{\sqrt[5]{x^5-x^4}^4+\sqrt[5]{x^5-x^4}^3\,x+\sqrt[5]{x^5-x^4}^2\,x^2+\sqrt[5]{x^5-x^4}\,x^3+x^4}\\&=\frac{-1}{\left(\frac{\sqrt[5]{x^5-x^4}}x\right)^4+\left(\frac{\sqrt[5]{x^5-x^4}}x\right)^3+\left(\frac{\sqrt[5]{x^5-x^4}}x\right)^2+\frac{\sqrt[5]{x^5-x^4}}x+1}\\&=\frac{-1}{\left(\sqrt[5]{1-\frac1x}\,\right)^4+\left(\sqrt[5]{1-\frac1x}\,\right)^3+\left(\sqrt[5]{1-\frac1x}\,\right)^2+\sqrt[5]{1-\frac1x}+1}\end{align}and therefore\begin{align}\lim_{x\to+\infty}\sqrt[5]{x^5-x^4}-x&=\lim_{x\to+\infty}\frac{-1}{\left(\sqrt[5]{1-\frac1x}\,\right)^4+\left(\sqrt[5]{1-\frac1x}\,\right)^3+\left(\sqrt[5]{1-\frac1x}\,\right)^2+\sqrt[5]{1-\frac1x}+1}\\&=-\frac15.\end{align}
On
$$\lim_{x\to\infty}(\sqrt[5]{x^5-x^4}-x)=\lim_{x\to\infty}(x\sqrt[5]{1-\frac{1}{x}}-x)$$ By Applying Binomial Theorem ($a<<1 \implies (1-a)^x = (1-xa$)) $$\lim_{x\to\infty}(x(1-\frac{1}{5x})-x)=\lim_{x\to\infty}((x-\frac{1}{5})-x)=\lim_{x\to\infty}(x-\frac{1}{5}-x)=-\frac{1}{5}$$
Hint:
Let $1/x=h\implies h\to0$
$$\sqrt[5]{x^5-x^4}=\sqrt[5]{\dfrac{1-h}{h^5}}=\dfrac{\sqrt[5]{1-h}}h$$
Now set $\sqrt[5]{1-h}=y\implies h=1-y^5$ to have $$-\lim_{y\to1}\dfrac{y-1}{y^5-1}=?$$