What Is a Convex Polyhedron?
A polyhedron is a solid figure in three dimensions bounded entirely by flat polygon faces, straight edges, and corner points called vertices. A convex polyhedron is a polyhedron with one extra condition: pick any two points on or inside it, join them with a straight segment, and that whole segment lies inside the solid. Nothing about the surface "caves in."
Three plain-language terms carry the whole idea:
Face - a flat polygon that forms part of the surface (a cube has 6 square faces).
Edge - a straight line segment where two faces meet (a cube has 12 edges).
Vertex - a corner point where edges meet (a cube has 8 vertices).
A cube, a tetrahedron, and every prism are convex. A star-shaped solid or a solid with a dent is not — it is concave.
How Is a Convex Polyhedron Different From a Concave One?
This is the distinction students most often ask about, so it is worth drawing rather than describing. In a convex polyhedron, every straight segment between two surface points stays inside. In a concave polyhedron, the surface caves in somewhere, so you can find two vertices whose connecting segment passes outside the solid.
A quick test: extend any face into a full flat plane. If the entire solid sits on one side of that plane for every face, the solid is convex. If even one face-plane cuts through the body, it is concave. The same one-side-of-the-line idea separates a convex polygon from the concave polygons you meet in 2D.
What Is Euler's Formula for a Convex Polyhedron?
For every convex polyhedron, the three counts are locked together by Euler's formula:
$$F - E + V = 2$$
Here $F$ is the number of faces, $E$ the number of edges, and $V$ the number of vertices. The value on the right, $2$, is called the Euler characteristic of a convex (hole-free) solid. Stretch or squash the solid without tearing it, and $F - E + V$ never changes — the formula depends on how the surface is connected, not on size or angle.
Check it on a cube: $F = 6$, $E = 12$, $V = 8$, so $6 - 12 + 8 = 2$. Check it on a tetrahedron: $4 - 6 + 4 = 2$. The rule refuses to break.
Solid | Faces (F) | Edges (E) | Vertices (V) | F − E + V |
|---|---|---|---|---|
Tetrahedron | 4 | 6 | 4 | 2 |
Cube (hexahedron) | 6 | 12 | 8 | 2 |
Octahedron | 8 | 12 | 6 | 2 |
Hexagonal prism | 8 | 18 | 12 | 2 |
Square pyramid | 5 | 8 | 5 | 2 |
How Is Euler's Formula Derived?
Euler's formula is not an observed coincidence; it can be proved for every convex polyhedron. The cleanest argument turns the solid into a flat network and counts.
Remove one face and imagine the elastic surface stretched out flat on a table. Every vertex and edge survives, so the flattened network (a planar graph) now has $F - 1$ regions, the same $E$ edges, and the same $V$ vertices. For this flat network the target total is $F - E + V = 1$, because one face is missing.
Triangulate every region by adding diagonals. Each diagonal adds one edge and one face at once, so $F - E$ is unchanged and the running total is untouched.
Strip triangles from the outside one at a time. Removing a boundary triangle deletes either one edge and one face, or two edges, one face, and one vertex — and each case leaves $F - E + V$ exactly the same.
The last triangle left has $F = 1$, $E = 3$, $V = 3$, giving $1 - 3 + 3 = 1$. Since every step preserved the total, the flattened network always satisfied $F - E + V = 1$.
Now add the removed face back. That restores one face, lifting the total from $1$ to $2$:
$$F - E + V = 2$$
The argument never used the solid's size or angles, which is why the formula holds for any convex polyhedron.
Note: Flattening a convex solid into a planar network and reducing it triangle by triangle keeps $F - E + V$ fixed, proving it equals $2$.
What Are the Properties of a Convex Polyhedron?
A convex polyhedron obeys a short list of structural rules that follow directly from the "never caves in" definition:
Every face is a flat, convex polygon, and every edge is a straight segment shared by exactly two faces.
Each face lies entirely on one side of its own plane. Extend any face into a full plane and the whole solid sits on a single side of it (its supporting plane).
Any straight line meets the surface in at most two points, so a line either misses the solid, grazes it, or passes straight through.
Every cross-section is a convex polygon, and every plane section cuts the solid in one connected piece.
The faces, edges, and vertices satisfy Euler's formula, $F - E + V = 2$.
The sum of the sides of all faces equals twice the number of edges, because each edge is counted by the two faces sharing it.
All vertices are "corner" points; no vertex pushes inward, so the solid has no dents or notches.
What Are the Types of Convex Polyhedra?
Convex polyhedra come in a few well-known families:
Platonic solids - the five perfectly regular convex solids where every face is the same regular polygon: the tetrahedron, the hexahedron (cube), the octahedron, the dodecahedron, and the icosahedron.
Prisms - two identical parallel polygon bases joined by rectangles.
Pyramids - a polygon base with triangular faces meeting at one apex.
Archimedean solids - mixed regular faces, like the truncated icosahedron of a soccer ball.
Every one of these is convex, and every one obeys $F - E + V = 2$.
Examples of Convex Polyhedron
Example 1
Verify Euler's formula for a cube.
A cube has $F = 6$, $E = 12$, $V = 8$.
$$F - E + V = 6 - 12 + 8 = 2$$
The cube is a convex polyhedron, so the result of $2$ is exactly what Euler's formula predicts.
Example 2 (Wrong path first)
A convex polyhedron has $F = 8$ faces and $V = 6$ vertices. How many edges does it have?
Wrong attempt. A student reasons "8 faces and 6 vertices, so surely $8 + 6 = 14$ edges" - simply adding the two counts. That ignores the structural rule entirely and there is no reason edges should equal faces plus vertices.
Correct. Use Euler's formula and solve for $E$:
$$F - E + V = 2$$ $$8 - E + 6 = 2$$ $$E = 8 + 6 - 2 = 12$$
The solid has $12$ edges. (It is an octahedron.) Euler's formula, not raw addition, ties the counts together.
Example 3
A convex polyhedron has $F = 5$ and $E = 8$. Find the number of vertices.
Rearrange Euler's formula for $V$:
$$V = 2 - F + E = 2 - 5 + 8 = 5$$
The solid has $5$ vertices. It is a square pyramid: 1 square base plus 4 triangular faces gives $F = 5$, and $5$ corners gives $V = 5$.
Example 4
Is a shape with $F = 10$, $E = 20$, $V = 12$ a valid convex polyhedron count?
Test it against Euler's formula:
$$F - E + V = 10 - 20 + 12 = 2$$
The value is $2$, so these counts are consistent with a convex polyhedron. (A pentagonal antiprism fits.) Passing the Euler check is a necessary condition, though a designer still has to confirm the solid closes up cleanly.
Example 5
A hexagonal prism has 8 faces and 12 vertices. Count its edges two ways.
Direct count: the two hexagon bases give $6 + 6 = 12$ edges, and 6 vertical edges join them, so $E = 12 + 6 = 18$.
Euler check: $E = F + V - 2 = 8 + 12 - 2 = 18$.
Both routes agree: $E = 18$. When a direct count and the formula match, you can trust the tally. Counting each vertical edge exactly once is the step students most often get wrong here - it is easy to double it or drop it.
Example 6
A soccer ball (truncated icosahedron) has 32 faces - 12 pentagons and 20 hexagons - and 60 vertices. Find the number of edges.
$$E = F + V - 2 = 32 + 60 - 2 = 90$$
The ball has $90$ edges - the $90$ stitched seams between panels. A shape with 92 things to count becomes a one-line calculation because it is convex.
Why Does the Convex Polyhedron Matter?
Euler's formula was not invented to grade homework. Leonhard Euler found in the 1750s that a purely combinatorial rule governs solids regardless of their exact shape, and that discovery opened the branch of mathematics we now call topology - the study of what stays the same when a shape is stretched.
The pay-off shows up in the real world in ways worth seeing:
Chemistry. The carbon molecule C₆₀, discovered in 1985, is a convex polyhedron built from 12 pentagons and 20 hexagons - the same pattern as a soccer ball. Its structure is confirmed by the fact that its faces, edges, and vertices satisfy Euler's characteristic.
Computer graphics. Every 3D model is a mesh of polygon faces; software uses $F - E + V$ to check a mesh has no holes before rendering it.
Architecture. Geodesic domes are convex polyhedra, and their strength comes from triangulated faces that distribute load evenly.
The lesson is that convexity plus a counting rule turns a physical object into something you can reason about with arithmetic.
Where Do Students Trip Up on Convex Polyhedra?
Mistake 1: Counting each edge twice
Where it slips in: counting edges directly on a solid with many shared faces, like a prism or a dodecahedron.
Don't do this: count the edges of every face separately and add them up. Each edge is shared by two faces, so a cube's six faces each with four sides gives $6 \times 4 = 24$ - double the true count.
The correct way: divide the face-side total by 2, because every edge belongs to exactly two faces: $\frac{24}{2} = 12$ edges. The first-instinct error here is trusting the raw face-side sum; the fix is always halving it.
Mistake 2: Applying Euler's formula to a solid with a hole
Where it slips in: using $F - E + V = 2$ on a shape that is not a simple convex solid - a picture frame, a torus-like block, or a solid with a tunnel through it.
Don't do this: assume the formula gives $2$ for any solid.
The correct way: remember the $2$ belongs to convex, hole-free polyhedra. A solid with one hole gives $F - E + V = 0$, not $2$. Testing the formula on a holed shape and watching it fail is exactly what shows the rule is about convexity, not about "any 3D object."
Mistake 3: Confusing convex with regular
Where it slips in: assuming "convex" means all faces are identical.
Don't do this: call a shape concave just because its faces differ in size or type.
The correct way: convexity is only about whether the solid caves in. A random-looking box with faces of many shapes can still be perfectly convex. The Platonic solids are the regular convex solids, but they are a small subset of all convex polyhedra.
Conclusion
A convex polyhedron is a flat-faced 3D solid where any segment between two surface points stays inside - nothing caves in.
Its faces, edges, and vertices always satisfy Euler's formula, $F - E + V = 2$.
Rearrange that one formula to find any missing count from the other two.
Convex is about the shape not caving in - it is not the same as regular, which also requires identical faces.
The formula fails for solids with holes, and that failure is what makes it a topology result, not just an arithmetic trick.
To go further with a teacher, explore Bhanzu's geometry tutor or a high school math tutor, and see the live math classes online for structured practice.
Read More
What Is a Polyhedron? - the parent family of every flat-faced solid.
3D Geometry Shapes - a tour of solids beyond polyhedra.
A Practical Next Step
Practice these problems to solidify your understanding. (1) A convex polyhedron has $F = 12$ and $E = 30$; find $V$. (2) Count the edges of a pentagonal prism two ways. (3) Show why a solid with one hole gives $F - E + V = 0$.
Answer to Question 1: $V = 2 - F + E = 2 - 12 + 30 = 20$ (a dodecahedron).
Answer to Question 2: two pentagon bases give 10 edges, 5 vertical edges join them, so $E = 15$; check $F + V - 2 = 7 + 10 - 2 = 15$.
Answer to Question 3: one tunnel adds a handle to the surface, dropping the Euler characteristic by 2.
Want a live Bhanzu trainer to walk through more convex polyhedron problems? Book a free demo class.
Was this article helpful?
Your feedback helps us write better content
