You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

2.5 Equations of Lines and Planes in Space

3 min readjune 24, 2024

Lines and planes in 3D space are fundamental concepts in Calculus III. They help us understand how objects exist and move in three dimensions, building on our knowledge of 2D geometry.

We'll learn different ways to describe lines and planes mathematically. This includes , parametric, and symmetric equations for lines, as well as vector and scalar equations for planes. We'll also explore relationships between these objects and calculate distances.

Lines and Planes in 3D Space

Equations of lines in space

Top images from around the web for Equations of lines in space
Top images from around the web for Equations of lines in space
  • of a line represents the line using a r\vec{r}, a point on the line r0\vec{r_0}, a v\vec{v} parallel to the line, and a scalar parameter tt that varies to generate all points on the line
    • Example: r=1,2,3+t4,5,6\vec{r} = \langle 1, 2, 3 \rangle + t\langle 4, 5, 6 \rangle
  • Parametric equations of a line describe the line using separate equations for xx, yy, and zz coordinates, each involving a point on the line (x0,y0,z0)(x_0, y_0, z_0), components of a direction vector (a,b,c)(a, b, c), and the parameter tt
    • Example: x=1+4tx = 1 + 4t, y=2+5ty = 2 + 5t, z=3+6tz = 3 + 6t
  • Symmetric equations of a line express the line using ratios of differences between coordinates of a general point (x,y,z)(x, y, z) and a specific point on the line (x0,y0,z0)(x_0, y_0, z_0), divided by corresponding components of a direction vector (a,b,c)(a, b, c)
    • Example: x14=y25=z36\frac{x - 1}{4} = \frac{y - 2}{5} = \frac{z - 3}{6}

Relationships between lines

  • have the same direction vector or direction vectors that are scalar multiples of each other
  • are non-parallel lines that do not intersect in 3D space
  • The of a line onto a plane can be found by projecting two points on the line onto the plane

Distance between point and line

  • Formula calculates the shortest distance dd from a point P(x0,y0,z0)P(x_0, y_0, z_0) to a line defined by a position vector r1\vec{r_1} and direction vector v\vec{v}
    • Numerator computes the magnitude of the cross product between the vector from r1\vec{r_1} to PP and the direction vector v\vec{v}
    • Denominator is the magnitude of the direction vector v\vec{v}
    • Cross product ×\times finds the perpendicular vector between (r0r1)(\vec{r_0} - \vec{r_1}) and v\vec{v}, and its magnitude divided by v|\vec{v}| gives the perpendicular distance

Vector and scalar plane equations

  • Vector equation of a plane expresses the plane using a n\vec{n} perpendicular to the plane, a position vector r\vec{r} for any point on the plane, and a specific point r0\vec{r_0} on the plane
    • \cdot between n\vec{n} and (rr0)(\vec{r} - \vec{r_0}) equals zero for all points on the plane
    • Example: 1,2,3(r4,5,6)=0\langle 1, 2, 3 \rangle \cdot (\vec{r} - \langle 4, 5, 6 \rangle) = 0
  • of a plane describes the plane using coefficients aa, bb, cc from a normal vector and a constant term dd determined by a point on the plane
    • Example: 1x+2y+3z+4=01x + 2y + 3z + 4 = 0
  • form a line where they meet, which can be determined using techniques

Point-to-plane distance in 3D

  • Formula finds the shortest distance dd from a point P(x0,y0,z0)P(x_0, y_0, z_0) to a plane ax+by+cz+d=0ax + by + cz + d = 0
    • Numerator evaluates the left side of the at point PP and takes the absolute value
    • Denominator is the magnitude of the normal vector a,b,c\langle a, b, c \rangle
    • Ratio gives the perpendicular distance from the point to the plane

Angles Between Planes

Angle between intersecting planes

  • Formula determines the angle θ\theta between two intersecting planes with normal vectors n1\vec{n_1} and n2\vec{n_2}
    • Dot product n1n2\vec{n_1} \cdot \vec{n_2} in the numerator finds the projection of one normal vector onto the other
    • Denominator multiplies the magnitudes of the two normal vectors
    • Inverse cosine of the ratio gives the angle θ\theta between the planes
    • Absolute values ensure the angle is between 0 and 90 degrees
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary