#set document(title: "17.8 Shock Waves", 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.8#h(0.6em)Shock Waves When discussing the Doppler effect of a moving source and a stationary observer, the only cases we considered were cases where the source was moving at speeds that were less than the speed of sound. Recall that the observed frequency for a moving source approaching a stationary observer is #math.equation(block: false, alt: "f sub o equals f sub s open parenthesis the fraction v over v minus v sub s close parenthesis .")[$f_("o") = f_("s") ( frac(v, v − v_("s")) ) .$] As the source approaches the speed of sound, the observed frequency increases. According to the equation, if the source moves at the speed of sound, the denominator is equal to zero, implying the observed frequency is infinite. If the source moves at speeds greater than the speed of sound, the observed frequency is negative. What could this mean? What happens when a source approaches the speed of sound? It was once argued by some scientists that such a large pressure wave would result from the constructive interference of the sound waves, that it would be impossible for a plane to exceed the speed of sound because the pressures would be great enough to destroy the airplane. But now planes routinely fly faster than the speed of sound. On July 28, 1976, Captain Eldon W. Joersz and Major George T. Morgan flew a Lockheed SR-71 Blackbird \#61-7958 at 3529.60 km/h (2193.20 mi/h), which is Mach 2.85. The #strong[Mach number] is the speed of the source divided by the speed of sound: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "M equals the fraction v sub s over v .")[$M = frac(v_("s"), v) .$] ] You will see that interesting phenomena occur when a source approaches and exceeds the speed of sound. === Doppler Effect and High Velocity What happens to the sound produced by a moving source, such as a jet airplane, that approaches or even exceeds the speed of sound? The answer to this question applies not only to sound but to all other waves as well. Suppose a jet plane is coming nearly straight at you, emitting a sound of frequency #math.equation(block: false, alt: "f sub s .")[$f_("s") .$] The greater the plane’s speed #math.equation(block: false, alt: "v sub s ,")[$v_("s") ,$] the greater the Doppler shift and the greater the value observed for #math.equation(block: false, alt: "f sub o")[$f_("o")$] . #figure(figph[Picture is a drawing of a source that moves towards the stationary observer and sends out sound waves. The source in B is moving faster than the source in A. The source in C moves at the speed of sound, each successive wave interfere with the previous one and the observer observes them all at the same instant.], alt: "Picture is a drawing of a source that moves towards the stationary observer and sends out sound waves. The source in B is moving faster than the source in A. The source in C moves at the speed of sound, each successive wave interfere with the previous one and the observer observes them all at the same instant.", caption: [Because of the Doppler shift, as a moving source approaches a stationary observer, the observed frequency is higher than the source frequency. The faster the source is moving, the higher the observed frequency. In this figure, the source in (b) is moving faster than the source in (a). Shown are four time steps, the first three shown as dotted lines. (c) If a source moves at the speed of sound, each successive wave interfere with the previous one and the observer observes them all at the same instant.]) Now, as #math.equation(block: false, alt: "v sub s")[$v_("s")$] approaches the speed of sound, #math.equation(block: false, alt: "f sub o")[$f_("o")$] approaches infinity, because the denominator in #math.equation(block: false, alt: "f sub o equals f sub s open parenthesis the fraction v over v ∓ v sub s close parenthesis")[$f_("o") = f_("s") ( frac(v, v ∓ v_("s")) )$] approaches zero. At the speed of sound, this result means that in front of the source, each successive wave interferes with the previous one because the source moves forward at the speed of sound. The observer gets them all at the same instant, so the frequency is infinite \[part (c) of the figure\]. === Shock Waves and Sonic Booms If the source exceeds the speed of sound, no sound is received by the observer until the source has passed, so that the sounds from the approaching source are mixed with those from it when receding. This mixing appears messy, but something interesting happens—a shock wave is created . #figure(figph[Picture is a drawing of a source that moves towards the stationary observer with the speed faster than the speed of sound and sends out sound waves. Sound waves spread spherically from the point where they are emitted, but the source moves ahead of each wave. Constructive interference along the lines creates a shock wave.], alt: "Picture is a drawing of a source that moves towards the stationary observer with the speed faster than the speed of sound and sends out sound waves. Sound waves spread spherically from the point where they are emitted, but the source moves ahead of each wave. Constructive interference along the lines creates a shock wave.", caption: [Sound waves from a source that moves faster than the speed of sound spread spherically from the point where they are emitted, but the source moves ahead of each wave. Constructive interference along the lines shown (actually a cone in three dimensions) creates a shock wave called a sonic boom. The faster the speed of the source, the smaller the angle #math.equation(block: false, alt: "θ")[$θ$].]) Constructive interference along the lines shown (a cone in three dimensions) from similar sound waves arriving there simultaneously. This superposition forms a disturbance called a #strong[shock wave], a constructive interference of sound created by an object moving faster than sound. Inside the cone, the interference is mostly destructive, so the sound intensity there is much less than on the shock wave. The angle of the shock wave can be found from the geometry. In time #emph[t] the source has moved #math.equation(block: false, alt: "v sub s t")[$v_("s") t$] and the sound wave has moved a distance #emph[vt] and the angle can be found using #math.equation(block: false, alt: "sin θ equals the fraction v t over v sub s t equals the fraction v over v sub s .")[$"sin" #h(0.2em) θ = frac(v t, v_("s") t) = frac(v, v_("s")) .$] Note that the Mach number is defined as #math.equation(block: false, alt: "the fraction v sub s over v")[$frac(v_("s"), v)$] so the sine of the angle equals the inverse of the Mach number, #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "sin θ equals the fraction v over v sub s equals the fraction 1 over M .")[$"sin" #h(0.2em) θ = frac(v, v_("s")) = frac(1, M) .$] ] You may have heard of the common term ‘#strong[sonic boom].’ A common misconception is that the sonic boom occurs as the plane breaks the sound barrier; that is, accelerates to a speed higher than the speed of sound. Actually, the sonic boom occurs as the shock wave sweeps along the ground. An aircraft creates two shock waves, one from its nose and one from its tail . During television coverage of space shuttle landings, two distinct booms could often be heard. These were separated by exactly the time it would take the shuttle to pass by a point. Observers on the ground often do not see the aircraft creating the sonic boom, because it has passed by before the shock wave reaches them, as seen in the figure. If the aircraft flies close by at low altitude, pressures in the sonic boom can be destructive and break windows as well as rattle nerves. Because of how destructive sonic booms can be, researchers have developed experimental aircraft and components to reduce their impact. Many of these efforts were led by Christine Darden, a "human computer" who advanced to become the head of a NASA program dedicated to predicting and reducing sonic booms. From the 1960's until the late 1990's, Darden employed new materials, innovative designs, and advanced computer simulations. She led experiments involving panels placed on the aircraft that dispersed the shock waves. In recent years, these principles have been revisited and advanced, including in an experimental plane, the X-59, designed for quieter and more efficient flight. #figure(figph[Picture is a drawing of observers located below moving aircraft. Observer experiences two sonic booms created by the nose and tail of an aircraft.], alt: "Picture is a drawing of observers located below moving aircraft. Observer experiences two sonic booms created by the nose and tail of an aircraft.", caption: [Two sonic booms experienced by observers, created by the nose and tail of an aircraft as the shock wave sweeps along the ground, are observed on the ground after the plane has passed by.]) Shock waves are one example of a broader phenomenon called bow wakes. A #strong[bow wake], such as the one in , is created when the wave source moves faster than the wave propagation speed. Water waves spread out in circles from the point where created, and the bow wake is the familiar V-shaped wake, trailing the source. A more exotic bow wake is created when a subatomic particle travels through a medium faster than the speed of light travels in that medium. (In a vacuum, the maximum speed of light is #math.equation(block: false, alt: "c equals 3.00 times 10 to the power 8 m/s;")[$c = 3.00 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m/s;"$] in the medium of water, the speed of light is closer to 0.75#emph[c].) If the particle creates light in its passage, that light spreads on a cone with an angle indicative of the speed of the particle, as illustrated in . Such a bow wake is called #strong[Cerenkov radiation] and is commonly observed in particle physics. #figure(figph[A photograph of a duck swimming in water and creating a bow wake.], alt: "A photograph of a duck swimming in water and creating a bow wake.", caption: [Bow wake created by a duck. Constructive interference produces the rather structured wake, whereas relatively little wave action occurs inside the wake, where interference is mostly destructive.]) #figure(figph[Picture is a photograph of the blue glow in a reactor pool.], alt: "Picture is a photograph of the blue glow in a reactor pool.", caption: [The blue glow in this research reactor pool is Cerenkov radiation caused by subatomic particles traveling faster than the speed of light in water.]) === Summary - The Mach number is the velocity of a source divided by the speed of sound, #math.equation(block: false, alt: "M equals the fraction v sub s over v .")[$M = frac(v_("s"), v) .$] - When a sound source moves faster than the speed of sound, a shock wave is produced as the sound waves interfere. - A sonic boom is the intense sound that occurs as the shock wave moves along the ground. - The angle the shock wave produces can be found as #math.equation(block: false, alt: "sin θ equals the fraction v over v sub s equals the fraction 1 over M .")[$"sin" #h(0.2em) θ = frac(v, v_("s")) = frac(1, M) .$] - A bow wake is produced when an object moves faster than the speed of a mechanical wave in the medium, such as a boat moving through the water. === Key Equations #figure(table( columns: 2, align: left, inset: 6pt, table.header([Pressure of a sound wave], [#math.equation(block: false, alt: "Δ P equals Δ P sub max sin open parenthesis k x ∓ ω t plus ϕ close parenthesis")[$"Δ" P = "Δ" P_("max") "sin" ( k x ∓ ω t + ϕ )$]]), [Displacement of the oscillating molecules of a #linebreak() sound wave], [#math.equation(block: false, alt: "s open parenthesis x , t close parenthesis equals s sub max cos open parenthesis k x ∓ ω t plus ϕ close parenthesis")[$s ( x , t ) = s_("max") "cos" ( k x ∓ ω t + ϕ )$]], [Velocity of a wave], [#math.equation(block: false, alt: "v equals f λ")[$v = f λ$]], [Speed of sound in a fluid], [#math.equation(block: false, alt: "v equals the square root of the fraction B over ρ")[$v = sqrt(frac(B, ρ))$]], [Speed of sound in a solid], [#math.equation(block: false, alt: "v equals the square root of the fraction Y over ρ")[$v = sqrt(frac(Y, ρ))$]], [Speed of sound in an ideal gas], [#math.equation(block: false, alt: "v equals the square root of the fraction γ R T over M")[$v = sqrt(frac(γ R T, M))$]], [Speed of sound in air as a function of temperature], [#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 = 331 frac("m", "s") sqrt(frac(T_("K"), 273 #h(0.2em) "K")) = 331 frac("m", "s") sqrt(1 + frac(T_("C"), 273 "°" "C"))$]], [Decrease in intensity as a spherical wave expands], [#math.equation(block: false, alt: "I sub 2 equals I sub 1 open parenthesis the fraction r sub 1 over r sub 2 close parenthesis squared")[$I_(2) = I_(1) attach(( frac(r_(1), r_(2)) ), t: 2)$]], [Intensity averaged over a period], [#math.equation(block: false, alt: "I equals the fraction 〈 P 〉 over A")[$I = frac(〈 P 〉, A)$]], [Intensity of sound], [#math.equation(block: false, alt: "I equals the fraction open parenthesis Δ p sub max close parenthesis squared over 2 ρ v")[$I = frac(attach(( "Δ" p_("max") ), t: 2), 2 ρ v)$]], [Sound intensity level], [#math.equation(block: false, alt: "β open parenthesis d B close parenthesis equals 10 log sub 10 open parenthesis the fraction I over I sub 0 close parenthesis")[$β ( d B ) = 10 #h(0.2em) "log"_(10) ( frac(I, I_(0)) )$]], [Resonant wavelengths of a tube closed at one end], [#math.equation(block: false, alt: "λ sub n equals the fraction 4 over n L , n equals 1 , 3 , 5 ,…")[$λ_(n) = frac(4, n) L , #h(0.5em) n = 1 , 3 , 5 ",…"$]], [Resonant frequencies of a tube closed at one end], [#math.equation(block: false, alt: "f sub n equals n the fraction v over 4 L , n equals 1 , 3 , 5 ,…")[$f_(n) = n frac(v, 4 L) , #h(0.5em) n = 1 , 3 , 5 ",…"$]], [Resonant wavelengths of a tube open at both ends], [#math.equation(block: false, alt: "λ sub n equals the fraction 2 over n L , n equals 1 , 2 , 3 ,…")[$λ_(n) = frac(2, n) L , #h(0.5em) n = 1 , 2 , 3 ",…"$]], [Resonant frequencies of a tube open at both ends], [#math.equation(block: false, alt: "f sub n equals n the fraction v over 2 L , n equals 1 , 2 , 3 ,…")[$f_(n) = n frac(v, 2 L) , #h(0.5em) n = 1 , 2 , 3 ",…"$]], [Beat frequency produced by two waves that #linebreak() differ in frequency], [#math.equation(block: false, alt: "f sub beat equals | f sub 2 minus f sub 1 |")[$f_("beat") = | f_(2) − f_(1) |$]], [Observed frequency for a stationary observer #linebreak() and a moving source], [#math.equation(block: false, alt: "f sub o equals f sub s open parenthesis the fraction v over v ∓ v sub s close parenthesis")[$f_("o") = f_("s") ( frac(v, v ∓ v_("s")) )$]], [Observed frequency for a moving observer #linebreak() and a stationary source], [#math.equation(block: false, alt: "f sub o equals f sub s open parenthesis the fraction v plus or minus v sub o over v close parenthesis")[$f_("o") = f_("s") ( frac(v ± v_("o"), v) )$]], [Doppler shift for the observed frequency], [#math.equation(block: false, alt: "f sub o equals f sub s open parenthesis the fraction v plus or minus v sub o over v ∓ v sub s close parenthesis")[$f_("o") = f_("s") ( frac(v ± v_("o"), v ∓ v_("s")) )$]], [Mach number], [#math.equation(block: false, alt: "M equals the fraction v sub s over v")[$M = frac(v_(s), v)$]], [Sine of angle formed by shock wave], [#math.equation(block: false, alt: "sin θ equals the fraction v over v sub s equals the fraction 1 over M")[$"sin" #h(0.2em) θ = frac(v, v_(s)) = frac(1, M)$]], )) === Conceptual Questions What is the difference between a sonic boom and a shock wave? Due to efficiency considerations related to its bow wake, the supersonic transport aircraft must maintain a cruising speed that is a constant ratio to the speed of sound (a constant Mach number). If the aircraft flies from warm air into colder air, should it increase or decrease its speed? Explain your answer. #solutionbox[ The speed of sound decreases as the temperature decreases. The Mach number is equal to #math.equation(block: false, alt: "M equals the fraction v sub s over v ,")[$M = frac(v_("s"), v) ,$] so the plane should slow down. ] When you hear a sonic boom, you often cannot see the plane that made it. Why is that? === Problems An airplane is flying at Mach 1.50 at an altitude of 7500.00 meters, where the speed of sound is #math.equation(block: false, alt: "v equals 343.00 m/s .")[$v = 343.00 #h(0.2em) "m/s" "."$] How far away from a stationary observer will the plane be when the observer hears the sonic boom? A jet flying at an altitude of 8.50 km has a speed of Mach 2.00, where the speed of sound is #math.equation(block: false, alt: "v equals 340.00 m/s .")[$v = 340.00 #h(0.2em) "m/s" "."$] How long after the jet is directly overhead, will a stationary observer hear a sonic boom? #solutionbox[ #math.equation(block: true, alt: "θ equals 30.02 °; v sub s equals 680.00 m/s; tan θ equals the fraction y over v sub s t , t equals 21.65 s")[$θ = 30.02 "°" \ v_("s") = 680.00 #h(0.2em) "m/s" \ "tan" #h(0.2em) θ = frac(y, v_("s") t) , #h(0.5em) t = 21.65 #h(0.2em) "s"$] ] The shock wave off the front of a fighter jet has an angle of #math.equation(block: false, alt: "θ equals 70.00 °")[$θ = 70.00 "°"$]. The jet is flying at 1200 km/h. What is the speed of sound? A plane is flying at Mach 1.2, and an observer on the ground hears the sonic boom 15.00 seconds after the plane is directly overhead. What is the altitude of the plane? Assume the speed of sound is #math.equation(block: false, alt: "v sub w equals 343.00 m/s .")[$v_("w") = 343.00 #h(0.2em) "m/s" "."$] #solutionbox[ #math.equation(block: true, alt: "sin θ equals the fraction 1 over M , θ equals 56.47 °; y equals 9.31 km")[$"sin" #h(0.2em) θ = frac(1, M) , #h(0.5em) θ = 56.47 "°" \ y = 9.31 #h(0.2em) "km"$] ] A bullet is fired and moves at a speed of 1342 mph. Assume the speed of sound is #math.equation(block: false, alt: "v equals 340.00 m/s .")[$v = 340.00 #h(0.2em) "m/s" "."$] What is the angle of the shock wave produced? A speaker is placed at the opening of a long horizontal tube. The speaker oscillates at a frequency of #emph[f], creating a sound wave that moves down the tube. The wave moves through the tube at a speed of #math.equation(block: false, alt: "v equals 340.00 m/s .")[$v = 340.00 #h(0.2em) "m/s" "."$] The sound wave is modeled with the wave function #math.equation(block: false, alt: "s open parenthesis x , t close parenthesis equals s sub max cos open parenthesis k x minus ω t plus ϕ close parenthesis")[$s ( x , t ) = s_("max") "cos" ( k x − ω t + ϕ )$]. At time #math.equation(block: false, alt: "t equals 0.00 s")[$t = 0.00 #h(0.2em) "s"$], an air molecule at #math.equation(block: false, alt: "x equals 2.3 m")[$x = 2.3 #h(0.2em) "m"$] is at the maximum displacement of 6.34 nm. At the same time, another molecule at #math.equation(block: false, alt: "x equals 2.7 m")[$x = 2.7 #h(0.2em) "m"$] has a displacement of 2.30 nm. What is the wave function of the sound wave, that is, find the wave number, angular frequency, and the initial phase shift? #solutionbox[ #math.equation(block: true, alt: "s sub 1 equals 6.34 nm; s sub 2 equals 2.30 nm; k x sub 1 plus ϕ equals 0 rad; k x sub 2 plus ϕ equals 1.20 rad; k open parenthesis x sub 2 minus x sub 1 close parenthesis equals 1.20 rad; k equals 3.00 m to the power −1; ω equals 1019.62 s to the power −1; s sub 1 equals s sub max cos open parenthesis k x sub 1 minus ϕ close parenthesis; ϕ equals 5.66 rad; s open parenthesis x , t close parenthesis equals 6.30 nm cos open parenthesis 3.00 m to the power −1 x minus 1019.62 s to the power −1 t plus 5.66 close parenthesis")[$s_(1) = 6.34 #h(0.2em) "nm" \ s_(2) = 2.30 #h(0.2em) "nm" \ k x_(1) + ϕ = 0 #h(0.2em) "rad" \ k x_(2) + ϕ = 1.20 #h(0.2em) "rad" \ k ( x_(2) − x_(1) ) = 1.20 #h(0.2em) "rad" \ k = 3.00 #h(0.2em) "m"^(−1) \ ω = 1019.62 #h(0.2em) "s"^(−1) \ s_(1) = s_("max") "cos" ( k x_(1) − ϕ ) \ ϕ = 5.66 #h(0.2em) "rad" \ s ( x , t ) = 6.30 #h(0.2em) "nm" "cos" ( 3.00 #h(0.2em) "m"^(−1) x − 1019.62 #h(0.2em) "s"^(−1) t + 5.66 )$] ] An airplane moves at Mach 1.2 and produces a shock wave. (a) What is the speed of the plane in meters per second? (b) What is the angle that the shock wave moves? === Additional Problems A 0.80-m-long tube is opened at both ends. The air temperature is #math.equation(block: false, alt: "26 ° C .")[$26 "°" "C" "."$] The air in the tube is oscillated using a speaker attached to a signal generator. What are the wavelengths and frequencies of first two modes of sound waves that resonate in the tube? #solutionbox[ #math.equation(block: true, alt: "v sub s equals 346.40 m/s")[$v_("s") = 346.40 #h(0.2em) "m/s"$]; #linebreak() #math.equation(block: true, alt: "λ sub n equals the fraction 2 over n L f sub n equals the fraction v sub s over λ sub n; λ sub 1 equals 1.60 m f sub 1 equals 216.50 Hz; λ sub 2 equals 0.80 m f sub 1 equals 433.00 Hz")[$λ_(n) = frac(2, n) L #h(0.5em) #h(0.5em) #h(0.5em) f_(n) = frac(v_("s"), λ_(n)) \ λ_(1) = 1.60 #h(0.2em) "m" #h(0.5em) #h(0.5em) f_(1) = 216.50 #h(0.2em) "Hz" \ λ_(2) = 0.80 #h(0.2em) "m" #h(0.5em) #h(0.5em) f_(1) = 433.00 #h(0.2em) "Hz"$] ] A tube filled with water has a valve at the bottom to allow the water to flow out of the tube. As the water is emptied from the tube, the length #emph[L] of the air column changes. A 1024-Hz tuning fork is placed at the opening of the tube. Water is removed from the tube until the #math.equation(block: false, alt: "n equals 5")[$n = 5$] mode of a sound wave resonates. What is the length of the air column if the temperature of the air in the room is #math.equation(block: false, alt: "18 ° C?")[$18 "°" "C?"$] #figure(figph[Picture shows a tuning fork placed above the opening of the tube filled with the water. Water is removed from the tube for the distance L.], alt: "Picture shows a tuning fork placed above the opening of the tube filled with the water. Water is removed from the tube for the distance L.", caption: none) Consider the following figure. The length of the string between the string vibrator and the pulley is #math.equation(block: false, alt: "L equals 1.00 m .")[$L = 1.00 #h(0.2em) "m" "."$] The linear density of the string is #math.equation(block: false, alt: "μ equals 0.006 kg/m .")[$μ = 0.006 #h(0.2em) "kg/m" "."$] The string vibrator can oscillate at any frequency. The hanging mass is 2.00 kg. (a)What are the wavelength and frequency of #math.equation(block: false, alt: "n equals 6")[$n = 6$] mode? (b) The string oscillates the air around the string. What is the wavelength of the sound if the speed of the sound is #math.equation(block: false, alt: "v sub s equals 343.00 m/s")[$v_(s) = 343.00 #h(0.2em) "m/s"$]? #figure(figph[Picture shows a string vibrator connected to a frictionless pulley with a hanging mass of m. The distance of the string connecting the vibrator to the pulley is L.], alt: "Picture shows a string vibrator connected to a frictionless pulley with a hanging mass of m. The distance of the string connecting the vibrator to the pulley is L.", caption: none) #solutionbox[ a. #math.equation(block: false, alt: "λ sub 6 equals 0.40 m; v equals 57.15 the fraction m over s; f sub 6 equals 142.89 Hz")[$λ_(6) = 0.40 #h(0.2em) "m" \ \ \ v = 57.15 frac("m", "s") \ f_(6) = 142.89 #h(0.2em) "Hz"$]; b. #math.equation(block: false, alt: "λ sub s equals 2.40 m")[$λ_("s") = 2.40 #h(0.2em) "m"$] ] Early Doppler shift experiments were conducted using a band playing music on a train. A trumpet player on a moving railroad flatcar plays a 320-Hz note. The sound waves heard by a stationary observer on a train platform hears a frequency of 350 Hz. What is the flatcar’s speed in mph? The temperature of the air is #math.equation(block: false, alt: "T sub C equals 22 ° C")[$T_("C") = 22 "°" "C"$]. Two cars move toward one another, both sounding their horns #math.equation(block: false, alt: "open parenthesis f sub s equals 800 Hz close parenthesis")[$( f_(s) = 800 #h(0.2em) "Hz" )$]. Car A is moving at 65 mph and Car B is at 75 mph. What is the beat frequency heard by each driver? The air temperature is #math.equation(block: false, alt: "T sub C equals 22.00 ° C")[$T_(C) = 22.00 "°" "C"$]. #solutionbox[ #math.equation(block: true, alt: "v equals 344.08 the fraction m over s; v sub A equals 29.05 the fraction m over s , v sub B equals 33.52 m/s; f sub A equals 961.18 Hz, ; f sub B equals 958.89 Hz; f sub A , beat equals 161.18 Hz, f sub B , beat equals 158.89 Hz")[$v = 344.08 frac("m", "s") \ v_(A) = 29.05 frac("m", "s") , #h(0.5em) v_(B) = 33.52 #h(0.2em) "m/s" \ f_(A) = 961.18 #h(0.2em) "Hz," #h(0.5em) \ f_(B) = 958.89 #h(0.2em) "Hz" \ f_(A , "beat") = 161.18 #h(0.2em) "Hz," #h(0.5em) f_(B , "beat") = 158.89 #h(0.2em) "Hz"$] ] Student A runs after Student B. Student A carries a tuning fork ringing at 1024 Hz, and student B carries a tuning fork ringing at 1000 Hz. Student A is running at a speed of #math.equation(block: false, alt: "v sub A equals 5.00 m/s")[$v_(A) = 5.00 #h(0.2em) "m/s"$] and Student B is running at #math.equation(block: false, alt: "v sub B equals 6.00 m/s .")[$v_(B) = 6.00 #h(0.2em) "m/s" "."$] What is the beat frequency heard by each student? The speed of sound is #math.equation(block: false, alt: "v equals 343.00 m/s .")[$v = 343.00 #h(0.2em) "m/s" "."$] Suppose that the sound level from a source is 75 dB and then drops to 52 dB, with a frequency of 600 Hz. Determine the (a) initial and (b) final sound intensities and the (c) initial and (d) final sound wave amplitudes. The air temperature is #math.equation(block: false, alt: "T sub C equals 24.00 ° C")[$T_("C") = 24.00 "°" "C"$] and the air density is #math.equation(block: false, alt: "ρ equals 1.184 kg/m cubed .")[$ρ = 1.184 #h(0.2em) "kg/m"^(3) .$] #solutionbox[ #math.equation(block: false, alt: "v equals 345.24 the fraction m over s")[$v = 345.24 frac("m", "s")$]; a. #math.equation(block: false, alt: "I equals 31.62 the fraction μW over m squared")[$I = 31.62 frac("μW", "m"^(2))$]; b. #math.equation(block: false, alt: "I equals 0.16 the fraction μW over m squared")[$I = 0.16 frac("μW", "m"^(2))$]; c. #math.equation(block: false, alt: "s sub max equals 104.39 μm")[$s_("max") = 104.39 #h(0.2em) "μm"$]; d. #math.equation(block: false, alt: "s sub max equals 7.43 μm")[$s_("max") = 7.43 #h(0.2em) "μm"$] ] The Doppler shift for a Doppler radar is found by #math.equation(block: false, alt: "f equals f sub R open parenthesis the fraction 1 plus the fraction v over c over 1 minus the fraction v over c close parenthesis")[$f = f_(R) ( frac(1 + frac(v, c), 1 − frac(v, c)) )$], where #math.equation(block: false, alt: "f sub R")[$f_(R)$] is the frequency of the radar, #emph[f] is the frequency observed by the radar, #emph[c] is the speed of light, and #emph[v] is the speed of the target. What is the beat frequency observed at the radar, assuming the speed of the target is much slower than the speed of light? A stationary observer hears a frequency of 1000.00 Hz as a source approaches and a frequency of 850.00 Hz as a source departs. The source moves at a constant velocity of 75 mph. What is the temperature of the air? #solutionbox[ #math.equation(block: true, alt: "the fraction f sub A over f sub D equals the fraction v plus v sub s over v minus v sub s , open parenthesis v minus v sub s close parenthesis the fraction f sub A over f sub D equals v plus v sub s , v equals 347.39 the fraction m over s; T sub C equals 27.70 °")[$frac(f_(A), f_(D)) = frac(v + v_("s"), v − v_("s")) , #h(0.5em) ( v − v_("s") ) frac(f_(A), f_(D)) = v + v_("s") , #h(0.5em) v = 347.39 frac("m", "s") \ T_("C") = 27.70 "°"$] ] A flute plays a note with a frequency of 600 Hz. The flute can be modeled as a pipe open at both ends, where the flute player changes the length with his finger positions. What is the length of the tube if this is the fundamental frequency? === Challenge Problems Two sound speakers are separated by a distance #emph[d], each sounding a frequency #emph[f]. An observer stands at one speaker and walks in a straight line a distance #emph[x], perpendicular to the the two speakers, until he comes to the first maximum intensity of sound. The speed of sound is #emph[v]. How far is he from the speaker? Assume the distance, #emph[d], between the slits is larger than the wavelength of the sound. #solutionbox[ #math.equation(block: true, alt: "the square root of x squared plus d squared minus x equals λ , x squared plus d squared equals open parenthesis λ plus x close parenthesis squared; x squared plus d squared equals λ squared plus 2 x λ plus x squared , d squared equals λ squared plus 2 x λ; x equals the fraction d squared minus open parenthesis the fraction v over f close parenthesis squared over 2 the fraction v over f")[$sqrt(x^(2) + d^(2)) − x = λ , #h(0.5em) x^(2) + d^(2) = attach(( λ + x ), t: 2) \ \ \ x^(2) + d^(2) = λ^(2) + 2 x λ + x^(2) , #h(0.5em) d^(2) = λ^(2) + 2 x λ \ \ \ \ \ x = frac(d^(2) − attach(( frac(v, f) ), t: 2), 2 frac(v, f))$] ] Consider the beats shown below. This is a graph of the gauge pressure versus time for the position #math.equation(block: false, alt: "x equals 0.00 m .")[$x = 0.00 #h(0.2em) "m" "."$] The wave moves with a speed of #math.equation(block: false, alt: "v equals 343.00 m/s .")[$v = 343.00 #h(0.2em) "m/s" "."$] (a) How many beats are there per second? (b) How many times does the wave oscillate per second? (c) Write a wave function for the gauge pressure as a function of time. #figure(figph[Figure shows the gauge pressure in Pascals plotted against time in seconds. The line has short wavelengths that go above and below the x axis between negative 2 and positive 2 pascals.], alt: "Figure shows the gauge pressure in Pascals plotted against time in seconds. The line has short wavelengths that go above and below the x axis between negative 2 and positive 2 pascals.", caption: none) Two speakers producing the same frequency of sound are a distance of #emph[d] apart. Consider an arc along a circle of radius #emph[R], centered at the midpoint of the speakers, as shown below. (a) At what angles will there be maxima? (b) At what angle will there be minima? #figure(figph[Picture shows a triangle with two sides of r1 and 2. The height of a triangle is 6 meters. The altitude to the base of the triangle splits the base into two parts that are 2 meters and 3 meters long. Picture is a drawing of two speakers placed at a distance d apart. The sound waves produced by the speakers meet at the point r1 from the top speaker and r2 from the bottom one. R is the distance from the point located equidistantly between the speakers to the to point where there the waves meet. Line R forms angle theta with the line perpendicular to the line connecting two speakers.], alt: "Picture shows a triangle with two sides of r1 and 2. The height of a triangle is 6 meters. The altitude to the base of the triangle splits the base into two parts that are 2 meters and 3 meters long. Picture is a drawing of two speakers placed at a distance d apart. The sound waves produced by the speakers meet at the point r1 from the top speaker and r2 from the bottom one. R is the distance from the point located equidistantly between the speakers to the to point where there the waves meet. Line R forms angle theta with the line perpendicular to the line connecting two speakers.", caption: none) #solutionbox[ a. For maxima #math.equation(block: false, alt: "Δ r equals d sin θ; d sin θ equals n λ n equals 0 , plus or minus 1 , plus or minus 2 .... , θ equals sin to the power −1 open parenthesis n the fraction λ over d close parenthesis n equals 0 , plus or minus 1 , plus or minus 2 ....")[$"Δ" r = d #h(0.2em) "sin" #h(0.2em) θ \ d #h(0.2em) "sin" #h(0.2em) θ = n λ #h(0.5em) n = 0 , ± 1 , ± 2 "...." , #h(0.5em) θ = "sin"^(−1) ( n frac(λ, d) ) #h(0.5em) n = 0 , ± 1 , ± 2 "...."$] #linebreak() b. For minima, #math.equation(block: false, alt: "Δ r equals d sin θ; d sin θ equals open parenthesis n plus the fraction 1 over 2 close parenthesis λ n equals 0 , plus or minus 1 , plus or minus 2 ....; θ equals sin to the power −1 open parenthesis open parenthesis n plus the fraction 1 over 2 close parenthesis the fraction λ over d close parenthesis n equals 0 , plus or minus 1 , plus or minus 2 ....")[$"Δ" r = d #h(0.2em) "sin" #h(0.2em) θ \ d #h(0.2em) "sin" #h(0.2em) θ = ( n + frac(1, 2) ) λ #h(0.5em) n = 0 , ± 1 , ± 2 "...." \ θ = "sin"^(−1) ( ( n + frac(1, 2) ) frac(λ, d) ) #h(0.5em) n = 0 , ± 1 , ± 2 "...."$] ] A string has a length of 1.5 m, a linear mass density #math.equation(block: false, alt: "μ equals 0.008 kg/m,")[$μ = 0.008 #h(0.2em) "kg/m,"$], and a tension of 120 N. If the air temperature is #math.equation(block: false, alt: "T equals 22 ° C,")[$T = 22 "°" "C,"$] what should the length of a pipe open at both ends for it to have the same frequency for the #math.equation(block: false, alt: "n equals 3")[$n = 3$] mode? A string #math.equation(block: false, alt: "open parenthesis μ equals 0.006 the fraction kg over m , L equals 1.50 m close parenthesis")[$( μ = 0.006 frac("kg", "m") , L = 1.50 #h(0.2em) "m" )$] is fixed at both ends and is under a tension of 155 N. It oscillates in the #math.equation(block: false, alt: "n equals 10")[$n = 10$] mode and produces sound. A tuning fork is ringing nearby, producing a beat frequency of 23.76 Hz. (a) What is the frequency of the sound from the string? (b) What is the frequency of the tuning fork if the tuning fork frequency is lower? (c) What should be the tension of the string for the beat frequency to be zero? #solutionbox[ a. #math.equation(block: false, alt: "v sub string equals 160.73 the fraction m over s , f sub string equals 535.77 Hz")[$v_("string") = 160.73 frac("m", "s") , #h(0.5em) f_("string") = 535.77 #h(0.2em) "Hz"$]; b. #math.equation(block: false, alt: "f sub fork equals 512 Hz")[$f_("fork") = 512 #h(0.2em) "Hz"$]; c. #math.equation(block: false, alt: "f sub fork equals the fraction n the square root of the fraction F sub T over μ over 2 L , F sub T equals 141.56 N")[$f_("fork") = frac(n sqrt(frac(F_(T), μ)), 2 L) , #h(0.5em) F_(T) = 141.56 #h(0.2em) "N"$] ] A string has a linear mass density #math.equation(block: false, alt: "μ")[$μ$], a length #emph[L], and a tension of #math.equation(block: false, alt: "F sub T")[$F_(T)$], and oscillates in a mode #emph[n] at a frequency #emph[f]. Find the ratio of #math.equation(block: false, alt: "the fraction Δ f over f")[$frac("Δ" f, f)$] for a small change in tension. A string has a linear mass density #math.equation(block: false, alt: "μ equals 0.007 kg/m,")[$μ = 0.007 #h(0.2em) "kg/m,"$] a length #math.equation(block: false, alt: "L equals 0.70 m,")[$L = 0.70 #h(0.2em) "m,"$] a tension of #math.equation(block: false, alt: "F sub T equals 110 N ,")[$F_(T) = 110 #h(0.2em) "N" ,$] and oscillates in a mode #math.equation(block: false, alt: "n equals 3")[$n = 3$]. (a) What is the frequency of the oscillations? (b) Use the result in the preceding problem to find the change in the frequency when the tension is increased by #math.equation(block: false, alt: "1.00 %")[$1.00 "%"$]. #solutionbox[ a. #math.equation(block: false, alt: "f equals 268.62 Hz")[$f = 268.62 #h(0.2em) "Hz"$]; b. #math.equation(block: false, alt: "Δ f approximately equals the fraction 1 over 2 the fraction Δ F sub T over F sub T f equals 1.34 Hz")[$"Δ" f ≈ frac(1, 2) #h(0.2em) frac("Δ" F_(T), F_(T)) f = 1.34 #h(0.2em) "Hz"$] ] A speaker powered by a signal generator is used to study resonance in a tube. The signal generator can be adjusted from a frequency of 1000 Hz to 1800 Hz. First, a 0.75-m-long tube, open at both ends, is studied. The temperature in the room is #math.equation(block: false, alt: "T sub F equals 85.00 ° F .")[$T_("F") = 85.00 "°" "F" "."$] (a) Which normal modes of the pipe can be studied? What are the frequencies and wavelengths? Next a cap is place on one end of the 0.75-meter-long pipe. (b) Which normal modes of the pipe can be studied? What are the frequencies and wavelengths? A string on the violin has a length of 23.00 cm and a mass of 0.900 grams. The tension in the string 850.00 N. The temperature in the room is #math.equation(block: false, alt: "T sub C equals 24.00 ° C .")[$T_(C) = 24.00 "°" "C" "."$] The string is plucked and oscillates in the #math.equation(block: false, alt: "n equals 9")[$n = 9$] mode. (a) What is the speed of the wave on the string? (b) What is the wavelength of the sounding wave produced? (c) What is the frequency of the oscillating string? (d) What is the frequency of the sound produced? (e) What is the wavelength of the sound produced? #solutionbox[ a. #math.equation(block: false, alt: "v equals 466.07 the fraction m over s")[$v = 466.07 frac("m", "s")$]; b. #math.equation(block: false, alt: "λ sub 9 equals 51.11 mm")[$λ_(9) = 51.11 #h(0.2em) "mm"$]; c. #math.equation(block: false, alt: "f sub 9 equals 9.12 kHz")[$f_(9) = 9.12 #h(0.2em) "kHz"$]; #linebreak() d. #math.equation(block: false, alt: "f sub sound equals 9.12 kHz")[$f_("sound") = 9.12 #h(0.2em) "kHz"$]; e. #math.equation(block: false, alt: "λ sub air equals 37.86 mm")[$λ_("air") = 37.86 #h(0.2em) "mm"$] ]