5
$\begingroup$

I have the following parametric equations: $x = \sin\theta,\qquad y = \cos\theta,\qquad 0 \leq \theta \leq \pi.$

The corresponding Cartesian equation is $x^2 + y^2 = \sin^2\theta + \cos^2\theta = 1$.

So it would be $x^2 + y^2 = 1$.

How would I develop the curve for the equation?

Should I plot points? I know that this is a circle centered at 1, but with the limits on $\theta$, I'm not sure how to determine the final graph.

1 Answers 1

12

So now you know that every point in the parametric curve lies on the unit circle, since every point satisfies the equation $x^2+y^2=1$.

Some questions to ask yourself:

  • Where do you start? That is, when $\theta=0$, where on the unit circle are you?
  • As $\theta$ increases from $0$ towards $\pi$, what happens to the point $(x,y) = (\sin\theta,\cos\theta)$?
  • Once $\theta$ reaches $\pi$, where are you?

Now you know which parts of the unit circle are given by the parametric curve.

Added. Like many students early on, you seem to want to plot a few points and then interpolate; this is not a good idea, because it relies on you just happening to hit the correct points to get an accurate picture of what is going on. To give you an example, if you were trying to plot a graph for the function $y = \sin(\pi x)$, and tried a few points, say, $x=0$, $x=1$, $x=2$, $x=3$, etc., you might think that your function is the constant function $0$, because your selection of points happens to miss all the important stuff that is going on with $y$.

You don't want to do that. Instead, you want to think about what those functions are doing.

One of the ways in which I find most fruitful to think about parametric equations is to think of the parameter as giving time, and the equations as describing the movement of a point; imagine an animation with a glowing point moving along the plane, and leaving a "trail" of light behind it. That trail is the parametric curve, the point is the position at the "present $t$". You want to think about what that point is doing as your parameter ranges from its initial value to its final value (that is, as the animation goes from beginning to end).

So, start with $\theta=0$, the first frame of your animation. Your glowing point will be at $x(0) = \sin(0) = 0$, and $y(0)=\cos(0) = 1$. So you start at the point $(0,1)$.

Now, press the PLAY button. What happens as $\theta$ starts advancing from $0$ towards $\pi$? The $x$ coordinate will follow the graph of $y(\theta)=\sin(\theta)$, so first it will rise from $0$ to $1$ (at $\theta=\frac{\pi}{2}$), and then drop again from $1$ to $0$ (at $\theta=\pi$). It will do so without jumps or breaks. So if you were looking only at the "shadow" of our glowing point on the $x$-axis, it starts at $x=0$, then moves towards the right in a smooth way (no jerks, no jumps, no skips) until it hits $1$ at the midpoint of the movie, and then moves back towards $0$ until it returns to $0$ at the end of the movie.

What about $y$? It starts at $1$; it will behave like the graph of $\cos\theta$. As you press PLAY, it will start at $1$, and then drop towards $0$, again in a smooth way, without jumps, jerks, or skips, until it hits $0$ halfway through the movie (at $\theta=\frac{\pi}{2}$). Then, it will keep going in the same direction, from $0$ down to $-1$, and reach $-1$ at the end of the "movie" (when $\theta=\pi$). So if you look at the "shadow" of the glowing point on the $y$-axis, it will start at $1$, then drop down to $0$, and keep going down to $-1$, all in a generally smooth manner, with no jumps, jerks, hesitations, backtracks, etc.

Now put those two motions together: you start at $(0,1)$, the top of the unit circle. Then as $\theta$ moves from $0$ to $\pi/2$, the glowing point starts moving both right and down, always along the unit circle, until $\theta=\pi/2$, when it is at point . Press PAUSE on the video, and take stock. Where are we? What part of the unit circle have we traced? How many times? Any backtrack? Any long period of time spent without moving? Was the motion generally "fluid"?

Okay, ready to continue? Press PLAY again, and our $\theta$ starts increasing from $\pi/2$ towards $\pi$. That glowing point representing $(x(\theta),y(\theta))$ moves, but now down and to the left, always along the unit circle, until finally when $\theta=\pi$, the "end of the movie", it reaches its final destination at point .

All along, the movement was without jumps, hesitations, or backtracks, because the functions $x=\sin\theta$ and $y=\cos\theta$ have those motions: no jumps, no skips, no jerks, no hesitations, no backtracks, just a smooth motion (imagine your hand drawing their graphs). That glowing point has now traced part of the unit circle, exactly once, without backtracking. Which part?

  • 0
    alright. thanks for all your help :)2011-03-08