This guide covers all essential equations and concepts for parametric vectors as they relate to planes in multivariable calculus.
A line in 3D can be described parametrically as:
-
$\vec{r}_0$ : Position vector of a point on the line -
$\vec{v}$ : Direction vector -
$t$ : Parameter
A plane can be described by:
-
$\vec{r}_0$ : Position vector of a point on the plane -
$\vec{a}, \vec{b}$ : Non-parallel direction vectors in the plane -
$s, t$ : Parameters
The scalar (Cartesian) equation:
-
$(A, B, C)$ : Components of the normal vector$\vec{n}$ -
$(x, y, z)$ : Coordinates of any point on the plane -
$D$ : Constant
Given two vectors in the plane
-
$\vec{n}$ : Normal vector (perpendicular to the plane)
For point
Substitute the parametric line into the plane equation and solve for the parameter:
$$
A(x_0 + at) + B(y_0 + bt) + C(z_0 + ct) = D
$$
Solve for
Given normals
Given vector
Tip: Always identify the normal vector and a point on the plane to use these equations effectively.
| Concept | Equation |
|---|---|
| Parametric Line | |
| Parametric Plane | |
| Scalar Plane | |
| Normal Vector | |
| Point–Plane Distance | |
| Line–Plane Intersection | Substitute line into plane, solve for |
| Angle Between Planes | |
| Projection onto Plane |
This covers all the equations you need to master parametric vectors and planes.