1.2.14Basic Geometry

Surface area and volume of all above 3D shapes

2,841 words13 min readdifficulty · medium

Core Principle: Build from 2D

All 3D formulas come from two ideas:

  1. Volume: Integrate cross-sectional areas along height
  2. Surface Area: Unfold the shape into 2D pieces and sum their areas

1. Cube

Derivation

Volume:

  • A cube is a stack of square slices, each with area a2a^2
  • Stack them to height aa: V=base area×height=a2a=a3V = \text{base area} \times \text{height} = a^2 \cdot a = a^3

Surface Area:

  • A cube has 6 faces, each a square of side aa
  • Each face has area a2a^2
  • Total: SA=6a2SA = 6a^2

2. Cuboid (Rectangular Prism)

Derivation

Volume:

  • Base is a rectangle: area = l×wl \times w
  • Stack to height hh: V=l×w×hV = l \times w \times h

Surface Area:

  • 6 faces come in3 pairs: (l×w)(l \times w) top/bottom, (l×h)(l \times h) front/back, (w×h)(w \times h) left/right
  • Total area: SA=2(lw+lh+wh)SA = 2(lw + lh + wh)

3. Cylinder

Derivation

Volume:

  • Base is a circle: area = πr2\pi r^2
  • Stack to height hh: V=πr2hV = \pi r^2 h

Surface Area:

  • Two circular ends: 2×πr22 \times \pi r^2
  • Curved surface: unroll into a rectangle with width = circumference of circle = 2πr2\pi r, height = hh
    • Area of rectangle: 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)

4. Cone

Derivation

Volume:

  • A cone is 13\frac{1}{3} of a cylinder with the same base and height
  • Why 13\frac{1}{3}? As you go up the cone, circular slices shrink to zero. Integration (or Cavalieri's principle) shows this ratio. V=13πr2hV = \frac{1}{3}\pi r^2 h

Surface Area:

  • Base: πr2\pi r^2
  • Curved surface: unfolds into a sector of a circle with radius ll and arc length 2πr2\pi r
    • Sector area: arc length2πl×πl2=2πr2πl×πl2=πrl\frac{\text{arc length}}{2\pi l} \times \pi l^2 = \frac{2\pi r}{2\pi l} \times \pi l^2 = \pi rl
  • Total: SA=πr2+πrl=πr(r+l)SA = \pi r^2 + \pi rl = \pi r(r + l)

5. Sphere

Derivation

Volume:

  • Imagine slicing the sphere horizontally. Each slice is a circle.
  • At height yy from the center, the slice radius is r2y2\sqrt{r^2 - y^2} (Pythagorean theorem)
  • Slice area: π(r2y2)\pi(r^2 - y^2)
  • Integrate from r-r to rr: V=rrπ(r2y2)dy=π[r2yy33]rr=π(2r32r33)=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) = \frac{4}{3}\pi r^3

Surface Area:

  • Archimedes' insight: Wrap the sphere in a cylinder (rr radius, 2r2r height).
  • The sphere's surface area equals the cylinder's lateral area: 2πr×2r=4πr22\pi r \times 2r = 4\pi r^2
  • This can be proven rigorously with calculus (revolving x2+y2=r2x^2 + y^2 = r^2).

6. Hemisphere

Derivation

Volume:

  • Half the sphere's volume: V=12×43πr3=23πr3V = \frac{1}{2} \times \frac{4}{3}\pi r^3 = \frac{2}{3}\pi r^3

Surface Area:

  • Curved surface: half the sphere = 2πr22\pi r^2
  • Flat base: πr2\pi r^2
  • Total: SA=2πr2+πr2=3πr2SA = 2\pi r^2 + \pi r^2 = 3\pi r^2

7. Pyramid (Square Base)

Derivation

Volume:

  • Any pyramid is 13\frac{1}{3} × base area × height V=13a2hV = \frac{1}{3}a^2 h

Surface Area:

  • Base: a2a^2
  • Four triangular faces: each has base aa and height ll (slant height), so area 12al\frac{1}{2}al
  • Total: SA=a2+4×12al=a2+2al=a(a+2l)SA = a^2 + 4 \times \frac{1}{2}al = a^2 + 2al = a(a + 2l)

Comparison Table

Shape Volume Formula Surface Area Formula
Cube a3a^3 6a26a^2
Cuboid lwhlwh 2(lw+lh+wh)2(lw + lh + wh)
Cylinder πr2h\pi r^2 h 2πr(r+h)2\pi r(r + h)
Cone 13πr2h\frac{1}{3}\pi r^2 h πr(r+l)\pi r(r + l)
Sphere 43πr3\frac{4}{3}\pi r^3 4πr24\pi r^2
Hemisphere 23πr3\frac{2}{3}\pi r^3 3πr23\pi r^2
Pyramid 13a2h\frac{1}{3}a^2 h a(a+2l)a(a + 2l)


Recall Feynman Technique: Explain to a 12-Year-Old

Imagine you want to know how much water fills a bottle (that's volume) and how much plastic wraps it (that's surface area).

For a box (cuboid): Stack layers like pancakes—length × width gives one pancake area, multiply by height for all pancakes. To wrap it, you need six rectangles (top, bottom, four sides).

