In a test I had to solve these as part of a problem: $y^2=4x $ and $x^2=4y $.It seemed easy but on trying I couldn't figure out how to solve it.
I know that by trial and error we can get the correct solutions, $(4,4) $ & $(0,0) $ but this would not be very convenient for other slightly harder problems.
So I want to know how to solve it by simplifying, factorising, etc. Here's what I did:
From $y^2=4x $ we get $x=y^2/4$; and so, $x^2=4y \implies y^4/16=4y$. Then cancelling out a $y $ from both sides and simplifying we get- $y= \pm 4$. But since y is one-fourth of $x^2$ so it is positive, so $y=4$. Then, putting in this value in either of the equations we get $x=4$ too.
But clearly, I couldn't get the other solution by solving thus (because I cancelled out a y in the beginning I think). But I don't know how to solve to get the other solution too.
So I want to know of a general method to solve such problems easily and accurately.
you will get $$\frac{x^4}{16}=4x$$ this is equivalent to $$1/16\,x \left( x-4 \right) \left( {x}^{2}+4\,x+16 \right) =0$$ from here we get $$x=0,y=0$$ or $$x=4,y=4$$ it Comes from $$x(x^3-4^3)$$ and then use $$a^3-b^3=(a-b)(a^2+ab+b^2)$$