We know from integral calculus that by using the substitution method: $$ \int 2xe^{x^2} = e^{x^2} +C $$
Show that this antiderivative result is true if you use Maclaurin series representations in place of the functions. $$ \int 2xe^{x^2} = \sum_{n=0}^\infty {2x^{2n+2}\over n!(2n+2)} $$ I'm able to find the Maclaurin series representation but I'm not sure how to modify them to show they are equal.
$\sum_{n=0}^\infty \frac{2x^{2n+2}}{(2n+2)n!}=\sum_{n=0}^\infty \frac{(x^2)^{n+1}}{(n+1)!}=e^{x^2}-1$. Add a constant of integration to get desired result.