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.
MediumCommon 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.