Multiplying Power Series: Help & Solutions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
mkienbau
Messages
12
Reaction score
0
How do I multiply power series?

Homework Statement


Find the power series:
[tex]e^x arctan(x)[/tex]

Homework Equations



[tex]e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!}[/tex]

[tex]arctan(x) = 0 + x - \frac{x^3}{3} + \frac{x^5}{5} - \frac{x^7}{7}[/tex]

The Attempt at a Solution



So do I multiply 1 by 0, x by x and so forth? Or do I go 1 by 0, 1 by x? Or is there another way?
 
Last edited:
Physics news on Phys.org
You have to multiply 1 by the whole acrtan series, x by the whole arctan series, and so on. There might be a way to simplify it though. Wikipedia has this under "power series"

[tex]f(x)g(x) = \left(\sum_{n=0}^\infty a_n (x-c)^n\right)\left(\sum_{n=0}^\infty b_n (x-c)^n\right)[/tex]

[tex]= \sum_{i=0}^\infty \sum_{j=0}^\infty a_i b_j (x-c)^{i+j}[/tex]

[tex]= \sum_{n=0}^\infty \left(\sum_{i=0}^n a_i b_{n-i}\right) (x-c)^n[/tex]
 
So I kind of treat it like F.O.I.L.?
 
Awesome, I think I got it, I only had to take it out to the [tex]x^5[/tex] term.