How much height does a bouncing ball lose after its first bounce?

AI Thread Summary
The height a bouncing ball reaches after its first bounce depends on various factors, including the ball's material, the surface it's dropped on, and aerodynamic drag. In ideal conditions, a perfectly elastic ball on a solid surface would bounce back to its original height, but such conditions are unrealistic. Real-world estimates suggest that a golf ball might bounce back to 50-60m, a solid rubber ball to about 70m, and a volleyball to 10-20m after being dropped from 100m. Subsequent bounces will consistently lose the same proportion of height, exemplified by a tennis ball that bounces to half its height on the first bounce and continues to decrease. Understanding these dynamics is crucial for designing realistic game mechanics.
petwoip
Messages
3
Reaction score
0
On earth, if I drop a ball from a building height 100m, what will be the maximum height of the ball after its first bounce? Note: This is not a homework question, I am trying to design a game and I want it to be as accurate as possible.
 
Physics news on Phys.org
Depends on the material of the ball and the surface you're dropping it on.
 
Also depends on aerodynamic drag.
 
Given the information you have provided(none) who is to say that the ball will even bounce?
 
Nabeshin said:
Depends on the material of the ball and the surface you're dropping it on.
Just to provide the true range - the answer could literally be anything between zero and 99+m.
 
If the ball has perfect elasticity (theoretical), the ground is perfectly solid, and there is no atmosphere, it will bounce forever back to the same height, correct me if I am wrong.

In reality of course these conditions can never occur and the answer depends on the degree of the above-mentioned factors.
 
Consider what you know of real world materials and interaction, because I did a brief search attempting to find a table (similar to friction tables?) of relative elasticity values but didn't find anything.

If it's something like a golf ball on concrete, maybe give it 50-60m?
A solid, rubber ball (lacrosse) maybe 70 or so?
A volleyball, maybe 10-20m?

As long as you have a general idea of what the two surfaces are, you should be able to come up with a reasonable estimate that won't look too outrageous. Just test it out and see if it looks normal to you. Humans have a pretty good ability to recognize when something "shouldn't be happening".
 
For official tennis balls dropped form 100" they must bounce between 53-58"

I once built a computer vision rig to allow a company to check them.
They take samples from the production line for normal bals, but those for competitions are all checked individually.
 
Thanks for all the messages. I never realized all the different factors that could affect bounce height. I think I'll stick with the tennis ball - style bounce, because that would look the best.
 
  • #10
Remember that on subseqent bounces the ball losses the same proportion of it's height. So if a tennis ball bounces form 100" back to 50" on the first bounce (50%) it will bounce to 25" on the next, 12.5" on the next and so on.
 
Back
Top