Question: For $x,y \in \mathbb{C}$, suppose $x+y=xy=w \in \mathbb{R}^+$. Is $x^w+y^w$ necessarily real?
For instance, if $x+y=xy=3$, then one solution is $x = \frac{3 \pm i \sqrt{3}}{2}$, $y = \frac{3 \mp i \sqrt{3}}{2}$, but $x^3 + y^3 = 0$, which is real.
I've checked this numerically for many values of $w$ that give complex $x$ and $y$ (namely, $w \in (0,4)$.)
Yes. Since $x + y \in \mathbb{R}$, $y = \overline{x} + r$ for some $r \in \mathbb{R}$. Then $xy = |x|^2 + xr \in \mathbb{R}$, implying that either $r = 0$ or $x \in \mathbb{R}$. Then we do casework:
If $r = 0$, then $y = \overline{x}$; this leads to
$$x^w + y^w = x^w + \overline{x^w} \in \mathbb{R}.$$
Warning: for this to work, we had to pick the standard branch of the complex logarithm, specifically, the one undefined on the nonpositive real line, whose imaginary part is between $-\pi$ and $\pi$. Once we define $z^w := e^{w \ln z}$, ${(\overline{x})}^w = \overline{x^w}$ is true for this branch of $\ln$ (as $x$ is not nonpositive real), but might not be true for another branch.
This warning does not come into play when $w$ is an integer. But take, for example, $x = 1 + \frac{1 + i}{\sqrt{2}}$, $y = 1 + \frac{1 - i}{\sqrt{2}}$. Then $x + y = xy = 2 + \sqrt{2}$. If we picked a different branch of the complex logarithm, then we could have $x^w + y^w$ not real.
On the other hand, if $x \in \mathbb{R}$, then $y \in \mathbb{R}$, so $x^w + y^w \in \mathbb{R}$. Since $x + y = xy > 0$, $x,y$ must both be positive, so we have no trouble with a negative base of the exponent.
Note there was nothing special about $w$: we could have reached the stronger conclusion that $x^a + y^a \in \mathbb{R}$ for all $a \in \mathbb{R}$.