The general equation of an ellipse with center in the Cartesian axes origin is
$$\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1$$
This ellipse can be parameterized by returning it to a circumference in some way: replacing
$$\dfrac{x^2}{a^2} = X$$
$$\dfrac{y^2}{b^2} = Y$$
$$X^2 + Y^2 = 1$$
writing the polar coordinates
$$x = a\rho \cos{\theta}$$
$$y = b\rho \sin{\theta}$$
The vectorial function is
$$\vec{r}(t) = [a\rho \cos{\theta}, b\rho \sin{\theta}]$$
The first derivate
$$\vec{r}\;'(\theta) = [-a\rho \sin{\theta}, b\rho \cos{\theta}]$$
The module
$$||r'(\theta)|| = \sqrt{(-a\rho \sin{\theta})^2 + (b\rho \cos{\theta})^2}$$
Is this parametrization correct? What is the arc length between 0 and 2$\pi$?
Thanks in advance