[Physics] How to solve for time without knowing the vertical velocity

homework-and-exerciseskinematicsnewtonian-mechanicsprojectile

A guy posted this problem on a forum:

There is a bird sitting on a pole of height h. you throw a rock at it and the moment the rock leaves your hand the bird starts flying horizontally away from you at 10m/s, the rock passes the point where the bird was when you threw it and then reaches twice the height of the pole. on its descent it touches the bird. what is the horizontal velocity of your rock.

Promise it's not homework. How would you solve it? This is what I've done so far:

Let's say were a distance $d$ away from the pole, and that the bird travels distance $x$ before we hit it. Then if $v_h$ is the horizontal velocity, we know that $d + x = v_ht_h$, and that $x = 10t_h$.

The problem is a bit vague but we can assume that $2h$ is the vertical peak of the projectile. Then, we have that $2h = v_vt_{up} – (1/2)gt_{up}^2$. The rock will travel down $h$ before it hits the bird, so another equation is $h = (1/2)gt_{down}^2$. Finally we have that $t_{up} + t_{down} = t_h$.

So $t_{down} = \sqrt{h/(4.9)}$. I'm not sure how to solve for $t_{up}$, especially because we don't know that the vertical component of velocity is. Any help would be appreciated!

Best Answer

You do know what the vertical component of the velocity is, because you know how high it got. You can do this in two obvious ways, but I prefer energy conservation. As you threw the rock, it's energy was entirely kinetic: $E_0 = \frac{1}{2} m v_v^2 + \frac{1}{2} m v_h^2$. At its peak, the energy was partly potential, with a kinetic contribution just from $v_h$: $E_\mathrm{p} = m g (2 h)+ \frac{1}{2} m v_h^2$. Energy conservation tells us that these are equal, so $v_v = \sqrt{2 g (2 h)} = 2\sqrt{gh}$.

Using this information, you'll be able to solve for the amount of time $t_1$ it took the rock to go up to $h$ the first time, and the amount of time $t_2$ it took to peak and come back down to $h$. Now, $t_2$ is the amount of time the bird had to fly before getting "touched" by the rock. Since you know its velocity, you know the horizontal distance between the top of the pole and the contact point. Of course, ($t_2-t_1$) is the amount of time the rock had to travel between the top of the pole and the bird. You now know the horizontal distance and the time, so you can figure out the horizontal velocity.

I won't fill in all the details since you seem to be happy solving the rest on your own. If you're still stuck, just ask.