Parallelepiped
Key Formula
V=∣a⋅(b×c)∣
Where:
- V = Volume of the parallelepiped
- a = Edge vector along the first direction
- b = Edge vector along the second direction
- c = Edge vector along the third direction
- b×c = Cross product of vectors b and c, giving a vector perpendicular to both
- a⋅(b×c) = Scalar triple product of the three edge vectors
Worked Example
Problem: Find the volume of a parallelepiped defined by the edge vectors a = (1, 0, 0), b = (0, 3, 0), and c = (0, 0, 4).
Step 1: Compute the cross product b × c.
b×c=i^00j^30k^04=(12,0,0)
Step 2: Compute the dot product a · (b × c). This is the scalar triple product.
a⋅(b×c)=(1)(12)+(0)(0)+(0)(0)=12
Step 3: Take the absolute value to get the volume.
V=∣12∣=12
Answer: The volume of the parallelepiped is 12 cubic units. (Note: since the vectors are mutually perpendicular, this is equivalent to a rectangular box with dimensions 1 × 3 × 4.)
Another Example
This example uses non-perpendicular edge vectors (b is slanted relative to a), showing that the scalar triple product formula works for any parallelepiped — not just rectangular boxes.
Problem: Find the volume of a parallelepiped with edge vectors a = (2, 0, 0), b = (1, 3, 0), and c = (0, 1, 5).
Step 1: Compute the cross product b × c using the determinant formula.
b×c=i^10j^31k^05=(15−0)i^−(5−0)j^+(1−0)k^=(15,−5,1)
Step 2: Compute the scalar triple product a · (b × c).
a⋅(b×c)=(2)(15)+(0)(−5)+(0)(1)=30
Step 3: Take the absolute value for the volume.
V=∣30∣=30
Answer: The volume of the parallelepiped is 30 cubic units.
Frequently Asked Questions
What is the difference between a parallelepiped and a rectangular prism?
A rectangular prism (also called a rectangular parallelepiped or cuboid) is a special case of a parallelepiped where all six faces are rectangles and all edges meet at right angles. A general parallelepiped has faces that are parallelograms, so its edges can be slanted. Every rectangular prism is a parallelepiped, but not every parallelepiped is a rectangular prism.
How do you pronounce parallelepiped?
The standard pronunciation is "par-uh-LEL-uh-pie-ped" (rhyming with "pied"). An older, also accepted pronunciation is "par-uh-lel-EP-ih-ped." Both are widely used in mathematics and physics.
Why does the scalar triple product give the volume of a parallelepiped?
The cross product b × c produces a vector whose magnitude equals the area of the parallelogram base formed by b and c. The dot product of a with this vector then projects a onto the direction perpendicular to the base, giving the height. Multiplying base area by height yields volume, which is exactly what the scalar triple product computes.
Parallelepiped vs. Rectangular Parallelepiped (Cuboid)
| Parallelepiped | Rectangular Parallelepiped (Cuboid) | |
|---|---|---|
| Faces | Six parallelograms | Six rectangles |
| Angles between edges | Can be any angle | All 90° |
| Volume formula | V=∣a⋅(b×c)∣ | V=l×w×h |
| Relationship | General case | Special case of a parallelepiped |
Why It Matters
Parallelepipeds appear throughout multivariable calculus and linear algebra. The volume formula using the scalar triple product is foundational for understanding determinants — the determinant of a 3×3 matrix equals the signed volume of the parallelepiped formed by its column (or row) vectors. This connection makes parallelepipeds essential for grasping concepts like change of variables in triple integrals and the geometric meaning of linear transformations.
Common Mistakes
Mistake: Forgetting to take the absolute value of the scalar triple product.
Correction: The scalar triple product can be negative depending on the orientation (handedness) of the vectors. Volume is always positive, so you must take the absolute value: V=∣a⋅(b×c)∣.
Mistake: Confusing a parallelepiped with a prism.
Correction: A prism has two congruent polygonal bases connected by rectangular faces. A parallelepiped is specifically a prism whose bases are parallelograms and whose lateral faces are also parallelograms. Not all prisms are parallelepipeds (e.g., a triangular prism is not).
Related Terms
- Polyhedron — A parallelepiped is a type of polyhedron
- Face of a Polyhedron — Each of the six parallelogram sides
- Parallelogram — The 2D shape forming every face
- Rectangular Parallelepiped — Special case with all rectangular faces
- Prism — A parallelepiped is a special type of prism
- Volume — Key measurement computed via scalar triple product
- Cross Product — Used in the volume formula for the base area

