I want to know the convergence radius of $\displaystyle{\sum_{n=0}^{\infty}}(\sqrt{ 4^n +3^n}+(-1)^n\sqrt{ 4^n-3^n})x^n$.
Firstly, I tired to calculate $\lim_{k\to\infty}\left|\frac{a_{k}}{a_{k+1}}\right|$,but I noticed this series does not converse.So we should try to use another test to check the convergence.
Thank you in advance, my teachers.
One way is to use the root test, which says the radius of convergence is always $\frac{1}{\limsup_{n \to \infty} |a_n|^{1/n}}$ where $a_n$ is the coefficient of $x^n$. This works even if this root doesn't actually converge to one number.
Now it's reasonable to expect that $|a_{2n}|^{1/(2n)}$ and $|a_{2n+1}|^{1/(2n+1)}$ each converge here. So you're basically looking at $\lim_{n \to \infty} \left ( \sqrt{4^n+3^n}+\sqrt{4^n-3^n} \right )^{1/n}$ (after changing variables to $2n$) and $\lim_{n \to \infty} \left ( \sqrt{4^n+3^n}-\sqrt{4^n-3^n} \right )^{1/n}$ (after changing variables to $2n+1$). The former limit is the bigger one, which is the one that matters for the limsup, and it is $2$. So the radius of convergence is $1/2$.