0

Is there any defined process to sketch parametric curves? Thanks in advance.

$$x = \cos^2 t, \quad y = 1 - \sin t, \quad 0 \leq t \leq 2\pi.$$

Henry T. Horton
  • 18,318
  • 5
  • 60
  • 77
Diego Pacheco
  • 151
  • 4
  • 13

3 Answers3

2

\begin{align} x=\cos^2(t)\\1-x=\sin^2(t)\\\sqrt{1-x}=\sin(t)\\1-\sqrt{1-x}=1-\sin(t)=y\\ y=1-\sqrt{1-x}\\ (1-x)=(1-y)^2 \end{align}

Inquest
  • 6,635
2

Here is the animated curve. Note that it is periodic. gif

Sigur
  • 6,416
  • 3
  • 25
  • 45
1

You can use the identity $\cos^2t + \sin^2t = 1$. Then $\sin^2t = 1 - \cos^2t$, so $\sin t = \pm \sqrt{1 - x}$. Then you can plug this into the equation for $y$ and sketch the curve.