Faced with x=cost, y=sintx = \cos t,\ y = \sin t on some interval, you need a dependable way to draw the curve and, if asked, rewrite it without the parameter. A parametric system gives both coordinates in terms of one parameter, usually tt:

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

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

When to use the parametric approach

Use it whenever a curve carries natural motion, direction, or a restricted interval — circular motion, projectile paths, or curves that are awkward to write as a single y=f(x)y=f(x). In a Cartesian equation xx and yy are related directly; in a parametric one they are linked through the same changing variable. Even when the Cartesian form shows the same shape, it may hide the starting point, ending point, or tracing order — which is exactly when the parametric description earns its place.

The steps

  1. Check the parameter range. Find the allowed values of tt first, because they can limit the graph to part of a curve.
  2. Plot points in order. Substitute a few convenient values of tt, compute the matching (x,y)(x,y), and connect them in the order they occur.
  3. Mark the direction. Show which way the point moves as tt increases, not just the shape.
  4. Eliminate the parameter carefully. Solve for tt, or use an identity such as sin2t+cos2t=1\sin^2 t + \cos^2 t = 1 when one is available.
  5. Keep any restrictions. After converting, retain endpoint, interval, or repeated-tracing information that the Cartesian equation does not show on its own.

A correct shape with the wrong direction is still incomplete, which is why step 3 is not optional.

The whole procedure on one example

Consider

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

Range: tt runs from 00 to π\pi. Points in order:

t=0(1,0),t=π2(0,1),t=π(1,0).t = 0 \Rightarrow (1,0), \qquad t = \tfrac{\pi}{2} \Rightarrow (0,1), \qquad t = \pi \Rightarrow (-1,0).

Direction: the point starts at (1,0)(1,0), moves counterclockwise through (0,1)(0,1), and ends at (1,0)(-1,0), so the curve is the upper half of the unit circle, not the full circle. Eliminate the parameter: square both equations and add,

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

Keep restrictions: x2+y2=1x^2 + y^2 = 1 is the full unit circle, so to match the original you must add y0y \ge 0, and the Cartesian form still says nothing about direction of travel. That is the central lesson: eliminating the parameter can preserve the shape while losing which part appears and how it is traced.

Where each step tends to stall, and how to check

Step 1 (interval): ignoring the range turns a full curve into a segment or arc. Here 0tπ0 \le t \le \pi gives only the upper semicircle — always read the bounds before plotting.

Step 3 (direction): two systems can hit the same points in different orders. If the problem says "graph the parametric curve," direction is part of the answer.

Steps 4–5 (elimination): the converted equation may show the right shape but miss restrictions from the parameter range, so compare it back against the interval for tt. Also, elimination is not always simple: sometimes you solve for tt directly, sometimes you need an identity, and sometimes the cleanest result is a relation in xx and yy plus a restriction.

Try the full routine on

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

Identify the shape (a circle of radius 33 centered at (2,1)(2,1)), then decide which part is traced and how the point moves as tt increases. Parametric equations are common in calculus because velocity and direction can be built into the curve from the start, and in any setting where position depends naturally on time or angle.

Frequently Asked Questions

What is a parametric equation in simple terms?
A parametric equation describes a curve by writing both $x$ and $y$ in terms of the same parameter, usually $t$. Each value of $t$ gives one point on the curve.
How do you graph parametric equations?
Choose a few values of $t$, compute the matching $(x,y)$ points, plot them in order, and mark the direction as $t$ increases.
How do you convert parametric equations to Cartesian form?
Eliminate the parameter by solving for $t$ or by using an identity. Then check whether the Cartesian equation needs extra restrictions to match the original curve.

Need help with a problem?

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

Open GPAI Solver →