I have a parametric function for an ellipse:
$$f\left(t\right)=\left(a\cos\left(t\right),b\sin\left(t\right)\right)$$
As the function goes linearly through t from 0 to 2pi, the point speeds up near the minor axis and slows down near the major axis. I don't want this, I want it to have a constant speed.
I have tried taking the derivative, but then I don't know what to do with the derivative to make the parametric function output a constant speed. I have tried plugging the linearly increasing value into functions that I put inside the parametric function, trying to find a function that increases at a rate inverse to the speed. I have been using Desmos for my work.
In other words, how can I derive a function that creates the same shape over time but has a constant speed or derivative of magnitude of velocity? As well as this, can the same method be applied to any parametric function?