1.2.13Basic Geometry

3D shapes — cube, cuboid, cylinder, cone, sphere, prism, pyramid

3,516 words16 min readdifficulty · medium1 backlinks

Core Concept: From 2D to 3D

WHY do we care about 3D shapes? Because the real world is 3D. A piece of paper is 2D (negligible thickness), but a box, a ball, a can — all 3D.

WHAT defines a 3D shape?

  • Faces: flat or curved surfaces
  • Edges: where two faces meet
  • Vertices: where edges meet (corners)
  • Volume (VV): space inside (measured in cubic units: cm³, m³)
  • Surface Area (SASA): total area of all faces (measured in square units: cm², m²)

HOW do we build these formulas? We derive from first principles: stacking, rotating, or scaling 2D shapes.

Figure — 3D shapes — cube, cuboid, cylinder, cone, sphere, prism, pyramid

1. Cube

Volume Derivation

WHY? Volume = base area × height. For a cube, the base is a square a×aa \times a, and we stack this square aa units high.

Derivation: Vcube=(base area)×(height)=a2×a=a3V_{\text{cube}} = (\text{base area}) \times (\text{height}) = a^2 \times a = a^3

Surface Area Derivation

WHY? A cube has 6 faces, each a square of area a2a^2.

Derivation: SAcube=6×(area of one face)=6a2SA_{\text{cube}} = 6 \times (\text{area of one face}) = 6a^2

Solution:

  • Volume: V=a3=53=125V = a^3 = 5^3 = 125 cm³
    • Why this step? We cube the edge length because volume is3D (length × width × height, all equal).
  • Surface Area: SA=6a2=6(52)=6(25)=150SA = 6a^2 = 6(5^2) = 6(25) = 150 cm²
    • Why this step? Each of6 faces is a 5×5=255 \times 5 = 25 cm² square.

2. Cuboid (Rectangular Box)

Volume Derivation

WHY? Stack rectangular slices. Each slice has area l×wl \times w, stacked hh high.

Derivation: Vcuboid=l×w×hV_{\text{cuboid}} = l \times w \times h

Surface Area Derivation

WHY? A cuboid has 3 pairs of opposite faces:

  • Top & bottom: each l×wl \times w
  • Front & back: each l×hl \times h
  • Left & right: each w×hw \times h

Derivation: SA=2(lw)+2(lh)+2(wh)=2(lw+lh+wh)SA = 2(lw) + 2(lh) + 2(wh) = 2(lw + lh + wh)

Solution:

  • Volume: V=8×5×3=120V = 8 \times 5 \times 3 = 120 cm³
    • Why? Multiply all three dimensions to get 3D space.
  • Surface Area: SA=2(85+83+53)=2(40+24+15)=2(79)=158SA = 2(8 \cdot 5 + 8 \cdot 3 + 5 \cdot 3) = 2(40 + 24 + 15) = 2(79) = 158 cm²
    • Why? Add areas of all 6 faces (in 3 pairs).

3. Cylinder

Volume Derivation

WHY? Stack circular slices. Each slice has area πr2\pi r^2, stacked hh high.

Derivation: Vcylinder=(base area)×h=πr2×hV_{\text{cylinder}} = (\text{base area}) \times h = \pi r^2 \times h

Surface Area Derivation

WHY? Surface area = two circular bases + curved surface. If we "unroll" the curved surface, it becomes a rectangle with width = circumference of base = 2πr2\pi r and height = hh.

Derivation:

  • Area of two bases: 2×πr2=2πr22 \times \pi r^2 = 2\pi r^2
  • Curved surface area: 2πr×h2\pi r \times h
  • Total: SA=2πr2+2πrh=2πr(r+h)SA = 2\pi r^2 + 2\pi rh = 2\pi r(r + h)

Solution:

  • Volume: V=πr2h=π(42)(10)=160π502.65V = \pi r^2 h = \pi (4^2)(10) = 160\pi \approx 502.65 cm³
    • Why? Base area πr2\pi r^2 times height.
  • Surface Area: SA=2πr(r+h)=2π(4)(4+10)=2π(4)(14)=112π351.86SA = 2\pi r(r + h) = 2\pi (4)(4 + 10) = 2\pi(4)(14) = 112\pi \approx 351.86 cm²
    • Why? Two circles plus the unrolled curved surface.

4. Cone

Volume Derivation

