When you multiply two power series' that have difference intervals of convergence, what is the product's interval of convergence?
Ex. f(x) converges for |x|<6, g(x) converges for |x|<4. What does f(x)g(x) converge for?
When you multiply two power series' that have difference intervals of convergence, what is the product's interval of convergence?
Ex. f(x) converges for |x|<6, g(x) converges for |x|<4. What does f(x)g(x) converge for?
Assuming both power series have the same center, the radius of convergence of the product is at least the minimum of the radii of the convergence of the two individual series.
See Proposition 2 in Pete Clark's notes here
http://alpha.math.uga.edu/~pete/243series7.pdf (Wayback Machine)
The power series for a function $f:\mathbb{C}\to\mathbb{C}$ converges for all $z$ within the largest open disk such that $f$ is analytic within the disk (i.e. no poles, discontinuities, etc.)
Example: $f(z)=\frac{1}{1+z^2}$. The function is analytic within $|z| < 1$, but has poles at $\pm i$. Its power series converges within the same disk. Multiplying with for example $g(z)=e^z$ (everywhere analytic), yields $h(z)=f(z)g(z)$ with radius of convergence $1$.
(actually, if $R,S$ is the radius of convergence for $f,g$ respectively, then the radius of convergence for $fg$ is $\min(R,S)$.)
Edit: I lived in a complex world, see Pete L. Clark's comment below.