Find all pairs $(x, y)$ of real numbers such that $$ 16^{x^{2}+y}+16^{x+y^{2}}=1 $$
I know this question has been answered multiple times but i have another solution which i have to validate.
So after taking $16^x16^y$ common from the equation we get
$$16^{x+y}=\dfrac{1}{16^{x(x-1)}+16^{y(y-1)}}$$
Now LHS is increasing while RHS is decreasing so equation can have at most one real root which can be find by putting x=y to get $(x, y)=(-1 / 2,-1 / 2)$ .
Anything wrong ?
one of the solutions will be $$x^2+y=x+y^2=-\dfrac14$$
– lab bhattacharjee Oct 27 '20 at 05:27