How do I prove that a hypocycloid, which has equation $$x^{2/3} + y^{2/3} = a^{2/3}$$ can be parameterized by $$x = a\cos^3(\theta),\qquad y = a\sin^3(\theta)$$?
The problem assumes that it is true, but I'm not quite sure how to go about proving it. How do I proceed?
Consider the more general equation $x^p+y^p=r^p$ where $p>0$. Compare this to the identity $\sin^2(\theta)+\cos^2(\theta)=1$. Rewriting the first equation we have.
$$\frac{x^p}{r^p}+\frac{y^p}{r^p}=1$$
$$\left(\frac{x}{r}\right)^p+\left(\frac{y}{r}\right)^p=1$$
$$\left[\left(\frac{x}{r}\right)^{p/2}\right]^2+\left[\left(\frac{y}{r}\right)^{p/2}\right]^2=1$$
Using the trig identity
$$\left(\frac x r\right)^{p/2}=\cos(\theta)\quad\text{and}\quad\left(\frac y r\right)^{p/2}=\sin(\theta)$$
Solving for $x$ and $y$ we get
$$x=r\cos^{2/p}(\theta)\quad\text{and}\quad y=r\sin^{2/p}(\theta)$$ The hypocycloid is for the case $p=2/3$.