Wednesday, June 13, 2012

Speed of Sound

In class demonstration of a "woohoo" tube by professor Mason.

With a sealed one end, the tube was quickly spun and the sound it emitted was recorded on Logger Pro.



Since one end is sealed, the resulting sound is made by a harmonic wave, which is a wave that is a multiple of a fundamental wave.

w1=3859

w2=5068

>> properror(f,[w],[3859],[1])
ans =
    [     614.1789]    '+/-'    [0.1592]
    'Percent Error'    '+/-'    [0.0259]

>> properror(f,[w],[5068],[1])
ans =
    [     806.5973]    '+/-'    [0.1592]
    'Percent Error'    '+/-'    [0.0197]

n=3
v=344 m/s
lambda=f/v

lambda = 1.78
lambda2 = 2.34

L=n*lambda/2

L=2.67m

No comments:

Post a Comment