I have a general understanding of calculating arc length, but this one's a real curve ball.
So, I need to find the exact length of $r=3\sin(θ)$ on $0 ≤ θ ≤ π/3$
So the way I've thought of approaching it is by using some handy formulas:
$$r^2 = x^2 + y^2$$
and $$y=r\sin(θ)$$
So we start off with
$$r=3\sin(θ)$$
$$r^2 = 3r\sin(θ)$$ $$(x^2 + y^2)^{1/2} = 3y$$
$$x^2 + y^2 = 9(y^2)$$
$$x^2 = 8y^2$$
$$(1/8)^{1/2}x = y$$
Then, from that I use the integration formula to find length. Am I even close to being right on this one?
I think this is easier to do directly in polar coordinates. We have
$$\mathrm ds^2=\mathrm dr^2+r^2\mathrm d\theta^2\;,$$
and thus
$$ \begin{eqnarray} \int\mathrm ds &=& \int_0^{\pi/3}\sqrt{\left(\frac{\mathrm dr}{\mathrm d\theta}\right)^2+r^2}\;\mathrm d\theta \\ &=& \int_0^{\pi/3}\sqrt{(3\cos\theta)^2+(3\sin\theta)^2}\;\mathrm d\theta \\ &=& \int_0^{\pi/3}3\mathrm d\theta \\ &=& \pi\;. \end{eqnarray} $$