Parameter (algebra)
Parameter (algebra)
The independent variable or variables in a set of parametric equations.

See also
Key Formula
x=f(t),y=g(t)
Where:
- t = The parameter — the independent variable you choose values for
- x = A dependent variable expressed as a function f of the parameter t
- y = A dependent variable expressed as a function g of the parameter t
- f,g = Functions that define how x and y depend on the parameter
Worked Example
Problem: A particle moves along a path defined by the parametric equations x = 2t and y = t² − 1. Find the (x, y) coordinates for t = 0, 1, 2, and 3, then identify the Cartesian equation of the curve.
Step 1: Substitute t = 0 into both equations.
x=2(0)=0,y=02−1=−1⇒(0,−1)
Step 2: Substitute t = 1, 2, and 3.
t=1:(2,0)t=2:(4,3)t=3:(6,8)
Step 3: To eliminate the parameter, solve the x-equation for t.
x=2t⇒t=2x
Step 4: Substitute this expression for t into the y-equation.
y=(2x)2−1=4x2−1
Step 5: The Cartesian (non-parametric) equation of the curve is a parabola.
y=4x2−1
Answer: The points are (0, −1), (2, 0), (4, 3), and (6, 8). The Cartesian equation is y = x²/4 − 1.
Another Example
This example uses an angle θ as the parameter instead of a generic t, and describes a closed curve (circle) rather than an open parabola. It also shows that the parameter can have a geometric meaning — here, the angle measured from the positive x-axis.
Problem: A circle of radius 5 centered at the origin can be described parametrically. Write the parametric equations using a parameter θ, and find the coordinates at θ = 0, π/2, π, and 3π/2.
Step 1: Write the standard parametric equations for a circle of radius r centered at the origin, using angle θ as the parameter.
x=5cosθ,y=5sinθ
Step 2: Evaluate at θ = 0.
x=5cos0=5,y=5sin0=0⇒(5,0)
Step 3: Evaluate at θ = π/2, π, and 3π/2.
θ=2π:(0,5)θ=π:(−5,0)θ=23π:(0,−5)
Step 4: Verify by eliminating the parameter: square both equations and add.
x2+y2=25cos2θ+25sin2θ=25
Answer: The parametric equations are x = 5 cos θ, y = 5 sin θ. The four points trace around the circle: (5, 0), (0, 5), (−5, 0), (0, −5).
Frequently Asked Questions
What is the difference between a parameter and a variable?
A variable like x or y represents a quantity that changes within an equation. A parameter is a special independent variable that both x and y depend on — it acts as a 'behind-the-scenes' control that links them together. When you set a value for the parameter, you get a specific (x, y) point. In short, the parameter drives the other variables.
How do you eliminate a parameter from parametric equations?
Solve one of the parametric equations for the parameter (for example, solve x = 2t to get t = x/2). Then substitute that expression into the other equation to get a single equation in x and y. This process converts parametric form into Cartesian (rectangular) form. For trigonometric parameters, you often use identities like sin²θ + cos²θ = 1 instead of solving directly.
Why use a parameter instead of just writing y in terms of x?
Some curves cannot be written as a single function y = f(x) because they fail the vertical line test — a circle, for instance. Parametric equations handle these naturally. Parameters also convey additional information, such as the direction and speed of motion along a curve, which a Cartesian equation cannot express.
Parameter vs. Ordinary variable
| Parameter | Ordinary variable | |
|---|---|---|
| Role | Independent 'control' variable that other variables depend on | A quantity in an equation that can change (x, y, etc.) |
| Appears in the final graph? | Usually not — it is eliminated or kept as an input | Yes — plotted on an axis |
| Typical symbols | t, θ, s | x, y, z |
| Example | t in x = 3t, y = t² | x and y plotted on coordinate axes |
| When to use | When a curve is hard or impossible to express as y = f(x), or when direction/timing matters | When a direct relationship y = f(x) is sufficient |
Why It Matters
You encounter parameters in precalculus and calculus whenever curves cannot be described by a single function, such as circles, ellipses, and cycloids. In physics, time is the most common parameter — it links position coordinates to describe trajectories of projectiles and orbiting bodies. Understanding parameters is also essential for computer graphics, where curves and surfaces are almost always defined parametrically.
Common Mistakes
Mistake: Confusing the parameter with one of the plotted variables, such as treating t as if it belongs on the x-axis or y-axis.
Correction: The parameter is a third quantity that you feed into the equations. The graph shows (x, y) pairs; t itself does not appear as an axis unless you deliberately plot x vs. t or y vs. t separately.
Mistake: Forgetting to restrict the parameter's domain, which can produce too much or too little of the curve.
Correction: Always check whether the problem specifies a range for the parameter (e.g., 0 ≤ t ≤ 2π for a full circle). If you leave t unrestricted, you may trace the curve multiple times or include unwanted portions.
Related Terms
- Parametric Equations — Equations that use a parameter to define a curve
- Parametrize — The process of expressing a curve using a parameter
- Independent Variable — A parameter is a specific type of independent variable
- Variable — General term for a quantity that can change
- Dependent Variable — x and y depend on the parameter
- Eliminating the Parameter — Converting parametric form to Cartesian form
