Omni Calculator logo

This volume of a parallelepiped calculator will help you calculate the volume of a parallelepiped from its three vectors, four vertices, or edge lengths. Additionally, it will also calculate the area of the parallelepiped. Are you wondering how to find the volume of a parallelepiped formed by three vectors? Do you want to learn the formula for the volume of a parallelepiped with four vertices? Read on to find out the answers to all of these questions and more.

Volume of a parallelepiped formula

A parallelepiped is a polyhedron whose six faces are parallelograms. To describe a parallelepiped, we need its three adjacent sides and their angles, or the three adjacent vectors.

A parallelepiped can be described by vectors along its three unique edges.
Three co-initial vectors in space describe a parallelepiped.

The formula for the volume of a parallelepiped is given by:

V=(a×b)cV = \lvert (\vec{a}\times\vec{b})\cdot\vec{c}\, \rvert

where:

  • VVVolume of the parallelepiped formed by the three vectors; and
  • a\vec{a}, b\vec{b} and c\vec{c}Three vectors that describe the three adjacent (and unique) sides of a parallelepiped.

The vector multiplication above is called a scalar triple product (or a triple product). It involves the cross product of the vectors a\vec{a} and b\vec{b}, which results in a vector a×b\vec{a}\times\vec{b} perpendicular to both a\vec{a} and b\vec{b}. Check out our cross product calculator if you want to learn more about cross products.

🔎 Note that the vector magnitude of the resultant, a×b\lvert\vec{a} \times \vec{b}\rvert, is equal to the area of a parallelogram described by these two vectors.

The subsequent dot product between a×b\vec{a}\times\vec{b} and c\vec{c} denotes the projection of a×b\vec{a}\times\vec{b} on c\vec{c}. In other words, it sweeps the parallelogram base along c\vec{c}, analogous to multiplying the base area with height.

We can further simplify the formula and reduce it to one determinant:

V=(a×b)c=ijka1a2a3b1b2b3(c1i+c2j+c3k)V=c1c2c3a1a2a3b1b2b3\scriptsize\begin{align*} V &= \lvert (\vec{a}\times\vec{b})\cdot\vec{c}\, \rvert\\\\ &= \lvert\begin{vmatrix} \bm{i} & \bm{j} & \bm{k}\\ a_1 & a_2 & a_3\\ b_1 & b_2 & b_3 \end{vmatrix}\cdot (c_1\bm{i} + c_2\bm{j} + c_3\bm{k}) \rvert\\\\ \implies V & = \begin{vmatrix} c_1 & c_2 & c_3\\ a_1 & a_2 & a_3\\ b_1 & b_2 & b_3 \end{vmatrix} \end{align*}

Where:

  • a1a_1, a2a_2, a3a_3Components of a\vec{\bm{a}};
  • b1b_1, b2b_2, b3b_3Components of b\vec{\bm{b}};
  • c1c_1, c2c_2, c3c_3Components of c\vec{\bm{c}}; and
  • i\bm{i}, j\bm{j}, k\bm{k}Unit vectors along the coordinate axes.

Our matrix determinant calculator can aid you in understanding and calculating determinants.

Now that you know how to find the volume of a parallelepiped with vectors, let's learn what to do if the only given values are the vertices of the parallelepiped.

Parallelepiped with coordinates of its vertices.
Once we know the vertices of the adjacent sides, we can determine the vectors.

You can find any vector between two points from the coordinates of these points using our vector calculator. Once you determine the vectors, you can calculate the parallelepiped volume using the formula above.

How do I calculate the volume of a parallelepiped?

To calculate the volume of a parallelepiped formed by the vectors a, b, and c, follow these simple steps:

  1. Find the cross-product between the vectors a and b to get a × b.
  2. Calculate the dot-product between the vectors a × b and c to get the scalar value (a × b) ∙ c.
  3. Determine the volume of the parallelepiped as the absolute value of this scalar, given by ∣(a × b) ∙ c∣.

For example, consider a parallelepiped formed by the vectors a=i+2j+3k\vec{\bm{a}} = \bm{i} + 2\bm{j} + 3\bm{k}, b=5i4j+7k\vec{\bm{b}} = 5\bm{i} - 4\bm{j} + 7\bm{k}, and c=5i+j+12k\vec{\bm{c}} = -5\bm{i} + \bm{j} + 12\bm{k}. Then, the volume of the parallelepiped described by these vectors would be

V=(a×b)c=5112123547V=290\begin{align*} V &= \lvert (\vec{a}\times\vec{b})\cdot\vec{c}\, \rvert\\\\ &= \begin{vmatrix} -5 & 1 & 12\\ 1 & 2 & 3\\ 5 & -4 & 7 \end{vmatrix}\\\\ V & = 290 \end{align*}

How do I calculate the volume of a parallelepiped from its sides?

To calculate the volume of a parallelepiped from its sides (or edge lengths), use the formula V = a∙b∙c∙√(1 + 2∙cos(α)∙cos(β)∙cos(γ) - cos2(α) - cos2(β) - cos2(γ)), where:

  • VVolume of the parallelepiped;
  • a, b, and cThree adjacent sides of the parallelepiped;
  • αAngle between the sides b and c;
  • βAngle between the sides a and c; and
  • γAngle between the sides a and b.

A parallelepiped with edge lengths and angles.
A parallelepiped with edge lengths and angles.

