Lines and Planes

Summary

Lines and planes are the basic flat objects of analytic geometry. Direction vectors describe lines; normal vectors describe planes. Cartesian, parametric, and point–direction forms convert geometry into solvable equations.

Prerequisites

Distance and Midpoint, Vectors and Dot Product (dot product for planes and angles). Hub: Analytic Geometry.

Object / Concept

Coordinate System

Standard Cartesian coordinates in R2 or R3 .

Notation

Symbol Meaning
r0=(x0,y0,z0) a known point on the line/plane
d=a,b,c direction vector of a line
n=A,B,C normal vector to a plane
t,s real parameters

Conditions / Assumptions

Equations

Line through r0 with direction d

Parametric form (in R3 ):

x=x0+at,y=y0+bt,z=z0+ct,tR.

Vector form:

r(t)=r0+td.

Symmetric form (when a,b,c0 ):

xx0a=yy0b=zz0c.

Line in the plane R2

Slope–intercept (nonvertical): y=mx+b .

Point–slope: yy0=m(xx0) .

General linear: Ax+By+C=0 with (A,B)(0,0) .

Two distinct points (x1,y1) , (x2,y2) determine slope

m=y2y1x2x1

when x2x1 ; if x2=x1 the line is vertical: x=x1 .

Plane through r0 with normal n=A,B,C

A(xx0)+B(yy0)+C(zz0)=0,

or equivalently

Ax+By+Cz+D=0,D=(Ax0+By0+Cz0).

A point r lies on the plane if and only if n(rr0)=0 .

Worked Example

Line through (1,2,3) parallel to 2,1,4 :

x=1+2t,y=2t,z=3+4t.

Plane through (1,0,0) with normal 1,1,1 :

1(x1)+1(y0)+1(z0)=0x+y+z=1.

Common Mistakes

Connections

References

Lines and planes in coordinates follow OpenStax Calculus Volume 3 (vectors and geometry of space).[1]


  1. OpenStax, Calculus Volume 3, https://openstax.org/details/books/calculus-volume-3 ↩︎