Loading…

Parametric Equations Plotter and Converter

Math Calculus • Parametric Equations and Polar Coordinates

View all topics

Plot parametric curves \(x=x(t)\), \(y=y(t)\), animate a point along the curve, and eliminate the parameter when the relationship can be recognized.

Parametric curve \(\displaystyle \mathbf r(t)=\langle x(t),y(t)\rangle\) Tangent vector \(\displaystyle \mathbf r'(t)=\langle x'(t),y'(t)\rangle\) Slope \(\displaystyle \frac{dy}{dx}=\frac{dy/dt}{dx/dt}\) Eliminate parameter \(\displaystyle t\rightarrow x,\quad y=f(x)\)

Parametric input

Examples: t^2, cos(t), t - sin(t)
Examples: t^3, sin(t), 1 - cos(t)
Live setup

Quick examples

Ready
Enter \(x(t)\), \(y(t)\), and the \(t\)-interval, then click “Plot curve”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is a parametric curve?

A parametric curve gives x and y separately as functions of a parameter t. The point (x(t), y(t)) moves as t changes.

What does it mean to eliminate the parameter?

It means rewriting the relationship between x and y without t, when algebraically possible.

Can every parametric curve be converted to Cartesian form?

No. Some curves require implicit equations, inverse functions, or cannot be written as a simple Cartesian equation.

What is the Cartesian form of x = t^2 and y = t^3?

The full curve satisfies y^2 = x^3 with x >= 0. If t >= 0, the branch is y = x^(3/2). If t <= 0, the branch is y = -x^(3/2).

Why are direction arrows important?

They show the orientation of the curve, meaning the direction the point travels as t increases.

What is the tangent vector?

The tangent vector is r'(t) = <x'(t), y'(t)>. It points in the instantaneous direction of motion.

How is dy/dx found for parametric equations?

When dx/dt is not zero, dy/dx = (dy/dt)/(dx/dt).

What does equal-axis scaling do?

It keeps the same visual scale on both axes so circles look like circles rather than ellipses.