How to simplify the product of two $\exp$ functions

145 Views Asked by At

It's been a while since I did any of this. I have the following product: $\exp(-j2 \pi u|k|x) \cdot \exp(-j2 \pi v |k|x)$. This seems like it is something that can be simplified, but how? Note, that is not convolution, it is simple multiplication. Thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

Since $e^x\cdot e^y=e^{x+y}$, we get $$ \exp(-j2 \pi u|k|x) \cdot \exp(-j2 \pi v |k|x)=\exp(-j2 \pi (u+v)|k|x) $$

0
On

$$\exp(-j2 \pi u|k|x) \cdot \exp(-j2 \pi v |k|x)=\exp\big(-j2\pi u|k|x-j2\pi v|k|x\big) $$

$$=\exp(-j2\pi (u+v)|k|x).$$

Exponentials obey $a^ba^c=a^{b+c}$ (though there can be branching issues for complex $a$).