Geometric Shapes: Types, Properties & Examples
Geometric Shapes: Types, Properties & Examples
TL;DR
Geometric shapes are closed figures built from points, lines, and curves, and they split into two families: flat 2D shapes and solid 3D shapes. This article covers the full list of types, the properties that separate one shape from the next, the area and volume formulas, six worked examples, and where shapes show up around you.
Every Object You Have Ever Held Is a Geometric Shape in Disguise
Look at a phone, a football, a slice of pizza, a soup can: each one is a geometric shape your eye already recognizes before you name it. The reason a screen feels different from a ball is not the material, it is the geometry, and naming that geometry is how engineers, architects, and animators turn a vague idea into something they can measure and build.
Once you can sort any object into flat or solid and then name it, every formula for area, perimeter, or volume becomes a tool you reach for on purpose rather than a line you memorized.
What Are Geometric Shapes?
A geometric shape is a closed figure formed by points, lines, line segments, or curves, with a definite boundary that separates an inside from an outside. The boundary can be made of straight edges (as in a square), curved edges (as in a circle), or both.
Every shape sorts into one of two families based on how many dimensions it has. A flat shape that has only length and width is two-dimensional (2D); a solid shape that also has height or depth is three-dimensional (3D). That single split, flat versus solid, organizes the whole subject, and it is where every list below begins.
What Are the Two Main Types of Geometric Shapes?
The two main types are 2D shapes and 3D shapes. A 2D shape lies entirely in a plane and has an area but no volume; a 3D shape occupies space and has both a surface area and a volume. A drawing of a cube on paper is still 2D — the actual cube you can hold is 3D.
Inside each family, shapes are sorted further. Among 2D shapes, the ones with only straight sides are called polygons (triangle, square, pentagon), while shapes with curved boundaries (circle, ellipse) are not polygons. Among 3D shapes, solids whose faces are all flat polygons are called polyhedra (cube, pyramid), while solids with curved surfaces (sphere, cone, cylinder) are not.
Two-Dimensional (2D) Geometric Shapes
A 2D shape is flat: it has length and width but no thickness, so you can draw it fully on a sheet of paper. Here are the common ones, grouped so the pattern is easy to hold.
Circle — every point sits the same distance (the radius) from a centre. No straight sides, no corners.
Triangle — three straight sides and three angles. Sub-types by sides: equilateral (all equal), isosceles (two equal), scalene (none equal).
Quadrilaterals — four-sided polygons. This group holds the square (four equal sides, four right angles), rectangle (opposite sides equal, four right angles), parallelogram, rhombus, trapezium (one pair of parallel sides), and kite.
Pentagon, hexagon, heptagon, octagon — polygons with 5, 6, 7, and 8 sides. A regular version has all sides and angles equal.
Ellipse — a stretched circle bounded by a single curve.
A polygon is named for its number of sides, and a regular polygon has every side and every angle equal. That naming rule keeps going as long as you keep adding sides — a nonagon has 9, a decagon has 10.
Three-Dimensional (3D) Geometric Shapes
A 3D shape, or solid, has length, width, and height, so it takes up space and holds a volume. Solids are described by three features: faces (the flat or curved surfaces), edges (where two faces meet), and vertices (the corner points).
Cube — 6 equal square faces, 8 vertices, 12 edges.
Cuboid — 6 rectangular faces, 8 vertices, 12 edges (a matchbox).
Sphere — one smooth curved surface, no edges, no vertices (a ball).
Cone — one circular base curving up to a single apex.
Cylinder — two parallel circular bases joined by one curved surface (a can).
Triangular pyramid (tetrahedron) — 4 triangular faces, 6 edges, 4 vertices.
For any polyhedron (a solid with flat polygon faces), the faces, edges, and vertices obey a neat relationship — Euler's formula, F + V − E = 2 — which we will not lean on heavily here but is worth meeting once. A cube checks out: 6 + 8 − 12 = 2.
Properties of Geometric Shapes
The fastest way to tell shapes apart is a table of their counts. The numbers below are what a student is most often asked to recall, and they double as a quick sanity check when you sketch a solid.
| Shape | Type | Sides / Edges | Vertices | Faces |
|---|---|---|---|---|
| Triangle | 2D | 3 | 3 | — |
| Square | 2D | 4 | 4 | — |
| Pentagon | 2D | 5 | 5 | — |
| Hexagon | 2D | 6 | 6 | — |
| Cube | 3D | 12 | 8 | 6 |
| Cuboid | 3D | 12 | 8 | 6 |
| Cone | 3D | 1 (curved) | 1 (apex) | 2 |
| Cylinder | 3D | 2 (curved) | 0 | 3 |
| Sphere | 3D | 0 | 0 | 1 |
For 2D shapes, the property that matters most is area (the flat space inside) and perimeter (the distance around). For 3D shapes, it is surface area (the total of all faces) and volume (the space inside). Both depend only on a shape's measurements, which is why the formulas below are short.
Geometric Shape Formulas — and Where They Come From
A formula list is only useful if you know what each letter stands for, so each variable is named below. None of these are arbitrary; the area of a rectangle, for instance, is just how many unit squares fit inside it — rows times columns, which is length times width.
2D shapes (area AAA, perimeter PPP):
Square, side sss: A = s², P = 4s.
Rectangle, length l, width w: A = l × w, P = 2(l + w).
Triangle, base b, height h: A = ½bh — exactly half of a rectangle with the same base and height.
Circle, radius r: A = πr², circumference C = 2πr. Here π ≈ 3.14159 is the fixed ratio of any circle's circumference to its diameter.
3D shapes (volume V):
Cube, side s: V = s³.
Cuboid: V = l × w × h.
Cylinder, radius r, height h: V = πr²h.
Sphere, radius r: V = 4/3πr³.
If a shape uses a length in centimeters, every measurement in that problem is in centimeters, area comes out in cm², and volume in cm³. Keep one unit throughout a problem and the answer's unit takes care of itself.
Examples of Geometric Shapes
Example 1. Identify the shape: a closed figure with three straight sides and three angles
Three straight sides and three angles is the definition of a triangle. It is a 2D polygon. Final answer: a triangle.
Example 2. A student is asked which is the odd one out and why: cube, cuboid, sphere, cone. They answer "the cone, because it has a point"
That answer spots a real feature, but check it against the question. The cleaner answer: the sphere is the odd one out, because it is the only solid here with no vertex and no edge at all. Final answer: the sphere.
Example 3. Find the area and perimeter of a rectangle with length 8 cm and width 5 cm
A = l × w = 8 × 5 = 40 cm², P = 2(l + w) = 2(13) = 26 cm. Final answer: area 40 cm², perimeter 26 cm.
Example 4. A circular tabletop has radius 7 cm. Find its area. Use π = 22/7
A = πr² = 22/7 × 7² = 154 cm². Final answer: 154 cm².
Example 5. A cube has a side of 4 cm. Find its volume and total surface area
V = s³ = 4³ = 64 cm³. Surface area = 6s² = 96 cm². Final answer: volume 64 cm³, surface area 96 cm².
Example 6. A cylindrical water tank has radius 3 m and height 5 m. Find its volume. Use π = 3.14
V = πr²h = 3.14 × 3² × 5 = 141.3 m³. Final answer: 141.3 m³.
Why Geometric Shapes Show Up Everywhere
Shapes are not a school invention; they are how humans first made the world measurable. The reach goes well beyond the classroom.
Architecture and construction. A triangle is the only polygon that cannot be pushed out of shape without bending a side.
Nature's efficiency. Bees build hexagonal honeycomb because the hexagon stores the most honey for the least wax.
Screens and games. Every character you see in a video game is a mesh of thousands of tiny triangles.
Packaging and storage. Cylinders (cans) and cuboids (boxes) dominate shelves because their volumes are easy to compute and they stack.
For a primary or middle-school student, shapes are the entry point to all of geometry: get fluent with naming them and counting their faces, edges, and vertices, and area, volume, and coordinate geometry all build on the same vocabulary.
Where Students Trip Up on Geometric Shapes
Mistake 1: Confusing a 2D drawing with a 3D shape
Don't do this: Treat the flat picture as the shape itself. The correct way: A drawing on paper is always 2D; the object it represents may be 3D.
Mistake 2: Mixing up faces, edges, and vertices
Don't do this: Count corners and call them edges. The correct way: A face is a surface, an edge is a line where two faces meet, a vertex is a corner point.
Mistake 3: Squaring or cubing the wrong measurement
Don't do this: Plug numbers in the order they appear in the problem rather than the order the formula names them. The correct way: Match each number to its letter before computing.
Key Takeaways
- Geometric shapes are closed figures made of points, lines, and curves, sorted into flat 2D shapes and solid 3D shapes.
- Straight-sided 2D shapes are polygons; flat-faced 3D solids are polyhedra; curved figures are neither.
- Area and perimeter measure 2D shapes; surface area and volume measure 3D shapes.
- The most common error is treating a 2D drawing as a 3D object or squaring the wrong measurement.