How do you prove ex * ey = ex + y using series?

  • Thread starter Thread starter lalalalizzay
  • Start date Start date
  • Tags Tags
    Series
AI Thread Summary
The discussion focuses on proving the identity e^x * e^y = e^(x+y) using series. It suggests that if the series for a_n and b_n converge absolutely, then the series c_n, defined as the convolution of a_n and b_n, also converges absolutely to the product of the sums of the two series. A hint is provided regarding the multiplication of series terms and how it relates to the indices summing to different values. Additionally, a request for the formula for e^x is made to clarify the proof. The conversation emphasizes the connection between series convergence and the multiplication of exponential functions.
lalalalizzay
Messages
1
Reaction score
0
How do you prove ex * ey = ex + y using series?



Prove:

suppose sum an and sum bn converge absolutely then the series cn with cn = sum (from k=0 to n) ak*bn-k converges absolutely to the limit sum an * sum bn

Thank you!

Or if you have seen either of these on here could you redirect me to that page
 
Physics news on Phys.org
For the first one, what is the formula for e^x? That should make the proof obvious.

For the second one, I don't know, and dinner's ready, but it probably follows from using the epsilon-delta definition of a limit.
 
Hint: (a0+a1)*(b0+b1)=a0*b0 + (a0*b1+a1*b0) + a1*b1. In the first term the indices sum to 0, in the second to 1 and in the last to 2. Do you see how that is related to what you are asking?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top