Let $A(x) = \sum_{n\geq0} a_nx^n$ that satisfies $A'(x) = 2xA(x)$. Find a closed formula for $A(x)$.
My Attempt:
$A'(x)$ = $\sum_{n=0}^{\infty} a_nnx^{n-1}$ $\Rightarrow$ $\sum_{n\geq0} a_nnx^{n-1}$ $=\sum_{n\geq0} a_n2x^{n+1}$
Now I thought about doing this:
$\Rightarrow$ $\sum_{n\geq1} a_{n+1}(n+1)x^{n}$ + $a_0$ $=\sum_{n\geq0} a_n2x^{n+1}$
But this does not look right. Can I increase n by $1$ and manipulate the summation. How should I approach this?
Hint If you're looking for a closed form, you can just solve the (separable) equation $A'(x) = 2 x A(x)$ directly: Separating gives $$\frac{dA}{A} = 2 x \,dx ,$$ and both integrations are straightforward.
To carry out the computation in series form instead, we after reindexing the equation becomes $$\sum_{n = 0}^\infty (n + 1) a_{n + 1} x^n = \sum_{n = 1}^\infty a_{n - 1} x^n.$$ Comparing like coefficients (after reindexing once more) gives the relations $$a_1 = 0, \qquad a_n = \frac{2 a_{n - 2}}{n}, \quad n \geq 2 .$$ Induction immediately gives that