Can anyone explain to me how to find the Maclaurin series of: $$f(x)=(x^2+1)e^{\frac{-x^2}{4}}$$ and why does it converge for every x? thanks,
2026-04-03 08:54:27.1775206467
what is the Maclaurin Series of this function?
78 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You should know the basic formula $$e^t=1+t+\frac{t^2}{2!}+\frac{t^3}{3!}+\cdots\ .$$ Substitute $t=-x^2/4$ to get $$e^{-x^2/4}=1-\frac{x^2}{4}+\frac{x^4}{4^22!}-\frac{x^6}{4^33!}+\cdots\ .$$ This converges for all $x$ by the ratio test, or because $e^t$ converges for all $t$. Then multiply by $1+x^2$, which is a polynomial, so no convergence problems, to get $$(1+x^2)e^{-x^2/4}=1+x^2-\frac{x^2}{4}-\frac{x^4}{4}+\frac{x^4}{4^22!}+\frac{x^6}{4^22!}-\frac{x^6}{4^33!}-\frac{x^8}{4^33!}+\cdots\ .$$ You can now simplify by collecting terms, and you should not find it too hard to obtain a general formula for the coefficient of $x^{2k}$.