For example, consider a parallelepiped ABCDEFGH with edge lengths a=5a = 5, b=4b = 4, and c=7c = 7. If DAE=45°\angle \text{DAE} = 45\degree, BAD=63°\angle \text{BAD} = 63\degree , and BAE=50°\angle \text{BAE} = 50\degree, then the volume of the parallelepiped would be V = 5·4·7 √(1 + 2·cos(45)·cos(50)·cos(63) - cos2(45°) - cos2(50°) - cos2(63°) = 75.83.

How do I calculate the surface area of a parallelepiped?

To calculate the surface area of a parallelepiped formed by the vectors a, b, and c, use the formula A = 2 × (∣a × b∣ + ∣b × c∣ + ∣a × c∣), where:

  • ∣a × b∣Magnitude of the cross-product between a and b;
  • ∣b × c∣Magnitude of the cross-product between b and c; and
  • ∣a × c∣Magnitude of the cross-product between a and c.

Alternatively, you can find the surface area from the edge lengths a, b, and c , using the formula A = 2 × (a∙b∙sin(γ) + b∙c∙sin(α) + a∙c∙sin(β)), where:

  • αAngle between b and c;
  • βAngle between a and c; and
  • γAngle between a and b.

Note that the magnitude of the cross-product between two vectors a\vec{a} and b\vec{b}, given by a×b\lvert \vec{a} \times \vec{b} \rvert is equal to the area of the parallelogram spanned by these vectors. Hence, adding the magnitudes of the cross-products of the three vectors describing the parallelepiped and multiplying the same by two shall produce its surface area.

For example, consider a parallelepiped ABCDEFGH with edge lengths a=5a = 5, b=4b = 4, and c=7c = 7. If DAE=45°\angle \text{DAE} = 45\degree, BAD=63°\angle \text{BAD} = 63\degree , and BAE=50°\angle \text{BAE} = 50\degree, then the surface area would be given by

A= 2×(absin(α)+bcsin(β)+acsin(γ))= 2×(54sin(63°)+47sin(45°)+57sin(50°))= 132.6\scriptsize \begin{align*} A =&\ 2 \times (ab\sin(α) + bc\sin(β) + ac\sin(γ))\\ =&\ 2 \times (5\cdot 4 \sin(63\degree) + 4\cdot7\sin(45\degree) \\ &+ 5\cdot 7 \sin(50 \degree))\\ =&\ 132.6 \end{align*}

How to use this volume of a parallelepiped calculator – And parallelepiped area calculator

This volume of a parallelepiped calculator is a simple tool and easy to use. It has three different modes of calculation to find the volume of a parallelepiped with 3 vectors, 4 vertices, or using the edge lengths and angles:

  1. To calculate the volume of a parallelepiped given 3 vectors:

    • Select the option vectors aa, bb and cc in the Calculate using field.
    • Enter the values of the components of each vector.
    • This volume of a parallelepiped calculator will display the calculated volume and surface area of the parallelepiped in the corresponding fields under the Results section.
  2. To calculate the volume of a parallelepiped with 4 vertices:

    • Select the option vertices p, q, r, and s in the Calculate using field.
    • Enter the coordinates of each vertex in the corresponding field.
    • The calculator will display the calculated volume and surface area of the parallelepiped in the corresponding fields under the Results section.
  3. To calculate the volume of a parallelepiped using the edge lengths:

    • Select the option edge lengths and angles in the Calculate using field.
    • Enter the edge lengths and angles in their corresponding fields.
    • The calculator will display the calculated volume and surface area of the parallelepiped in the corresponding fields under the Results section.

⚠️ If your input is not being accepted in any calculation mode, it is because you have entered values in another calculation mode that makes values in the current one impossible to process. To solve this, click the Reload button at the bottom left corner, and enter values again by selecting the desired calculation mode.

FAQ

How do I determine whether three vectors are coplanar or collinear?

  • If the volume of a parallelepiped described by the vectors a, b, and c is equal to zero, then the vectors are coplanar. In other words, the vectors a, b, and c are lying on the same plane if ∣(a × b) ∙ c∣ = 0.

  • If the surface area of a parallelepiped formed by the vectors a, b, and c is equal to zero, then the vectors are collinear. In other words, the vectors a, b, and c are collinear if 2 × (∣a × b∣ + ∣b × c∣ + ∣a × c∣) = 0.

How many parallel faces are in a parallelepiped?

There are three pairs of parallel faces in a parallelepiped. Try saying this sentence fast: Three pairs of parallel parallelograms in a parallelepiped!

Krishna Nelaturu
Calculate using...
vectors 𝗮, 𝗯, and 𝗰.
Parallelepiped with three vectors.
Components of vector 𝗮 (a₁𝗶 + a₂𝗷 + a₃𝗸)
a₁
ft
a₂
ft
a₃
ft
Components of vector 𝗯 (b₁𝗶 + b₂𝗷 + b₃𝗸)
b₁
ft
b₂
ft
b₃
ft
Components of vector 𝗰 (c₁𝗶 + c₂𝗷 + c₃𝗸)
c₁
ft
c₂
ft
c₃
ft
Results
Volume of the parallelepiped
cu ft
Surface area of the parallelepiped
ft²
Check out 46 similar coordinate geometry calculators 📈
Average rate of changeBilinear interpolationCatenary curve… 43 more
People also viewed…

Distance from point to plane

Our distance from point to plane calculator allows you to quickly measure the perpendicular distance between a given point and a given plane.

Equilateral triangle area

The equilateral triangle area calculator gives you the area of an equilateral triangle from either its side length or height.

Sleep

The sleep calculator can help you determine when you should go to bed to wake up happy and refreshed.

Steps to calories

Steps to calories calculator helps you to estimate the total amount to calories burned while walking.
Copyright by Omni Calculator sp. z o.o.
Privacy, Cookies & Terms of Service