Courses / Physics I
Linear Algebra and Geometry

Lines, Planes, and Geometric Transformations

Physics I 180 words Free to read

Lines and Planes in Space

Geometry in 3D space relies on fundamental equations for lines and planes. A Line in 3D is defined by a starting point P0P_0 and direction vector d\vec{d} using parameter tt:

r(t)=P0+td\vec{r}(t) = P_0 + t\,\vec{d}

A Plane in 3D uses a point P0P_0 and a normal vector n=(a,b,c)\vec{n}=(a,b,c) where ax+by+cz=dax+by+cz = d.

Common Pitfall: A plane's normal vector is perpendicular to every vector in the plane. Its components come from the equation coefficients (a,b,ca,b,c), never from points on the plane itself.

Distances and Transformations

Measure spatial relationships using core formulas. The Distance from point (x0,y0,z0)(x_0,y_0,z_0) to a plane is:

D=ax0+by0+cz0da2+b2+c2D = \frac{|ax_0+by_0+cz_0-d|}{\sqrt{a^2+b^2+c^2}}

ConceptFormula / RuleNotes
Plane Anglecosθ=n1n2n1n2\cos\theta = \frac{|\vec{n}_1\cdot\vec{n}_2|}{\|\vec{n}_1\|\|\vec{n}_2\|}Angle between normals
Parallel Planesn1×n2=0\vec{n}_1 \times \vec{n}_2 = \vec{0}Cross product is zero
Line-PlaneSubstitute r(t)\vec{r}(t)Solve for tt

Geometric transformations compose as matrix products. Using homogeneous coordinates, rotation and translation combine into a single matrix multiplication.

Placeholder: Lines, Planes, and Geometric Transformations

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes

Linear Algebra and Geometry