Lecture Atlas

//week-10

EGD102

//lecture-reconstruction

Inferred

Week 10 — Forces on Submerged Bodies (Fluid Statics)

exam portfolio

Overview

Week 10 moves into fluid statics — calculating the forces fluids exert on submerged surfaces (gates, dam walls, tank walls). The week introduces the resultant pressure force, the centre of pressure (where that force effectively acts), and how to combine these with sliding/overturning checks for civil-style problems. The reconstruction below is built from Tutorial 10; the formal Week 10 lecture deck wasn’t in the source folder, so confidence is inferred — verify against the official slides when available.

Key concepts

  • Resultant pressure force — single equivalent force that replaces the distributed fluid pressure on a submerged surface. Units: N.
  • Pressure at the centroid — gauge (or absolute, depending on convention) pressure of the fluid evaluated at the depth of the surface’s geometric centroid. Units: Pa = N/m². Note the tutorial slide labels its units as “Pa” but it is fundamentally a pressure, so for a fluid open to atmosphere.
  • Submerged surface area — the wetted area of the gate/wall being analysed. Units: m².
  • Centroid (geometric centre) — the area-weighted centre of a 2D shape. For symmetric standard shapes this sits on the axis of symmetry; the lecturer’s table covers rectangle, general triangle, isosceles triangle, right triangle, and circle.
  • Centre of pressure () — the depth at which acts on the submerged surface. Always below the centroid because pressure grows with depth, biasing the resultant towards the deeper edge. Units: m.
  • Pressure prism — imaginary 3D wedge representing how pressure varies linearly with depth across the wetted surface; the centre of pressure is the centroid of this prism.
  • Second moment of area — measure of how the cross-sectional area is distributed relative to a centroidal axis; quantifies bending/rotational stiffness of a shape. Units: m⁴.
  • Sliding failure — wall slips horizontally because hydrostatic push exceeds friction at the base.
  • Overturning failure — wall tips about its toe because the overturning moment from exceeds the restoring moment from the wall’s weight.
  • Coefficient of friction — dimensionless ratio between maximum static friction and normal force.
  • Density — mass per unit volume; concrete in the tutorial is , water .

Core formulas

Resultant pressure force on a submerged surface:

For a fluid open to atmosphere where gauge pressure is used:

so

Depth to the centre of pressure (below the free surface):

Standard second moments of area about the centroidal axis (from slide 6):

Centroid lookup table (slide 4) — for a rectangle: , area . For a general/right triangle: , area . Circle: centroid at the centre.

Sliding-resistance (friction) inequality at the base of a wall, per unit width:

so the minimum thickness for sliding is

Overturning check (moments about the toe of the wall):

The wall is safe from overturning when (a safety factor > 1).

Worked examples

Example 1 — Vertical gate closing a tunnel (slide 7)

A vertical gate 5 m high and 3 m wide closes a tunnel running full of water. The pressure at the bottom of the gate is . Find (a) the force on the gate and (b) the centre of pressure.

Setup. Because the pressure varies linearly from to kPa, the pressure at the centroid (middle of the gate) is the average. We need the depth to the centroid, which depends on ; from we can back out the free-surface depth, then add half the gate height.

Working. Bottom of gate at depth m. Top of gate is 5 m above that, so m. Centroid depth m.

For the rectangle: , .

So the centre of pressure sits about 0.12 m below the centroid — closer to the bottom of the gate as expected.

Example 2 — Triangular gate (slides 8–9)

A triangular gate (base 2.5 m, top of the triangle at the water-surface side per the diagram) sits with its top edge 3 m below the surface and is 1.5 m tall. Find and the holding force required to keep the gate shut.

Setup. Treat the triangle as a standard shape. Centroid of a triangle is at above its base, so = (depth to apex) + = m below the free surface. Area .

Working.

For the triangle, .

Take moments about the hinge at the base of the gate (depth 4.5 m). The holding force is applied at the top of the gate (depth 3 m). Moment balance:

(The specific moment-arm geometry depends on where the hinge is in the figure — adapt to the actual side-view drawing.)

Example 3 — Concrete retaining wall (slides 10–11)

A 4 m high concrete wall () retains water 3.5 m deep. between wall and ground. (a) Find per metre of wall width. (b) Find the minimum wall thickness to prevent sliding. (c) For m, check overturning.

(a) Per metre width, the submerged area , centroid depth m.

(b) Weight per metre width: N. Friction must resist sliding: , so

(c) Centre of pressure for a rectangular surface from a free surface: with .

Moment arm of about the toe of the wall = m (the resultant acts m above the base).

Restoring > overturning by a factor of ≈ 1.6, so the 1.5 m thick wall is safe from overturning.

Things to practise

The tutorial gives three exercises (all reproduced/worked above as targets):

  • Exercise 1 — vertical gate, gauge pressure given at bottom → find and .
  • Exercise 2 — triangular gate at known depth → find and the holding force at the top.
  • Exercise 3 — retaining wall with sliding and overturning checks (per metre of wall width).

Workshop Portfolio 10 is completed in this tutorial (slide 12) — make sure your written solution shows the Model → Visualise → Solve → Assess structure the unit emphasises.

Common pitfalls

  • Mixing up and : the centroid is geometric only — it does not depend on the fluid; the centre of pressure shifts deeper because pressure grows with depth.
  • Forgetting “per metre width”: for long dams/walls, both and should be computed per metre, otherwise the comparison is meaningless.
  • Using from the wrong reference: the centroid table gives relative to the shape; you must add the depth of the shape’s top edge to get relative to the free surface.
  • Treating the bottom-pressure as : is the pressure at the centroid, not at the deepest point. For a rectangle that’s just (if the top sits at the free surface), but the tutorial’s gates do not all start at the free surface.
  • Sign of the moment in overturning checks: pick the toe as the pivot and consistently call clockwise positive — creates a restoring moment about that toe, an overturning one.

Source citations

  • Tutorial 10 deck, slides 2–11 (Problem Solving Approach, Resultant Pressure Force, Centroid table, Centre of Pressure, Second Moment of Area, Exercises 1–3).
  • Tutorial 10 deck, slide 12 (Learning Activities — Mastering Physics topics: pressure measurement and forces on submerged bodies, fluid statics; Portfolio 10 in workshop).

⚠️ The official Week 10 lecture PDF was missing from the source folder when this note was generated. Confidence is inferred. Treat the numerical answers in the worked examples as guides — re-run them once the lecture’s exact conventions (which way is ” positive”, whether is gauge or absolute) are confirmed.