Find the following limit without Lospital rule nor series $$\lim_{n\to \infty}\left(\frac{1}{a^n}+\frac{1}{b^n}+\frac{1}{c^n}\right)^{\frac{1}{n}}$$ I tried to take log to both sides to be $$\ln L=\lim_{n\to \infty}\frac{\ln\left((ab)^n +(bc)^n+(ac)^n\right)}{n}-\lim_{x\to \infty}\frac{n\ln(abc)}{n}$$ $$=\lim_{n\to \infty}\frac{\ln\left((ab)^n +(bc)^n+(ac)^n\right)}{n}-\ln(abc)$$ But i could not solve the first limit? $$0<a<b<c$$
Evaluate a limit at infinity
102 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
I don't know if it's mathematically right but if you take the limit: $$\lim_{n\to \infty}\left(\frac{1}{a^n}+\frac{1}{b^n}+\frac{1}{c^n}\right)^{\frac{1}{n}}$$ And put the terms on the same denominator
$$\lim_{n\to \infty}\left(\frac{(bc)^n+(ac)^n+(ab)^n}{(abc)^n}\right)^{\frac{1}{n}} = \frac{1}{abc} \lim_{n\to \infty}\left((bc)^n+(ac)^n+(ab)^n\right)^{\frac{1}{n}}$$ This limit doesn't diverge becuase what is inside the limit is (I think) smaller or equal than $$ bc + ac+ ab$$ So a upper bound of the limit is $$\frac{1}{a} + \frac{1}{b} + \frac{1}{c}$$ Correct me if I'm wrong, I'm not 100% sure.
On
Assume $a,b,c>0$ and wlog $\frac1a=max\{\frac1a,\frac1b\frac1c\}$ thus
$$\left(\frac{1}{a^n}+\frac{1}{b^n}+\frac{1}{c^n}\right)^{\frac{1}{n}}=e^{\frac{\log{\left(\frac{1}{a^n}+\frac{1}{b^n}+\frac{1}{c^n}\right)}}{n}}=e^{\frac{\log{\left(\frac{1}{a^n}\right)}+\log{\left(1+\frac{a^n}{b^n}+\frac{a^n}{c^n}\right)}}{n}}\to\frac1a$$
indeed
$$\frac{\log{\left(\frac{1}{a^n}\right)}+\log{\left(1+\frac{a^n}{b^n}+\frac{a^n}{c^n}\right)}}{n}=\frac{n\log{\left(\frac{1}{a}\right)}+\log{\left(1+\frac{a^n}{b^n}+\frac{a^n}{c^n}\right)}}{n}=$$ $$=\log{\left(\frac{1}{a}\right)}+\frac{\log{\left(1+\frac{a^n}{b^n}+\frac{a^n}{c^n}\right)}}{n}\to \log{\left(\frac{1}{a}\right)}+0=\log{\left(\frac{1}{a}\right)}$$
Hint:
If $0<a<b<c$, than we have $$ \lim_{n \to \infty}\sqrt[n]{\frac{1}{a^n}+\frac{1}{b^n}+\frac{1}{c^n}}= \lim_{n \to \infty}\sqrt[n]{\frac{1}{a^n}}=\frac{1}{a} $$