Chapter 2 5 questions Graded in-browser Saved locally

Sound Speed, Wavelength, and Travel Time — The Basics of Range

Connect sound speed, frequency, wavelength, and round-trip time, then learn how to calculate one-way range from the time it takes an echo to return.

Overall0 / 360%
This page0 / 5Correct
StoragelocalStorage onlyNothing is sent to a server

Sound speed in seawater varies by location

The speed of sound in seawater is not always 1500 m/s. It changes mainly with temperature, salinity, and pressure (depth). In general, temperature has a strong effect near the surface, while the effect of pressure becomes more pronounced with increasing depth. In most open-ocean settings, salinity has a smaller effect than temperature or pressure.

For the calculations in this chapter, we use the representative value c = 1500 m/s. This approximation is sufficient for learning the basics. To calculate range more precisely or account for refraction, where sound bends as it travels, you need a sound-speed profile that shows how sound speed changes with depth.

The Mackenzie sound-speed approximation

The Chapter 6 simulator and the Chapter 7 implementation example use the Mackenzie (1981) 9-term approximation to calculate sound speed c from temperature, salinity, and depth. A common form of the equation is:

c [m/s] = 1448.96
        + 4.591 T − 5.304×10⁻² T²    + 2.374×10⁻⁴ T³   ← temperature terms
        + 1.340 (S − 35)                                ← salinity term
        + 1.630×10⁻² D + 1.675×10⁻⁷ D²                  ← depth terms
        − 1.025×10⁻² T (S − 35) − 7.139×10⁻¹³ T D³      ← interaction terms

T is water temperature [°C], S is salinity [PSU], and D is depth [m]. The quadratic and cubic T terms show that the relationship between temperature and sound speed is not a simple straight line, while the D terms represent the effect of increasing pressure with depth. The salinity-term coefficient is 1.34, and the linear temperature-term coefficient is 4.59, but the actual contribution of each factor depends on the values of T, S, and D, not on the coefficients alone. Chapter 6 recalculates sound speed with this equation whenever you move a slider.

Sound speed c, frequency f, wavelength λ, and round-trip time t One-way range is c×t/2; wavelength is c/f. Higher frequency means shorter wavelength. λ = c / f Outbound Return Transmit Receive Range = c × t / 2

Find wavelength by dividing sound speed by frequency

Wavelength is the distance a wave travels during one cycle. If c is sound speed and f is frequency, then λ = c / f. At the same sound speed, a higher frequency gives a shorter wavelength. A short wavelength can help reveal finer differences, but higher-frequency sound is also absorbed more readily by seawater.

For example, if c = 1500 m/s and f = 30 kHz, the wavelength is 0.05 m, or 5 cm. Wavelength is also an important reference when deciding how far apart to place multiple receiver elements.

Convert round-trip time to one-way range

Active sonar measures the round-trip time t from transmitting sound to receiving its echo. The one-way range to the target is c × t / 2. If sound speed c is in m/s and time t is in s, the result is in meters.

We divide by 2 because the measured time includes both the outward and return trips. At the same sound speed, doubling the range doubles the round-trip time. Changing frequency does not change this basic relationship between range and time. Once you understand that relationship, the values in the Chapter 6 simulator become easier to interpret.

Check your understanding

0 / 5 correct. Your answers are saved only to this browser's localStorage.

Chapter 2 / Practice 1
Unanswered

Q6. Three factors that change sound speed

Which three factors mainly change the speed of sound in seawater?

Show hint
Temperature is prominent near the surface, while pressure becomes important at depth.
Show reasoning
The speed of sound in seawater changes mainly with temperature, salinity, and pressure (depth).
Chapter 2 / Practice 2
Unanswered

Q7. The relative effect of salinity

In most open-ocean settings, how should you think about the effect of salinity on sound speed compared with temperature and pressure?

Show hint
In the open ocean, changes in temperature and pressure usually stand out more strongly.
Show reasoning
In most open-ocean environments, salinity has a smaller effect than temperature or pressure. It can still matter in estuaries and coastal waters where salinity changes substantially.
Chapter 2 / Practice 3
Unanswered

Q8. Calculate wavelength

Take sound speed as c = 1500 m/s and frequency as f = 30 kHz. What is the wavelength λ = c / f in meters?

Show hint
30 kHz = 30000 Hz.
Show reasoning
1500 / 30000 = 0.05 m, so the wavelength is 5 cm.
Chapter 2 / Practice 4
Unanswered

Q9. Find range from a 0.8-second round trip

Take the speed of sound as 1500 m/s. An echo returns 0.8 s after transmission. What is the one-way range to the target in meters?

Show hint
The 0.8 s measurement covers both directions, so divide by 2 at the end.
Show reasoning
1500 × 0.8 ÷ 2 = 600, so the one-way range to the target is 600 m.
Chapter 2 / Practice 5
Unanswered

Q10. Doubling frequency at the same sound speed

If sound speed stays the same and only the frequency doubles, what happens to the wavelength?

Show hint
λ = c / f.
Show reasoning
At constant speed of sound, doubling the frequency halves the wavelength.

Chapter summary

  • Sound speed in seawater changes with temperature, salinity, and pressure.
  • Wavelength is λ = c / f; at the same sound speed, a higher frequency gives a shorter wavelength.
  • distance = c × t / 2 converts round-trip time into one-way range.