For a cylinder (like a can): The base is a circle. Stack circles up to the height. To wrap it, you need two circle lids plus a label that goes around (unroll the label—it's a rectangle!).

For a cone (ice cream cone): It's like a cylinder but squashed down to a point, so it holds only 13\frac{1}{3} as much. The wrapper is trickier—it's a pie-slice shape when you unfold it. For a ball (sphere): This one's magic! Archimedes found that if you put a ball inside a cylinder (same radius and height = diameter), the ball's surface exactly matches the cylinder's curved part. For volume, it's 43πr3\frac{4}{3}\pi r^3—harder to see, but comes from adding up all the circular slices.

Key idea: Volume = stack up layers. Surface area = unfold and add pieces.



Connections

  • Pythagorean Theorem — used to find slant heights
  • Area of2D Shapes — every3D surface is made of 2D pieces
  • Integration and Calculus — rigorous derivation of sphere, cone volumes
  • Dimensional Analysis — why volume scales as r3r^3, area as r2r^2
  • Similar Solids — scaling all dimensions by kk multiplies volume by k3k^3
  • Density and Massmass=density×volume\text{mass} = \text{density} \times \text{volume}
  • Real-World Applications — packaging, architecture, engineering design

#flashcards/maths

What is the volume formula for a cube? :: V=a3V = a^3 where aa is the side length.

What is the total surface area of a cuboid with dimensions ll, ww, hh?
SA=2(lw+lh+wh)SA = 2(lw + lh + wh)
What is the curved surface area of a cylinder?
CSA=2πrhCSA = 2\pi rh where rr is radius, hh is height.
Why is the volume of a cone 13πr2h\frac{1}{3}\pi r^2 h?
A cone is exactly one-third the volume of a cylinder with the same base and height (proven by integration or Cavalieri's principle).
What is the surface area of a sphere?
SA=4πr2SA = 4\pi r^2

How do you find the slant height ll of a cone given rr and hh? :: Use Pythagorean theorem: l=r2+h2l = \sqrt{r^2 + h^2}

What is the volume of a hemisphere? :: V=23πr3V = \frac{2}{3}\pi r^3 (half of a sphere's volume)

What is the total surface area of a hemisphere?
TSA=3πr2TSA = 3\pi r^2 (curved surface 2πr22\pi r^2 + flat base πr2\pi r^2)
What is the lateral surface area of a square pyramid?
LSA=2alLSA = 2al where aa is base side length and ll is slant height.
Why do we use slant height for cone lateral area, not vertical height?
Because the curved surface "wraps" along the slant from base to apex, not vertically.
What is the relationship between radius and diameter?
d=2rd = 2r (diameter is twice the radius)
If all dimensions of a 3D shape are doubled, how does volume change?
Volume is multiplied by 23=82^3 = 8 (volume scales with the cube of linear dimensions).

Concept Map

volume idea

surface idea

base area x height

base area x height

base area x height

sum of faces

sum of faces

ends plus curved

V = a^3, SA = 6a^2

V = lwh, SA = 2 lw+lh+wh

V = pi r^2 h, TSA = 2 pi r r+h

Build from 2D

Volume: stack layers

Surface Area: unfold skin

Cube side a

Cuboid l w h

Cylinder r h

Cube formulas

Cuboid formulas

Cylinder formulas

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho beta, saari 3D shapes ke formulas ko ratne ki zaroorat nahi hai — bas do simple ideas samajh lo. Volume ka matlab hai "andar kitni jagah hai," aur ye nikalti hai jab tum ek base area ko layers mein height tak stack karte ho. Jaise cube ek square (a2a^2) ko aa height tak stack karta hai, toh volume a3a^3 ban jata hai. Cylinder mein bhi circle (πr2\pi r^2) ko height hh tak stack karo, toh V=πr2hV = \pi r^2 h. Yehi core intuition hai — har shape apne base ki copies ka dher hai.

Surface area ka funda hai "shape ki skin ko unfold karke uska total area nikalna" — matlab paint karne ke liye kitni jagah chahiye. Cube ke 6 square faces hain, isliye 6a26a^2. Cylinder ka curved part khol do toh ek rectangle ban jaata hai jiski width circle ki circumference (2πr2\pi r) hoti hai aur height hh. Aur cone ke liye slant height ll important hai kyunki curved surface ek sector ban jaata hai — isiliye CSA=πrlCSA = \pi rl aata hai. Ek aur mazedaar baat: cone hamesha same base-height wale cylinder ka theek 13\frac{1}{3} hota hai, kyunki upar jaate-jaate uske circular slices chhote hote-hote zero ban jaate hain.

Ye samajhna kyun zaroori hai? Kyunki agar tum sirf formula rat lete ho toh naye ya twisted questions mein atak jaoge, lekin agar "stack karo" aur "skin kholo" wala logic samajh lo, toh koi bhi shape aa jaye — tum khud derive kar sakte ho. Exams mein aksar mixed shapes (jaise cone ke upar cylinder) aate hain, aur tabhi ye deep understanding tumhe bachati hai. Toh formula yaad rakhna theek hai, par uske peeche ka "kyun" pakad lo — wahi asli power hai.

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections