My first question is if I were to multiply a power series expansion of a known function by another known function (of which I don't know the power series expansion), is it acceptable to multiply every term in the power series by this function (because it's like a polynomial)?
Perhaps stated a bit better, if I have a function: f(x) = sum[(a_n)(x^n)] and I want to multiply it by say, x^2, can I do this: (x^2)f(x) = (x^2)sum[(a_n)(x^n)]
(x^2)f(x) = sum[(x^2)(a_n)(x^n)]
(x^2)f(x) = sum[(a_n)(x^[n+2])]
And my second question is if I have a power series with a negative exponent, say sum[x^(-2)], can I even consider it a power series? I ask this because I've looked and looked and only found examples of power series that have x^n or x^2n. And if that is a power series, how could I begin to find the radius of convergence?
Any help will be appreciated.
Note: sum[] of course means summation notation from n = 0 to infinity.
2006-11-01
15:44:42
·
2 answers
·
asked by
CubicMoo
2
in
Science & Mathematics
➔ Mathematics
In the second question, where I have sum[x^(-2)], I meant sum[x^(-2n)].
2006-11-01
15:56:29 ·
update #1