So, we have a function:
$$r=a\cos^3{\frac{\phi}{3}}$$
We need to get the arc's length on interval:
$$0 \leq \phi \leq \frac{\pi}{2}$$
So, using default formula: $$L = \int_{a}^{b}\sqrt{1+(f'(x))^2}dx$$
We got: $$L = \int_{0}^{\pi/2}\sqrt{1+(a\cos^2(\frac{\phi}{3})\sin(\frac{\phi}{3}))^2}d\phi $$
But how can we completely solve it?