Skip to main content
Study NotesCELE · Surveying (Geomatics)Real content

CELE Surveying (Geomatics)Area and Volume Computation (Earthworks)Study Notes

Study notes for Area and Volume Computation (Earthworks) that match the CELE 2026 syllabus. Built to mirror how Professional Regulation Commission (PRC) — Board of Civil Engineering structures CELE Surveying (Geomatics) questions, these notes walk through each concept with examples, formulas, and practice questions designed for time-pressured exam conditions.

Exam context

On the CELE 2026, the Surveying (Geomatics) subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Civil Engineering's pattern. Area and Volume Computation (Earthworks) lands at position 4th out of 9 in the standard review order. Target score is 70% weighted average, no sub-test below 50%, and roughly a meaningful share of items come from Surveying (Geomatics) on a typical CELE paper.

Area and Volume Computation (Earthworks) - Study Notes

Area and volume computation is fundamental to surveying and earthworks engineering. Whether managing cut-and-fill operations on highway projects, designing embankments, or estimating material quantities for construction, accurate computation methods are essential. This chapter covers three main computational approaches: area determination by coordinate geometry (the shoelace method), area computation for irregular boundaries using numerical integration rules (trapezoidal and Simpson's), and volume estimation between cross-sections using end-area and prismoidal methods. Mastery of these techniques is critical for the PRC Civil Engineer Licensure Examination, particularly in the Geomatics/Surveying sections where 2–4 problems typically appear. The material balances theoretical understanding with practical board-exam problem-solving strategies.

Summary

Area and volume computation in surveying forms the quantitative foundation for construction project planning and cost estimation. This chapter has covered: **1. Shoelace (Coordinate) Method:** The formula A = (1/2)|Σ(xᵢyᵢ₊₁ − xᵢ₊₁yᵢ)| is exact for any polygon when coordinates are known. It is the most direct and unambiguous method for exam problems involving discrete vertices. **2. Irregular Boundaries (Simpson's and Trapezoidal Rules):** When boundaries are curved or jagged, offsets are measured at regular intervals. Simpson's one-third rule (for an even number of intervals) is significantly more accurate than the trapezoidal rule (which applies to any number of intervals). The **critical requirement** for Simpson's is an even number of intervals; if you have an odd number, split off the last strip and use trapezoid for it. **3. End-Area Volume:** The formula V = (L/2)(A₁ + A₂) is simple and widely used. It slightly overestimates volumes for non-prismatic sections but is adequate for routine work. **4. Prismoidal Volume:** The formula V = (L/6)(A₁ + 4A_m + A₂) is more accurate, especially when sections vary significantly. The **critical point** is that A_m is the measured mid-section area, not an average. The prismoidal correction, C = (L/12)(A₁ − 2A_m + A₂), adjusts the end-area result toward the prismoidal value. **5. Mass Diagram:** A cumulative volume plot that identifies cut (positive, rising) and fill (negative, falling) zones, guides material haul planning, and reveals where borrow (negative final ordinate) or waste (positive final ordinate) is needed. **Exam Strategy:** - Identify the method required (coordinates → shoelace; offsets → Simpson's/trapezoid; sections → end-area/prismoidal; projects → mass diagram). - Count ordinates or sections carefully. Verify Simpson's requirements (even intervals). - Use explicit formula templates. Include all factors (L/2, L/6, h, absolute value, correct coefficients). - Verify units (SI) and reasonableness of results. - When both end-area and prismoidal are possible, compute both and compare. State which is more accurate and why. - For mass diagrams, identify regions of cut, fill, balance, borrow, and waste clearly. Mastery of these five techniques—and avoiding the common pitfalls outlined in Section 6—will enable confident, error-free problem-solving on the PRC examination. Practice problems from past exams or textbooks until the methods become automatic; the exam values speed as well as accuracy.

Sections

The **shoelace formula** (also called the **coordinate method** or **Gauss area formula**) is the most direct approach for computing polygon areas when vertex coordinates are known. For a closed polygon with n vertices listed in order (either clockwise or counterclockwise), the formula is: **A = (1/2) |Σ(xᵢ × yᵢ₊₁ − xᵢ₊₁ × yᵢ)|** (from i = 1 to n, with vertex n+1 returning to vertex 1) Alternatively, this can be written as: **A = (1/2) |Σ xᵢ(yᵢ₊₁ − yᵢ₋₁)|** Both forms are equivalent. The absolute value ensures the area is positive regardless of the direction (clockwise vs. counterclockwise) in which vertices are ordered. **Why it works:** The method sums signed areas of triangles formed between each edge and a reference axis. The cross-product terms capture both magnitude and orientation. **Systematic approach:** 1. List vertices in order (preferably counterclockwise, which is standard in surveying). 2. Set up two columns: one for (xᵢ × yᵢ₊₁) and one for (xᵢ₊₁ × yᵢ). 3. Sum each column separately. 4. Compute the difference: Σ(xᵢyᵢ₊₁) − Σ(xᵢ₊₁yᵢ). 5. Divide by 2 and take the absolute value. **Alternative: Double Meridian Distance (DMD) method** — Uses latitudes (Δy) and departures (Δx) of each course, with the DMD accumulating the east-west offset. This is older but still appears in some exam questions. The result is equivalent to the shoelace method. **Accuracy considerations:** - The shoelace method assumes exact coordinate values (no field errors). - In practice, coordinates come from traverse closure, so closure error should be resolved first. - Rounding errors are minimal if intermediate products are carried to sufficient decimal places.

Heading

1. Area Computation by Coordinates (Shoelace Method)

Examples

Problem

Find the area of a triangular parcel with vertices A(0, 0), B(4, 0), and C(0, 3) metres.

Solution

Using the shoelace formula in the form A = (1/2)|Σ xᵢ(yᵢ₊₁ − yᵢ₋₁)|: List vertices in order: A(0,0) → B(4,0) → C(0,3) → back to A(0,0) For vertex A: x₁(y₂ − y₃) = 0(0 − 3) = 0 For vertex B: x₂(y₃ − y₁) = 4(3 − 0) = 12 For vertex C: x₃(y₁ − y₂) = 0(0 − 0) = 0 Sum = 0 + 12 + 0 = 12 A = (1/2)|12| = 6 m² **Verification:** Using the standard triangle formula: A = (1/2) × base × height = (1/2) × 4 × 3 = 6 m² ✓

Problem

A four-sided parcel has corners at P₁(10, 10), P₂(50, 15), P₃(55, 45), P₄(15, 40). Compute the area.

Solution

Set up the shoelace calculation with the cross-product method: (xᵢ × yᵢ₊₁): x₁y₂ = 10 × 15 = 150 x₂y₃ = 50 × 45 = 2250 x₃y₄ = 55 × 40 = 2200 x₄y₁ = 15 × 10 = 150 Sum = 4750 (xᵢ₊₁ × yᵢ): x₂y₁ = 50 × 10 = 500 x₃y₂ = 55 × 15 = 825 x₄y₃ = 15 × 45 = 675 x₁y₄ = 10 × 40 = 400 Sum = 2400 A = (1/2)|4750 − 2400| = (1/2) × 2350 = 1175 m²

Problem

A triangular lot has vertices at A(0, 0), B(6, 0), C(3, 4) in metres. Find the area using both the shoelace method and direct geometry, then compare.

Solution

**Shoelace method:** Σ(xᵢyᵢ₊₁) = (0×0) + (6×4) + (3×0) = 0 + 24 + 0 = 24 Σ(xᵢ₊₁yᵢ) = (6×0) + (3×0) + (0×4) = 0 + 0 + 0 = 0 A = (1/2)|24 − 0| = 12 m² **Direct geometry:** Base AB = 6 m, height from C perpendicular to AB = 4 m A = (1/2) × 6 × 4 = 12 m² ✓ Both methods agree, confirming the shoelace formula's validity.

Key Points

  • Shoelace formula: A = (1/2)|Σ(xᵢyᵢ₊₁ − xᵢ₊₁yᵢ)|
  • Works for any polygon (convex or concave) if vertices are listed in order
  • Result is always positive (absolute value ensures this)
  • DMD method is equivalent but uses latitudes and departures
  • Must list vertices in closed sequence (returning to the starting vertex)
  • No restriction on polygon shape or number of sides

When the boundary of a parcel is irregular (curved or jagged) and cannot be easily described mathematically, surveying practice is to take perpendicular offsets at regular intervals from a base line. The area can then be estimated using **numerical integration rules**. **Setup:** - Base line (often called the "datum line") is divided into n equal segments of length h. - At each division point (station), a perpendicular offset (ordinate) yᵢ is measured. - We have n+1 ordinates: y₀, y₁, y₂, ..., yₙ. **Trapezoidal Rule** Assumes each strip between consecutive offsets is a trapezoid: **A_trap = h × [(y₀ + yₙ)/2 + y₁ + y₂ + ... + yₙ₋₁]** Or equivalently: **A_trap = h × [y₀/2 + y₁ + y₂ + ... + yₙ₋₁ + yₙ/2]** This formula sums the average of the end ordinates plus all intermediate ordinates, then multiplies by the spacing h. **Characteristics:** - Simple and always applicable (no restrictions on the number of intervals). - Approximates curved boundaries as straight lines between points (slight under-estimation for concave curves). - Less accurate than Simpson's rule but sufficient for many practical applications. - Useful as a quick check or when ordinates are unevenly spaced (though less precise). **Simpson's One-Third Rule** Assumes the boundary follows a parabolic arc between consecutive pairs of intervals: **A_Simpson = (h/3) × [(y₀ + yₙ) + 4(y₁ + y₃ + y₅ + ...) + 2(y₂ + y₄ + y₆ + ...)]** **Critical requirement:** The number of intervals must be **EVEN**, which means you must have an **ODD** number of ordinates (e.g., 3, 5, 7, 9 ordinates). **Pattern:** - First and last ordinates: coefficient 1 - Odd-indexed ordinates (y₁, y₃, y₅, ...): coefficient 4 - Even-indexed ordinates (y₂, y₄, y₆, ...): coefficient 2 **Characteristics:** - More accurate than the trapezoidal rule for curved boundaries. - Requires even number of intervals. - If you have an even number of ordinates (odd number of intervals), split off the last interval as a trapezoid and apply Simpson's to the remaining portion. - Standard method for exam problems involving irregular boundaries. **When Simpson's cannot be applied directly:** If you have 6 ordinates (5 intervals, which is odd), apply Simpson's to the first 5 intervals (4 intervals, even) and the trapezoidal rule to the last interval, then sum the results. **Common exam error:** Forgetting the even-interval requirement and applying Simpson's to an odd number of intervals—this produces an incorrect answer.

Heading

2. Area of Irregular Boundaries — Trapezoidal and Simpson's Rules

Examples

Problem

A land parcel has perpendicular offsets taken at 10 m intervals along a base line. The offsets are: 0, 3, 5, 4, 6, 2 metres. Compute the area using (a) the trapezoidal rule and (b) Simpson's one-third rule if applicable.

Solution

We have 6 ordinates (indices 0–5), so 5 intervals. This is an **odd** number of intervals, so Simpson's cannot be applied directly to all ordinates. **Part (a): Trapezoidal Rule** A_trap = h[(y₀ + y₅)/2 + y₁ + y₂ + y₃ + y₄] A_trap = 10 × [(0 + 2)/2 + 3 + 5 + 4 + 6] A_trap = 10 × [1 + 3 + 5 + 4 + 6] A_trap = 10 × 19 = 190 m² **Part (b): Simpson's Rule (with adjustment)** Apply Simpson's to the first 5 ordinates (indices 0–4, which is 4 intervals, even): A_Simpson(0-4) = (h/3)[(y₀ + y₄) + 4(y₁ + y₃) + 2(y₂)] A_Simpson(0-4) = (10/3)[(0 + 6) + 4(3 + 4) + 2(5)] A_Simpson(0-4) = (10/3)[6 + 4(7) + 10] A_Simpson(0-4) = (10/3)[6 + 28 + 10] A_Simpson(0-4) = (10/3) × 44 = 146.67 m² Apply trapezoidal rule to the last interval (y₄ to y₅): A_trap(4-5) = h × (y₄ + y₅)/2 = 10 × (6 + 2)/2 = 40 m² Total area = 146.67 + 40 = 186.67 m²

Problem

A wetland survey has 5 offset measurements at 20 m intervals: 15, 28, 35, 22, 18 metres. Use Simpson's one-third rule to estimate the area.

Solution

We have 5 ordinates, so 4 intervals (EVEN). Simpson's rule applies directly. A_Simpson = (h/3)[(y₀ + y₄) + 4(y₁ + y₃) + 2(y₂)] Identify indices: - y₀ = 15 (coefficient 1) - y₁ = 28 (coefficient 4, odd index) - y₂ = 35 (coefficient 2, even index) - y₃ = 22 (coefficient 4, odd index) - y₄ = 18 (coefficient 1) A_Simpson = (20/3)[(15 + 18) + 4(28 + 22) + 2(35)] A_Simpson = (20/3)[33 + 4(50) + 70] A_Simpson = (20/3)[33 + 200 + 70] A_Simpson = (20/3) × 303 A_Simpson = 6060/3 = 2020 m²

Problem

Compare the trapezoidal and Simpson's rule estimates for the same parcel: 7 offsets at 5 m intervals: 2, 4, 6, 7, 5, 3, 1 metres.

Solution

We have 7 ordinates, so 6 intervals (EVEN). Simpson's rule applies directly. **Trapezoidal:** A_trap = h[(y₀ + y₆)/2 + y₁ + y₂ + y₃ + y₄ + y₅] A_trap = 5 × [(2 + 1)/2 + 4 + 6 + 7 + 5 + 3] A_trap = 5 × [1.5 + 25] A_trap = 5 × 26.5 = 132.5 m² **Simpson's (h/3 rule):** A_Simpson = (h/3)[(y₀ + y₆) + 4(y₁ + y₃ + y₅) + 2(y₂ + y₄)] A_Simpson = (5/3)[(2 + 1) + 4(4 + 7 + 3) + 2(6 + 5)] A_Simpson = (5/3)[3 + 4(14) + 2(11)] A_Simpson = (5/3)[3 + 56 + 22] A_Simpson = (5/3) × 81 = 135 m² **Difference:** Simpson's gives 135 m², trapezoidal gives 132.5 m². Simpson's is typically more accurate for curved boundaries; the difference is about 2%.

Key Points

  • Trapezoidal rule: A = h[(y₀ + yₙ)/2 + y₁ + y₂ + ... + yₙ₋₁]
  • Simpson's one-third: A = (h/3)[(y₀ + yₙ) + 4(odds) + 2(evens)]
  • Simpson's requires EVEN number of intervals (ODD number of ordinates)
  • Trapezoidal applies to any number of ordinates but is less accurate
  • Both methods assume equal spacing h between ordinates
  • Simpson's is approximately 1.5–2× more accurate than trapezoidal for curved boundaries
  • If odd intervals, apply Simpson's to an even subset and trapezoid the remainder

Earthwork volumes arise when computing cut-and-fill quantities for road construction, dam design, or site grading. The volume between two cross-sections (perpendicular slices of the ground) separated by distance L is calculated using the **end-area method**. **End-Area (or Average-End-Area) Formula:** **V_end = (L/2) × (A₁ + A₂)** Where: - A₁ = area of the first cross-section (m²) - A₂ = area of the second cross-section (m²) - L = distance between the two sections (m) - V_end = volume (m³) **How it works:** The formula assumes the volume between two sections is approximated by the average of the two end areas multiplied by the distance. Geometrically, this is equivalent to a prism whose base is the average of the two cross-sectional areas. **Characteristics:** - Simple and quick to calculate. - Works for both "cut" (excavation) and "fill" (placement) sections. - Slightly **over-estimates** the volume for non-prismatic shapes (e.g., when the sides slope). - Commonly used in practice because it is fast and reasonably accurate for typical earthwork situations. - Suitable when cross-section spacing is small relative to the changes in area. **Sign convention (important for cut/fill accounting):** - **Cut sections:** Positive area (excavation) - **Fill sections:** Negative area (material placement) - Mixed sections (part cut, part fill) must be split and handled separately. **Practical note:** In real projects, cross-sections are typically taken at 20–50 m intervals along a centerline. Each pair of adjacent sections yields a volume, which are then summed to get the total earthwork quantity.

Heading

3. Earthwork Volume — End-Area Method

Examples

Problem

Two cross-sections of a highway fill are taken 40 m apart. Section 1 has an area of 25 m², and Section 2 has an area of 35 m². Calculate the volume of fill between these sections using the end-area method.

Solution

Given: - A₁ = 25 m² - A₂ = 35 m² - L = 40 m V_end = (L/2)(A₁ + A₂) V_end = (40/2)(25 + 35) V_end = 20 × 60 V_end = 1200 m³ Interpretation: The volume of material required for fill is 1200 cubic metres.

Problem

A cutting section for a road project has 4 cross-sections measured at 50 m intervals: - Section 0: 18 m² - Section 1: 22 m² - Section 2: 19 m² - Section 3: 15 m² Compute the total cut volume.

Solution

Apply the end-area formula to each consecutive pair of sections: **Section 0 to Section 1:** V₁ = (50/2)(18 + 22) = 25 × 40 = 1000 m³ **Section 1 to Section 2:** V₂ = (50/2)(22 + 19) = 25 × 41 = 1025 m³ **Section 2 to Section 3:** V₃ = (50/2)(19 + 15) = 25 × 34 = 850 m³ **Total cut volume:** V_total = 1000 + 1025 + 850 = 2875 m³

Problem

For a dam embankment, sections are measured at 60 m intervals. Areas are 120, 145, 168, 140, 100 m² at successive stations. Find the total fill volume.

Solution

Four intervals, requiring 4 separate end-area calculations: Interval 1 (Sta 0–1): V = (60/2)(120 + 145) = 30 × 265 = 7950 m³ Interval 2 (Sta 1–2): V = (60/2)(145 + 168) = 30 × 313 = 9390 m³ Interval 3 (Sta 2–3): V = (60/2)(168 + 140) = 30 × 308 = 9240 m³ Interval 4 (Sta 3–4): V = (60/2)(140 + 100) = 30 × 240 = 7200 m³ Total = 7950 + 9390 + 9240 + 7200 = 33,780 m³

Key Points

  • End-area formula: V = (L/2)(A₁ + A₂)
  • Simple, widely used in practice for quick estimates
  • Slightly over-estimates for non-prismatic shapes
  • Applies to both cut and fill sections
  • L is the perpendicular distance between the cross-sections
  • Works well when section spacing is small relative to area changes
  • Not the most accurate method—use prismoidal for better precision

The **prismoidal method** provides a more accurate volume estimate than the end-area method, especially for sections that are not simple prisms. **Prismoidal Formula:** **V_prism = (L/6) × (A₁ + 4A_m + A₂)** Where: - A₁ = area of the first cross-section (m²) - A_m = area of the **middle (mid-section)** located at L/2 (m²) - A₂ = area of the second cross-section (m²) - L = distance between sections A₁ and A₂ (m) - V_prism = more accurate volume (m³) **Key distinction:** A_m is NOT the average of A₁ and A₂; it is the actual cross-sectional area measured at the midpoint distance L/2 between the two end sections. **Why it's more accurate:** The prismoidal formula is derived from Simpson's one-third rule applied to volume. It accounts for the variation in cross-sectional area along the centerline and is exact for prismatic or parabolically varying sections. For earthwork with sloping sides (common in road and canal design), this formula typically reduces error by 50–90% compared to the end-area method. **Prismoidal Correction:** Often, engineers have only the end-area result and wish to improve it without computing the mid-section area. The **prismoidal correction** is: **Correction = V_end − V_prism = (L/12) × (A₁ − 2A_m + A₂)** This can be rewritten as: **V_prism = V_end − (L/12) × (A₁ − 2A_m + A₂)** If A_m is known, this allows quick refinement of an end-area calculation. **When to use each method:** - **End-area:** Quick estimates, small spacing, gentle slopes, or when only two section areas are available. - **Prismoidal:** Accurate calculations, large spacing, significant slope variations, or design-stage volume estimation. Always use for exam problems that provide the mid-section area. **Accuracy comparison:** For a typical fill with linear slopes from A₁ to A₂, if the mid-section area A_m differs from (A₁ + A₂)/2, the prismoidal method is significantly more accurate. Exam problems typically expect both methods to be calculated and compared.

Heading

4. Earthwork Volume — Prismoidal Method and Corrections

Examples

Problem

Two sections of a road cut are 50 m apart with areas A₁ = 30 m² and A₂ = 20 m². The middle section (at 25 m from A₁) has area A_m = 23 m². Calculate the volume using both end-area and prismoidal methods, and find the correction.

Solution

**End-Area Method:** V_end = (L/2)(A₁ + A₂) = (50/2)(30 + 20) = 25 × 50 = 1250 m³ **Prismoidal Method:** V_prism = (L/6)(A₁ + 4A_m + A₂) = (50/6)(30 + 4(23) + 20) V_prism = (50/6)(30 + 92 + 20) V_prism = (50/6) × 142 = 7100/6 ≈ 1183.33 m³ **Prismoidal Correction:** C = V_end − V_prism = 1250 − 1183.33 = 66.67 m³ Verification using the correction formula: C = (L/12)(A₁ − 2A_m + A₂) = (50/12)(30 − 2(23) + 20) C = (50/12)(30 − 46 + 20) C = (50/12) × 4 = 200/12 ≈ 16.67 m³ Note: There appears to be a discrepancy. Let me recalculate: Actually, C = (50/12)(30 − 46 + 20) = (50/12)(4) = 16.67 m³ is the correction. So V_prism = 1250 − 16.67 = 1233.33 m³ The end-area overestimate is approximately 66.67 m³, or about 5.3%.

Problem

An embankment has sections at stations 0, 1, and 2, each 40 m apart. Areas are: Station 0 = 45 m², Station 1 (middle) = 52 m², Station 2 = 38 m². Compute the volume using the prismoidal method.

Solution

For the 40 m section between stations 0 and 2, the midpoint is at station 1 (which is 40 m from station 0). V_prism = (L/6)(A₁ + 4A_m + A₂) V_prism = (40/6)(45 + 4(52) + 38) V_prism = (40/6)(45 + 208 + 38) V_prism = (40/6) × 291 V_prism = 11640/6 = 1940 m³

Problem

For a canal section, the end-area method yields V_end = 2400 m³ between two sections 60 m apart. The first section is 50 m², the middle is 42 m², and the second is 35 m². Calculate the prismoidal volume and the correction.

Solution

**Prismoidal volume:** V_prism = (L/6)(A₁ + 4A_m + A₂) = (60/6)(50 + 4(42) + 35) V_prism = 10(50 + 168 + 35) V_prism = 10 × 253 = 2530 m³ **Correction:** C = V_end − V_prism = 2400 − 2530 = −130 m³ Interpretation: The end-area method **under-estimates** the volume by 130 m³ in this case (negative correction), which occurs when the middle section is larger than the average of the endpoints. The actual volume should be 2530 m³.

Key Points

  • Prismoidal formula: V = (L/6)(A₁ + 4A_m + A₂)
  • A_m is the area at the physical midpoint, NOT the average of A₁ and A₂
  • More accurate than end-area method, especially for varying cross-sections
  • Prismoidal correction: C = (L/12)(A₁ − 2A_m + A₂)
  • Applied volume: V_prism = V_end − C
  • For linear slope variations, prismoidal is exact
  • Requires measurement of the middle section—additional field work needed
  • Standard method for high-accuracy earthwork estimates in design

The **mass diagram** (also called a **haul diagram** or **cumulative volume curve**) is a graphical tool that plots cumulative cut or fill volumes along the project centerline. It is essential for: 1. **Planning material haul** — determining where cut material can be used as fill 2. **Identifying borrow and waste locations** — where additional material must be imported (borrow) or excess material disposed of (waste) 3. **Optimizing haul distance** — minimizing cost by matching cut and fill volumes over the shortest distance 4. **Cross-haul analysis** — detecting inefficient material movement (e.g., hauling cut material past a fill section) **Construction:** - **Horizontal axis:** Station (distance along the project) - **Vertical axis:** Cumulative volume (m³), starting at zero - **Ordinate values:** - Increase when volume is cut (positive) - Decrease when volume is fill (negative) - **Slope of the curve:** Represents the local cut or fill rate **Key features:** - **Peaks and valleys:** Indicate transitions from cut to fill - **Rising section:** Net cut (cut exceeds fill) - **Falling section:** Net fill (fill exceeds cut) - **Horizontal tangent:** Cut and fill are in balance locally - **Intersection with horizontal reference line:** Cumulative cut = cumulative fill **Material balance:** At the completion of a project, if total cut equals total fill, the mass diagram returns to zero (or a specified final elevation). If not: - **Positive final ordinate:** Excess cut (waste material) - **Negative final ordinate:** Deficit (borrow material required) **Haul calculation:** The area between the mass diagram curve and a horizontal reference line (called the "balance line") represents the **station-metres** or **volume-metres** of haul. Dividing by the hauling distance gives the total haul quantity in cubic metres. **Exam perspective:** While full mass diagram construction is time-intensive, exam questions typically ask to: - Identify regions of cut vs. fill from ordinate slopes - Calculate cumulative volumes at specific stations - Determine borrow/waste quantities - Interpret the diagram for haul planning

Heading

5. Mass Diagram and Material Balance

Examples

Problem

A road project has the following end-area volumes between successive 50 m sections: Station 0–1: 200 m³ cut Station 1–2: 150 m³ cut Station 2–3: 100 m³ fill Station 3–4: 50 m³ fill Station 4–5: 80 m³ fill Prepare a summary of cumulative volumes and identify where material balance occurs.

Solution

Set up cumulative volume table (cut = +, fill = −): Station 0: Cumulative = 0 (start) Station 1: Cumulative = 0 + 200 = +200 m³ (cut) Station 2: Cumulative = 200 + 150 = +350 m³ (net cut) Station 3: Cumulative = 350 − 100 = +250 m³ Station 4: Cumulative = 250 − 50 = +200 m³ Station 5: Cumulative = 200 − 80 = +120 m³ Interpretation: - Cumulative volume remains positive (above zero) throughout the project. - The curve rises from 0 to 350 m³ (Sta 0–2), then falls but stays positive. - **Borrow/Waste:** Final cumulative is +120 m³, meaning there is 120 m³ of excess material that must be wasted off-site. - **No borrow required** for this section. - Material can be hauled from the cut sections (Sta 0–2) to fill sections (Sta 2–5).

Problem

A highway section shows: Station 0–1: 300 m³ cut Station 1–2: 250 m³ cut Station 2–3: 400 m³ fill Station 3–4: 100 m³ fill Station 4–5: 50 m³ cut Station 5–6: 60 m³ fill Prepare the cumulative volume table and determine if borrow or waste is required.

Solution

Cumulative volume (cut = +, fill = −): Station 0: 0 Station 1: 0 + 300 = +300 Station 2: 300 + 250 = +550 Station 3: 550 − 400 = +150 Station 4: 150 − 100 = +50 Station 5: 50 + 50 = +100 Station 6: 100 − 60 = +40 Interpretation: - The curve peaks at +550 m³ (Station 2), indicating maximum cut inventory. - The curve never goes negative, so **no borrow is required**. - Final cumulative at Station 6 is +40 m³, so **40 m³ of material must be wasted**. - All fill sections can be served by cut material from the project.

Problem

A project section shows: Station 0–1: 400 m³ cut Station 1–2: 300 m³ cut Station 2–3: 500 m³ fill Station 3–4: 200 m³ fill Station 4–5: 150 m³ fill Station 5–6: 100 m³ cut Station 6–7: 80 m³ fill Determine the cumulative volumes, identify any negative (shortfall) zones, and calculate total borrow and waste.

Solution

Cumulative volume table: Station 0: 0 Station 1: +400 Station 2: +700 Station 3: +700 − 500 = +200 Station 4: +200 − 200 = 0 (balanced) Station 5: 0 − 150 = −150 (shortfall, borrow required) Station 6: −150 + 100 = −50 Station 7: −50 − 80 = −130 Interpretation: - **Stations 0–4:** Cumulative rises from 0 to +700, then falls to 0 at Station 4. Cut material from Stations 0–2 can supply fill for Stations 2–4. - **Stations 4–7:** Cumulative goes negative, indicating insufficient material. **Borrow required = 130 m³**. - **Excess/waste:** The peak cumulative is +700 m³ (at Station 2). If no material can be moved backward (upstream), 700 − 200 = 500 m³ available after Station 3 fill. Then 500 − 150 = 350 m³ after Station 5. So from the cut zones: Cut at 0–2 = 700 m³, used for fill at 2–5 = 850 m³, leaving a deficit of 150 m³. Then cut at 5–6 = 100 m³ reduces the deficit to 50 m³, and fill at 6–7 requires 80 m³, for a final shortfall of 130 m³ **borrow**. - **No waste** if material flows efficiently; **all deficits covered by borrow**.

Key Points

  • Mass diagram plots cumulative volume (cut positive, fill negative) vs. station
  • Horizontal axis: Station (distance); vertical axis: Cumulative volume
  • Rising curve: Net cut section; falling curve: Net fill section
  • Peaks/valleys indicate transitions between cut and fill zones
  • Area between curve and balance line = volume-metres of haul
  • Intersection with horizontal line: Cut equals fill at that station
  • Positive final ordinate: Excess cut (waste); negative: shortfall (borrow)
  • Used for material planning, haul optimization, and cost estimation

Exam success in area and volume computation depends not only on knowing the formulas but also on recognizing problem types and avoiding systematic errors. This section summarizes the most frequent mistakes and strategies to avoid them. **Pitfall 1: Simpson's Rule Interval Count** **Error:** Applying Simpson's one-third rule to an odd number of intervals. **Example:** You have 6 ordinates (5 intervals). You try to apply Simpson's directly and get a wrong answer. **Solution:** Check that you have an **even** number of intervals (i.e., odd number of ordinates: 3, 5, 7, 9, ...). If not, split the last interval using trapezoid and apply Simpson's to the remainder. **Exam strategy:** Always count the ordinates first. If the count is even, you have an odd number of intervals—apply trapezoidal or split. If the count is odd, you have an even number of intervals—Simpson's is safe. **Pitfall 2: Confusing A_m in the Prismoidal Formula** **Error:** Using A_m = (A₁ + A₂)/2 (the average area) instead of the actual mid-section area. **Example:** Problem says "the section midway between stations has area 28 m²." You incorrectly average the end areas instead of using 28 m². **Solution:** A_m is **always** the **physically measured** area at the geometric midpoint distance L/2. It is NOT calculated as an average unless the problem explicitly says so. **Exam strategy:** Highlight or underline the phrase "the mid-section area is..." in the problem. That value goes directly into the 4A_m term. **Pitfall 3: Sign Errors in Shoelace Formula** **Error:** Forgetting to take the absolute value, or incorrectly calculating the cross-product terms. **Example:** You compute Σ(x_i y_{i+1}) − Σ(x_{i+1} y_i) = −50, then report area = −25 m² (negative). **Solution:** **Always take the absolute value.** A = (1/2)|−50| = 25 m². Areas are never negative. **Exam strategy:** Set up two clear columns: one for (x_i × y_{i+1}), one for (x_{i+1} × y_i). Sum each column separately. Subtract them. Take the absolute value. Divide by 2. **Pitfall 4: Mixing Units or Forgetting to Scale** **Error:** Ordinates given in metres, spacing given in feet (or vice versa). Final area computed but not converted to the required units. **Example:** h = 10 feet, offsets in metres, area computed but not converted to m². **Solution:** **Standardize all inputs to SI units first.** Convert all distances to metres, all areas to m². The formula then automatically produces the correct unit (m² for area, m³ for volume). **Exam strategy:** At the start of every problem, write a "Unit Check" line: "All inputs in SI (metres): spacing h = ___ m, ordinates in m, etc." **Pitfall 5: Applying End-Area Method When Prismoidal Is Required** **Error:** Problem provides mid-section area A_m, but you use only end areas and report the end-area volume without the correction. **Solution:** If the problem gives or allows you to compute A_m, **always** report both end-area and prismoidal volumes. Compare them. The prismoidal is more accurate. **Exam strategy:** Read the problem statement carefully. If it mentions "the middle section," "the mid-area," or "at station halfway," prismoidal is expected. **Pitfall 6: Incorrect Vertex Ordering in Shoelace** **Error:** Listing vertices out of sequence (not in a closed loop around the polygon). **Example:** You list vertices as A, C, B, D instead of A, B, C, D. The formula produces a nonsensical result. **Solution:** **Trace the polygon boundary in one direction (clockwise or counterclockwise) and list vertices in that order.** Close the loop by returning to the starting vertex. **Exam strategy:** Before applying the formula, sketch the polygon (even roughly) and number the vertices in the order you will use them. Verify that you form a closed path. **Pitfall 7: Forgetting the L/2 or L/6 Factor** **Error:** Computing V = A₁ + A₂ (omitting the L/2 factor in end-area) or V = A₁ + 4A_m + A₂ (omitting L/6 in prismoidal). **Solution:** **Include the spacing factor every time.** Write out the formula explicitly before substituting numbers. **Exam strategy:** Use a template: V_end = (L/2)(A₁ + A₂) = (___/2)(___+___) = ___ V_prism = (L/6)(A₁ + 4A_m + A₂) = (___/6)(___+4(___)+___) = ___ **Pitfall 8: Misidentifying Cut vs. Fill in Mass Diagrams** **Error:** Not recognizing that the mass diagram should rise (positive slope) for cut and fall (negative slope) for fill. **Solution:** Remember: **Cut → cumulative volume increases (curve rises)**; **Fill → cumulative volume decreases (curve falls)**. **Exam strategy:** Write "Cut = +, Fill = −" at the top of your mass diagram work. Verify each cumulative value makes sense relative to the previous one. **Strategic Problem-Solving Checklist:** 1. **Read carefully:** Identify the method required (shoelace, Simpson's, end-area, prismoidal, mass diagram). 2. **Check inputs:** Verify all units are consistent (SI), and count ordinates or sections. 3. **Set up explicitly:** Write the formula in words and symbols before substituting numbers. 4. **Compute step-by-step:** Show intermediate results. Use a calculator, but write down partial sums. 5. **Verify reasonableness:** Does the answer make physical sense? Is the area positive? Is the volume positive and non-zero? 6. **State the result:** Include units (m², m³, station-metres, etc.) and a brief interpretation if applicable.

