To find the volume of the parallelepiped formed by vectors a, b, and c, we need to calculate the scalar triple product, defined as:
Volume = a ⋅ (b × c).
Given the vectors:
First, compute the cross product b × c.
The formula for the cross product of two vectors u and v is:
u × v = (u2v3 - u3v2)î + (u3v1 - u1v3)ĵ + (u1v2 - u2v1)k̂.
Applying this formula:
b × c = (−1×1 − 1×1)î + (1×1 − 2×1)ĵ + (2×1 − (−1)×1)k̂.
This simplifies to:
b × c = (−1 − 1)î + (1 − 2)ĵ + (2 + 1)k̂ = −2î − 1ĵ + 3k̂.
Now, compute the dot product a ⋅ (b × c).
The dot product d ⋅ v is given by:
d ⋅ v = d1v1 + d2v2 + d3v3.
Using the values:
a = î + 2ĵ - k̂, b × c = −2î − 1ĵ + 3k̂.
a ⋅ (b × c) = 1×(−2) + 2×(−1) + (−1)×3,
This calculates to:
−2 − 2 − 3 = −7.
Hence, the volume of the parallelepiped is -7.
Show that the line passing through the points A $(0, -1, -1)$ and B $(4, 5, 1)$ intersects the line joining points C $(3, 9, 4)$ and D $(-4, 4, 4)$.