I'm studying power series / taylor series, but I'm having understanding how the different pieces relate. I have a few questions:
1) Both the power and Taylor series has a center, but what does c represent? (i.e. if at infinity, the polynomial approximation is very close to the original function, why not just set c=0, or remove the variable altogether)
2) How does c relate to interval of convergence if at all?
3) Why does adding n-th derivative makes the polynomial a more accurate representation of the original function? (i.e. why not subtract, or multiply?)
$c$ represents the point where you know the values $f(c)$ and the derivatives $f'(c), f''(c)$ etc. The more derivatives you know, the more terms you can add to your Taylor series.
$c$ is the center of the interval of convergence.
It does not always do that. You can have crazy functions for which the Taylor expansion of a smaller order is a more accurate approximation than some higher orders, although if you have sufficiently many derivatives, the Taylor polynomial does get closer to the function, only it need not do that at every single step.