I would like to compare $\exp(a(x+y))$ to $a(\exp(x) + \exp(y))$ for $a>0$. How do I approach this?
2026-04-02 04:49:54.1775105394
On
Compare exp(a(x+y)) to a(exp(x) + exp(y))
159 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
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.$$
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).