Given the halfcircle equation of the unit circle
$$y = \sqrt{1 - x^2}$$
and its derivative
$$y' = \frac{-x}{\sqrt{1-x^2}} $$
why does $y' = y$ yield a solution that contains the golden ratio. Is this random or is there a simple relation here which I am overcomplicating.
Taking the full circle equation $x^2 + y^2 = 1$ and finding the intersections with the full derivative equation (equation that would describe the derivative for the whole circle) there are $4$ intersections each with a relation of $\phi - 1$.
EDIT:
I came so far by just solving the equation $$\frac{-x}{\sqrt{1-x^2}} = \sqrt{1-x^2}$$
Simplifying this yields the quadratic equation $$x^2 - x - 1 = 0$$
and a solution $$\frac{1}{2}\pm\frac{\sqrt{5}}{2}$$
Yet I still don't know why exactly the golden ratio is a solution and not just a random number leaves me clueless. Maybe there is some geometric relation...