I was recently studying parabolas when I came across a question, in which we were supposed to find the coordinates of the point of contact of the tangent $ y=1-x$ with the parabola $y^2-y+x=0$. In the question, the parametric coordinates of the point of contact were given as $$\left (\frac{1}{4}-\frac{a}{m^2},\frac{1}{2}-\frac{2a}{m}\right)$$ whereas in the same book the parametric coordinates for a parabola $$(y-k)^2=-4a(x-h)$$ are given as $$\left (h-\frac {a}{m^2},k+\frac{2a}{m}\right)$$ how is this even possible?
P.S The answer is given as $(0,1)$
To find the coordinates of the contact point we solve the system $$\left\{ \begin{array}{l} x = 1 - y\\ {y^2} - y + x = 0 \end{array} \right.$$ $y^2-y+1-y=0$
$y^2-2y+1=0$
$(y-1)^2=0$
$y=1$ and $x= 0$