Heading

6. Common Exam Pitfalls and Strategic Problem-Solving

Examples

Problem

A student has offsets 5, 8, 10, 7, 3 m at 6 m intervals and attempts Simpson's rule. What is the error, and how should it be corrected?

Solution

**Error identification:** Offsets: 5, 8, 10, 7, 3 → 5 ordinates → 4 intervals (EVEN) Simply applying Simpson's to 5 ordinates directly is valid! So actually there is **no error here**. **Correct calculation:** A_Simpson = (h/3)[(y₀ + y₄) + 4(y₁ + y₃) + 2(y₂)] A_Simpson = (6/3)[(5 + 3) + 4(8 + 7) + 2(10)] A_Simpson = 2[8 + 4(15) + 20] A_Simpson = 2[8 + 60 + 20] A_Simpson = 2 × 88 = 176 m² **Lesson:** Always count ordinates. 5 ordinates = 4 intervals = Simpson's is safe. If you had 6 ordinates (5 intervals, odd), you would split off the last interval as a trapezoid. **Example of the problematic case (6 ordinates: 5, 8, 10, 7, 3, 2):** Offsets: 5, 8, 10, 7, 3, 2 → 6 ordinates → 5 intervals (ODD) Apply Simpson's to first 5 ordinates (indices 0–4, 4 intervals, EVEN): A_Simpson(0-4) = 2[8 + 60 + 20] = 176 m² (from above) Apply trapezoid to last interval (y₄ to y₅): A_trap(4-5) = h(y₄ + y₅)/2 = 6(3 + 2)/2 = 15 m² Total area = 176 + 15 = 191 m²

