Parametric Equation Calculator

Convert linear parametric equations into Cartesian form by eliminating the parameter t.

This calculator is designed for linear equations such as x(t) = 2t + 1 and y(t) = 3t + 4.

About the Author: Created by Fotios Angelakis, MSc in Mechanical Engineering, with experience in engineering calculations, numerical tools, and applied mathematics. Learn more about the author's qualifications and experience.

Enter x(t) and y(t), then click convert.

How the Parametric Equation Calculator Works

The Parametric Equation Calculator converts linear parametric equations into Cartesian form. Parametric equations describe x and y using a shared parameter, usually t.

A linear parametric curve has the form:

x(t) = at + b, y(t) = ct + d

To eliminate the parameter, solve x(t) for t and substitute into y(t).

x(t) = at + b y(t) = ct + d eliminate t t = (x-b)/a substitute y=f(x) Parametric to Cartesian conversion

Parametric to Cartesian Formula

If:

x = at + b

then:

t = (x - b) / a

Substitute that into:

y = ct + d

giving:

y = c(x - b)/a + d

How to Use the Calculator

  1. Enter x(t) as a linear expression in t.
  2. Enter y(t) as a linear expression in t.
  3. Click Convert to Cartesian Form.
  4. Review the solved expression for t and the final Cartesian form.

Input Examples

Expression Accepted input
2t + 1 2*t + 1
-3t + 5 -3*t + 5
t - 4 t - 4
7 7

Worked Example

Given:

x(t) = 2t + 1
y(t) = 3t + 4

Solve x(t) for t:

x = 2t + 1
x - 1 = 2t
t = (x - 1) / 2

Substitute into y(t):

y = 3((x - 1) / 2) + 4
y = (3x + 5) / 2

Limitations

Important: This browser calculator is intended for linear parametric equations. Curves such as x = cos(t), y = sin(t) may not have a single Cartesian form y = f(x).

Frequently Asked Questions

What are parametric equations?

Parametric equations express coordinates using a shared parameter, usually t. For example, x(t) and y(t) together define a curve.

How do you eliminate the parameter?

Solve one equation for t, then substitute that expression into the other equation.

Can every parametric equation become y = f(x)?

No. Some curves cannot be represented as a single function y = f(x), especially circles and curves that loop back.

What happens if x(t) is constant?

If x(t) is constant, the Cartesian result is a vertical line, such as x = 5, not a function y = f(x).