I was asked to multiply these two power series expansions: ie. $p(x)q(x)$
$$p(x) = 2(x − 4) − 7(x − 4)^2 + 5(x − 4)^3 + . . .$$
$$q(x) = 4 − 3(x − 4) + (x − 4)^3 + . . .$$
and I was wondering if there's a trick to doing this without distributing and multiplying everything out before adding "like terms". Thank you!
$$f(x)g(x) = \sum_{n=1}^\infty c_n x^n \text{, where } c_n = \sum_{i=1}^n a_i b_{n-i} = \sum_{i+j=n}a_ib_j$$
It might be hard to do it in your case without first writing your series in sigma notation first, though, if there even is a clear pattern. You might just have to do it the hard way otherwise, as far as I know.
– PrincessEev Jun 26 '20 at 20:24