Topic 5 / 17intermediate

Lines & Planes

Write parametric and symmetric equations for lines, equations for planes via point-and-normal, find intersections, distances, and classify pairs as parallel, orthogonal, or skew.

A line in is determined by a point on it and a direction vector. A plane is determined by a point and a normal vector. Almost every line/plane question reduces to finding the right point and the right direction or normal — then plugging into a standard form.

Lines: parametric, vector, and symmetric forms

Given a point on the line and a direction vector : - **Vector**: . - **Parametric**: . - **Symmetric**: (provided ).
Key takeaways
  • Point + direction is enough to write any line.
  • Symmetric form fails when a direction component is zero — split into pieces in that case.

Planes: point + normal vector

A plane through with normal satisfies , equivalently where . The coefficients are the components of .
Strategy tips
  • If you have two direction vectors **in the plane**, take their cross product to get .
  • Three points in a plane: form and cross.

Determining lines and planes from data

Given two points: direction . Through three points : form two edges from and cross. Parallel to a given plane: same normal . Orthogonal to a given plane: direction of plane. Containing two intersecting lines: take cross product of their direction vectors for the normal.

Parallel, orthogonal, and skew tests

Lines are **parallel** iff their direction vectors are scalar multiples; **orthogonal** iff direction vectors have dot product 0. Two lines that are not parallel and don't intersect are **skew**. Planes are parallel iff normals are parallel; orthogonal iff normals are orthogonal.
Strategy tips
  • To check if two lines intersect, set their parametric forms equal and solve. If no consistent exists and they aren't parallel, they're skew.

Distances

Point to plane :
Point to line through with direction :

Intersections

Line meets plane: substitute into the plane equation, solve for , plug back in. Two planes intersect in a line; find the line by solving the two equations simultaneously and parameterizing — the line direction is .

Worked examples

Example 1
Find parametric equations of the line through parallel to .
  1. 1
    Take the point and direction directly.
Answer
.
Example 2
Find an equation of the plane through parallel to the plane .
  1. 1
    Parallel planes share a normal: .
  2. 2
    Plug into point-normal form.
  3. 3
    Simplify.
Answer
.
Example 3
Find the intersection of the line with the plane .
  1. 1
    Substitute the parametric pieces into the plane equation.
  2. 2
    Simplify.
  3. 3
    Plug back into the line.
Answer
Intersection point: .

Interactive visualizations

Loading visualization…
Slide to change the plane . The red arrow is the normal .

Formulas in this topic

Line: vector form
Parametric line through r0 with direction v.
Line: symmetric form
Equate ratios after eliminating t.
Plane: point-normal form
(a,b,c) is the normal vector.
Plane: standard form
d = a x0 + b y0 + c z0.
Distance: point to plane
Standard formula.
Distance: point to line
Uses cross product with direction.

Related topics