Line through (x₁, y₁, z₁) with direction ratios (a, b, c). Each ratio equals the parameter λ. If any direction ratio is zero (say a = 0), the corresponding equation is x = x₁.
The line through (x1,y1,z1) with DRs (a,b,c) has parametric equations:
x=x1+λa,y=y1+λb,z=z1+λc
Solving each for λ:
λ=ax−x1=by−y1=cz−z1
This is the symmetric (Cartesian) form. Each ratio equals λ — the common parameter.
When a direction ratio is zero: If a=0, the line is perpendicular to the x-axis, so x=x1 throughout. Write: x=x1, (y−y1)/b=(z−z1)/c.
Reading DRs from the equation: Given (x−2)/3=(y+1)/(−4)=z/5, the point is (2,−1,0) and DRs are (3,−4,5).
Converting between forms:
- Vector → Cartesian: read a as the point and b as the DRs
- Cartesian → Vector: r=(x1i^+y1j^+z1k^)+λ(ai^+bj^+ck^)