Find the parametric equation of the following parabola?

55 Views Asked by At

It doesn't give me $2$ equations this time just $1$ and I have no clue what to do;

$y^2 = 4x$

ANSWER IN BOOK: $x = t^2, y = 2t$

1

There are 1 best solutions below

0
On

Let $y=s$, put it into equation $y^2=4x$, you get:

$$s^2=4x$$

So:

$$x=\frac{s^2}{4}$$

You have parametric equation $x=\frac{s^2}{4}, y=s$. If you put $s=2t$ you get the same as in answer book.