We have the two curves:
$$\alpha :[0, 2\pi] \to \mathbb{R}, \space \space \alpha(t) = (2sin(t), cos(t))$$
and
$$\beta :[0, 2\pi] \to \mathbb{R}, \space \space \beta(t) = (sin(2t)cos(t), sin(2t)sin(t))$$
I want to show that both have the same arclength, I tried using the definition:
$\int_a^b |g'(x)|dx =$ arclength from a to b. However for the first one I get:
$$4\int_0^\frac{\pi}{2} \sqrt{4cos^2+sin^2}$$
And for the second one after simplifiyng:
$$4\int_0^\frac{\pi}{2} \sqrt{8sin^6-9sin^4+sin^2+1}$$
I might did a mistake there, but I don't see any.. What do I do now? Or is there an easier way to show the equality?
EDIT: I just got it guys. The second one is equal to:
$$4\int_0^\frac{\pi}{2} \sqrt{4cos^2(2t)+sin^2(2t)}$$
Therefore for $x = 2t$ we get the same arclength.
HINT: $$sin(2t)cos(t) = \frac{1}{2}(sin(3t)+sin(t))$$ $$sin(2t)sin(t) = \frac{1}{2}(cos(t)-cos(3t))$$