Neocortex 🧠

Search

Search IconIcon to open search

Power Series As Functions

Last updated Jan 19, 2022 Edit Source

Since power series are defined relevant to a value $x$. We can define some properties for two series $f(x) = \sum a_nx^n$ for $|x|<R_1$ and $g(x) = \sum b_nx^n$ for $|x|< R_2$:

It is also possible to differentiate power series $$ f(x) = \sum c_n(x-a)^n = c_0 + c_1(x-a) + c_2(x-a)^2 … $$

$$ f’(x) = c_1 + 2c_2(x-a) + 3c_3(x-a)^2 = \sum nc_n(x-a)^{n-1} $$

$$ \int f(x)dx = c + c_0(x-a) + \frac{c_1(x-a)^2}{2} = \sum \frac{c_n(x-a)^{n+1}}{n+1} $$

The radius of convergence remains the same for both integration and differentiation


Interactive Graph