dy/dx = (2x-y)/(x+y) Horizontal tangent at y=8.
How does one determine the x-coordinate of the point? I'm not sure.
So at $y=8,$ the gradient is same as that of the x axis which is $0$
$$\frac{dy}{dx}_{(\text{ at }y=8)}=\frac{2x-8}{x+8}$$
The tangent is horizontal at $y=8$, so the gradient must be nil, so $\frac{2x-8}{x+8}=0$ and hence $x=4$. So the curve passes through the point (4,8).
Integrating the equation given we get a quadratic in $y$. Solving we get $y=-x\pm\sqrt{3x^2+k}$. Since it passes through (4,8) we get $k=96$ and $y=-x+\sqrt{3x^2+96}$.
