Find the length of the curve $\mathcal C$, $x(t)=2\cos^3(t)$, $y(t)=2\sin^3(t)$ for $0 ≤ t ≤ 2π$.
I got a bit stuck trying to do this. I started off by finding $dx/dt$ and $dy/dt$ ($-6\cos^2(t)\sin(t)$ and $6\sin^2(t)\cos(t)$ respectively). Then, I found the modulus for this which I found to be $6\sin t\cos t$.
Then, I integrated by substituting $u=\sin t$ and got $\sin t$. However, I am unsure which limits to chose as if I use $2π$ and $0$, then the answer returned is $0$, which I am pretty sure is not the answer. Any help on how to choose the limits would be appreciated, or pointing out if I've made any mistakes.
Well, the formula is given by:
$$\mathcal{I}\left(\alpha,\beta\right):=\int_\alpha^\beta\sqrt{\left(\frac{\text{d}x}{\text{d}t}\right)^2+\left(\frac{\text{d}y}{\text{d}t}\right)^2}\space\text{d}t\tag1$$
So, in your case we get:
$$\mathcal{I}\left(0,2\pi\right)=\int_0^{2\pi}\sqrt{\left(-6\sin\left(t\right)\cos^2\left(t\right)\right)^2+\left(6\sin^2\left(t\right)\cos\left(t\right)\right)^2}\space\text{d}t=$$ $$\int_0^{2\pi}\sqrt{9\sin^2\left(2t\right)}\space\text{d}t=3\int_0^{2\pi}\left|\sin\left(2t\right)\right|\space\text{d}t=3\cdot4\int_0^\frac{\pi}{2}\sin\left(2t\right)\space\text{d}t=3\cdot4\cdot1=12\tag2$$