PDA

View Full Version : Waves & Sound: How deep is your well?


internetimothy
Nov20-04, 04:53 PM
I'm working on a problem for my Grade 11 class.

A stone is dropped down a well, and, 16 seconds later, the sound of it splashing into the water is heard by people at ground level. The temperature in the well is 10 degress celsius.

I'm asked to find the depth of the well. So, what I've done so far is this...

I've said the change in time for the falling rock will be 'y' and the change in time for the sound travelling back up will be '16 - y'. The distance from the top of the well to the point of impact (source of the sound) is 'x'. Given negligible air resistance and whatnot, a = g. The speed of the sound returning up the well will be 332 m/s + 0.6 (10 degrees C), or 338 m/s.

I've taken my kinematics equations, and said that, for the falling rock, x = 1/2gy^2, and for the sound travelling up, x = 338 m/s * (16-y). I've set the two equal, but I can't do anything past this point. For some reason, I can't remember the algebraic ... uh, stuff.. that I'd need to do this. I'm thinking I should convert what I have to a quadratic (a + b -c = 0?) and then use the quadratic equation, but I can't remember how to do that.

Thanks in advance.

vsage
Nov20-04, 05:07 PM
1/2*9.8*y^2 = 338(16-y) is what you have. Converting to ay^2 + by + c = 0 shouldn't be too bad: Just distribute the 338 on the right hand side and subtract it over to the left hand side.

Integral
Nov20-04, 05:28 PM
Looks like you have done the hard part correctly, this getting the correct relationships. I am surprised that you can't finish the simple algebra!
You have:
x = \frac {gy^2} 2 = v_s ( 16-y)
( vs is the speed of sound )
so now all you need do is assemble the pieces to get the standard from of a quadratic.
First distribute vs across the RHS (Right Hand Side)

x = \frac {gy^2} 2 = v_s 16- v_s y
Now add
x = -(v_s 16-v_s y)

to each side, to get,



\frac {gy^2} 2 + v_s y - 16 v_s = 0

Now for a refresher

if you have a quadratic

ax^2 + bx +c =0
The roots are:

x = \frac { -b \pm \sqrt{b^2 - 4 ac}} 2a

Can you complete your problem now?

internetimothy
Nov20-04, 05:33 PM
Mmm..awesome. Yeah, I can do this now. Thanks!

Physics is Phun
Nov21-04, 07:47 AM
just to be clear once you have the change in time for the falling rock you can the put that time into d= at^2/2 correct? just for future reference, what is the correct answer?

Sirus
Nov21-04, 11:16 AM
The roots are:

x = \frac { -b \pm \sqrt{b^2 - 4 ac}} 2a

Just to avoid any confusion, I believe you meant the a to be in the denominator as well.

Integral
Nov22-04, 04:38 PM
Sirus,

As you well know you are correct! Unfortunately, it is now to late to fix the error so it must stay as is.