Below is my current level of understanding about Power Series (my understanding could be completely wrong, in which case please correct me), and I want to know if it is correct.
I feel that Power Series is something that it treated very poorly in most (introductory) textbooks. It seems as though authors keep on dodging the central ideas of Power Series, and their relation to functions, for seemingly unknown reasons.
My Understanding of Power Series
Let's say we have a power series, call it $p(x)$ (as power series are functions themselves) and it converges to a finite set of values, $S$ over an interval of convergence $R$ then it can be used to represent $f(x)$ within that interval of convergence $R$
$$\underbrace{f(x)}_\text{Some analytic function} = \underbrace{p(x)}_\text{A power series representation} \ \ \underbrace{\forall\ |x| < R}_\text{within the power series' radius of convergence}$$
An analytic function is equal to its power series representation within the power series' radius of convergence
An Example: The Geometric Series
Take the famous geometric series (note the LHS is $f(x)$ and the RHS is $p(x))$
$$\frac{1}{1-x} = 1 + x + x^2 + x^3 + \ ...$$
it has a radius of convergence of $|x| <1$, now what this means is that only for $x \in (-1, 1)$, can it actually be used as a representation of $f(x) = \frac{1}{1-x}$. Outside of this interval (of convergence), equality is broken and we can't really use it anymore as a representation of $f$, therefore if we let $f(x) = \frac{1}{1-x}$ and $p(x) = 1+ x + x^2 + x^3 + \ ...$, the the following two statements are true:
$$f(x) = p(x) \ \ \ \forall \ |x| <1$$ $$f(x) \neq p(x) \ \ \ \forall\ |x| >1$$
This is the reason why we talk about convergence of Power Series, and why we need Power Series to converge because if it didn’t converge, our power series representation $p(x)$, would never equal $f(x)$ and we could never use it as a way to evaluate $f(x)$.
Another example: $e^x$
In the case of $e^x$, the Power Series representation of it can actually be used as one of the definitions of it, because the Power Series representation of $e^x$ is valid for all $x \in \mathbb{C}$
$$e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} \ ... \ \ \forall x \in \mathbb{C}$$
Why are Power Series important?
Take the example of $e^x$ I've given above. So if we have a power series representation, $p(x)$ of some function $f$, then we can use $p(x)$ to define $f(x)$ for all $x$ inside the radius of convergence of the power series!
Power Series/Taylor Series and Polynomial Approximations (The Big Picture)
A polynomial approximation (a Power Series with finite terms) of any analytic function approaches the actual function as the number of terms in the polynomial approximation (the Power Series with finite terms, or the partial sums of a Power Series) tends to infinity, at which point it is equivalent to the analytic function.
This is the reason why transcendental functions, like $e^x$, $\sin(x)$ etc. are transcendental, because they need a power series to represent/define them. They can't be defined by a finite sequence of terms. Thus the only way to define transcendental functions is via Power Series.
Furthermore Power Series, provide us with a deep way to express non-polynomial functions, such as trigonometric functions, as polynomial functions (via a Power Series). It's one of the neat shortcuts that an infinite amount of terms provides us with, the ability to represent non-polynomial functions as polynomial functions.
Questions:
- Is my understanding correct?
- Is there anything that you can add to what I've written above that would make Power Series clearer to those learning about them?
- Furthermore are their higher levels of understandings of Power Series from Complex Analysis, Real Analysis, etc?