Skip to content
Medium

Symmetric and Parametric Equations of a Line

Simple Explanation

A line through a known point (xβ‚€,yβ‚€,zβ‚€) with direction numbers (a,b,c) can be written either as one combined symmetric equation, (xβˆ’xβ‚€)/a = (yβˆ’yβ‚€)/b = (zβˆ’zβ‚€)/c, or as three separate parametric equations using a parameter t: x=xβ‚€+at, y=yβ‚€+bt, z=zβ‚€+ct.

Why Do We Need It?

These are the two standard ways to actually write down a line's equation in 3D β€” parametric form is especially useful since it generates every point on the line just by plugging in different values of t.

Formula

Symmetric and Parametric Equations of a Line

(xβˆ’xβ‚€)/a = (yβˆ’yβ‚€)/b = (zβˆ’zβ‚€)/c (symmetric); x=xβ‚€+at, y=yβ‚€+bt, z=zβ‚€+ct (parametric)

A line through a known point (xβ‚€,yβ‚€,zβ‚€) with direction numbers (a,b,c) can be written either as one combined symmetric equation, or as three separate parametric equations depending on a parameter t.

(xβ‚€,yβ‚€,zβ‚€)
β€” a known point on the line
a, b, c
β€” the direction numbers of the line
t
β€” the parameter β€” each value of t gives one point on the line

When to use it: Whenever a line in 3D needs to be written as an equation, from a known point and direction.

Worked Example

Write a line's parametric and symmetric equations

Write the parametric and symmetric equations of the line through Pβ‚€(2,βˆ’1,3) with direction numbers (1,4,βˆ’2).

    Why Does This Work?

    Solving each parametric equation for t gives t=(xβˆ’xβ‚€)/a, t=(yβˆ’yβ‚€)/b, and t=(zβˆ’zβ‚€)/c β€” since these all equal the SAME t for a given point on the line, setting them equal to each other directly produces the symmetric equation.

    Real-Life Example

    Tracking a satellite's straight-line path

    A satellite travels in a straight line through space, and engineers need to predict its exact position at any given time.

    Parametric equations, with t representing time, give the satellite's exact (x,y,z) position for any value of t directly.

    Practice

    For the line x=2+t, y=βˆ’1+4t, z=3βˆ’2t, find the y-coordinate when t=3.

    Medium

    Common mistake

    Mismatching which coordinate (xβ‚€,yβ‚€,zβ‚€) pairs with which direction number (a,b,c) β€” they must correspond in the same order throughout.

    Quick Review

    • Parametric: x=xβ‚€+at, y=yβ‚€+bt, z=zβ‚€+ct.
    • Symmetric: (xβˆ’xβ‚€)/a = (yβˆ’yβ‚€)/b = (zβˆ’zβ‚€)/c.
    • Both forms describe the exact same line, just written differently.