Loading…

Parametric Equation Plotter

Math Geometry • Coordinate Geometry

View all topics

Plot and analyze parametric equations \(x(t)\), \(y(t)\) on a chosen interval. Compute a tangent/normal at \(t_0\), curvature and osculating circle, approximate curve length, and automatically convert linear parameterizations to Cartesian line form.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Parametric inputs
Higher \(N\) gives a smoother curve but costs more CPU.
Used for tangent/normal, speed, curvature, and osculating circle.
Graph options

The plot uses square units (equal scaling) so curves are not distorted, and axis numbers stay close to their axes.

Ready
Enter \(x(t)\), \(y(t)\) and click Calculate.
Parametric plot (pan/zoom enabled)

Drag to pan • wheel/trackpad to zoom • pinch on touch • “Reset view” fits the 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 equation plotter?

A parametric equation plotter graphs a curve using two functions x(t) and y(t), where a single parameter t controls both coordinates. As t changes from t_min to t_max, the point (x(t), y(t)) traces the curve.

How is the tangent line found from x(t) and y(t)?

The slope at t0 is (dy/dx)|t0 = (dy/dt)/(dx/dt) evaluated at t0 when dx/dt is not zero. If dx/dt(t0) = 0 and dy/dt(t0) is not zero, the tangent is vertical at x = x(t0).

What does curvature mean in a parametric curve?

Curvature measures how sharply the curve bends at a point. For planar parametric curves, kappa(t) = |x'(t)y''(t) - y'(t)x''(t)| / ((x'(t)^2 + y'(t)^2)^(3/2)), and the radius of curvature is 1/kappa when kappa is not zero.

How does the calculator estimate arc length?

True arc length is an integral, but this tool approximates it numerically by sampling N points on the curve and summing straight-line distances between consecutive points (a polyline approximation). Increasing N usually improves the approximation.

When can parametric equations be converted to a Cartesian line equation?

If both x(t) and y(t) are linear in t (for example x(t) = a + bt and y(t) = c + dt), then t can be eliminated to produce a Cartesian line equation. If b = 0, the result is a vertical line x = a.