Parametric equations describe a curve by giving both coordinates in terms of the same parameter, usually tt. To graph them, plug in values of tt in order. To convert them, eliminate tt if you can, then check what information the conversion hides.

The basic form is

x=f(t),y=g(t).x = f(t), \qquad y = g(t).

Each value of tt gives one point (x,y)(x,y). The parameter does two jobs at once: it generates the points and tells you the direction in which the curve is traced.

What parametric equations mean

In a Cartesian equation, xx and yy are related directly. In a parametric equation, they are linked through the same changing variable.

That difference matters when a curve has natural motion, direction, or a restricted interval. Even if the Cartesian form shows the same shape, it may not show the same starting point, ending point, or tracing order.

How to graph parametric equations

The fastest reliable method is a short table of values.

  1. Find the allowed range of tt.
  2. Pick a few convenient values of tt.
  3. Compute the matching points (x,y)(x,y).
  4. Plot the points in order.
  5. Mark the direction as tt increases.

This extra attention to order is the main difference from ordinary graphing. A correct shape with the wrong direction is still incomplete.

How to convert parametric equations to Cartesian form

Converting to Cartesian form means removing tt so the relationship is written directly in xx and yy.

If one equation is easy to solve for tt, substitute that expression into the other equation. If trigonometric functions appear together, an identity may be the cleaner route. A common example is

sin2t+cos2t=1.\sin^2 t + \cos^2 t = 1.

After conversion, check whether the new equation describes more than the original parametric curve. This can happen when the parameter range only traces part of a curve.

Worked example: graphing and converting a parametric circle

Consider

x=cost,y=sint,0tπ.x = \cos t, \qquad y = \sin t, \qquad 0 \le t \le \pi.

Start with a few values of tt:

t=0(x,y)=(1,0)t = 0 \Rightarrow (x,y) = (1,0) t=π2(x,y)=(0,1)t = \frac{\pi}{2} \Rightarrow (x,y) = (0,1) t=π(x,y)=(1,0).t = \pi \Rightarrow (x,y) = (-1,0).

Those points lie on the unit circle. Because tt runs from 00 to π\pi, the graph starts at (1,0)(1,0), moves counterclockwise through (0,1)(0,1), and ends at (1,0)(-1,0). So the parametric curve is the upper half of the unit circle, not the full circle.

Now convert it to Cartesian form. Square both equations and add:

x2+y2=cos2t+sin2t.x^2 + y^2 = \cos^2 t + \sin^2 t.

Using cos2t+sin2t=1\cos^2 t + \sin^2 t = 1, you get

x2+y2=1.x^2 + y^2 = 1.

That equation is the full unit circle. To match the original parametric curve, you still need the condition y0y \ge 0, and the Cartesian equation still does not show the direction of travel.

This is the key idea: eliminating the parameter can preserve the shape but lose information about which part of the curve appears and how it is traced.

Common mistakes when graphing or converting

Ignoring the parameter interval

The interval for tt can turn a full curve into a segment or arc. In the example above, 0tπ0 \le t \le \pi gives only the upper semicircle.

Forgetting direction

Two parametric systems can produce the same set of points but trace them in different directions. If the problem asks you to graph the parametric curve, the direction matters.

Treating the Cartesian form as the whole answer

The converted equation may show the right shape but miss restrictions from the original parameter range. Always compare the converted result with the original interval for tt.

Assuming elimination is always simple

Sometimes you can solve directly for tt. Sometimes you need an identity. Sometimes the cleanest final result is a relation in xx and yy plus a restriction.

When parametric equations are useful

Parametric equations are useful when position depends naturally on time, angle, or another changing quantity. Common examples include circular motion, projectile motion, and curves that are awkward to describe with a single equation of the form y=f(x)y = f(x).

They are also common in calculus because velocity and direction can be built into the description of the curve from the start.

Try a similar problem

Try your own version with

x=2+3cost,y=1+3sint,0tπ.x = 2 + 3\cos t, \qquad y = 1 + 3\sin t, \qquad 0 \le t \le \pi.

First identify the shape. Then decide which part of that shape is traced and how the point moves as tt increases.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →