a) Find the convergence radius of the power series $$\sum_\limits{n=1}^∞\frac{(n+1)^{n^2}}{3^nn^{n^2}}x^n $$
b)Find all the $x\in \mathbb{R}$ for which the power series $\sum_\limits{n=1}^∞\frac{(x+1)^n}{\sqrt{4^nn}}$ converge.
c)Using the Maclaurin expansion of $e^x$, find the power series of $g(x)=e^{5x^2}$ with center $x_0=0$. Also for every $n\in \mathbb{Z}$ find a formula for $g^{(n)}(0)$.
My work so far:
a) I found $R=\frac{3}{e}$ with $R={(\limsup_{n\rightarrow∞}\sqrt[n]{|a_n|})}^{-1}$.
b) From the ratio test and $n\rightarrow ∞$ we get $|(x+1)\frac{1}{2}|$. So the power series converge for $|(x+1)\frac{1}{2}|<1$. Thus $-3<x<1$ is the interval of convergence of the power series.
c) The power series of $g(x)$ using the Maclaurin expansion of $e^x$ is ${\sum_\limits{n=0}^ ∞}\frac{5^n}{n!}x^{2n}$
Is my work correct so far? I don't know what to do for the n-th derivative of $g(x)$. Any help would be appreciated.
The Maclaurin series for $f$ is: $$f(x)=\sum\limits_{n \in \mathbb{N}} \left.\frac{\mathrm{d}^nf(x)}{\mathrm{d}x^n}\right|_{x=0}\frac{x^n}{n!}$$ I think this will be enough for you to finish the excercise c.
So, the first few terms of the Maclaurin series are: $$g^{(0)}(0)\frac{x^0}{0!}+g^{(1)}(0)\frac{x^1}{1!}+g^{(2)}(0)\frac{x^2}{2!}+\dots$$ $$g^{(0)}(0)+g^{(1)}(0)x+g^{(2)}(0)\frac{x^2}{2}+\dots$$ While your function is: $$5^0\frac{x^{2*0}}{0!}+5^1\frac{x^{2*1}}{1!}+5^2\frac{x^{2*2}}{2!}+\dots$$ $$1+5x^2+\frac{25}{2}x^4+\dots$$