8.2 Geometry, Perimeter, Area & 3D Volume Calculations

Key Takeaways

  • For 2D composite figures, perimeter is strictly the outer boundary length (internal joining seams must never be included), while area is the algebraic sum or difference of component regular shapes.
  • In scaling mechanics, scaling linear dimensions by factor k multiplies surface area by k^2 and 3D volume/capacity by k^3; doubling container radius and height increases volume by 2^3 = 8-fold.
  • Cylinder volume is V = πr^2h and sphere volume is V = 4/3 πr^3; liquid capacity converts directly via 1 cm^3 = 1 mL and 1,000 cm^3 = 1 L.
  • Rapid estimation of π using 3.14, 22/7, or boundary approximation (π ≈ 3 with a +5% upward adjustment) allows eliminating wide distractors in under 10 seconds without full calculator entry.
  • Container filling and drainage rates require computing net volume before dividing by net volumetric flow rate: Time = Net Volume / (Inflow Rate - Outflow Rate).
Last updated: August 2026

8.2 Geometry, Perimeter, Area & 3D Volume Calculations

Geometric calculation problems in the UCAT Quantitative Reasoning subtest test your spatial cognition, algebraic precision, and dimensional awareness. Question scenarios range from calculating hospital facility floor plans and tile costs to modeling volumetric drug reservoirs, organ volumes, radiation beam geometry, and fluid storage container drainage rates.


2D Perimeter & Area Formulas

2D geometry items require calculating total boundary lengths and surface areas of regular polygons, circles, and irregular composite structures.

┌─────────────────────────────────────────────────────────────────────────┐
│                     2D GEOMETRY CORE FORMULA REFERENCE                  │
├───────────────────┬────────────────────────────┬────────────────────────┤
│ Shape             │ Perimeter Formula          │ Area Formula           │
├───────────────────┼────────────────────────────┼────────────────────────┤
│ **Rectangle**     │ P = 2l + 2w = 2(l + w)     │ A = l × w              │
│ **Triangle**      │ P = a + b + c              │ A = ½ × base × height  │
│ **Parallelogram** │ P = 2a + 2b                │ A = base × perp height │
│ **Trapezoid**     │ P = a + b + c + d          │ A = ½(a + b) × h       │
│ **Circle**        │ C = 2πr = πd               │ A = πr²                │
│ **Semicircle**    │ P = πr + 2r = r(π + 2)     │ A = ½πr²               │
│ **Sector (θ°)**   │ Arc = (θ/360) × 2πr        │ A = (θ/360) × πr²      │
└───────────────────┴────────────────────────────┴────────────────────────┘

Right-Angled Triangles & Pythagorean Triples

For right triangles, $a^2 + b^2 = c^2$. Memorizing common Pythagorean triples saves 15 to 20 seconds of square-root calculations:

  • $3 - 4 - 5$ (and multiples: $6-8-10$, $9-12-15$, $12-16-20$)
  • $5 - 12 - 13$ (and multiples: $10-24-26$)
  • $7 - 24 - 25$
  • $8 - 15 - 17$

Composite 2D Shapes & Deconstruction

Composite shapes must be decomposed into standard sub-units using either additive partitioning (summing sub-shapes) or subtractive framing (subtracting voids from a bounding rectangle).

The Perimeter Seam Trap: When computing the perimeter of a composite structure (e.g., a rectangular ward with an adjacent semicircular alcove), never include internal dividing seams. Perimeter encompasses only the exposed outer boundary.


3D Geometry: Volume & Surface Area

3D geometry questions evaluate the space enclosed by three-dimensional bodies and the external surface area required for material coating, heat exchange, or insulation.

┌─────────────────────────────────────────────────────────────────────────┐
│                     3D GEOMETRY CORE FORMULA REFERENCE                  │
├───────────────────┬────────────────────────────┬────────────────────────┤
│ 3D Solid          │ Volume (V)                 │ Surface Area (SA)      │
├───────────────────┼────────────────────────────┼────────────────────────┤
│ **Rectangular**   │ V = l × w × h              │ SA = 2(lw + lh + wh)   │
│ **Prism/Cuboid**  │                            │                        │
│ **Right Cylinder**│ V = πr²h                   │ Curved SA = 2πrh       │
│                   │                            │ Total SA = 2πr² + 2πrh │
│ **Sphere**        │ V = ⁴⁄₃πr³                 │ SA = 4πr²              │
│ **Hemisphere**    │ V = ⅔πr³                   │ Curved SA = 2πr²       │
│                   │                            │ Solid Total SA = 3πr²  │
│ **Cone**          │ V = ⅓πr²h                  │ Curved SA = πrl        │
│                   │ (l = √(r² + h²))           │ Total SA = πr² + πrl   │
│ **Pyramid**       │ V = ⅓ × A_base × h         │ SA = A_base + Σ(Faces) │
└───────────────────┴────────────────────────────┴────────────────────────┘

Scale Factors & Dimensional Scaling Laws

