Let $a, b, c$ be strictly positive real numbers. Solve the equation $2a^x = b^x + c^x$, given that $c = \sqrt{ab}$.
Knowing that $c = \sqrt{ab}$, we get $c^x = \frac{1}{a^xb^x}$. By plugging this in the equation, we get $a^xb^x(2a^x - b^x) = 1$.
Knowing that $c^2 = ab$, we get $c^{2x} = a^xb^x$. By plugging this in previously obtained equation, we get $c^{2x}(2b^x + c^x) = 1$.
That's all I could find! I have no idea how to proceed.
Thank you in advance!