Skip to main content
Study NotesGELE · MathematicsReal content

GELE MathematicsPlane, Solid Geometry and MensurationStudy Notes

Complete study notes for Plane, Solid Geometry and Mensuration, written for GELE aspirants. Unlike generic notes, these focus on what Professional Regulation Commission (PRC) — Board of Geodetic Engineering actually tests in the GELE Mathematics section: high-yield concepts, common question types, and the worked examples that match recent exam patterns.

Exam context

The Geodetic Engineer Licensure Examination is conducted by Professional Regulation Commission (PRC) — Board of Geodetic Engineering and is scheduled for September 2026. The Mathematics subtest is marked as "Core" in the official pattern, and Plane, Solid Geometry and Mensuration appears in position 3rd of 10 in the GELE Mathematics review rotation. Passing mark: 70% weighted average, no sub-test below 50%. Recent GELE 2026 papers have drawn roughly a meaningful share of questions from this subject.

Plane, Solid Geometry and Mensuration - Study Notes

Mensuration forms the backbone of practical civil engineering calculations—determining earthwork volumes for excavation, computing concrete quantities for structures, sizing water tanks and reservoirs, and estimating material requirements for construction projects. This chapter systematically covers plane figures (triangles, circles, polygons, trapezoids) and solid shapes (prisms, cylinders, pyramids, cones, spheres, frustums) with emphasis on volume and surface area calculations. Mastery of these formulas and their applications is essential for the PRC Civil Engineer Licensure Examination, where questions frequently involve real-world scenarios such as dam construction, foundation design, and tank capacity calculations. The Pappus theorems provide elegant solutions for solids of revolution, while the prismatoid formula underpins earthwork volume computations per NSCP 2015 specifications.

Summary

