The given curve is: $ 27 x^{2} = 4 y^{3} $. I have to find the natural parameterization. First, I parameterized the curve: $$ 27 x^2 = 4 y^3 $$ $$ x = \pm \sqrt{\frac{4}{27} y^3} $$ What should I do when I have two possibilities? I took one possibility, for example: $$ x = \sqrt{\frac{4}{27} y^3} $$ Parameterization: $$ \alpha (t) = (\sqrt{\frac{4}{27} t^3},t) $$
The other steps: $$ \alpha ' (t) = (\frac{\sqrt{t}}{\sqrt{3}},1) $$ $$ || \alpha ' (t) || = \frac{1}{\sqrt{3}} \sqrt{t+3} $$ $$s(t) = \frac{1}{\sqrt{3}} \int_{0}^{t} \sqrt{u+3} du = \frac{1}{\sqrt{3}}(\frac{2}{3}(t+3)^{\frac{3}{2}}- 2\sqrt{3})$$ Did I go wrong at some point? It became too complicated, so I need help. Thanks!
What you did fine. Now, you invert $s$:$$s^{-1}(t)=\frac{3\sqrt[3]{(t+2)^2}}{\sqrt[3]4}-3.$$So, a natural parametrisation of your curve is$$t\mapsto\alpha\bigl(s^{-1}(t)\bigr)=\left(\frac{\left(\sqrt[3]{2(t+2)^2}-2\right)^{\frac32}}{\sqrt2},\left(\frac{3\sqrt[3]{(t+2)^2}}{\sqrt[3]4}-3\right)^2\right)$$