I would like to show the image of $\gamma(t)=(\sin(t+k)\cos(t), \sin(t+k)\sin(t))$ is a circle.
I was hinted that I should appeal to the Isoperimetric Inequality. Hence I calculate the area that the simply closed positively oriented curve $\gamma(t)$ encloses: $$A(\gamma(t))=\frac{1}{2}\int_0^T(x\dot y-\dot xy )dt$$ where $T=2\pi$ in our case. $$\dot x=\cos(t+k)\cos(t)-\sin(t+k)\sin(t), \dot y=\cos(t+k)\sin(t)+\sin(t+k)\cos(t))\implies x\dot y-\dot xy= \sin^2(t+k)\implies A(\gamma(t))=\frac{1}{2}\int_0^{2\pi}\sin^2(t+k)dt=\frac{\pi}{2}$$
Similarly, I calculate the closed curve's length $l(\gamma(t))$: $$l(\gamma(t))=\int_0^{2\pi}|\dot \gamma(t)|dt=\int_0^{2\pi}1dt=2\pi$$
According to the isoperimetric Equality, $$A(\gamma(t))=\frac{1}{4\pi}l(\gamma(t))^2$$ if and only if $\gamma(t)$ is a circle. Clearly, $\frac{\pi}{2}\ne\frac{1}{4\pi}(2\pi)^2$. $$$$What am I missing here?