Find all real solutions for $16^{x^2 + y} + 16^{x + y^2} = 1$

3.1k Views Asked by At

Find all $x, y \in \mathbb{R}$ such that:

$$16^{x^2 + y} + 16^{x + y^2} = 1$$

The first obvious approach was to take the log base $16$ of both sides:

$$\log_{16}(16^{x^2 + y} + 16^{x + y^2}) = 0$$

manipulating did not give any useful result. The next thing I tried was getting some bounds on $x$ and $y$:

If $x, y \geq 0$,

$$16^{x^2 + y} + 16^{x + y^2} \geq 2$$

So, $x, y \le 0$. Trying to obtain a lower bound was not fruitful.

Also, in general, I have a lot of difficulty solving such problems which require all solutions to a certain equation.

Whatever I do is almost always contrary to what the actual solution is and the solution itself involves some bizarre counter-intuitive manipulations or methods. Some tips on how to approach such problems will be helpful for me. Thanks.

3

There are 3 best solutions below

0
On

By the AM-GM inequality, (since $16^x>0$) \begin{align}16^{x^2+y} + 16^{y^2+x} &\geq 2\times4^{x^2+x}\times4^{y^2+y}\\ &=4^{x^2+x+1/4}\times4^{y^2+y+1/4}\\ &=4^{(x+1/2)^2}\times4^{(y+1/2)^2}\\ &\geq4^0\times4^0\\ &=1 \end{align}

The second inequality comes from the sum of squares being always non-negative.

Hence for overall equality, both inequalities must be equalities. Equality for sum of squares being greater than $0$ is if both squares are zero, i.e. $x, y = -1/2$ here.

Fortunately this also gives equality in AM-GM, which needs the two terms to be equal for equality.

I find that trying the AM-GM inequality when things are positive and you're stuck is helpful. This is a common problem in regional math olympiads.

0
On

Using $$\bf{A.M\geq G.M}$$,

$\displaystyle \frac{16^{x^2+y}+16^{x+y^2}}{2}\geq \left(16^{x^2+y}\cdot 16^{x+y^2}\right)^{\frac{1}{2}}$

$\displaystyle 16^{x^2+y}+16^{x+y^2}\geq 2\cdot \left\{2^{4\left(x^2+y+x+y^2\right)}\right\}^{\frac{1}{2}} = 2\cdot \left\{2^{(2x+1)^2+(2y+1)^2-2}\right\}^{\frac{1}{2}}\geq 1$

and equality hold when $16^{x^2+y} = 16^{x+y^2}\Rightarrow x^2+y = x+y^2\Rightarrow \displaystyle x=y = -\frac{1}{2}$

0
On

We note that by substituting $x$ in place of $y$, and $y$ in place of $x$, the equation does not change. Thus the function is symmetric across $x=0$, $y=0$, or $x=y$ (experts can correct me here).

Therefore we can substitute $x=y$, and derive $x=-\frac12$ by equating the indices. Therefore, $y$ is also $-\frac12$.