Plane, Solid Geometry and Mensuration provides the quantitative tools essential for every civil engineer. This chapter covered: **Plane Figures:** Triangle (base-height, Heron's formula), Circle (area πr², sector, segment), Regular Polygons (n-sided), Trapezoid (parallel sides)—all fundamental to cross-sectional analysis. **Solids:** Prism/Cylinder (V = base × height), Pyramid/Cone (V = base × height ÷ 3), Sphere (V = 4πr³/3, S = 4πr²), Frustum (V = h/3(A₁+A₂+√(A₁A₂)), Prismatoid (V = h/6(A₁+4A_m+A₂))—the last being the standard for earthwork per NSCP 2015. **Pappus Theorems:** Surface of revolution = 2π·d̄·L, Volume of revolution = 2π·d̄·A—elegant alternatives to integration for solids of revolution. **Composite Solids:** Real projects combine shapes; decompose, calculate components, and combine (adding solids, subtracting voids). **Practical Applications:** Concrete estimation, water tank design (RA 544 compliance), earthwork cut-and-fill (prismatoid formula), pipe networks, embankments, cost estimation. Common pitfalls include radius vs. diameter confusion, slant vs. vertical height errors, and forgetting the 1/3 factor in cone/pyramid volumes. **Key Exam Focus:** Frustum and prismatoid formulas, sphere volume, composite solids, Pappus theorems, and practical cost/volume calculations dominate PRC Licensure questions. Master the step-by-step problem-solving approach; verify all answers for physical reasonableness.

Sections

Plane geometry deals with two-dimensional shapes. Understanding how to calculate areas and perimeters is fundamental to civil engineering, as these measurements directly feed into three-dimensional volume and surface area problems. **Triangle** The most versatile plane figure in engineering. Three methods exist for computing area: 1. **Base-Height Method:** A = (1/2)bh Where b is the base and h is the perpendicular height. This is the simplest and most commonly used. 2. **Heron's Formula:** A = √[s(s-a)(s-b)(s-c)] Where s = (a+b+c)/2 is the semi-perimeter, and a, b, c are the side lengths. Use this when heights are unknown. 3. **Coordinate Method:** For a triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃): A = (1/2)|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)| **Circle** Circles appear frequently in civil engineering—circular columns, pipe cross-sections, roundabouts: - Area: A = πr² - Circumference: C = 2πr = πd - Sector area (θ in radians): A_sector = (1/2)r²θ - Sector area (θ in degrees): A_sector = (θ/360°)πr² - Segment area: A_segment = A_sector − A_triangle = (1/2)r²(θ − sin θ) **Regular Polygon** (n sides, each of length s) Used in architectural elements and structural design: A = (1/4)ns² cot(180°/n) Alternatively, for a regular polygon inscribed in a circle of radius r: A = (1/2)nr² sin(360°/n) **Trapezoid** (parallel sides b₁ and b₂, height h) Common in cross-sectional earthwork calculations: A = (1/2)(b₁ + b₂)h **Rectangle and Square** - Rectangle: A = length × width - Square (side a): A = a² **Parallelogram** A = base × height (perpendicular height, not slant height) **Key Distinction for Engineers:** When calculating earthwork cross-sections or trapezoidal channel sections per NSCP 2015, always use perpendicular height, never slant distance.

Heading

1. PLANE FIGURES—AREAS AND PERIMETERS

Examples

Problem

A triangular lot has sides a = 12 m, b = 14 m, c = 10 m. Using Heron's formula, find its area.

Solution

Step 1: Calculate semi-perimeter. s = (a+b+c)/2 = (12+14+10)/2 = 36/2 = 18 m Step 2: Apply Heron's formula. A = √[s(s-a)(s-b)(s-c)] A = √[18(18-12)(18-14)(18-10)] A = √[18 × 6 × 4 × 8] A = √[3456] A = 58.79 m² Verification: This is reasonable for a triangle with ~12 m average sides.

Problem

A circular column has a diameter of 0.6 m. Calculate its cross-sectional area.

Solution

Step 1: Find radius from diameter. r = d/2 = 0.6/2 = 0.3 m Step 2: Apply circle area formula. A = πr² = π(0.3)² = π(0.09) = 0.2827 m² Engineering Note: This cross-sectional area is used for stress calculations and concrete volume estimates in column design per ACI 318.

Problem

Find the area of a circular sector with radius 4 m and central angle 60°. Then find the segment area (assume a chord exists).

Solution

Step 1: Convert angle to radians. 60° = 60 × (π/180) = π/3 rad ≈ 1.0472 rad Step 2: Calculate sector area. A_sector = (1/2)r²θ = (1/2)(4)²(π/3) = (1/2)(16)(π/3) = 8π/3 ≈ 8.378 m² Step 3: Calculate triangle area (sector - segment). A_triangle = (1/2)r² sin(θ) = (1/2)(4)² sin(π/3) = (1/2)(16)(√3/2) = 4√3 ≈ 6.928 m² Step 4: Find segment area. A_segment = A_sector − A_triangle = 8.378 − 6.928 = 1.45 m² Note: Segments appear in calculations for water-level areas in partially filled cylindrical tanks.

Problem

A trapezoidal channel has top width b₁ = 8 m, bottom width b₂ = 5 m, and depth h = 3 m. Find the cross-sectional area.

Solution

Step 1: Apply trapezoid formula. A = (1/2)(b₁ + b₂)h = (1/2)(8 + 5)(3) = (1/2)(13)(3) = 19.5 m² Step 2: Interpretation. This 19.5 m² cross-section is typical for an irrigation channel or stormwater conduit design. Used to calculate water discharge Q = A·V (flow area × velocity). Civil Application: Per NSCP 2015, channel design must account for freeboard and velocity to prevent erosion.

Problem

A regular hexagon has a side length of 3 m. Find its area.

Solution

Step 1: Identify parameters. n = 6 sides, s = 3 m Step 2: Apply regular polygon formula. A = (1/4)ns² cot(180°/n) A = (1/4)(6)(3)² cot(180°/6) A = (1/4)(6)(9) cot(30°) A = (1/4)(54)(√3) A = (54√3)/4 ≈ 23.38 m² Alternative verification using 6 equilateral triangles: Each equilateral triangle area = (√3/4)s² = (√3/4)(9) ≈ 3.897 m² Total = 6 × 3.897 ≈ 23.38 m² ✓

Key Points

  • Triangle area uses base × perpendicular height ÷ 2; Heron's formula applies when height is unknown
  • Circle area πr²; always square the radius, not the diameter
  • Sector area requires angle in RADIANS (not degrees) when using (1/2)r²θ formula
  • Segment = Sector − Triangle; this is critical for calculating partial circular areas
  • Regular polygon formula A = (1/4)ns²cot(180°/n) applies only to regular (equal-sided) polygons
  • Trapezoid area (1/2)(b₁+b₂)h uses the SUM of parallel sides; commonly appears in channel/embankment sections
  • Always use perpendicular (vertical) height, never slant height, for area calculations

Solid geometry extends plane figures into three dimensions. Volume calculations are essential for: - Concrete pouring (structural members) - Earthwork excavation and fill - Tank and reservoir capacity - Material cost estimation **Prism and Cylinder** Both have constant cross-sectional area along their height. - Volume: V = A_base × h - Cylinder (circular base): V = πr²h - Lateral (curved) surface area of cylinder: S_lateral = 2πrh - Total surface area of cylinder: S_total = 2πrh + 2πr² = 2πr(h+r) **Pyramid and Cone** Both have an apex and taper from base to point. Volume is 1/3 of corresponding prism/cylinder: - Volume: V = (1/3)A_base × h - Cone: V = (1/3)πr²h - Cone lateral surface area: S_lateral = πrL (where L is slant height) - Cone total surface area: S_total = πrL + πr² = πr(L+r) - Relationship between slant height L, radius r, and vertical height h: L = √(r²+h²) **Sphere** A perfect three-dimensional round object: - Volume: V = (4/3)πr³ - Surface area: S = 4πr² **Frustum of Cone or Pyramid** A truncated cone/pyramid with two parallel bases (radii r₁ and r₂, or areas A₁ and A₂): - Volume: V = (h/3)(A₁ + A₂ + √(A₁A₂)) - For cone frustum with radii r₁ (top) and r₂ (bottom): A₁ = πr₁², A₂ = πr₂² - Slant height (cone frustum): L = √[h² + (r₂−r₁)²] - Lateral surface area (cone frustum): S_lateral = π(r₁+r₂)L **Prismatoid Formula** (Fundamental for Earthwork) For any solid with two parallel bases A₁ and A₂ and height h, with A_m being the area of the mid-section: V = (h/6)(A₁ + 4A_m + A₂) This is the basis for earthwork volume calculations in NSCP 2015, where cross-sections at different stations are measured and volumes computed using this formula. It provides high accuracy compared to simpler methods. **Critical Distinction:** - Use the simple formula V = (h/3)(A₁ + A₂ + √(A₁A₂)) ONLY for frustra - Use prismatoid formula for general solids where the middle section area differs from the arithmetic mean of end areas

Heading

2. SOLIDS—VOLUMES AND SURFACE AREAS

Examples

Problem

A cylindrical water tank has an internal diameter of 4 m and height of 6 m. Calculate (a) the volume in cubic meters and (b) the total surface area.

Solution

Step 1: Extract parameters. Diameter d = 4 m, so radius r = 2 m Height h = 6 m Step 2a: Calculate volume. V = πr²h = π(2)²(6) = π(4)(6) = 24π ≈ 75.40 m³ Step 2b: Calculate surface area (assume tank is closed with top and bottom). Lateral surface = 2πrh = 2π(2)(6) = 24π ≈ 75.40 m² Two bases = 2πr² = 2π(2)² = 8π ≈ 25.13 m² Total surface = 24π + 8π = 32π ≈ 100.53 m² Practical Note: This tank capacity of 75.40 m³ exceeds typical RA 544 water service requirements for a small community. Surface area is used for paint coating or thermal insulation calculations.

Problem

A cone-shaped stockpile of crushed stone has a base radius of 5 m and a height of 4 m. Calculate its volume.

Solution

Step 1: Identify parameters. Base radius r = 5 m Vertical height h = 4 m Step 2: Apply cone volume formula. V = (1/3)πr²h = (1/3)π(5)²(4) = (1/3)π(25)(4) = (100π)/3 ≈ 104.72 m³ Engineering Note: This volume is used to estimate material quantity. If stone density is 1600 kg/m³, total mass ≈ 104.72 × 1600 ≈ 167,552 kg ≈ 168 tons. Common Mistake: Students often forget the 1/3 factor and calculate V = πr²h = 314.16 m³, which is THREE times too large.

Problem

A sphere-shaped water tank has a diameter of 3 m. Find (a) its volume and (b) its surface area.

Solution

Step 1: Find radius from diameter. Diameter d = 3 m, so radius r = 1.5 m Step 2a: Calculate volume. V = (4/3)πr³ = (4/3)π(1.5)³ = (4/3)π(3.375) = 4.5π ≈ 14.14 m³ Step 2b: Calculate surface area. S = 4πr² = 4π(1.5)² = 4π(2.25) = 9π ≈ 28.27 m² Practical Application: This spherical tank holds ~14,140 liters. Surface area 28.27 m² governs heat loss/gain and coating requirements.

Problem

A cone frustum has a top radius r₁ = 2 m, bottom radius r₂ = 4 m, and height h = 3 m. Find the volume and lateral surface area.

Solution

Step 1: Calculate the two base areas. A₁ = πr₁² = π(2)² = 4π m² A₂ = πr₂² = π(4)² = 16π m² Step 2: Apply frustum volume formula. V = (h/3)(A₁ + A₂ + √(A₁A₂)) V = (3/3)(4π + 16π + √(4π × 16π)) V = 1 × (20π + √(64π²)) V = 20π + 8π = 28π ≈ 87.96 m³ Step 3: Find slant height for lateral surface area. L = √[h² + (r₂−r₁)²] = √[3² + (4−2)²] = √[9 + 4] = √13 ≈ 3.606 m Step 4: Calculate lateral surface area. S_lateral = π(r₁ + r₂)L = π(2 + 4)(3.606) = 6π(3.606) ≈ 67.91 m² Verification: Notice that √(A₁A₂) = √(4π × 16π) = √(64π²) = 8π. This is the geometric mean term—critical to get right.

Problem

A trapezoidal channel cross-section (same as earthwork) has end areas A₁ = 20 m² and A₂ = 24 m². The mid-section area A_m = 21.5 m². The stations are 50 m apart. Using the prismatoid formula, find the volume of earth between the two stations.

Solution

Step 1: Identify parameters for prismatoid formula. A₁ = 20 m² (station 1) A_m = 21.5 m² (middle, at 25 m) A₂ = 24 m² (station 2) h = 50 m (distance between stations) Step 2: Apply prismatoid formula. V = (h/6)(A₁ + 4A_m + A₂) V = (50/6)(20 + 4(21.5) + 24) V = (50/6)(20 + 86 + 24) V = (50/6)(130) V = 6500/6 ≈ 1,083.33 m³ Engineering Context: Per NSCP 2015, this is the standard method for computing earthwork volumes in cut-and-fill operations. The coefficient 4 for the middle section reflects the higher accuracy this method provides compared to the average-end-area method.

Key Points

  • Prism volume = base area × height; applies to ALL prisms (rectangular, triangular, irregular base)
  • Cylinder volume πr²h = (constant area) × height; remember to SQUARE the radius
  • Pyramid/cone volume = (1/3) × base area × height; the 1/3 factor is crucial—a common exam mistake
  • Sphere volume (4/3)πr³; surface area 4πr²—both depend on r³ and r² respectively
  • Frustum uses √(A₁A₂) in the volume formula, NOT A₁A₂; this is a critical detail
  • Cone slant height L = √(h²+r²), where h is vertical height; L is needed for lateral surface area
  • Prismatoid formula V = (h/6)(A₁+4A_m+A₂) is the standard for earthwork calculations per NSCP 2015
  • For cones/pyramids, always use vertical height h in volume formula; never use slant height L
  • Mid-section area A_m in prismatoid is measured at h/2 position, not the average of end areas

The Pappus theorems provide elegant shortcuts for calculating surface areas and volumes of shapes generated by revolving a plane figure around an external axis. These theorems are powerful tools in civil engineering for analyzing tanks, pipes, and structural elements with radial symmetry. **First Pappus Theorem (Surface Area of Revolution)** When a plane curve of length L is revolved around an external axis: S = 2π d̄ L Where: - S = surface area of the solid of revolution - d̄ = perpendicular distance from the curve's centroid to the axis of revolution - L = length (arc length) of the curve being revolved - The 2π d̄ represents the circumference traced by the centroid **Second Pappus Theorem (Volume of Revolution)** When a plane area A is revolved around an external axis: V = 2π d̄ A Where: - V = volume of the solid of revolution - d̄ = perpendicular distance from the area's centroid to the axis of revolution - A = area of the plane figure being revolved - Again, 2π d̄ is the path traced by the centroid **Key Insight:** Both theorems reduce the problem to finding the centroid location and multiplying by the circumference path (2π d̄). This avoids integration and is particularly useful for composite or irregular shapes. **Requirements for Pappus Theorems:** 1. The axis of revolution must NOT intersect the plane figure (external axis only) 2. The figure must not cross the axis 3. The plane figure and axis must be coplanar **Common Applications:** - Torus (doughnut shape): revolving a circle - Hollow pipes and tanks: revolving rectangular sections - Lamp shades and conical sections: revolving triangles - Architectural domes: revolving curve profiles **How to Find Centroids of Common Shapes:** For a triangle: centroid is at (1/3) of the height from the base, or at the intersection of medians. For a rectangle: centroid is at the geometric center (L/2, W/2). For a semicircle: centroid is at distance 4r/(3π) from the diameter. For a composite area: use weighted average: d̄ = Σ(A_i × d_i) / Σ(A_i)

Heading

3. PAPPUS THEOREMS FOR SOLIDS OF REVOLUTION

Examples

Problem

A circle of radius 2 m has its center located 5 m from a vertical axis. When revolved around this axis, it forms a torus (doughnut shape). Using the Pappus Second Theorem, find the volume.

Solution

Step 1: Identify the plane figure. Circle with radius r = 2 m Area A = πr² = π(2)² = 4π m² Step 2: Locate the centroid. For a circle, the centroid is at its geometric center = 5 m from the axis of revolution d̄ = 5 m Step 3: Apply Pappus Second Theorem. V = 2π d̄ A = 2π(5)(4π) = 40π² ≈ 394.78 m³ Verification: This is a torus with major radius R = 5 m and minor radius r = 2 m. Direct formula: V = 2π²Rr² = 2π²(5)(2)² = 40π² ✓ Practical Application: Toroidal tanks are used in aerospace and industrial settings. This massive torus holds ~395,000 liters.

Problem

A right triangle with base 4 m and height 6 m is revolved around an axis parallel to the base and located 2 m from the base (external). Find the volume of the resulting solid using Pappus's Second Theorem.

Solution

Step 1: Calculate the area of the triangle. A = (1/2) × base × height = (1/2) × 4 × 6 = 12 m² Step 2: Find the centroid of the triangle. For a right triangle, the centroid is at (h/3) from the base = 6/3 = 2 m from the base. But the axis is 2 m from the base, so relative to the axis: d̄ = 2 + 2 = 4 m (distance from axis to centroid) Wait—clarification: If the axis is 2 m AWAY from the base (external), and centroid is at height 2 m from base: d̄ = 2 + 2 = 4 m Step 3: Apply Pappus Second Theorem. V = 2π d̄ A = 2π(4)(12) = 96π ≈ 301.59 m³ Engineering Note: This solid resembles a sector of a hollow cylinder or a wedge-shaped tank. The 2 m offset from the axis creates the revolution.

Problem

A semicircular arc of radius 3 m (from 0° to 180°) is revolved around a horizontal axis located 4 m below the diameter. Using Pappus's First Theorem, find the surface area generated.

Solution

Step 1: Calculate the arc length. For a semicircle of radius r = 3 m: Arc length L = πr = π(3) = 3π m Step 2: Find the centroid of the semicircular arc. For a semicircular arc, the centroid is located at distance 2r/π from the diameter = 2(3)/π = 6/π ≈ 1.91 m from the diameter. Step 3: Find distance from centroid to axis. Axis is 4 m below the diameter. Centroid is 1.91 m above the diameter (on the arc side). d̄ = 4 + 1.91 = 5.91 m Step 4: Apply Pappus First Theorem. S = 2π d̄ L = 2π(5.91)(3π) = 2π(5.91)(3π) = 6π²(5.91) ≈ 348.73 m² Alternatively, simplified: S = 2π(5.91)(3π) ≈ 111.2π ≈ 349.3 m²

Problem

A rectangular area with width 3 m and height 5 m is revolved around a vertical axis located 2 m to the left of the rectangle (external). Find the volume using Pappus's Second Theorem.

Solution

Step 1: Calculate the area. A = width × height = 3 × 5 = 15 m² Step 2: Find the centroid of the rectangle. For a rectangle, the centroid is at the geometric center. From the left edge: distance = width/2 = 3/2 = 1.5 m So the centroid is 1.5 m from the left edge of the rectangle. Step 3: Find distance from centroid to axis of revolution. Axis is 2 m to the left (external). Centroid is 1.5 m to the right of the rectangle's left edge. d̄ = 2 + 1.5 = 3.5 m Step 4: Apply Pappus Second Theorem. V = 2π d̄ A = 2π(3.5)(15) = 105π ≈ 329.87 m³ Engineering Application: This represents a hollow cylindrical shell with interior void. Used in tank design where the internal rectangular cavity is significant.

Key Points

  • Pappus First Theorem: Surface area S = 2π × (distance to centroid) × (arc length) for curve revolution
  • Pappus Second Theorem: Volume V = 2π × (distance to centroid) × (area) for planar figure revolution
  • The centroid distance d̄ MUST be measured perpendicular to the axis of revolution
  • The axis of revolution MUST be external (not intersecting) the plane figure
  • Both theorems apply ONLY when the figure does NOT cross the rotation axis
  • For complex shapes, break into simpler components and use weighted centroid: d̄ = Σ(A_i·d_i)/Σ(A_i)
  • Pappus theorems avoid integration and are elegant alternatives to traditional calculus methods
  • The path 2π d̄ is the circumference traced by the centroid as it revolves

Real-world engineering problems rarely involve simple, isolated geometric shapes. Engineers must decompose complex structures into manageable geometric components, calculate volumes and areas for each, then sum or subtract to find the overall result. **Composite Solids Strategy** When faced with an irregular solid: 1. **Decompose** the solid into recognizable geometric shapes (prisms, pyramids, cylinders, cones, spheres, frustums) 2. **Orient** each component so its volume formula is straightforward 3. **Calculate** the volume (or surface area) of each component 4. **Combine** by addition (for solid components) or subtraction (for voids/holes) 5. **Verify** the answer makes physical sense (positive volume, reasonable magnitude) **Hollow Cylinders and Pipes** Common in water supply, sewage, and structural columns: V = π(R² − r²)h Where R is outer radius, r is inner radius, h is height. Alternatively: V = V_outer − V_inner = πR²h − πr²h **Cylindrical Tanks with Domed or Conical Bottoms** A practical water tank often combines: - Cylindrical main body: V_cyl = πr²h_cyl - Hemispherical bottom (half-sphere): V_hemi = (2/3)πr³ - Total: V_total = πr²h_cyl + (2/3)πr³ **Truncated Cones in Stepped Excavations** Earthwork often requires stepped slopes. A frustum between two levels calculates the volume of cut or fill. **Partial Solids** When a solid is partially filled or cut: - Partially filled cylinder: requires segment area calculation first - Wedge (portion of prism): calculate proportionally based on height ratio - Spherical cap (portion of sphere): V_cap = (πh²/3)(3r − h), where h is cap height and r is sphere radius **Integration Method for Irregular Solids** For complex geometries not fitting standard formulas: V = ∫ A(x) dx from x₁ to x₂ Where A(x) is the cross-sectional area as a function of position x. For prismatoid (most practical earthwork): V = (h/6)(A₁ + 4A_m + A₂) **Symmetry and Simplification** Always look for symmetry: - Central axis symmetry: calculate one section, multiply by 2 - Radial symmetry: use Pappus theorems - Similar sections: use proportionality **Common Errors in Composite Solid Problems** 1. **Unit inconsistency**: mixing meters, centimeters, etc. (always use SI—meters) 2. **Double counting**: including the same volume twice 3. **Sign error**: forgetting to subtract voids 4. **Formula confusion**: using cone volume (1/3) instead of cylinder (1×) 5. **Centroid misplacement**: Pappus theorems require correct centroid location 6. **Slant vs. vertical height**: using L instead of h in volume formulas

Heading

4. SPECIAL CASES AND COMPOSITE SOLIDS

Examples

Problem

A water tank consists of a cylindrical body (diameter 4 m, height 8 m) topped with a hemispherical roof (same diameter). Calculate the total volume.

Solution

Step 1: Calculate cylinder volume. Radius r = 4/2 = 2 m V_cyl = πr²h = π(2)²(8) = 32π m³ Step 2: Calculate hemispherical volume (half of a sphere). V_hemi = (1/2) × (4/3)πr³ = (2/3)πr³ = (2/3)π(2)³ = (2/3)π(8) = (16/3)π m³ Step 3: Calculate total volume. V_total = V_cyl + V_hemi = 32π + (16/3)π = (96/3)π + (16/3)π = (112/3)π ≈ 117.29 m³ Practical Context: This ~117 m³ tank serves a small municipality. Per RA 544, minimum storage capacity for communities is typically 30–50% of daily demand, so this tank supplies ~5,000–8,000 people at standard consumption rates.

Problem

A concrete pipe has outer diameter 1.2 m, inner diameter 1.0 m, and length 5 m. Calculate the volume of concrete (material volume).

Solution

Step 1: Extract radii. Outer diameter D_o = 1.2 m → R = 0.6 m Inner diameter D_i = 1.0 m → r = 0.5 m Length L = 5 m Step 2: Calculate outer cylinder volume. V_outer = πR²L = π(0.6)²(5) = π(0.36)(5) = 1.8π m³ Step 3: Calculate inner cylinder volume (void). V_inner = πr²L = π(0.5)²(5) = π(0.25)(5) = 1.25π m³ Step 4: Calculate concrete volume (subtract void). V_concrete = V_outer − V_inner = 1.8π − 1.25π = 0.55π ≈ 1.728 m³ Step 5: Calculate concrete mass. Assuming reinforced concrete density ≈ 2400 kg/m³: Mass = 1.728 × 2400 ≈ 4,147 kg ≈ 4.15 tons Engineering Note: This mass is used to determine lifting equipment requirements and installation procedures per NSCP 2015.

Problem

An earthwork section has two cross-sections 40 m apart: Section 1 area = 15 m², Section 2 area = 22 m². The mid-section (at 20 m) has area 18 m². Calculate the volume of earth between sections using the prismatoid formula.

Solution

Step 1: Identify parameters. A₁ = 15 m² (at station 0 m) A_m = 18 m² (at station 20 m, midpoint) A₂ = 22 m² (at station 40 m) h = 40 m (distance between stations) Step 2: Apply prismatoid formula. V = (h/6)(A₁ + 4A_m + A₂) V = (40/6)(15 + 4(18) + 22) V = (40/6)(15 + 72 + 22) V = (40/6)(109) V = 4360/6 ≈ 726.67 m³ Comparison with simpler average-end-area method: V_avg = (A₁ + A₂)/2 × h = (15 + 22)/2 × 40 = 18.5 × 40 = 740 m³ Difference ≈ 13.33 m³ (1.8%), showing prismatoid is more accurate. Per NSCP 2015 specifications, prismatoid is the standard for cut-and-fill calculations.

Problem

A spherical cap is cut from a sphere of radius 5 m at a height of 2 m above the base (cap height h = 2 m). Find the volume of the cap.

Solution

Step 1: Identify parameters. Sphere radius R = 5 m Cap height h = 2 m Step 2: Verify h ≤ 2R (check cap doesn't exceed full sphere). h = 2 m ≤ 2(5) = 10 m ✓ Step 3: Apply spherical cap volume formula. V_cap = (πh²/3)(3R − h) = (π(2)²/3)(3(5) − 2) V_cap = (π(4)/3)(15 − 2) V_cap = (4π/3)(13) V_cap = (52π/3) ≈ 54.45 m³ Verification: The full sphere is V_sphere = (4/3)πR³ = (4/3)π(125) = (500π/3) ≈ 523.60 m³ Cap represents (52π/3)/(500π/3) ≈ 10.4% of sphere volume, reasonable for a 2 m cap on a 10 m diameter sphere.

Key Points

  • Decompose complex solids into simple geometric shapes with known formulas
  • Hollow solids use subtraction: V_hollow = V_outer − V_inner
  • Composite volume: V_total = Σ(V_simple components) considering signs (+ for addition, − for voids)
  • For partial/cut solids, always ensure the cross-sectional area formula matches the cutting plane
  • Spherical cap volume V = (πh²/3)(3r−h) requires h ≤ 2r (cap height ≤ diameter)
  • Prismatoid formula applies to GENERAL solids with two parallel bases; use when actual geometry doesn't fit standard formulas
  • SI units throughout: convert all dimensions to meters BEFORE calculating volumes in m³
  • Verify answers for physical reasonableness: volumes should be positive and proportional to dimensions

Mensuration directly supports daily engineering decisions in practice and licensure exams. **Concrete and Material Estimation** When designing reinforced concrete beams, columns, slabs, and foundations: - Column volume: V = A_cross-section × height (if uniform) or sum of segments if tapered - Footing volume: typically a frustum (larger top, smaller bottom) or trapezoidal prism - Concrete mix design requires accurate volume to calculate cement, sand, aggregate quantities - Example: A square footing 2.0 m × 2.0 m × 0.5 m deep requires V = 2.0 × 2.0 × 0.5 = 2.0 m³ concrete, translating to ~300 bags of cement (at ~10 kg/bag) **Water Tank and Reservoir Design** Capacity calculations ensure adequate supply per RA 544 (Philippine Water Code): - Minimum capacity = daily demand (for small systems) or 25–50% of daily demand (for larger systems) - Tank shape optimization: cylindrical with hemispherical ends minimizes surface area (cost) for a given volume - Partially filled tanks require segment area calculations to determine water level vs. volume - Example: A cylindrical tank 5 m diameter × 8 m high = π(2.5)²(8) ≈ 157.08 m³ serves ~5,000 people at 30 L/capita/day **Earthwork Calculations (Cut-and-Fill)** Dam, embankment, and foundation construction requires precise volume estimates: - Uses prismatoid formula: V = (h/6)(A₁ + 4A_m + A₂) per NSCP 2015 § 207.3 - Cross-sectional areas measured at regular stations (often 50 m or 100 m spacing) - Cut volume (excavated) must match fill volume (compacted) for balance - Cost = volume × unit rate per m³ (excavation: ₱100–200/m³; fill: ₱50–100/m³ depending on material) **Structural Columns and Piles** - Circular column: V = π(d/2)²h; stress = load/A = load/[π(d/2)²] - Rectangular column: V = b × d × h; stress = load/(b×d) - Pile group: V_total = n × V_single pile (where n is number of piles) - Example: A 0.4 m diameter circular column, 6 m high: V = π(0.2)²(6) ≈ 0.754 m³ concrete **Pipe and Conduit Networks** - Hollow cylinder: V = π(R² − r²)L (for pipe material) - Water flow capacity: Q = A × v, where A = π(d_inner/2)² (cross-sectional area) - Example: 1.0 m diameter pipeline over 2 km: Material volume (assuming 100 mm thick walls) = π[(0.5)² − (0.4)²] × 2000 ≈ 565.5 m³ **Excavation and Slope Stability** - Trapezoidal embankment: cross-section area = (1/2)(top + bottom) × height - Volume between stations: use prismatoid for accuracy - Slope angle α affects embankment area: flatter slopes (smaller α) increase area - Example: A road embankment 4 m high with 1:1.5 slope (H:V) has width = 4 × 1.5 × 2 = 12 m **Spherical and Hemispherical Structures** - Storage domes, water tanks, architectural features - Volume per unit height relates to load distribution analysis - Surface area determines weather protection, insulation, and painting requirements **Landscape and Site Grading** - Terracing: calculate cut/fill volumes for each terrace - Pond and retention basin sizing: V = (1/2)(A_top + A_bottom) × depth for trapezoidal sections - Topographic surveying: use contour maps and prismatoid formula to determine excavated or filled volumes **Quality Control in Manufacturing** Concrete blocks, precast elements, and manufactured products: - Verify product dimensions: if nominal block is 200×100×200 mm, actual volume ≈ 0.004 m³ - Batch production: 1000 blocks = 4 m³ material (minus allowable tolerances) **Cost and Resource Management** - Earthwork: Volume × rate = project cost - Material: Volume × density = mass → material cost - Labor: Volume ÷ productivity rate = person-hours → labor cost - Example: Excavation 5000 m³ at ₱150/m³ = ₱750,000 budget **Exam Contexts** PRC Licensure Examination frequently tests: - Frustum volume for foundation/pile design - Prismatoid formula for earthwork - Sphere/hemisphere for tank design - Composite solids (cylinder + cone) for complex structures - Pappus theorems for special cases (rarely, but important for distinction)

Heading

5. PRACTICAL APPLICATIONS IN CIVIL ENGINEERING

Examples

Problem

Design a cylindrical water tank to supply a small rural barangay with 500 households. Assuming 30 L per capita per day and 25% reserve capacity, find the minimum tank volume and dimensions if the tank height is limited to 6 m.

Solution

Step 1: Calculate daily demand. Population = 500 households × 4 persons/household = 2000 persons Daily demand = 2000 × 30 L = 60,000 L = 60 m³ Step 2: Add 25% reserve. Required volume V = 60 + 0.25(60) = 75 m³ Step 3: Determine radius for h = 6 m. For cylindrical tank: V = πr²h 75 = πr²(6) r² = 75/(6π) = 12.5/π ≈ 3.978 r ≈ 1.995 m ≈ 2.0 m Step 4: Verify volume. V = π(2.0)²(6) = 24π ≈ 75.40 m³ ✓ Step 5: Calculate dimensions. Diameter = 2r = 4.0 m Height = 6.0 m Surface area for coating = 2πrh + πr² = 2π(2)(6) + π(2)² = 24π + 4π = 28π ≈ 87.96 m² Practical Summary: Tank 4 m diameter × 6 m high, volume ≈75.4 m³, meeting RA 544 standards for the barangay.

Problem

A trapezoidal earthwork section between two stations 50 m apart has the following cross-sectional areas: - Station 0: A₁ = 25 m² - Station 25 m (midpoint): A_m = 28 m² - Station 50 m: A₂ = 32 m² Calculate the volume of earth to be excavated using the prismatoid formula. If the excavation rate is ₱120 per m³, what is the total cost?

Solution

Step 1: Apply prismatoid formula. V = (h/6)(A₁ + 4A_m + A₂) V = (50/6)(25 + 4(28) + 32) V = (50/6)(25 + 112 + 32) V = (50/6)(169) V = 8450/6 ≈ 1408.33 m³ Step 2: Calculate project cost. Cost = V × unit rate = 1408.33 × 120 = ₱169,000 Step 3: Comparison with simpler average-end-area method. V_avg = (A₁ + A₂)/2 × h = (25 + 32)/2 × 50 = 28.5 × 50 = 1425 m³ Difference: 1425 − 1408.33 = 16.67 m³ (~1.2% underestimate using average method) Engineering Note: Prismatoid is the NSCP 2015 standard because it accounts for the mid-section geometry more accurately, preventing cost surprises. The ₱169,000 budget assumes typical Philippine rates (2023–2024).

Problem

A concrete pile cap (foundation) is a frustum with top dimensions 2.0 m × 2.0 m and bottom dimensions 3.0 m × 3.0 m, with height 0.8 m. Calculate the volume of concrete required. If concrete density is 2400 kg/m³, find the total mass.

Solution

Step 1: Calculate top base area. A₁ = 2.0 × 2.0 = 4.0 m² Step 2: Calculate bottom base area. A₂ = 3.0 × 3.0 = 9.0 m² Step 3: Apply frustum volume formula. Note: For a square frustum (not circular cone frustum), the formula still applies: V = (h/3)(A₁ + A₂ + √(A₁A₂)) V = (0.8/3)(4.0 + 9.0 + √(4.0 × 9.0)) V = (0.8/3)(13.0 + √36) V = (0.8/3)(13.0 + 6.0) V = (0.8/3)(19.0) V = 15.2/3 ≈ 5.07 m³ Step 4: Calculate concrete mass. Mass = V × density = 5.07 × 2400 = 12,168 kg ≈ 12.17 tons Step 5: Estimate cement requirement. Typical mix design: 1 m³ concrete ≈ 300 kg cement (about 30 bags of 10 kg each) For 5.07 m³: Cement ≈ 5.07 × 300 ≈ 1521 kg ≈ 152 bags Practical Application: This pile cap connects multiple piles to the superstructure. Per ACI 318, the pile cap must satisfy shear and bending strength requirements; the volume calculated ensures structural integrity.

Problem

A conical stockpile of crushed limestone has a base radius of 6 m and a slant height of 8 m. Calculate (a) the vertical height, (b) the volume, and (c) the lateral surface area.

Solution

Step 1a: Find vertical height from slant height. Relationship: L² = h² + r² 8² = h² + 6² 64 = h² + 36 h² = 28 h = √28 ≈ 5.29 m Step 1b: Calculate volume. V = (1/3)πr²h = (1/3)π(6)²(5.29) V = (1/3)π(36)(5.29) V = 12π(5.29) V ≈ 199.37 m³ Step 1c: Calculate lateral surface area. S_lateral = πrL = π(6)(8) = 48π ≈ 150.80 m² Step 2: Physical interpretation. This stockpile holds ~199 m³ of material. If limestone density is 1600 kg/m³: Total mass ≈ 199.37 × 1600 ≈ 318,992 kg ≈ 319 tons Surface area 150.80 m² is used to estimate tarp coverage or weathering rate. Common Error: Some students use slant height L = 8 m directly in the volume formula and get: V = (1/3)π(6)²(8) ≈ 301.59 m³ (WRONG—this is ~51% too large!) Always find vertical height first from L² = h² + r².

Key Points

  • Concrete volume estimation uses simple prism/pyramid formulas adjusted for actual member geometry
  • Water tank design must verify capacity per RA 544 requirements (minimum 25–50% daily demand)
  • Earthwork calculations use prismatoid formula V = (h/6)(A₁+4A_m+A₂) per NSCP 2015 standards
  • Excavation cost = volume × unit rate; proper volume calculation prevents budget overruns
  • Pipe and conduit networks use hollow cylinder formula V = π(R²−r²)L for material volume
  • Slope stability analysis requires accurate cross-sectional area of embankment (trapezoidal formula)
  • Precast and manufactured products must verify dimensional tolerances against nominal volumes
  • Composite solids (cylinder + cone, hemisphere + prism) are common in real projects; always decompose
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the GELE 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target GELE exam date.