Compare exp(a(x+y)) to a(exp(x) + exp(y))

159 Views Asked by At

I would like to compare $\exp(a(x+y))$ to $a(\exp(x) + \exp(y))$ for $a>0$. How do I approach this?

4

There are 4 best solutions below

1
On BEST ANSWER

It is probably easiest to restrict to lines in the plane and consider what happens. Here are a few cases:

Case 1: $y = 0$ (By symmetry, similar to $x=0$)

We are comparing $\exp(ax)$ to $a\exp(x)$.

Taking the natural log of each, we see that they are equal when $x = \log(a)/(a-1)$.

If $a>1$, $\exp(ax)$ grows faster as $x\rightarrow \infty$, and decays to 0 faster as $x\rightarrow -\infty$

If $a<1$, $a\exp(x)$ grows faster as $x\rightarrow \infty$, and decays to 0 faster as $x\rightarrow -\infty$

Case 2: $x = y$

We are comparing $\exp(2ax)$ to $2a\exp(x)$.

The analysis is very similar, with $a$ replaced by $2a$.

Note

Without too much work, you can also do asymptotics for $y = mx$ (arbitrary line of slope $m$ in the plane).

3
On

Set $y=0$ and your identity becomes

$$\exp(ax)=a\exp(x),$$ which is notoriously false.

Still not convinced ? With $x=1$,

$$\exp(a)=a\,e\ ???$$


A correct statement is

$$(\exp(x+y))^a=\exp(a(x+y))=\exp(ax+ay)=\\\exp(ax)\exp(ay)=(\exp(x))^a(\exp(y))^a=(\exp(x)\exp(y))^a.$$

0
On

The expression is not valid. For example if you let $a=0$ you get $1=0$

What you may ask is $$e^{a( x+y)}=e^{ax}e^{ay}$$

0
On

Careful with typos!

$$e^{a(x+y)}=e^{ax} e^{a y}$$

i.e.,

$$\exp(a(x+y))=\exp(ax)\exp(a y)$$