The parametric equations of a curve are $$x=2\theta-\sin 2\theta$$ $$y=2-\cos 2\theta$$
The question asks that ''For the part of the curve where $0<\theta<2\pi$, find the coordinates of the points where the tangent is parallel to the x-axis''. How can I solve this?
$\frac{dy}{d\theta} = 2\sin2\theta$.
$\frac{dx}{d\theta} = 2 - 2\cos2\theta$
So $\frac{dy}{dx} = \frac{dy}{d\theta}/\frac{dx}{d\theta} = \frac{2\sin2\theta}{2 - 2\cos2\theta}$.
This simplifies to $\cot\theta$, and since we want slope to be zero, we get $\theta = \frac{\pi}{2}$ or $\theta = \frac{3\pi}{2}$ (given the values $\theta$ can take)
At $\theta = \frac{\pi}{2}$, $x = \pi$ and $y = 3$.
At $\theta = \frac{3\pi}{2}$, $x = 3\pi$ and $y = 3$.
So the points at which the tangent is parallel to the x-axis is $\color{blue}{(\pi,3), (3\pi,3)}$.