How to parametrize the curve $y^2 = x^2(x+3)$

4.6k Views Asked by At

I am emberassed to ask this, but I couldn't find a way.

I want to write the curve $y^2 = x^2(x+3)$ as

$$y=f(t) \quad \quad x=g(t) \quad \quad t \in \mathbb R$$

I guess I have to do something like $x = t-3$ but I am not sure.

Thanks for any help.

2

There are 2 best solutions below

3
On BEST ANSWER

Set $x=t^2-3$, we then obtain $y = (t^2-3)t$.

EDIT

The motivation for this choice is as follows:

Taking the square-root, we have $y=x\sqrt{x+3}$. Hence, for a nice parameterization, we want $x+3$ to be a perfect square.

0
On

This is standard: the cubic curve $y^2=x^2(x+3)$ has a double point at(0,0), hence any line through the origin will interset the curve in a single third point. So set $y=tx\,$ and replace in the equation. You'll get the equation for the third point of intersection of the line $y=tx$ with the cubic curve: $$ (t^2-3)x^2=x^3,\enspace\text{whence}\enspace\begin{cases}x=t^2-3\\y=t(t^2-3)\end{cases} $$ The double point $(0,0)$ is obtained twice, for $t=\pm \sqrt 3$.