I'm trying to find the plot for the following :
$$y=1+\cos t, x=\sin^2t$$
I'm trying to get ride off variable $t$.
This is what I done for some reason is incorrect :
$$x=\sin^2t=\frac{1}{2}-\frac{\cos 2t}{2}=\frac{1}{2}-\frac{2\cos^2t-1}{2}=-\cos^2t+1$$
We know that :
$y=1+\cos t \rightarrow y-1=\cos t$
Therefore
$$x=-\cos^2t+1=-(y-1)^2+1 \rightarrow x=-(y-1)^2+1$$
But for some reason I get the wrong plot.
Any ideas?
Thank you!
you have the parametric equation $$y = 1 + \cos t, x = \sin^2t.$$ eliminating $t$ using the fact $\sin^2 t + \cos ^2 t = 1,$ we get $$(y-1)^2 + x = 1 $$ the graph is a parabola in the first quadrant with axis of symmetry at $y = 1,$ with vertex at $(1,1).$