As an alternative to normal rules for powers giving $e^xe^y=e^{(x+y)}$ I am multiplying the long polynomial of the taylor series of $e^x$ and $e^y$. I only take the first three terms: $$ \left(1+x+\frac{x^2}{2!}+\cdots\right)\left(1+y+\frac{y^2}{2!}+\cdots\right).$$ With this I try to reach $$1+(x+y)+\frac{(x+y)^2}{2!}+\cdots$$ I collect a lot of terms and take the terms I know to be equal to $(x+y)^2=x^2+2xy+y^2$, but I'm then left with terms like $yx^2/2!+xy^2/2!$ These last terms I cant solve away. Am I doing something wrong or can I just say that I'll keep those for the $+\cdots$ bit?
2026-05-15 07:37:04.1778830624
On
Multiplying the long polynomials for $e^x$ and $e^y$ does not give me the long polynomial for $e^{x+y}$
175 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
1
On
$$(1+x+\frac{x^{2}}{2}+...)(1+y+\frac{y^{2}}{2}+...)=1+x+y+\frac{x^{2}}{2}+\frac{y^{2}}{2}+xy+...=$$ $$=1+(x+y)+\frac{(x+y)^{2}}{2}+...$$ The other terms, such as $yx^2/2!+xy^2/2!$ will apear as the parts of the expression $\frac{(x+y)^{3}}{3!}$.
Those terms belong to the $(x+y)^3$ term. The way to see that is the their total power is 3 a la the binomial theorem. The proper way to do this problem is with Cauchy products.