DeldotB
- 117
- 8
Homework Statement
Hello!
A ball is dropped and falls to the floor (no horizontal velocity). It hits the floor and bounces with inelastic collisions. The velocity after each bounce is \mu times the velocity of the previous bounce (here \mu is the constant of restitution). The velocity of the first bounce is just v_0. Find the time it takes for the ball to stop bouncing.
Homework Equations
Newtons Laws
The Attempt at a Solution
Well:
I know this will turn into a convergent geometric series. I am just trying to find what that series will look like.
using the formula h=x_0+v_0t+1/2at^2 its easy to see that the time it takes for the ball to reach the ground is:
h=1/2gt^2 so t=\sqrt{2h/g}.
Using energy I also have: mgh=1/2mv_0^2 so gh=1/2v_0^2
Time for the next bounce: well, the ball now has an upward velocity of \mu v_0 and the height of the first bounce is h'=\mu v_0t-1/2gt^2.
I realize this is a simple problem but for some reason I'm not seeing it. If I solve this equation for time, (using quadratic formula) the resulting series for the times t=t_1+t_2+... isn't geometric and actually quite complicated. Is my approach right?