This unit combines the dot and cross products to define products involving three vectors.
The STP combines three vectors (a, b, c) to produce a **scalar** result.
Definition: [a b c] = a · (b × c)
Geometric Interpretation:
The magnitude of the STP, |a · (b × c)|, represents the volume of the parallelepiped whose adjacent edges are the vectors a, b, and c.
Calculation (Determinant Form):
If a = a₁i + a₂j + a₃k, b = b₁i + b₂j + b₃k, c = c₁i + c₂j + c₃k, then:
[a b c] =
a₁ a₂ a₃ b₁ b₂ b₃ c₁ c₂ c₃
Properties of STP:
a · (b × c) = (a × b) · c
[a b c] = [b c a] = [c a b]
[a b c] = -[a c b]
[a b c] = 0 ⟺ a, b, c are coplanar.
The VTP combines three vectors (a, b, c) to produce a **vector** result.
Definition: a × (b × c)
Geometric Interpretation:
The vector (b × c) is perpendicular to the plane containing b and c.
The vector a × (b × c) is perpendicular to (b × c), which means it must lie back in the plane of b and c.
The "BAC-CAB" Rule:
This identity is used to expand the VTP. It is a must-memorize formula.
a × (b × c) = b(a · c) - c(a · b)
Note: The terms in brackets, (a · c) and (a · b), are scalars. The result is a linear combination of vectors b and c.
Properties of VTP:
a × (b × c) ≠ (a × b) × c
(a × b) × c = -c × (a × b) = -[a(c · b) - b(c · a)] = b(a · c) - a(b · c)We use a **position vector** r = xi + yj + zk to represent a general point P(x, y, z) in space.
A line is defined by a point and a direction.
r - a. This vector must be parallel to b.
r - a = t*b, where t is a scalar parameter.
r = a + t*b
(b - a).
r = a + t(b - a) or r = (1-t)a + t*b
A plane is defined by a point and a normal (perpendicular) vector.
r - a, must be perpendicular to n.
(r - a) · n = 0 or r · n = a · n
If d = a · n (a scalar constant), the general form is r · n = d.
n̂ is the unit normal vector, and p is the perpendicular distance from the origin to the plane.
r · n̂ = p
(b - a) and (c - a) lie in the plane.
n = (b - a) × (c - a).
(r - a) is also in the plane, so it must be coplanar with (b - a) and (c - a).
[r - a b - a c - a] = 0
A sphere is defined by its center and radius.
r for any point on the sphere is R.
|r| = R
r · r = R²
r - c. Its length is R.
|r - c| = R
(r - c) · (r - c) = R²
or r·r - 2r·c + c·c = R²
PA = (a - r) and PB = (b - r) form a right angle.
(r - a) · (r - b) = 0
This section involves using the above definitions to solve problems.
Line: r = a + t*b
Plane: r · n = d
Solution: The intersection point r must satisfy both equations. Substitute the line equation into the plane equation:
(a + t*b) · n = da · n + t(b · n) = dt:
t(b · n) = d - a · n
t = (d - a · n) / (b · n)
t back into the line equation r = a + t*b to find the position vector of the intersection point.Note: If b · n = 0, the vector b (line) and n (normal) are perpendicular. This means the line is parallel to the plane and will not intersect (unless d - a · n = 0 as well, in which case the line lies *in* the plane).
r = a + t*b (point a, direction b).(r - a) · n = 0 (point a, normal n).|r - c| = R (center c, radius R).n = u × v.