I have tried Wolfram Alpha and Mathematica to get the solution of the below system, but no result , I have used variable change $z=\sqrt{x}+\sqrt{y}$ for simplification but no result , $$ \left\{ \begin{array}{ll} x^\sqrt{y} +y^\sqrt{x} &=\dfrac{49}{48} \\ \sqrt{x}+\sqrt{y} &=\dfrac72 \\ \end{array} \right. $$
How I can solve this?
It is the same as solving $a^{2b}+b^{2a}=\frac{49}{48}$ with the constraints $a,b\geq 0$ and $a+b=\frac{7}{2}$, hence it boils down to finding the solutions of $$ g(a)\stackrel{\text{def}}{=}a^{7-a}+\left(\frac{7}{2}-a\right)^{2a}=\frac{49}{48} $$ over the interval $\left[0,\frac{7}{2}\right]$. $g(a)\geq 2$ if $a\geq \frac{1}{3}$ and over $\left[0,\frac{1}{3}\right]$ the function $g(a)$ is increasing, hence there is a unique solution in a right neighbourhood of the origin. By applying few steps of Newton's method with starting point $\frac{1}{100}$ we get $a\approx 0.00824505$ hence $x\approx 0.00006798$.