#set document(title: "16.3 Wave Speed on a Stretched String", 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")) == 16.3#h(0.6em)Wave Speed on a Stretched String The speed of a wave depends on the characteristics of the medium. For example, in the case of a guitar, the strings vibrate to produce the sound. The speed of the waves on the strings, and the wavelength, determine the frequency of the sound produced. The strings on a guitar have different thickness but may be made of similar material. They have different #emph[linear densities], where the linear density is defined as the mass per length, #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "μ equals the fraction mass of string over length of string equals the fraction m over l .")[$μ = frac("mass of string", "length of string") = frac(m, l) .$] ] In this chapter, we consider only strings with a constant linear density. If the linear density is constant, then the mass #math.equation(block: false, alt: "open parenthesis Δ m close parenthesis")[$( "Δ" m )$] of a small length of string #math.equation(block: false, alt: "open parenthesis Δ x close parenthesis")[$( "Δ" x )$] is #math.equation(block: false, alt: "Δ m equals μ Δ x .")[$"Δ" m = μ "Δ" x .$] For example, if the string has a length of 2.00 m and a mass of 0.06 kg, then the linear density is #math.equation(block: false, alt: "μ equals the fraction 0.06 kg over 2.00 m equals 0.03 the fraction kg over m .")[$μ = frac(0.06 #h(0.2em) "kg", 2.00 #h(0.2em) "m") = 0.03 frac("kg", "m") .$] If a 1.00-mm section is cut from the string, the mass of the 1.00-mm length is #math.equation(block: false, alt: "Δ m equals μ Δ x equals open parenthesis 0.03 the fraction kg over m close parenthesis 0.001 m equals 3.00 times 10 to the power −5 kg .")[$"Δ" m = μ "Δ" x = ( 0.03 frac("kg", "m") ) 0.001 #h(0.2em) "m" = 3.00 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "kg" .$] The guitar also has a method to change the tension of the strings. The tension of the strings is adjusted by turning spindles, called the tuning pegs, around which the strings are wrapped. For the guitar, the linear density of the string and the tension in the string determine the speed of the waves in the string and the frequency of the sound produced is proportional to the wave speed. === Wave Speed on a String under Tension To see how the speed of a wave on a string depends on the tension and the linear density, consider a pulse sent down a taut string . When the taut string is at rest at the equilibrium position, the tension in the string #math.equation(block: false, alt: "F sub T")[$F_(T)$] is constant. Consider a small element of the string with a mass equal to #math.equation(block: false, alt: "Δ m equals μ Δ x .")[$"Δ" m = μ "Δ" x .$] The mass element is at rest and in equilibrium and the force of tension of either side of the mass element is equal and opposite. #figure(figph[Figure shows a section of a string with one portion highlighted. The length of the highlighted portion is labeled delta x. Two arrows from this portion point in opposite directions along the length of the string. These are labeled F subscript T. The highlighted portion is labeled delta m equal to mu delta x.], alt: "Figure shows a section of a string with one portion highlighted. The length of the highlighted portion is labeled delta x. Two arrows from this portion point in opposite directions along the length of the string. These are labeled F subscript T. The highlighted portion is labeled delta m equal to mu delta x.", caption: [Mass element of a string kept taut with a tension #math.equation(block: false, alt: "F sub T")[$F_(T)$]. The mass element is in static equilibrium, and the force of tension acting on either side of the mass element is equal in magnitude and opposite in direction.]) If you pluck a string under tension, a transverse wave moves in the positive #emph[x]-direction, as shown. The mass element is small but is enlarged in the figure to make it visible. The small mass element oscillates perpendicular to the wave motion as a result of the restoring force provided by the string and does not move in the #emph[x]-direction. The tension #math.equation(block: false, alt: "F sub T")[$F_(T)$] in the string, which acts in the positive and negative #emph[x]-direction, is approximately constant and is independent of position and time. #figure(figph[Figure shows a pulse wave. Two arrows are shown along the upward slope of the wave, one pointing up and right, the other pointing down and left. These arrows, labeled F make angles theta 2 and theta 1 respectively with], alt: "Figure shows a pulse wave. Two arrows are shown along the upward slope of the wave, one pointing up and right, the other pointing down and left. These arrows, labeled F make angles theta 2 and theta 1 respectively with", caption: [A string under tension is plucked, causing a pulse to move along the string in the positive #emph[x]-direction.]) Assume that the inclination of the displaced string with respect to the horizontal axis is small. The net force on the element of the string, acting parallel to the string, is the sum of the tension in the string and the restoring force. The #emph[x]-components of the force of tension cancel, so the net force is equal to the sum of the #emph[y]-components of the force. The magnitude of the #emph[x]-component of the force is equal to the horizontal force of tension of the string #math.equation(block: false, alt: "F sub T")[$F_(T)$] as shown. To obtain the #emph[y]-components of the force, note that #math.equation(block: false, alt: "tan θ sub 1 equals the fraction − F sub 1 over F sub T")[$"tan" #h(0.2em) θ_(1) = frac("−" F_(1), F_(T))$] and #math.equation(block: false, alt: "tan θ sub 2 equals the fraction F sub 2 over F sub T .")[$"tan" #h(0.2em) θ_(2) = frac(F_(2), F_(T)) .$] The #math.equation(block: false, alt: "tan θ")[$"tan" #h(0.2em) θ$] is equal to the slope of a function at a point, which is equal to the partial derivative of #emph[y] with respect to #emph[x] at that point. Therefore, #math.equation(block: false, alt: "the fraction F sub 1 over F sub T")[$frac(F_(1), F_(T))$] is equal to the negative slope of the string at #math.equation(block: false, alt: "x sub 1")[$x_(1)$] and #math.equation(block: false, alt: "the fraction F sub 2 over F sub T")[$frac(F_(2), F_(T))$] is equal to the slope of the string at #math.equation(block: false, alt: "x sub 2 :")[$x_(2) :$] #math.equation(block: true, alt: "the fraction F sub 1 over F sub T equals − open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 1 and the fraction F sub 2 over F sub T equals open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 2 .")[$frac(F_(1), F_(T)) = "−" attach(( frac(∂ y, ∂ x) ), b: x_(1)) #h(0.2em) "and" #h(0.2em) frac(F_(2), F_(T)) = attach(( frac(∂ y, ∂ x) ), b: x_(2)) .$] The net force on the small mass element can be written as #math.equation(block: true, alt: "F sub net equals F sub 1 plus F sub 2 equals F sub T [ open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 2 minus open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 1 ] .")[$F_("net") = F_(1) + F_(2) = F_(T) [ attach(( frac(∂ y, ∂ x) ), b: x_(2)) − attach(( frac(∂ y, ∂ x) ), b: x_(1)) ] .$] Using Newton’s second law, the net force is equal to the mass times the acceleration. The linear density of the string #math.equation(block: false, alt: "μ")[$μ$] is the mass per length of the string, and the mass of the portion of the string is #math.equation(block: false, alt: "μ Δ x")[$μ "Δ" x$], #math.equation(block: true, alt: "F sub T [ open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 2 minus open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 1 ] equals Δ m a ,; F sub T [ open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 2 minus open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 1 ] equals μ Δ x the fraction ∂ squared y over ∂ t squared .")[$F_(T) [ attach(( frac(∂ y, ∂ x) ), b: x_(2)) − attach(( frac(∂ y, ∂ x) ), b: x_(1)) ] = "Δ" m a , \ F_(T) [ attach(( frac(∂ y, ∂ x) ), b: x_(2)) − attach(( frac(∂ y, ∂ x) ), b: x_(1)) ] = μ "Δ" x frac(∂^(2) y, ∂ t^(2)) .$] Dividing by #math.equation(block: false, alt: "F sub T Δ x")[$F_(T) "Δ" x$] and taking the limit as #math.equation(block: false, alt: "Δ x")[$"Δ" x$] approaches zero, #math.equation(block: true, alt: "the fraction [ open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 2 minus open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 1 ] over Δ x, equals, the fraction μ over F sub T the fraction ∂ squared y over ∂ t squared; lim Δ x → 0 the fraction [ open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 2 minus open parenthesis the fraction ∂ y over ∂ x close parenthesis sub x sub 1 ] over Δ x, equals, the fraction μ over F sub T the fraction ∂ squared y over ∂ t squared; the fraction ∂ squared y over ∂ x squared equals the fraction μ over F sub T the fraction ∂ squared y over ∂ t squared .")[$frac([ attach(( frac(∂ y, ∂ x) ), b: x_(2)) − attach(( frac(∂ y, ∂ x) ), b: x_(1)) ], "Δ" x) & = & frac(μ, F_(T)) #h(0.2em) frac(∂^(2) y, ∂ t^(2)) \ limits("lim")_("Δ" x → 0) frac([ attach(( frac(∂ y, ∂ x) ), b: x_(2)) − attach(( frac(∂ y, ∂ x) ), b: x_(1)) ], "Δ" x) & = & frac(μ, F_(T)) #h(0.2em) frac(∂^(2) y, ∂ t^(2)) \ frac(∂^(2) y, ∂ x^(2)) = frac(μ, F_(T)) #h(0.2em) frac(∂^(2) y, ∂ t^(2)) .$] Recall that the linear wave equation is #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)) .$] Therefore, #math.equation(block: true, alt: "the fraction 1 over v squared equals the fraction μ over F sub T .")[$frac(1, v^(2)) = frac(μ, F_(T)) .$] Solving for #emph[v], we see that the speed of the wave on a string depends on the tension and the linear density. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Speed of a Wave on a String Under Tension] The speed of a pulse or wave on a string under tension can be found with the equation #math.equation(block: true, alt: "| v | equals the square root of the fraction F sub T over μ")[$| v | = sqrt(frac(F_(T), μ))$] where #math.equation(block: false, alt: "F sub T")[$F_(T)$] is the tension in the string and #math.equation(block: false, alt: "μ")[$μ$] is the mass per length of the string. ] #examplebox("Example 1")[The Wave Speed of a Guitar String][ On a six-string guitar, the high E string has a linear density of #math.equation(block: false, alt: "μ sub High E equals 3.09 times 10 to the power −4 kg/m")[$μ_("High E") = 3.09 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "kg/m"$] and the low E string has a linear density of #math.equation(block: false, alt: "μ sub Low E equals 5.78 times 10 to the power −3 kg/m .")[$μ_("Low E") = 5.78 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "kg/m" .$] (a) If the high E string is plucked, producing a wave in the string, what is the speed of the wave if the tension of the string is 56.40 N? (b) The linear density of the low E string is approximately 20 times greater than that of the high E string. For waves to travel through the low E string at the same wave speed as the high E, would the tension need to be larger or smaller than the high E string? What would be the approximate tension? (c) Calculate the tension of the low E string needed for the same wave speed. Strategy + The speed of the wave can be found from the linear density and the tension #math.equation(block: false, alt: "v equals the square root of the fraction F sub T over μ .")[$v = sqrt(frac(F_(T), μ)) .$] + From the equation #math.equation(block: false, alt: "v equals the square root of the fraction F sub T over μ ,")[$v = sqrt(frac(F_(T), μ)) ,$] if the linear density is increased by a factor of almost 20, the tension would need to be increased by a factor of 20. + Knowing the velocity and the linear density, the velocity equation can be solved for the force of tension #math.equation(block: false, alt: "F sub T equals μ v squared .")[$F_(T) = μ v^(2) .$] Solution + Use the velocity equation to find the speed: #math.equation(block: true, alt: "v equals the square root of the fraction F sub T over μ equals the square root of the fraction 56.40 N over 3.09 times 10 to the power −4 kg/m equals 427.23 m/s .")[$v = sqrt(frac(F_(T), μ)) = sqrt(frac(56.40 #h(0.2em) "N", 3.09 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "kg/m")) = 427.23 #h(0.2em) "m/s" .$] + The tension would need to be increased by a factor of approximately 20. The tension would be slightly less than 1128 N. + Use the velocity equation to find the actual tension: #math.equation(block: true, alt: "F sub T equals μ v squared equals 5.78 times 10 to the power −3 kg / m open parenthesis 427.23 m/s close parenthesis squared equals 1055.00 N .")[$F_(T) = μ v^(2) = 5.78 #h(0.2em) × #h(0.2em) 10^(−3) "kg" "/" "m" attach(( 427.23 #h(0.2em) "m/s" ), t: 2) = 1055.00 #h(0.2em) "N" .$] This solution is within #math.equation(block: false, alt: "7 %")[$7 "%"$] of the approximation. Significance The standard notes of the six string (high E, B, G, D, A, low E) are tuned to vibrate at the fundamental frequencies (329.63 Hz, 246.94Hz, 196.00Hz, 146.83Hz, 110.00Hz, and 82.41Hz) when plucked. The frequencies depend on the speed of the waves on the string and the wavelength of the waves. The six strings have different linear densities and are “tuned” by changing the tensions in the strings. We will see in Interference of Waves that the wavelength depends on the length of the strings and the boundary conditions. To play notes other than the fundamental notes, the lengths of the strings are changed by pressing down on the strings. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ The wave speed of a wave on a string depends on the tension and the linear mass density. If the tension is doubled, what happens to the speed of the waves on the string? #solutionbox[ Since the speed of a wave on a taunt string is proportional to the square root of the tension divided by the linear density, the wave speed would increase by #math.equation(block: false, alt: "the square root of 2 .")[$sqrt(2) .$] ] ] === Speed of Compression Waves in a Fluid The speed of a wave on a string depends on the square root of the tension divided by the mass per length, the linear density. In general, the speed of a wave through a medium depends on the elastic property of the medium and the inertial property of the medium. #math.equation(block: true, alt: "| v | equals the square root of the fraction elastic property over inertial property")[$| v | = sqrt(frac("elastic property", "inertial property"))$] The elastic property describes the tendency of the particles of the medium to return to their initial position when perturbed. The inertial property describes the tendency of the particle to resist changes in velocity. The speed of a longitudinal wave through a liquid or gas depends on the density of the fluid and the bulk modulus of the fluid, #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v equals the square root of the fraction Β over ρ .")[$v = sqrt(frac(Β, ρ)) .$] ] Here the bulk modulus is defined as #math.equation(block: false, alt: "Β equals minus the fraction Δ P over the fraction Δ V over V sub 0 ,")[$Β = − frac("Δ" P, frac("Δ" V, V_(0))) ,$] where #math.equation(block: false, alt: "Δ P")[$"Δ" P$] is the change in the pressure and the denominator is the ratio of the change in volume to the initial volume, and #math.equation(block: false, alt: "ρ ≡ the fraction m over V")[$ρ ≡ frac(m, V)$] is the mass per unit volume. For example, sound is a mechanical wave that travels through a fluid or a solid. The speed of sound in air with an atmospheric pressure of #math.equation(block: false, alt: "1.013 times 10 to the power 5 Pa")[$1.013 #h(0.2em) × #h(0.2em) 10^(5) #h(0.2em) "Pa"$] and a temperature of #math.equation(block: false, alt: "20 ° C")[$20 "°" "C"$] is #math.equation(block: false, alt: "v sub s approximately equals 343.00 m/s .")[$v_("s") ≈ 343.00 #h(0.2em) "m/s" .$] Because the density depends on temperature, the speed of sound in air depends on the temperature of the air. This will be discussed in detail in Sound. === Summary - The speed of a wave on a string depends on the linear density of the string and the tension in the string. The linear density is mass per unit length of the string. - In general, the speed of a wave depends on the square root of the ratio of the elastic property to the inertial property of the medium. - The speed of a wave through a fluid is equal to the square root of the ratio of the bulk modulus of the fluid to the density of the fluid. - The speed of sound through air at #math.equation(block: false, alt: "T equals 20 ° C")[$T = 20 "°" "C"$] is approximately #math.equation(block: false, alt: "v sub s equals 343.00 m/s .")[$v_("s") = 343.00 #h(0.2em) "m/s" .$] === Conceptual Questions If the tension in a string were increased by a factor of four, by what factor would the wave speed of a wave on the string increase? #solutionbox[ The wave speed is proportional to the square root of the tension, so the speed is doubled. ] Does a sound wave move faster in seawater or fresh water, if both the sea water and fresh water are at the same temperature and the sound wave moves near the surface? #math.equation(block: false, alt: "open parenthesis ρ sub w approximately equals 1000 the fraction kg over m cubed , ρ sub s approximately equals 1030 the fraction kg over m cubed , B sub w equals 2.15 times 10 to the power 9")[$\( ρ_("w") ≈ 1000 frac("kg", "m"^(3)) , ρ_("s") ≈ 1030 frac("kg", "m"^(3)) , B_("w") = 2.15 #h(0.2em) × #h(0.2em) 10^(9)$] #linebreak() #math.equation(block: false, alt: "Pa , B sub s equals 2.34 times 10 to the power 9 Pa close parenthesis")[$"Pa" , #h(0.2em) B_("s") = 2.34 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "Pa" \)$] Guitars have strings of different linear mass density. If the lowest density string and the highest density string are under the same tension, which string would support waves with the higher wave speed? #solutionbox[ Since the speed of a wave on a string is inversely proportional to the square root of the linear mass density, the speed would be higher in the low linear mass density of the string. ] Shown below are three waves that were sent down a string at different times. The tension in the string remains constant. (a) Rank the waves from the smallest wavelength to the largest wavelength. (b) Rank the waves from the lowest frequency to the highest frequency. #figure(figph[Figure shows three waves labeled A, B and C on the same graph. All have their equilibrium positions on the x axis. Wave A has amplitude of 4 units. It has crests at x = 1.5 and x = 7.5. Wave B has amplitude of 3 units. It has a crest at x = 2 and a trough at x = 6. Wave C has amplitude of 2 units. It has crests at x = 1 and x = 5.], alt: "Figure shows three waves labeled A, B and C on the same graph. All have their equilibrium positions on the x axis. Wave A has amplitude of 4 units. It has crests at x = 1.5 and x = 7.5. Wave B has amplitude of 3 units. It has a crest at x = 2 and a trough at x = 6. Wave C has amplitude of 2 units. It has crests at x = 1 and x = 5.", caption: none) Electrical power lines connected by two utility poles are sometimes heard to hum when driven into oscillation by the wind. The speed of the waves on the power lines depend on the tension. What provides the tension in the power lines? #solutionbox[ The tension in the wire is due to the weight of the electrical power cable. ] Two strings, one with a low mass density and one with a high linear density are spliced together. The higher density end is tied to a lab post and a student holds the free end of the low-mass density string. The student gives the string a flip and sends a pulse down the strings. If the tension is the same in both strings, does the pulse travel at the same wave velocity in both strings? If not, where does it travel faster, in the low density string or the high density string? === Problems Transverse waves are sent along a 5.00-m-long string with a speed of 30.00 m/s. The string is under a tension of 10.00 N. What is the mass of the string? A copper wire has a density of #math.equation(block: false, alt: "ρ equals 8920 kg/m cubed ,")[$ρ = 8920 #h(0.2em) "kg/m"^(3) ,$] a radius of 1.20 mm, and a length #emph[L]. The wire is held under a tension of 10.00 N. Transverse waves are sent down the wire. (a) What is the linear mass density of the wire? (b) What is the speed of the waves through the wire? #solutionbox[ a. #math.equation(block: false, alt: "μ equals 0.040 kg/m;")[$μ = 0.040 #h(0.2em) "kg/m;"$] b. #math.equation(block: false, alt: "v equals 15.75 m/s")[$v = 15.75 #h(0.2em) "m/s"$] ] A piano wire has a linear mass density of #math.equation(block: false, alt: "μ equals 4.95 times 10 to the power −3 kg/m .")[$μ = 4.95 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "kg/m" .$] Under what tension must the string be kept to produce waves with a wave speed of 500.00 m/s? A string with a linear mass density of #math.equation(block: false, alt: "μ equals 0.0060 kg/m")[$μ = 0.0060 #h(0.2em) "kg/m"$] is tied to the ceiling. A 20-kg mass is tied to the free end of the string. The string is plucked, sending a pulse down the string. Estimate the speed of the pulse as it moves down the string. #solutionbox[ #math.equation(block: true, alt: "v equals 180 m/s")[$v = 180 #h(0.2em) "m/s"$] ] A cord has a linear mass density of #math.equation(block: false, alt: "μ equals 0.0075 kg/m")[$μ = 0.0075 #h(0.2em) "kg/m"$] and a length of three meters. The cord is plucked and it takes 0.20 s for the pulse to reach the end of the string. What is the tension of the string? A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string? #solutionbox[ #math.equation(block: true, alt: "v equals 547.723 m/s , Δ t equals 5.48 ms")[$v = 547.723 #h(0.2em) "m/s" , #h(0.2em) "Δ" t = 5.48 #h(0.2em) "ms"$] ] Two strings are attached to poles, however the first string is twice as long as the second. If both strings have the same tension and mu, what is the ratio of the speed of the pulse of the wave from the first string to the second string? Two strings are attached to poles, however the first string is twice the linear mass density mu of the second. If both strings have the same tension, what is the ratio of the speed of the pulse of the wave from the first string to the second string? #solutionbox[ 0.707 ] Transverse waves travel through a string where the tension equals 7.00 N with a speed of 20.00 m/s. What tension would be required for a wave speed of 25.00 m/s? Two strings are attached between two poles separated by a distance of 2.00 m as shown below, both under the same tension of 600.00 N. String 1 has a linear density of #math.equation(block: false, alt: "μ sub 1 equals 0.0025 kg/m")[$μ_(1) = 0.0025 #h(0.2em) "kg/m"$] and string 2 has a linear mass density of #math.equation(block: false, alt: "μ sub 2 equals 0.0035 kg/m .")[$μ_(2) = 0.0035 #h(0.2em) "kg/m" .$] Transverse wave pulses are generated simultaneously at opposite ends of the strings. How much time passes before the pulses pass one another? #figure(figph[Figure shows two strings attached between two poles. A wave propagates from left to right in the top string with velocity v subscript w1. A wave propagates from right to left in the bottom string with velocity v subscript w2.], alt: "Figure shows two strings attached between two poles. A wave propagates from left to right in the top string with velocity v subscript w1. A wave propagates from right to left in the bottom string with velocity v subscript w2.", caption: none) #solutionbox[ #math.equation(block: true, alt: "v sub 1 t plus v sub 2 t equals 2.00 m , t equals 2.21 ms")[$v_(1) t + v_(2) t = 2.00 #h(0.2em) "m" , #h(0.2em) t = 2.21 #h(0.2em) "ms"$] ] Two strings are attached between two poles separated by a distance of 2.00 meters as shown in the preceding figure, both strings have a linear density of #math.equation(block: false, alt: "μ sub 1 equals 0.0025 kg/m ,")[$μ_(1) = 0.0025 #h(0.2em) "kg/m" ,$] the tension in string 1 is 600.00 N and the tension in string 2 is 700.00 N. Transverse wave pulses are generated simultaneously at opposite ends of the strings. How much time passes before the pulses pass one another? The note #math.equation(block: false, alt: "E sub 4")[$E_(4)$] is played on a piano and has a frequency of #math.equation(block: false, alt: "f equals 393.88 .")[$f = 393.88 .$] If the linear mass density of this string of the piano is #math.equation(block: false, alt: "μ equals 0.012 kg/m")[$μ = 0.012 #h(0.2em) "kg/m"$] and the string is under a tension of 1000.00 N, what is the speed of the wave on the string and the wavelength of the wave? #solutionbox[ #math.equation(block: true, alt: "v equals 288.68 m/s , λ equals 0.73 m")[$v = 288.68 #h(0.2em) "m/s" , #h(0.2em) λ = 0.73 #h(0.2em) "m"$] ] Two transverse waves travel through a taut string. The speed of each wave is #math.equation(block: false, alt: "v equals 30.00 m/s .")[$v = 30.00 #h(0.2em) "m/s" .$] A plot of the vertical position as a function of the horizontal position is shown below for the time #math.equation(block: false, alt: "t equals 0.00 s .")[$t = 0.00 #h(0.2em) "s" .$] (a) What is the wavelength of each wave? (b) What is the frequency of each wave? (c) What is the maximum vertical speed of each string? #figure(figph[Two transverse waves are shown on a graph. The first one is labeled y1 parentheses x, t. Its y value varies from -3 m to 3 m. It has crests at x equal to 5 m and 15 m. The second wave is labeled y2 parentheses x, t. Its y value varies from -2 to 2. It has crests at x equal to 3 m, 9 m and 15 m.], alt: "Two transverse waves are shown on a graph. The first one is labeled y1 parentheses x, t. Its y value varies from -3 m to 3 m. It has crests at x equal to 5 m and 15 m. The second wave is labeled y2 parentheses x, t. Its y value varies from -2 to 2. It has crests at x equal to 3 m, 9 m and 15 m.", caption: none) A sinusoidal wave travels down a taut, horizontal string with a linear mass density of #math.equation(block: false, alt: "μ equals 0.060 kg/m")[$μ = 0.060 #h(0.2em) "kg/m"$]. The maximum vertical speed of the wave is #math.equation(block: false, alt: "v sub y max equals 0.30 cm/s .")[$v_(y #h(0.2em) "max") = 0.30 #h(0.2em) "cm/s" .$] The wave is modeled with the wave equation #math.equation(block: false, alt: "y open parenthesis x , t close parenthesis equals A sin open parenthesis 6.00 m to the power −1 x minus 24.00 s to the power −1 t close parenthesis .")[$y ( x , t ) = A #h(0.2em) "sin" ( 6.00 #h(0.2em) "m"^(−1) x − 24.00 #h(0.2em) "s"^(−1) t ) .$] (a) What is the amplitude of the wave? (b) What is the tension in the string? #solutionbox[ a. #math.equation(block: false, alt: "A equals 0.0125 cm;")[$A = 0.0125 #h(0.2em) "cm;"$] b. #math.equation(block: false, alt: "F sub T equals 0.96 N")[$F_(T) = 0.96 #h(0.2em) "N"$] ] The speed of a transverse wave on a string is #math.equation(block: false, alt: "v equals 60.00 m/s")[$v = 60.00 #h(0.2em) "m/s"$] and the tension in the string is #math.equation(block: false, alt: "F sub T equals 100.00 N")[$F_(T) = 100.00 #h(0.2em) "N"$]. What must the tension be to increase the speed of the wave to #math.equation(block: false, alt: "v equals 120.00 m/s?")[$v = 120.00 #h(0.2em) "m/s?"$]