Loading…

Parametric Equations and Graphical Solver

Math Algebra • Equations

View all topics

Graph parametric curves, animate the moving point as \(t\) changes, and convert to a Cartesian equation when the parameter can be eliminated. Use it for projectile motion, lines, circles, ellipses, spirals, and curve tracing.

Parametric form: \(x=f(t),\ y=g(t)\) Curve tracing: compute \((x(t),y(t))\) for ordered \(t\)-values Eliminate \(t\): solve one equation for \(t\), then substitute Projectile: \(x=v_xt,\ y=h+v_yt-\frac12gt^2\)

Parametric equations

Use t as the parameter. Supported examples include 3t, 6t - 5t^2, 2cos(t), 3sin(t), t cos(t), and sin(2t). You may use pi, e, ^, and functions such as sin, cos, tan, sqrt, abs, log, ln, and exp.

Parameter and display settings

Drag the graph to pan. Use the mouse wheel, trackpad, pinch gesture, or the graph buttons to zoom. The moving point follows increasing values of \(t\).

Quick examples

Ready
Enter parametric equations and click “Solve and graph”.

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 are parametric equations?

Parametric equations write x and y as separate functions of a parameter t, usually in the form x = f(t) and y = g(t).

What does the parameter t mean?

The parameter t often represents time, but it can also be any auxiliary variable used to trace a curve.

What does it mean to eliminate the parameter?

It means solving one parametric equation for t and substituting into the other equation to get a relationship involving only x and y.

Can every parametric curve be converted to Cartesian form?

No. Some parametric curves have simple Cartesian forms, while others are easier or more natural to keep in parametric form.

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

Since t = x/3, substituting gives y = 6(x/3) - 5(x/3)^2, or y = 2x - 5x^2/9.

How does the calculator graph the curve?

It samples many t-values, computes x(t) and y(t), and connects the resulting points in increasing t order.

Why does direction matter in parametric graphs?

A parametric curve is traced as t changes, so it includes both the shape and the direction of motion.

Can this solver graph projectile motion?

Yes. Use equations such as x = vxt and y = h + vyt - 0.5gt^2.

Can this solver graph circles and ellipses?

Yes. It supports forms such as x = r cos(t), y = r sin(t), and x = a cos(t), y = b sin(t).

What does the arc length approximation mean?

It estimates the curve length by adding many small straight-line distances between sampled points.

Can I pan and zoom the graph?

Yes. You can drag to pan, use the mouse wheel or trackpad to zoom, pinch on touch screens, or use the graph control buttons.