#set document(title: "17.2 Speed of Sound", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 17.2#h(0.6em)Speed of Sound Sound, like all waves, travels at a certain speed and has the properties of frequency and wavelength. You can observe direct evidence of the speed of sound while watching a fireworks display . You see the flash of an explosion well before you hear its sound and possibly feel the pressure wave, implying both that sound travels at a finite speed and that it is much slower than light. #figure(figph[Picture shows a photograph of colorful fireworks illuminating night sky.], alt: "Picture shows a photograph of colorful fireworks illuminating night sky.", caption: [When a firework shell explodes, we perceive the light energy before the sound energy because sound travels more slowly than light does.]) The difference between the speed of light and the speed of sound can also be experienced during an electrical storm. The flash of lighting is often seen before the clap of thunder. You may have heard that if you count the number of seconds between the flash and the sound, you can estimate the distance to the source. Every five seconds converts to about one mile. The velocity of any wave is related to its frequency and wavelength by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v equals f λ ,")[$v = f λ ,$] ] where #emph[v] is the speed of the wave, #emph[f] is its frequency, and #math.equation(block: false, alt: "λ")[$λ$] is its wavelength. Recall from Waves that the #strong[wavelength] is the length of the wave as measured between sequential identical points. For example, for a surface water wave or sinusoidal wave on a string, the wavelength can be measured between any two convenient sequential points with the same height and slope, such as between two sequential crests or two sequential troughs. Similarly, the wavelength of a sound wave is the distance between sequential identical parts of a wave—for example, between sequential compressions . The #strong[frequency] is the same as that of the source and is the number of waves that pass a point per unit time. #figure(figph[Picture is a schematic drawing of a tuning fork emanating sound waves.], alt: "Picture is a schematic drawing of a tuning fork emanating sound waves.", caption: [A sound wave emanates from a source, such as a tuning fork, vibrating at a frequency #emph[f]. It propagates at speed #emph[v] and has a wavelength #math.equation(block: false, alt: "λ")[$λ$].]) === Speed of Sound in Various Media shows that the speed of sound varies greatly in different media. The speed of sound in a medium depends on how quickly vibrational energy can be transferred through the medium. For this reason, the derivation of the speed of sound in a medium depends on the medium and on the state of the medium. In general, the equation for the speed of a mechanical wave in a medium depends on the square root of the restoring force, or the #strong[elastic property], divided by the #strong[inertial property], #math.equation(block: true, alt: "v equals the square root of the fraction elastic property over inertial property .")[$v = sqrt(frac("elastic" #h(0.2em) "property", "inertial" #h(0.2em) "property")) .$] Also, sound waves satisfy the wave equation derived in Waves, #math.equation(block: true, alt: "the fraction ∂ squared y open parenthesis x , t close parenthesis over ∂ x squared equals the fraction 1 over v squared the fraction ∂ squared y open parenthesis x , t close parenthesis over ∂ t squared .")[$frac(∂^(2) y ( x , t ), ∂ x^(2)) = frac(1, v^(2)) #h(0.2em) frac(∂^(2) y ( x , t ), ∂ t^(2)) .$] Recall from Waves that the speed of a wave on a string is equal to #math.equation(block: false, alt: "v equals the square root of the fraction F sub T over μ ,")[$v = sqrt(frac(F_(T), μ)) ,$] where the restoring force is the tension in the string #math.equation(block: false, alt: "F sub T")[$F_(T)$] and the linear density #math.equation(block: false, alt: "μ")[$μ$] is the inertial property. In a fluid, the speed of sound depends on the bulk modulus and the density, #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v equals the square root of the fraction B over ρ .")[$v = sqrt(frac(B, ρ)) .$] ] The speed of sound in a solid depends on the #strong[Young’s modulus] of the medium and the density, #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v equals the square root of the fraction Y over ρ .")[$v = sqrt(frac(Y, ρ)) .$] ] In an ideal gas (see The Kinetic Theory of Gases), the equation for the speed of sound is #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v equals the square root of the fraction γ R T sub K over M ,")[$v = sqrt(frac(γ R T_("K"), M)) ,$] ] where #math.equation(block: false, alt: "γ")[$γ$] is the adiabatic index, #math.equation(block: false, alt: "R equals 8.31 J/mol times K")[$R = 8.31 #h(0.2em) "J/mol" · "K"$] is the gas constant, #math.equation(block: false, alt: "T sub K")[$T_("K")$] is the absolute temperature in kelvins, and #emph[M] is the molar mass. In general, the more rigid (or less compressible) the medium, the faster the speed of sound. This observation is analogous to the fact that the frequency of simple harmonic motion is directly proportional to the stiffness of the oscillating object as measured by #emph[k], the spring constant. The greater the density of a medium, the slower the speed of sound. This observation is analogous to the fact that the frequency of a simple harmonic motion is inversely proportional to #emph[m], the mass of the oscillating object. The speed of sound in air is low, because air is easily compressible. Because liquids and solids are relatively rigid and very difficult to compress, the speed of sound in such media is generally greater than in gases. #figure(table( columns: 2, align: left, inset: 6pt, [Medium], [#emph[v] (m/s)], [#emph[Gases at] #math.equation(block: false, alt: "0 ° C")[$0 "°" C$]], [], [Air], [331], [Carbon dioxide], [259], [Oxygen], [316], [Helium], [965], [Hydrogen], [1290], [#emph[Liquids at] #math.equation(block: false, alt: "2 0 ° C")[$2 0 "°" C$]], [], [Ethanol], [1160], [Mercury], [1450], [Water, fresh], [1480], [Sea Water], [1540], [Human tissue], [1540], [#emph[Solids (longitudinal or bulk)]], [], [Vulcanized rubber], [54], [Polyethylene], [920], [Marble], [3810], [Glass, Pyrex], [5640], [Lead], [1960], [Aluminum], [5120], [Steel], [5960], )) Because the speed of sound depends on the density of the material, and the density depends on the temperature, there is a relationship between the temperature in a given medium and the speed of sound in the medium. For air at sea level, the speed of sound is given by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v equals 331 the fraction m over s the square root of 1 plus the fraction T sub C over 273 ° C equals 331 the fraction m over s the square root of the fraction T sub K over 273 K")[$v = #h(0.2em) 331 frac("m", "s") sqrt(1 + frac(T_("C"), 273 "°" "C")) = 331 frac("m", "s") sqrt(frac(T_("K"), 273 #h(0.2em) "K"))$] ] where the temperature in the first equation (denoted as #math.equation(block: false, alt: "T sub C")[$T_("C")$]) is in degrees Celsius and the temperature in the second equation (denoted as #math.equation(block: false, alt: "T sub K")[$T_("K")$]) is in kelvins. The speed of sound in gases is related to the average speed of particles in the gas, #math.equation(block: false, alt: "v sub rms equals the square root of the fraction 3 k sub B T over m ,")[$v_("rms") = sqrt(frac(3 k_("B") T, m)) ,$] where #math.equation(block: false, alt: "k sub B")[$k_("B")$] is the Boltzmann constant #math.equation(block: false, alt: "open parenthesis 1.38 times 10 to the power −23 J/K close parenthesis")[$( 1.38 #h(0.2em) × #h(0.2em) 10^(−23) #h(0.2em) "J/K" )$] and #emph[m] is the mass of each (identical) particle in the gas. Note that #emph[v] refers to the speed of the coherent propagation of a disturbance (the wave), whereas #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] describes the speeds of particles in random directions. Thus, it is reasonable that the speed of sound in air and other gases should depend on the square root of temperature. While not negligible, this is not a strong dependence. At #math.equation(block: false, alt: "0 °C")[$0 "°C"$], the speed of sound is 331 m/s, whereas at #math.equation(block: false, alt: "20.0 °C")[$20.0 "°C"$], it is 343 m/s, less than a #math.equation(block: false, alt: "4 %")[$4 "%"$] increase. shows how a bat uses the speed of sound to sense distances. #figure(figph[Picture is a drawing of a flying bat that emits sound waves. Waves are reflected from the flying insect and are returned to the bat.], alt: "Picture is a drawing of a flying bat that emits sound waves. Waves are reflected from the flying insect and are returned to the bat.", caption: [A bat uses sound echoes to find its way about and to catch prey. The time for the echo to return is directly proportional to the distance.]) === Derivation of the Speed of Sound in Air As stated earlier, the speed of sound in a medium depends on the medium and the state of the medium. The derivation of the equation for the speed of sound in air starts with the mass flow rate and continuity equation discussed in Fluid Mechanics. Consider fluid flow through a pipe with cross-sectional area #emph[A] . The mass in a small volume of length #emph[x] of the pipe is equal to the density times the volume, or #math.equation(block: false, alt: "m equals ρ V equals ρ A x .")[$m = ρ V = ρ A x .$] The mass flow rate is #math.equation(block: true, alt: "the fraction d m over d t equals the fraction d over d t open parenthesis ρ V close parenthesis equals the fraction d over d t open parenthesis ρ A x close parenthesis equals ρ A the fraction d x over d t equals ρ A v .")[$frac(d m, d t) = frac(d, d t) ( ρ V ) = frac(d, d t) ( ρ A x ) = ρ A frac(d x, d t) = ρ A v .$] The continuity equation from Fluid Mechanics states that the mass flow rate into a volume has to equal the mass flow rate out of the volume, #math.equation(block: false, alt: "ρ sub in A sub in v sub in equals ρ sub out A sub out v sub out .")[$ρ_("in") A_("in") v_("in") = ρ_("out") A_("out") v_("out") .$] #figure(figph[Picture is a schematic drawing of a mass flowing through with the speed v for the distance x through the cylinder with the cross-sectional area A.], alt: "Picture is a schematic drawing of a mass flowing through with the speed v for the distance x through the cylinder with the cross-sectional area A.", caption: [The mass of a fluid in a volume is equal to the density times the volume, #math.equation(block: false, alt: "m equals ρ V equals ρ A x .")[$m = ρ V = ρ A x .$] The mass flow rate is the time derivative of the mass.]) Now consider a sound wave moving through a parcel of air. A parcel of air is a small volume of air with imaginary boundaries . The density, temperature, and velocity on one side of the volume of the fluid are given as #math.equation(block: false, alt: "ρ , T , v ,")[$ρ , T , v ,$] and on the other side are #math.equation(block: false, alt: "ρ plus d ρ , T plus d T , v plus d v .")[$ρ + d ρ , T + d T , v + d v .$] #figure(figph[Picture is a schematic drawing of a sound wave moving through a volume of fluid. The density, temperature, and velocity of the fluid change from one side to the other.], alt: "Picture is a schematic drawing of a sound wave moving through a volume of fluid. The density, temperature, and velocity of the fluid change from one side to the other.", caption: [A sound wave moves through a volume of fluid. The density, temperature, and velocity of the fluid change from one side to the other.]) The continuity equation states that the mass flow rate entering the volume is equal to the mass flow rate leaving the volume, so #math.equation(block: true, alt: "ρ A v equals open parenthesis ρ plus d ρ close parenthesis A open parenthesis v plus d v close parenthesis .")[$ρ A v = ( ρ + d ρ ) A ( v + d v ) .$] This equation can be simplified, noting that the area cancels and considering that the multiplication of two infinitesimals is approximately equal to zero: #math.equation(block: false, alt: "d ρ open parenthesis d v close parenthesis approximately equals 0 ,")[$d ρ ( d v ) ≈ 0 ,$] #math.equation(block: true, alt: "ρ v, equals, open parenthesis ρ plus d ρ close parenthesis open parenthesis v plus d v close parenthesis; ρ v, equals, ρ v plus ρ open parenthesis d v close parenthesis plus open parenthesis d ρ close parenthesis v plus open parenthesis d ρ close parenthesis open parenthesis d v close parenthesis; 0, equals, ρ open parenthesis d v close parenthesis plus open parenthesis d ρ close parenthesis v; ρ d v, equals, − v d ρ .")[$ρ v & = & ( ρ + d ρ ) ( v + d v ) \ ρ v & = & ρ v + ρ ( d v ) + ( d ρ ) v + ( d ρ ) ( d v ) \ 0 & = & ρ ( d v ) + ( d ρ ) v \ ρ #h(0.2em) d v & = & "−" v d ρ .$] The net force on the volume of fluid equals the sum of the forces on the left face and the right face: #math.equation(block: true, alt: "F sub net, equals, p d y d z minus open parenthesis p plus d p close parenthesis d y d z; equals, p d y d z minus p d y d z minus d p d y d z; equals, − d p d y d z; m a, equals, − d p d y d z .")[$F_("net") & = & p #h(0.2em) d y #h(0.2em) d z − ( p + d p ) d y #h(0.2em) d z \ & = & p #h(0.2em) d y #h(0.2em) d z − p d y #h(0.2em) d z − d p #h(0.2em) d y #h(0.2em) d z \ & = & "−" d p #h(0.2em) d y #h(0.2em) d z \ m a & = & "−" d p #h(0.2em) d y #h(0.2em) d z .$] #figure(figph[Picture is a schematic drawing of a sound wave moving through a volume of fluid with the sides of dimensions dx, dy, and dz. The pressure is different on the opposite sides.], alt: "Picture is a schematic drawing of a sound wave moving through a volume of fluid with the sides of dimensions dx, dy, and dz. The pressure is different on the opposite sides.", caption: [A sound wave moves through a volume of fluid. The force on each face can be found by the pressure times the area.]) The acceleration is the force divided by the mass and the mass is equal to the density times the volume, #math.equation(block: false, alt: "m equals ρ V equals ρ d x d y d z .")[$m = ρ V = ρ #h(0.2em) d x #h(0.2em) d y #h(0.2em) d z .$] We have #math.equation(block: true, alt: "m a, equals, − d p d y d z; a, equals, minus the fraction d p d y d z over m equals minus the fraction d p d y d z over ρ d x d y d z equals minus the fraction d p over open parenthesis ρ d x close parenthesis; the fraction d v over d t, equals, minus the fraction d p over open parenthesis ρ d x close parenthesis; d v, equals, minus the fraction d p over open parenthesis ρ d x close parenthesis d t equals minus the fraction d p over ρ the fraction 1 over v; ρ v d v, equals, − d p .")[$m a & = & "−" d p #h(0.2em) d y #h(0.2em) d z \ a & = & − frac(d p #h(0.2em) d y #h(0.2em) d z, m) = − frac(d p #h(0.2em) d y #h(0.2em) d z, ρ #h(0.2em) d x #h(0.2em) d y #h(0.2em) d z) = − frac(d p, ( ρ #h(0.2em) d x )) \ frac(d v, d t) & = & − frac(d p, ( ρ #h(0.2em) d x )) \ d v & = & − frac(d p, ( ρ #h(0.2em) d x )) d t = − frac(d p, ρ) #h(0.2em) frac(1, v) \ ρ v #h(0.2em) d v & = & "−" d p .$] From the continuity equation #math.equation(block: false, alt: "ρ d v equals − v d ρ")[$ρ #h(0.2em) d v = "−" v d ρ$], we obtain #math.equation(block: true, alt: "ρ v d v, equals, − d p; open parenthesis − v d ρ close parenthesis v, equals, − d p; v, equals, the square root of the fraction d p over d ρ .")[$ρ v d v & = & "−" d p \ ( "−" v d ρ ) v & = & "−" d p \ v & = & sqrt(frac(d p, d ρ)) .$] Consider a sound wave moving through air. During the process of compression and expansion of the gas, no heat is added or removed from the system. A process where heat is not added or removed from the system is known as an adiabatic system. Adiabatic processes are covered in detail in The First Law of Thermodynamics, but for now it is sufficient to say that for an adiabatic process,#math.equation(block: false, alt: "p V to the power γ equals constant,")[$p V^(γ) = "constant,"$] where #emph[p] is the pressure, #emph[V] is the volume, and gamma #math.equation(block: false, alt: "open parenthesis γ close parenthesis")[$( γ )$] is a constant that depends on the gas. For air, #math.equation(block: false, alt: "γ equals 1.40")[$γ = 1.40$]. The density equals the number of moles times the molar mass divided by the volume, so the volume is equal to #math.equation(block: false, alt: "V equals the fraction n M over ρ .")[$V = frac(n M, ρ) .$] The number of moles and the molar mass are constant and can be absorbed into the constant #math.equation(block: false, alt: "p open parenthesis the fraction 1 over ρ close parenthesis to the power γ equals constant .")[$p attach(( frac(1, ρ) ), t: γ) = "constant" "."$] Taking the natural logarithm of both sides yields #math.equation(block: false, alt: "ln p minus γ ln ρ equals constant .")[$"ln" #h(0.2em) p − γ #h(0.2em) "ln" #h(0.2em) ρ = "constant" "."$] Differentiating with respect to the density, the equation becomes #math.equation(block: true, alt: "ln p minus γ ln ρ, equals, constant; the fraction d over d ρ open parenthesis ln p minus γ ln ρ close parenthesis, equals, the fraction d over d ρ open parenthesis constant close parenthesis; the fraction 1 over p the fraction d p over d ρ minus the fraction γ over ρ, equals, 0; the fraction d p over d ρ, equals, the fraction γ p over ρ .")[$"ln" #h(0.2em) p − γ #h(0.2em) "ln" #h(0.2em) ρ & = & "constant" \ frac(d, d ρ) ( "ln" #h(0.2em) p − γ #h(0.2em) "ln" #h(0.2em) ρ ) & = & frac(d, d ρ) ( "constant" ) \ frac(1, p) #h(0.2em) frac(d p, d ρ) − frac(γ, ρ) & = & 0 \ frac(d p, d ρ) & = & frac(γ p, ρ) .$] If the air can be considered an ideal gas, we can use the ideal gas law: #math.equation(block: true, alt: "p V, equals, n R T equals the fraction m over M R T; p, equals, the fraction m over V the fraction R T over M equals ρ the fraction R T over M .")[$p V & = & n R T = frac(m, M) R T \ p & = & frac(m, V) #h(0.2em) frac(R T, M) = ρ frac(R T, M) .$] Here #emph[M] is the molar mass of air: #math.equation(block: true, alt: "the fraction d p over d ρ equals the fraction γ p over ρ equals the fraction γ open parenthesis ρ the fraction R T over M close parenthesis over ρ equals the fraction γ R T over M .")[$frac(d p, d ρ) = frac(γ p, ρ) = frac(γ ( ρ frac(R T, M) ), ρ) = frac(γ R T, M) .$] Since the speed of sound is equal to #math.equation(block: false, alt: "v equals the square root of the fraction d p over d ρ")[$v = sqrt(frac(d p, d ρ))$], the speed is equal to #math.equation(block: true, alt: "v equals the square root of the fraction γ R T over M .")[$v = sqrt(frac(γ #h(0.2em) R T, M)) .$] Note that the velocity is faster at higher temperatures and slower for heavier gases. For air, #math.equation(block: false, alt: "γ equals 1.4 ,")[$γ = 1.4 ,$] #math.equation(block: false, alt: "M equals 0.02897 the fraction kg over mol ,")[$M = 0.02897 frac("kg", "mol") ,$] and #math.equation(block: false, alt: "R equals 8.31 the fraction J over mol times K .")[$R = 8.31 frac("J", "mol" · "K") .$] If the temperature is #math.equation(block: false, alt: "T sub C equals 20 ° C open parenthesis T equals 293 K close parenthesis ,")[$T_("C") = 20 "°" "C" ( T = 293 #h(0.2em) "K" ) ,$] the speed of sound is #math.equation(block: false, alt: "v equals 343 m/s .")[$v = 343 #h(0.2em) "m/s" "."$] The equation for the speed of sound in air #math.equation(block: false, alt: "v equals the square root of the fraction γ R T over M")[$v = sqrt(frac(γ R T, M))$] can be simplified to give the equation for the speed of sound in air as a function of absolute temperature: #math.equation(block: true, alt: "v, equals the square root of the fraction γ R T over M; equals the square root of the fraction γ R T over M open parenthesis the fraction 273 K over 273 K close parenthesis equals the square root of the fraction open parenthesis 273 K close parenthesis γ R over M the square root of the fraction T over 273 K; approximately equals 331 the fraction m over s the square root of the fraction T over 273 K .")[$v & = sqrt(frac(γ R T, M)) \ & = sqrt(frac(γ R T, M) ( frac(273 #h(0.2em) "K", 273 #h(0.2em) "K") )) = sqrt(frac(( 273 #h(0.2em) "K" ) γ R, M)) sqrt(frac(T, 273 #h(0.2em) "K")) \ & ≈ 331 frac("m", "s") sqrt(frac(T, 273 #h(0.2em) "K") .)$] One of the more important properties of sound is that its speed is nearly independent of the frequency. This independence is certainly true in open air for sounds in the audible range. If this independence were not true, you would certainly notice it for music played by a marching band in a football stadium, for example. Suppose that high-frequency sounds traveled faster—then the farther you were from the band, the more the sound from the low-pitch instruments would lag that from the high-pitch ones. But the music from all instruments arrives in cadence independent of distance, so all frequencies must travel at nearly the same speed. Recall that #math.equation(block: true, alt: "v equals f λ .")[$v = f λ .$] In a given medium under fixed conditions, #emph[v] is constant, so there is a relationship between #emph[f] and #math.equation(block: false, alt: "λ ;")[$λ ;$] the higher the frequency, the smaller the wavelength . #figure(figph[Picture is a schematic drawing of a speaker system emanating sound waves. The lower-frequency sounds are emitted by the bottom large speaker; the higher-frequency sounds are emitted by the top small speaker.], alt: "Picture is a schematic drawing of a speaker system emanating sound waves. The lower-frequency sounds are emitted by the bottom large speaker; the higher-frequency sounds are emitted by the top small speaker.", caption: [Because they travel at the same speed in a given medium, low-frequency sounds must have a greater wavelength than high-frequency sounds. Here, the lower-frequency sounds are emitted by the large speaker, called a #strong[woofer], whereas the higher-frequency sounds are emitted by the small speaker, called a #strong[tweeter].]) #examplebox("Example 1")[Calculating Wavelengths][ Calculate the wavelengths of sounds at the extremes of the audible range, 20 and 20,000 Hz, in #math.equation(block: false, alt: "30.0 °C")[$30.0 "°C"$] air. (Assume that the frequency values are accurate to two significant figures.) Strategy To find wavelength from frequency, we can use #math.equation(block: false, alt: "v equals f λ .")[$v = f λ .$] Solution + Identify knowns. The value for #emph[v] is given by #math.equation(block: true, alt: "v equals open parenthesis 331 m/s close parenthesis the square root of the fraction T over 273 K .")[$v = ( 331 #h(0.2em) "m/s" ) sqrt(frac(T, 273 #h(0.2em) "K")) .$] + Convert the temperature into kelvins and then enter the temperature into the equation #math.equation(block: true, alt: "v equals open parenthesis 331 m/s close parenthesis the square root of the fraction 303 K over 273 K equals 348.7 m/s .")[$v = ( 331 #h(0.2em) "m/s" ) sqrt(frac(303 #h(0.2em) "K", 273 #h(0.2em) "K")) = 348.7 #h(0.2em) "m/s" "."$] + Solve the relationship between speed and wavelength for #emph[λ]: #math.equation(block: true, alt: "λ equals the fraction v over f .")[$λ = frac(v, f) .$] + Enter the speed and the minimum frequency to give the maximum wavelength: #math.equation(block: true, alt: "λ sub max equals ​ the fraction 348.7 m/s over 20 Hz equals 17 m .")[$λ_("max") = "​" frac(348.7 #h(0.2em) "m/s", 20 #h(0.2em) "Hz") = 17 #h(0.2em) "m" "."$] + Enter the speed and the maximum frequency to give the minimum wavelength: #math.equation(block: true, alt: "λ sub min equals the fraction 348.7 m/s over 20,000 Hz equals 0.017 m equals 1.7 cm .")[$λ_("min") = frac(348.7 #h(0.2em) "m/s", 20","000 #h(0.2em) "Hz") = 0.017 #h(0.2em) "m" = 1.7 #h(0.2em) "cm" "."$] Significance Because the product of #emph[f] multiplied by #math.equation(block: false, alt: "λ")[$λ$] equals a constant, the smaller #emph[f] is, the larger #math.equation(block: false, alt: "λ")[$λ$] must be, and vice versa. ] The speed of sound can change when sound travels from one medium to another, but the frequency usually remains the same. This is similar to the frequency of a wave on a string being equal to the frequency of the force oscillating the string. If #emph[v] changes and #emph[f] remains the same, then the wavelength #math.equation(block: false, alt: "λ")[$λ$] must change. That is, because #math.equation(block: false, alt: "v equals f λ")[$v = f λ$], the higher the speed of a sound, the greater its wavelength for a given frequency. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Imagine you observe two firework shells explode. You hear the explosion of one as soon as you see it. However, you see the other shell for several milliseconds before you hear the explosion. Explain why this is so. #solutionbox[ Sound and light both travel at definite speeds, and the speed of sound is slower than the speed of light. The first shell is probably very close by, so the speed difference is not noticeable. The second shell is farther away, so the light arrives at your eyes noticeably sooner than the sound wave arrives at your ears. ] ] Although sound waves in a fluid are longitudinal, sound waves in a solid travel both as longitudinal waves and transverse waves. #strong[Seismic waves], which are essentially sound waves in Earth’s crust produced by earthquakes, are an interesting example of how the speed of sound depends on the rigidity of the medium. Earthquakes produce both longitudinal and transverse waves, and these travel at different speeds. The bulk modulus of granite is greater than its shear modulus. For that reason, the speed of longitudinal or pressure waves (P-waves) in earthquakes in granite is significantly higher than the speed of transverse or shear waves (S-waves). Both types of earthquake waves travel slower in less rigid material, such as sediments. P-waves have speeds of 4 to 7 km/s, and S-waves range in speed from 2 to 5 km/s, both being faster in more rigid material. The P-wave gets progressively farther ahead of the S-wave as they travel through Earth’s crust. The time between the P- and S-waves is routinely used to determine the distance to their source, the epicenter of the earthquake. Because S-waves do not pass through the liquid core, two shadow regions are produced . #figure(figph[Picture is a drawing of P and S waves that travel from a source. Shadow regions, where S-waves are absent, is also indicated. There is color coded labeling for Crust, Mantle, Liquid outer core, and Solid inner core.], alt: "Picture is a drawing of P and S waves that travel from a source. Shadow regions, where S-waves are absent, is also indicated. There is color coded labeling for Crust, Mantle, Liquid outer core, and Solid inner core.", caption: [Earthquakes produce both longitudinal waves (P-waves) and transverse waves (S-waves), and these travel at different speeds. Both waves travel at different speeds in the different regions of Earth, but in general, P-waves travel faster than S-waves. S-waves cannot be supported by the liquid core, producing shadow regions.]) Seismologists and geophysicists use properties and velocities of earthquake waves to study the Earth's interior, which due to it's depth and pressure is not observable through many other means. In fact, the discoveries of the structure of the Earth, illustrated in the figure above, resulted from earthquake observations. In 1914, Beno Gutenberg used differences in wave speeds to determine that there must be a liquid core within the mantle. In 1936, Inge Lehmann began investigating P-waves from a New Zealand earthquake that had unexpectedly reached Europe, which should have been in the shadow region. Up until that point, seismologists had explained such shadow waves as being caused by some type of diffraction (as Gutenberg himself assumed) or a result of faulty seismometers. However, Lehmann had installed the European instruments herself, and so trusted their accuracy. She calculated that the amplitude of the waves must be caused by the existence of a solid inner core within the liquid core. This model has been accepted and reinforced by decades of subsequent calculations, including those from nuclear test explosions, which can be measured very precisely. As sound waves move away from a speaker, or away from the epicenter of an earthquake, their power per unit area decreases. This is why the sound is very loud near a speaker and becomes less loud as you move away from the speaker. This also explains why there can be an extreme amount of damage at the epicenter of an earthquake but only tremors are felt in areas far from the epicenter. The power per unit area is known as the intensity, and in the next section, we will discuss how the intensity depends on the distance from the source. === Summary - The speed of sound depends on the medium and the state of the medium. - In a fluid, because the absence of shear forces, sound waves are longitudinal. A solid can support both longitudinal and transverse sound waves. - In air, the speed of sound is related to air temperature #emph[T] by#math.equation(block: false, alt: "v equals 331 the fraction m over s the square root of the fraction T sub K over 273 K equals 331 the fraction m over s the square root of 1 plus the fraction T sub C over 273 ° C .")[$v = #h(0.2em) 331 frac("m", "s") sqrt(frac(T_("K"), 273 #h(0.2em) "K")) = 331 frac("m", "s") sqrt(1 + frac(T_("C"), 273 "°" "C")) .$] - #emph[v] is the same for all frequencies and wavelengths of sound in air. === Conceptual Questions How do sound vibrations of atoms differ from thermal motion? When sound passes from one medium to another where its propagation speed is different, does its frequency or wavelength change? Explain your answer briefly. #solutionbox[ The frequency does not change as the sound wave moves from one medium to another. Since the speed changes and the frequency does not, the wavelength must change. This is similar to the driving force of a harmonic oscillator or a wave on the string. ] A popular party trick is to inhale helium and speak in a high-frequency, funny voice. Explain this phenomenon. You may have used a sonic range finder in lab to measure the distance of an object using a clicking sound from a sound transducer. What is the principle used in this device? #solutionbox[ The transducer sends out a sound wave, which reflects off the object in question and measures the time it takes for the sound wave to return. Since the speed of sound is constant, the distance to the object can found by multiplying the velocity of sound by half the time interval measured. ] The sonic range finder discussed in the preceding question often needs to be calibrated. During the calibration, the software asks for the room temperature. Why do you suppose the room temperature is required? === Problems When poked by a spear, an operatic soprano lets out a 1200-Hz shriek. What is its wavelength if the speed of sound is 345 m/s? What frequency sound has a 0.10-m wavelength when the speed of sound is 340 m/s? #solutionbox[ #math.equation(block: true, alt: "f equals 3400 Hz")[$f = 3400 #h(0.2em) "Hz"$] ] Calculate the speed of sound on a day when a 1500-Hz frequency has a wavelength of 0.221 m. (a) What is the speed of sound in a medium where a 100-kHz frequency produces a 5.96-cm wavelength? (b) Which substance in is this likely to be? #solutionbox[ a. #math.equation(block: false, alt: "v equals 5.96 times 10 cubed m/s")[$v = 5.96 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "m/s"$]; b. steel (from value in ) ] Show that the speed of sound in #math.equation(block: false, alt: "20.0 ° C")[$20.0 "°" "C"$] air is #math.equation(block: false, alt: "343 m/s ,")[$343 #h(0.2em) "m/s" ,$] as claimed in the text. Air temperature in the Sahara Desert can reach #math.equation(block: false, alt: "56.0 ° C")[$56.0 "°" "C"$] (about #math.equation(block: false, alt: "134 ° F")[$134 "°" "F"$]). What is the speed of sound in air at that temperature? #solutionbox[ #math.equation(block: true, alt: "v equals 363 the fraction m over s")[$v = 363 #h(0.2em) frac("m", "s")$] ] Dolphins make sounds in air and water. What is the ratio of the wavelength of a sound in air to its wavelength in seawater? Assume air temperature is #math.equation(block: false, alt: "20.0 ° C .")[$20.0 "°" "C" "."$] A sonar echo returns to a submarine 1.20 s after being emitted. What is the distance to the object creating the echo? (Assume that the submarine is in the ocean, not in fresh water.) #solutionbox[ #math.equation(block: true, alt: "Δ x equals 924 m")[$"Δ" x = 924 #h(0.2em) "m"$] ] (a) If a submarine’s sonar can measure echo times with a precision of 0.0100 s, what is the smallest difference in distances it can detect? (Assume that the submarine is in the ocean, not in fresh water.) (b) Discuss the limits this time resolution imposes on the ability of the sonar system to detect the size and shape of the object creating the echo. Ultrasonic sound waves are often used in methods of nondestructive testing. For example, this method can be used to find structural faults in a steel I-beams used in building. Consider a 10.00 meter long, steel I-beam with a cross-section shown below. The weight of the I-beam is 3846.50 N. What would be the speed of sound through in the I-beam? #math.equation(block: false, alt: "open parenthesis Y sub steel equals 200 GPa , β sub steel equals 159 GPa close parenthesis")[$( Y_("steel") = 200 #h(0.2em) "GPa" , β_("steel") = 159 #h(0.2em) "GPa" )$]. #figure(figph[Picture is a drawing of an I beam. The central rod is 10 cm long and 2.5 cm thick. Two parallel rods, 5 cm wide and 2.5 cm thick, are connected to the opposite sides of the center rod.], alt: "Picture is a drawing of an I beam. The central rod is 10 cm long and 2.5 cm thick. Two parallel rods, 5 cm wide and 2.5 cm thick, are connected to the opposite sides of the center rod.", caption: none) #solutionbox[ #math.equation(block: true, alt: "V equals 0.05 m cubed; m equals 392.5 kg; ρ equals 7850 kg/m cubed; v equals 5047.54 m/s")[$V = 0.05 #h(0.2em) "m"^(3) \ m = 392.5 #h(0.2em) "kg" \ ρ = 7850 #h(0.2em) "kg/m"^(3) \ v = 5047.54 #h(0.2em) "m/s"$] ] A physicist at a fireworks display times the lag between seeing an explosion and hearing its sound, and finds it to be 0.400 s. (a) How far away is the explosion if air temperature is #math.equation(block: false, alt: "24.0 ° C")[$24.0 "°" "C"$] and if you neglect the time taken for light to reach the physicist? (b) Calculate the distance to the explosion taking the speed of light into account. Note that this distance is negligibly greater. During a 4th of July celebration, an M80 firework explodes on the ground, producing a bright flash and a loud bang. The air temperature of the night air is #math.equation(block: false, alt: "T sub F equals 95.00 ° F .")[$T_("F") = 95.00 "°" "F" .$] Two observers see the flash and hear the bang. The first observer notes the time between the flash and the bang as 0.10 second. The second observer notes the difference as 0.15 seconds. The line of sight between the two observers meet at a right angle as shown below. What is the distance #math.equation(block: false, alt: "Δ x")[$"Δ" x$] between the two observers? #figure(figph[Picture is a drawing of a triangle formed by the source of fireworks and two observers. Distance between two observers is delta x. Line of sight from the first observer to the source of fireworks is delta x1. Line of sight from the second observer to the source of fireworks is delta x2.], alt: "Picture is a drawing of a triangle formed by the source of fireworks and two observers. Distance between two observers is delta x. Line of sight from the first observer to the source of fireworks is delta x1. Line of sight from the second observer to the source of fireworks is delta x2.", caption: none) #solutionbox[ #math.equation(block: true, alt: "T sub C equals 35 ° C, v equals 351.58 m/s; Δ x sub 1 equals 35.16 m, Δ x sub 2 equals 52.74 m; Δ x equals 63.39 m")[$T_("C") = 35 "°" "C," #h(0.5em) v = 351.58 #h(0.2em) "m/s" \ "Δ" x_(1) = 35.16 #h(0.2em) "m," #h(0.5em) "Δ" x_(2) = 52.74 #h(0.2em) "m" \ "Δ" x = 63.39 #h(0.2em) "m"$] ] The density of a sample of water is #math.equation(block: false, alt: "ρ equals 998.00 kg/m cubed")[$ρ = 998.00 #h(0.2em) "kg/m"^(3)$] and the bulk modulus is #math.equation(block: false, alt: "β equals 2.15 GPa .")[$β = 2.15 #h(0.2em) "GPa" "."$] What is the speed of sound through the sample? Suppose a bat uses sound echoes to locate its insect prey, 3.00 m away. () (a) Calculate the echo times for temperatures of #math.equation(block: false, alt: "5.00 ° C")[$5.00 "°" "C"$] and #math.equation(block: false, alt: "35.0 ° C .")[$35.0 "°" "C" "."$] (b) What percent uncertainty does this cause for the bat in locating the insect? (c) Discuss the significance of this uncertainty and whether it could cause difficulties for the bat. (In practice, the bat continues to use sound as it closes in, eliminating most of any difficulties imposed by this and other effects, such as motion of the prey.) #solutionbox[ a. #math.equation(block: false, alt: "t sub 5.00 ° C equals 0.0180 s , t sub 35.0 ° C equals 0.0171 s")[$t_(5.00 "°" "C") = 0.0180 #h(0.2em) "s" , #h(0.5em) t_(35.0 "°" "C") = 0.0171 #h(0.2em) "s"$]; b. #math.equation(block: false, alt: "% uncertainty equals 5.00 %")[$"% uncertainty" = 5.00 "%"$]; c. This uncertainty could definitely cause difficulties for the bat, if it didn’t continue to use sound as it closed in on its prey. A 5% uncertainty could be the difference between catching the prey around the neck or around the chest, which means that it could miss grabbing its prey. ]