When geometric models or biological structures change in size while maintaining identical proportions, dimensions scale according to power laws governed by the linear scale factor ($k$):

Linear Dimension:L2=k×L1\mathbf{\text{Linear Dimension:} \quad L_2 = k \times L_1} Surface Area:A2=k2×A1\mathbf{\text{Surface Area:} \quad A_2 = k^2 \times A_1} Volume / Mass / Capacity:V2=k3×V1\mathbf{\text{Volume / Mass / Capacity:} \quad V_2 = k^3 \times V_1}

┌─────────────────────────────────────────────────────────────────────────┐
│                    DIMENSIONAL SCALING POWER MULTIPLIERS                │
├─────────────────────┬───────────────────┬───────────────────────────────┤
│ Linear Factor (k)   │ Area Factor (k²)  │ Volume / Capacity Factor (k³) │
├─────────────────────┼───────────────────┼───────────────────────────────┤
│ **k = 1.5** (+50%)  │ 1.5² = **2.25**   │ 1.5³ = **3.375** (+237.5%)    │
│ **k = 2.0** (Double)│ 2.0² = **4.00**   │ 2.0³ = **8.000** (8-fold)     │
│ **k = 3.0** (Triple)│ 3.0² = **9.00**   │ 3.0³ = **27.00** (27-fold)    │
│ **k = 0.5** (Half)  │ 0.5² = **0.25**   │ 0.5³ = **0.125** (⅛ volume)   │
└─────────────────────┴───────────────────┴───────────────────────────────┘

Clinical Application: Surface-Area-to-Volume ($SA/V$) Ratio

As an organism or cellular structure grows larger ($k > 1$), its volume expands much faster than its surface area ($k^3$ vs. $k^2$), causing the surface-area-to-volume ratio to decline proportionally to $1/k$. This principle explains why pediatric patients lose body heat and dehydrate significantly faster than adults (higher $SA/V$ ratio).


Liquid Capacity & Container Filling Rates

Connecting 3D geometric dimensions to fluid mechanics requires the metric capacity bridge:

1 cm3=1 mL1,000 cm3=1 L1 m3=1,000 L\mathbf{1\text{ cm}^3 = 1\text{ mL}} \qquad \mathbf{1,000\text{ cm}^3 = 1\text{ L}} \qquad \mathbf{1\text{ m}^3 = 1,000\text{ L}}

Volumetric Filling & Drainage Protocol

To find the time required to fill or drain a liquid container:

  1. Compute the internal geometric volume ($V$) in $\text{cm}^3$ or $\text{m}^3$.
  2. Convert volume to fluid capacity (liters or milliliters).
  3. Establish the net volumetric flow rate: $Q_{\text{net}} = Q_{\text{inflow}} - Q_{\text{outflow}}$.
  4. Calculate duration: $\mathbf{\text{Time} = \frac{\text{Target Volume}}{Q_{\text{net}}}}$.

Rapid Estimation of $\pi$ Under Time Pressure

In QR, invoking the on-screen calculator to enter $3.14159265$ consumes unneeded seconds. Choose your $\pi$ approximation based on option spread:

  1. Wide Option Spread ($>10%$ difference between choices):
    • Round $\pi \approx 3$ and add roughly $+5%$ to your result.
    • Example: $A = \pi r^2$ for $r=10 \implies 3 \times 100 = 300 \xrightarrow{+5%} 315$.
  2. Multiples of 7 ($r = 7, 14, 21, 28, 35, 70$):
    • Use $\pi \approx \frac{22}{7}$ to cancel the denominator immediately.
    • Example: $A = \pi (14)^2 = \frac{22}{7} \times 196 = 22 \times 28 = \mathbf{616\text{ cm}^2}$.
  3. Tight Option Spreads ($<3%$ difference):
    • Use $\pi \approx 3.14$ or the calculator.
Test Your Knowledge

A new physiotherapy suite consists of a rectangular rehabilitation hall measuring 12 meters by 8 meters, with a semicircular hydrotherapy alcove attached along one of the 8-meter ends (diameter = 8 m, radius = 4 m). The entire floor is to be fitted with specialized non-slip medical vinyl costing £45 per square meter. Using π ≈ 3.14, what is the total cost of the vinyl flooring required for the suite (rounded to the nearest pound)?

A
B
C
D
Test Your Knowledge

A cylindrical emergency water reserve tank at a regional hospital has an internal radius of 1.4 meters and a height of 2.5 meters. Water is pumped into the empty tank at a constant rate of 220 liters per minute, but an auxiliary drainage valve releases water simultaneously at 44 liters per minute. Using π ≈ 22/7, how many minutes will it take to fill the tank completely?

A
B
C
D
Test Your Knowledge

A 3D-printed anatomical scale model of a human kidney has a surface area of 180 cm² and a liquid capacity (volume) of 150 mL. If a pediatric pathological training replica is manufactured with all linear dimensions enlarged by a linear scale factor of k = 1.5, what are the new surface area and volume of the enlarged model?

A
B
C
D