WHY? A cone is like a pyramid with a circular base. As we go up, circular slices shrink to zero. Using calculus (or Cavalieri's principle), volume of a cone = 13\frac{1}{3} of a cylinder with same base and height.

Derivation (Intuitive): Imagine filling a cylinder with water using3 identical cones — they exactly fill it. So: Vcone=13Vcylinder=13πr2hV_{\text{cone}} = \frac{1}{3} V_{\text{cylinder}} = \frac{1}{3} \pi r^2 h

Surface Area Derivation

WHY? Surface = base + curved surface. The curved surface, when unrolled, forms a sector of a circle with radius ll (slant height) and arc length 2πr2\pi r (base circumference).

Derivation:

  • Base area: πr2\pi r^2
  • Curved surface area: πrl\pi r l (sector formula: 12×arc length×radius=12(2πr)(l)=πrl\frac{1}{2} \times \text{arc length} \times \text{radius} = \frac{1}{2}(2\pi r)(l) = \pi rl)
  • Total: SA=πr2+πrl=πr(r+l)SA = \pi r^2 + \pi rl = \pi r(r + l)

Solution:

  • Slant height: l=32+42=9+16=25=5l = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5 cm
    • Why? Pythagorean theorem: l2=r2+h2l^2 = r^2 + h^2.
  • Volume: V=13πr2h=13π(32)(4)=13π(9)(4)=12π37.7V = \frac{1}{3} \pi r^2 h = \frac{1}{3} \pi (3^2)(4) = \frac{1}{3} \pi (9)(4) = 12\pi \approx 37.7 cm³
    • Why? Cone is 13\frac{1}{3} of cylinder.
  • Surface Area: SA=πr(r+l)=π(3)(3+5)=3π(8)=24π75.4SA = \pi r(r + l) = \pi (3)(3 + 5) = 3\pi(8) = 24\pi \approx 75.4 cm²
    • Why? Base circle plus curved surface.

5. Sphere

Volume Derivation

WHY? Using calculus, we integrate circular cross-sections. Intuitively, a sphere is built by rotating a semicircle around its diameter.

Derivation (via integration, simplified): At height yy from the center, the cross-section is a circle of radius x=r2y2x = \sqrt{r^2 - y^2} (Pythagorean theorem). Area of this slice: A(y)=πx2=π(r2y2)A(y) = \pi x^2 = \pi(r^2 - y^2). Integrate from y=ry = -r to y=ry = r: V=rrπ(r2y2)dy=π[r2yy33]rr=π(2r32r33)=π4r33=43πr3V = \int_{-r}^{r} \pi(r^2 - y^2) \, dy = \pi \left[ r^2 y - \frac{y^3}{3} \right]_{-r}^{r} = \pi \left( 2r^3 - \frac{2r^3}{3} \right) = \pi \cdot \frac{4r^3}{3} = \frac{4}{3}\pi r^3

Surface Area Derivation

WHY? Using calculus (or Archimedes' method with cylinders), the surface area is exactly4 times the area of a great circle πr2\pi r^2.

Derivation (intuitive): Peel the sphere into tiny patches and flatten — the total area is 4πr24\pi r^2.

Solution:

  • Volume: V=43πr3=43π(63)=43π(216)=288π904.78V = \frac{4}{3} \pi r^3 = \frac{4}{3} \pi (6^3) = \frac{4}{3} \pi (216) = 288\pi \approx 904.78 cm³
    • Why? Use the volume formula directly.
  • Surface Area: SA=4πr2=4π(62)=4π(36)=144π452.39SA = 4\pi r^2 = 4\pi (6^2) = 4\pi(36) = 144\pi \approx 452.39 cm²
    • Why? Four times the area of a great circle.

6. Prism

Volume Derivation

WHY? Stack identical cross-sections (the base shape) to height hh.

Derivation: Vprism=(base area)×h=Abase×hV_{\text{prism}} = (\text{base area}) \times h = A_{\text{base}} \times h

Surface Area Derivation

WHY? Surface = two bases + lateral faces.

Derivation:

  • Area of two bases: 2Abase2 A_{\text{base}}
  • Lateral area: (perimeter of base) ×h=Pbase×h\times h = P_{\text{base}} \times h
  • Total: SA=2Abase+PbasehSA = 2A_{\text{base}} + P_{\text{base}} \cdot h

Solution:

  • Base area: A=12bht=12(6)(4)=12A = \frac{1}{2} b h_t = \frac{1}{2}(6)(4) = 12 cm²
    • Why? Area of triangle.
  • Base perimeter: P=6+5+5=16P = 6 + 5 + 5 = 16 cm
  • Volume: V=A×h=12×10=120V = A \times h = 12 \times 10 = 120 cm³
    • Why? Stack the triangular slices.
  • Surface Area: SA=2(12)+16(10)=24+160=184SA = 2(12) + 16(10) = 24 + 160 = 184 cm²
    • Why? Two triangular bases plus three rectangular sides.

7. Pyramid

Volume Derivation

WHY? Similar to the cone, a pyramid is 13\frac{1}{3} of a prism with the same base and height. This comes from Cavalieri's principle or calculus.

Derivation: Vpyramid=13(base area)×h=13Abase×hV_{\text{pyramid}} = \frac{1}{3} (\text{base area}) \times h = \frac{1}{3} A_{\text{base}} \times h

Surface Area Derivation

WHY? Surface = base + lateral triangular faces.

Derivation: SA=Abase+(areas of triangular faces)SA = A_{\text{base}} + \sum (\text{areas of triangular faces}) For a regular pyramid (all lateral faces identical), if slant height is ll: SA=Abase+12PbaselSA = A_{\text{base}} + \frac{1}{2} P_{\text{base}} \cdot l

Solution:

  • Base area: A=a2=62=36A = a^2 = 6^2 = 36 cm²
  • Volume: V=13Ah=13(36)(8)=2883=96V = \frac{1}{3} A h = \frac{1}{3}(36)(8) = \frac{288}{3} = 96 cm³
    • Why? Pyramid is 13\frac{1}{3} of a prism.

Common Mistakes


Summary Table

Shape Volume Surface Area Key Feature
Cube a3a^3 6a26a^2 All edges equal
Cuboid lwhlwh 2(lw+lh+wh)2(lw + lh + wh) 6 rectangular faces
Cylinder πr2h\pi r^2 h 2πr(r+h)2\pi r(r+h) Circular bases
Cone 13πr2h\frac{1}{3}\pi r^2 h πr(r+l)\pi r(r+l) Tapers to apex, l=r2+h2l = \sqrt{r^2+h^2}
Sphere 43πr3\frac{4}{3}\pi r^3 4πr24\pi r^2 All points equidistant from center
Prism AbasehA_{\text{base}} \cdot h 2Abase+Pbaseh2A_{\text{base}} + P_{\text{base}} \cdot h Parallel polygonal bases
Pyramid 13Abaseh\frac{1}{3}A_{\text{base}} \cdot h Abase+12PbaselA_{\text{base}} + \frac{1}{2}P_{\text{base}} \cdot l Tapers to apex
Recall Feynman Technique: Explain to a 12-Year-Old

Imagine you have building blocks. A cube is a dice — all sides are square and equal. A cuboid is a brick — longer one way. A cylinder is a can — circles on top and bottom with tube connecting them. A cone is an ice cream cone — starts wide, ends pointy. A sphere is a ball — perfectly round everywhere. A prism is like a candy bar with the same shape all the way through. A pyramid is like the Egyptian pyramids — flat bottom, comes to a point at the top.

Volume = how much space inside (how much water fits). Surface area = how much wrapping paper to cover it. For cubes and boxes, we multiply length × width × height to get volume. For cones and pyramids, we take 1/3 of that because they're pointy and don't take up as much space. For spheres, there's a special formula with 43\frac{4}{3} that comes from fancy math. The key is: flat sides = multiply dimensions; round shapes = use π; pointy tops = divide by 3.


Connections

  • Pythagorean Theorem — used to find slant height in cones and pyramids
  • Area of2D Shapes — bases of3D shapes (squares, circles, triangles)
  • Circle Geometry — understanding πr2\pi r^2 and circumference for cylinders and cones
  • Units and Measurement — volume in cm³, surface area in cm²
  • Integration — advanced derivation of sphere and cone volumes
  • Real-World Applications — packaging, architecture, engineering

#flashcards/maths

What is the volume formula for a cube with edge length aa? :: V=a3V = a^3

What is the surface area formula for a cube with edge length aa?
SA=6a2SA = 6a^2
What is the volume formula for a cuboid with dimensions ll, ww, hh?
V=l×w×hV = l \times w \times h
What is the surface area formula for a cuboid?
SA=2(lw+lh+wh)SA = 2(lw + lh + wh)
What is the volume formula for a cylinder with radius rr and height hh?
V=πr2hV = \pi r^2 h
What is the surface area formula for a cylinder?
SA=2πr(r+h)SA = 2\pi r(r + h) or 2πr2+2πrh2\pi r^2 + 2\pi rh
What is the volume formula for a cone with radius rr and height hh?
V=13πr2hV = \frac{1}{3}\pi r^2 h

What is the slant height ll of a cone in terms of rr and hh? :: l=r2+h2l = \sqrt{r^2 + h^2}

What is the surface area formula for a cone?
SA=πr(r+l)SA = \pi r(r + l) where ll is slant height
What is the volume formula for a sphere with radius rr?
V=43πr3V = \frac{4}{3}\pi r^3
What is the surface area formula for a sphere?
SA=4πr2SA = 4\pi r^2
What is the volume formula for a prism?
V=Abase×hV = A_{\text{base}} \times h (base area × height)
What is the surface area formula for a prism?
SA=2Abase+PbasehSA = 2A_{\text{base}} + P_{\text{base}} \cdot h
What is the volume formula for a pyramid?
V=13Abase×hV = \frac{1}{3}A_{\text{base}} \times h
Why do cones and pyramids have a 13\frac{1}{3} factor in their volume?
They taper to a point, so they hold 13\frac{1}{3} of a prism/cylinder with the same base and height
What is the difference between height and slant height in a cone?
Height hh is perpendicular from base to apex (used in volume); slant height ll is along the surface (used in surface area)
A cube has edge 4 cm. What is its volume?
V=43=64V = 4^3 = 64 cm³
A cylinder has radius 3 cm and height 7 cm. What is its volume (in terms of π)?
V=π(32)(7)=63πV = \pi(3^2)(7) = 63\pi cm³
A sphere has radius 5 cm. What is its surface area (in terms of π)?
SA=4π(52)=100πSA = 4\pi(5^2) = 100\pi cm²
What are the units for volume?
Cubic units (cm³, m³, etc.)
What are the units for surface area?
Square units (cm², m², etc.)

Concept Map

add depth

described by

two measures

two measures

derived by

a squared x a

V equals a cubed

6 x a squared

l x w x h

has

2 lw plus lh plus wh

2D shapes: area

3D shapes: add depth

Faces edges vertices

Volume: space inside

Surface Area: cover all faces

Stack base area x height

Cube: 6 square faces

Cuboid: 6 rectangles

3 pairs of faces

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho yaar, 3D shapes ka basic funda ye hai ki jab hum 2D flat shapes (jaise square ya circle) mein depth add karte hain, tab wo 3D ban jaati hai — matlab ab wo shape space ghersakti hai, paani hold kar sakti hai, cheezein andar rakh sakti hai. Har 3D shape ke do main measurements hote hain: surface area (jaise pura shape paint karne ke liye kitna paint chahiye) aur volume (andar kitna maal fit hoga). Ye formulas rattofication ke liye nahi hain — ye simple ideas se aate hain jaise 2D slices ko stack karna, ya shape ko rotate karna. Jaise cube ka volume a3a^3 isliye hai kyunki hum ek square (a×aa \times a) ko aa height tak stack kar rahe hain, aur surface area 6a26a^2 isliye kyunki 6 identical square faces hain.

Ab intuition ye samajh lo — cuboid mein bhi wahi logic hai, bas ab length, width, height alag-alag hote hain, isliye V=l×w×hV = l \times w \times h aur SA mein 3 pairs of faces add karte hain. Cylinder mein "stacking" idea aur bhi mazedaar hai: circular slices (πr2\pi r^2 area) ko hh height tak stack karo, to volume ban gaya πr2h\pi r^2 h. Aur curved surface ko agar "unroll" karke seedha kar do, to wo ek rectangle ban jaata hai jiski width circle ki circumference (2πr2\pi r) aur height hh hai — isiliye curved surface area 2πrh2\pi rh aata hai. Dekha? Koi formula random nahi hai, sabke peeche ek clear reason hai.

Ye cheez matter kyun karti hai? Kyunki real world poora 3D hai — box, ball, can, building sab kuch. Agar tumhe pata ho ki formulas kaise derive hote hain, to exam mein bhi bhoolne ka darr nahi rahega aur real-life problems (jaise tank ki capacity, ya wall painting cost) easily solve kar paoge. Isliye rattne se accha, ye "stacking aur unrolling" wali picture apne dimaag mein bitha lo — phir har 3D shape ka formula khud-ba-khud samajh aa jaayega.

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections