Shallow-Water Wave Example

Problem Statement

An ocean wave propagates over a coastal shelf where the water depth is $h = 4.0\ \text{m}$ and the wavelength is $L = 150\ \text{m}$. Assume gravitational acceleration $g = 9.81\ \text{m/s}^{2}$.

Determine:

  1. Whether the wave satisfies the shallow-water condition.
  2. The wave speed.
  3. The physical interpretation of the result.

Solution

Step 1: Shallow-Water Condition

$$ \frac{h}{L} \le 0.05 $$ $$ \frac{h}{L} = \frac{4.0}{150} = 0.0267 $$

Since $0.0267 < 0.05$, the wave is in the shallow-water regime.

Step 2: Wave Speed

For shallow-water waves:

$$ c = \sqrt{gh} $$ $$ c = \sqrt{(9.81)(4.0)} = \sqrt{39.24} $$ $$ \boxed{c \approx 6.26\ \text{m/s}} $$

Step 3: Physical Interpretation

Optional Check: General Formula

$$ c = \sqrt{\frac{gL}{2\pi}\tanh\left(\frac{2\pi h}{L}\right)} $$ $$ \frac{2\pi h}{L} \approx 0.168 \quad\Rightarrow\quad \tanh(0.168) \approx 0.166 $$ $$ c \approx 6.24\ \text{m/s} $$