[Physics] Depth of a well

free fallhomework-and-exerciseskinematicsnewtonian-mechanics

A climber wants to know the depth of a well. He drops a rock and 4 seconds later he hears a noise. The speed of sound is 340 m/s.

Okay, so

$ t= 4s $

But t has 2 parts,

$ t = t_1 + t_2 $

Because there is a time when the object is hitting the bottom of the well, and then another time which is sound going back to his ear.

I used formula:

$\Delta x = V_{ox} t + (1/2)a_x t^2 $

to get height in terms of $t_1$,

So he dropped the object from the top, its initial velocity = 0

thus I'm left with

$H_{t1} = (1/2)(9.8m/s^2)(t_1^2)$

$H_{t1} = (4.9m/s^2)(t_1^2)$

Then I set up another equation for height. The reason I'm doing this is to set my two height equations = to each other and isolate my $t_1$ variable because I need it to complete my problem

The reason I used 1360m – 340 m/s * $t_1$ is because 4 seconds times 340 m/s is = to 1360, and im subtracting one of the times multiplied by the speed of sound to get the height of the well.

$H_{t2} = 1360 m – (340m/s \times t_1) $

Okay so here is my first question:

Is everything that I'm doing right now making sense? I'm not asking if this is the most efficient way to do it, I'm asking is my method right now sound, because this is what I would do on a test…

Anyways, I set the equations =

$t_1 = 4s – t_2 $

$(4.9m/s^2)(4s – t_2)^2 = 1360 m – (340m/s \times t_1) $

$(4.9m/s^2) \times (16s^2 -8s (t_2) + (t_2)^2) $ = $1360 m – (340m/s \times t_1) $

$78m – 39\frac ms(t_2) + 4.9 \frac m{s^2}(t_2)^2 = 1360 m – (340m/s \times t_1) $

$1360 m – (340m/s \times t_1) = 78m – 39\frac ms(t_2) + 4.9 \frac m{s^2}(t_2)^2 $

$1360m – (340 \frac ms \times (4s-t_2)) = 78m – 39\frac ms(t_2) + 4.9 \frac m{s^2}(t_2)^2 $

$1360m – (1360m – 340\frac ms t_2) = 78m – 39\frac ms(t_2) + 4.9 \frac m{s^2}(t_2)^2 $

$-340\frac ms t_2 = 78m – 39\frac ms(t_2) + 4.9 \frac m{s^2}(t_2)^2 $

$ 0 = 78m + 301\frac ms(t_2) + 4.9 \frac m{s^2}(t_2)^2 $

using quadratic equation I solve and get $t_2 = -.26$, but I use the absolute value here and get $t_2 = .26 $

Now I find that $t_1 = 3.74 seconds $

and use $V_x = a_x t $ because initial velocity was zero and get$ V_x = 36.7$

now finally to get height I use $\Delta x = (1/2)(V_x)t $ again $V_ox$ = 0 so I don't count it and get

$height of well = 68.6 meters$

What did I do wrong though? Does my method seem sound for everyone reading? I think I did this problem perfectly fine but according to:

http://answers.yahoo.com/question/index?qid=20110220154829AAH4NvU

the answer is 70.48 m.

Did maybe I just have a calculation error but my method was correct? On a test do you think a teacher would still give me credit if I was only off by 1.88 meters? Can anyone please help because this problem is driving me crazy.

Best Answer

By the time you're putting this much effort into a problem, you should solve it algebraically, then plug in your values at the end. That allows you to sanity-check your answer by finding the limiting behavior and dimensional analysis.

For example, what if the speed of light goes to infinity? Then the calculated height should just be $c \cdot t$, where $c$ is the speed of sound, and $t$ is the time delay for the noise. Does your equation give you that for $c\rightarrow \infty$? What if $g \rightarrow \infty$? Do all the terms in your expression for $h$ have units of length? If not, go back and find the mistake.

Solving problems algebraically can also lead to lots of interesting insights about the problem that you won't get if you just mess around with numbers the whole time. It also prevents inaccuracies due to compounding rounding errors.

Here's how I'd start:

$$h = \frac 1 2 g t_A^2$$ $$h = c t_B$$ $$t = t_A + t_B$$

Solve for $h$, and don't plug in a single number until you have a simplified algebraic expression for $h$

Related Question