Is it possible to write $1-e^{-xy} = r(x)r(y)$ for some function $r$ where $x,y$ are positive real numbers. I was just wondering to try to express that quantity like that. I tried solving the equation by Brut force but was not able to make any impact. Any suggestion will be helpful.
2026-02-23 04:52:12.1771822332
Writing $1-e^{-xy}$ as a square.
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
That would imply $1-e^{-x^2}=r(x)^2$ and then $r(x)=\sqrt{1-e^{-x^2}}$. Therefore $1-e^{-xy}=\sqrt{(1-e^{-x^2})(1-e^{-y^2})}$. But this is false: try $x=1$ and $y=2$.