1) Can someone explain how to use differentiation to find the power series representation for functions such as:
A) $1/(4+x)^2$
B) Moreover, would this have a pattern if I had $1/(4+x)^3$ or $x^2/(4+x)^3$. I only understand how to find the radius of convergence.
2) How can we convert indefinite integrals to power series such as $(x^5)\ln(1+x)$.
I understand that this may require differentiation but I am not too sure how to go ahead with this problem. Also, I understand how to find the radius of convergence, which I need to solve but I am stuck on the initial question itself.
3) Similarly, computing definite integrals such as: the integral from $0$ to $0.3$ of $x^2(1+x^6)$ ? How would this use power series?
4) $y = 1/3(x^{1.5})$ and $0 \le x \le 12$ , is rotated about y-axis . Find the area. I know this would be the integral for surface area . Any idea how to do this ?
For part A, the Taylor series expansion for a function around $0$ is $$\sum_{n=0}^{\infty}a_nx^n$$ where $$a_n = \frac{f^{(n)}(0)}{n!}$$ The term $f^{(n)}$ denotes the $nth$ derivative of $f$.