Parametric coordinates of a parabola

63 Views Asked by At

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)$

2

There are 2 best solutions below

1
On

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$

0
On

HINT:

To avoid infinite slopes put $m= \dfrac1t$ to a more conveniently familiar form.

It gives a parabola parametrization with symmetry axis parallel to x-axis

$$(x,y)=(h-at^2, k+2at)$$

and you can see where the $(h,k)$ displacements occur as well as slope

$$=- \dfrac{1}{t}=-m$$

at tangent point $(0,1)$.