I am supposed to calculate $$\lim_{n\rightarrow \infty } \sqrt[n]{2^{n}\cdot3^{0}+2^{n-1}\cdot3+...+2^{0}\cdot3^{n}}$$ I tried to calculate a few terms separately, but it was undefined and I have no idea what to do.
Can anyone help me?
I am supposed to calculate $$\lim_{n\rightarrow \infty } \sqrt[n]{2^{n}\cdot3^{0}+2^{n-1}\cdot3+...+2^{0}\cdot3^{n}}$$ I tried to calculate a few terms separately, but it was undefined and I have no idea what to do.
Can anyone help me?
The dominant term is $3^n$. So if you factor $3^n$, you get $$ \sum_{k=0}^n2^{n-k}3^{k}=3^n\,\sum_{k=0}^n \left(\frac23\right)^{n-k}=3^n\,\sum_{k=0}^n \left(\frac23\right)^{k}=3^n\,\frac{1-\left(\tfrac23\right)^{n+1}}{1-\tfrac23}=3^{n+1}\,\left(1-\left(\tfrac23\right)^{n+1}\right). $$ Then $$ \left(\sum_{k=0}^n2^{n-k}3^{k}\right)^{1/n}=3^{1+\frac1n}\,\left(1-\left(\tfrac23\right)^{n+1}\right)^{1/n}=3^{1+\frac1n}\,e^{\frac1n\,\log\left(1-\left(\tfrac23\right)^{n+1}\right)}\to3. $$