Problem

A student computed an end-area volume as 2000 m³ but forgot to include the L/2 factor. What was their arithmetic intermediate result, and how much will their final answer be off?

Solution

If they reported 2000 m³ without the L/2 factor, they actually computed: 2 × A_1 + 2 × A_2 or similar (depending on how they set up the numbers). Let's say A₁ = 40 m², A₂ = 60 m², L = 50 m. Correct answer: V = (50/2)(40 + 60) = 25 × 100 = 2500 m³ If they forgot L/2 and computed V = (40 + 60) = 100 (missing the 50/2 = 25 factor): Their error is a factor of 25×. More typically, they might have computed: V = L(A₁ + A₂) = 50 × 100 = 5000 m³ (using L instead of L/2). This is 2× the correct answer. **Lesson:** Always include L/2 and L/6 explicitly. This is a common 50% error (end-area) or more (prismoidal).

Problem

A parcel has coordinates A(0, 0), B(10, 0), C(10, 10), D(0, 10). A student lists them as A, C, B, D (out of order) and applies the shoelace formula. What is the issue?

Solution

**Incorrect ordering (A, C, B, D):** List: (0,0), (10,10), (10,0), (0,10) Compute: Σ(x_i y_{i+1}) = (0)(10) + (10)(0) + (10)(10) + (0)(0) = 0 + 0 + 100 + 0 = 100 Compute: Σ(x_{i+1} y_i) = (10)(0) + (10)(10) + (0)(0) + (0)(10) = 0 + 100 + 0 + 0 = 100 A = (1/2)|100 − 100| = 0 m² ✗ (WRONG!) **Correct ordering (A, B, C, D or A, D, C, B):** List: (0,0), (10,0), (10,10), (0,10) Compute: Σ(x_i y_{i+1}) = (0)(0) + (10)(10) + (10)(10) + (0)(0) = 0 + 100 + 100 + 0 = 200 Compute: Σ(x_{i+1} y_i) = (10)(0) + (10)(0) + (0)(10) + (0)(0) = 0 + 0 + 0 + 0 = 0 A = (1/2)|200 − 0| = 100 m² ✓ (CORRECT! This is a 10 m × 10 m square.) **Lesson:** Vertices must be listed in closed-loop order around the polygon. Out-of-order vertices produce nonsensical (often zero or negative) results.

Key Points

  • Simpson's rule requires EVEN intervals (ODD ordinates). Count carefully.
  • A_m in prismoidal formula is the measured mid-section area, NOT the average of endpoints.
  • Shoelace formula must end with absolute value—area is always positive.
  • Standardize all inputs to SI units before calculating.
  • If mid-section area is given, both end-area and prismoidal answers are expected.
  • Vertices in shoelace must be listed in order around the polygon (closed loop).
  • Always include the spacing factor: L/2 for end-area, L/6 for prismoidal, h for Simpson's.
  • In mass diagrams: cut is +, fill is −. Positive final ordinate = waste; negative = borrow.
  • Use explicit formula templates to avoid omission errors.
  • Verify answers for physical reasonableness and correct units.
Loading diagram…
Loading diagram…

Ready to practise for the CELE 2026?

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