How to Calculate the Bounces of a Bouncy Ball

  • Thread starter Thread starter oobercharge
  • Start date Start date
  • Tags Tags
    Ball
AI Thread Summary
To calculate the height of a bouncy ball's bounce, consider the mass, height, and gravity, but also note that the coefficient of restitution is crucial for accurate results. Without additional factors, a ball will theoretically bounce back to its original height indefinitely. For practical experimentation, users are advised to bounce a ball on a surface and record the maximum height after each bounce to gather data. This method allows for data fitting to refine the calculations. Understanding these principles will aid in developing the code needed for the project.
oobercharge
Messages
1
Reaction score
0
Homework Statement
If I were to say M was mass, H was height, and G was gravity, what equation could I plug those variables into to get how high and how many times a ball would bounce after being dropped.
Relevant Equations
Mass, Gravity, and Height of ball being dropped
For school I'm trying to write some code to calculate the height of how high a ball would bounce given its mass, height, and the gravity of where it was dropped. I know there are more variables to consider, like wind resistance and the surface it was dropped on, but for now I'm trying to keep it simple.
"If I were to say M was mass, H was height, and G was gravity, what equation could I plug those variables into to get how high and how many times a ball would bounce after being dropped."
Sorry if any of this seems unclear, I know almost nothing about physics but I need to figure this out for my computer science class.
 
Physics news on Phys.org
Without additional assumptions the ball will bounce back to its original height indefinitely.
 
Look up coefficient of restitution.
 
Why not get yourself a bouncy ball, bounce it off the floor with some kind of scale behind it and take a video. You can estimate the maximum height after each bounce and then write the code to describe the motion. It's called data fitting. As a @harusex PF user @haruspex suggested, look up coefficient of restitution.
 
Last edited:
kuruman said:
As a @harusex
Something else on your mind?
 
haruspex said:
Something else on your mind?
Oooops, just one of them Freudian slips. :blushing:
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'A bead-mass oscillatory system problem'
I can't figure out how to find the velocity of the particle at 37 degrees. Basically the bead moves with velocity towards right let's call it v1. The particle moves with some velocity v2. In frame of the bead, the particle is performing circular motion. So v of particle wrt bead would be perpendicular to the string. But how would I find the velocity of particle in ground frame? I tried using vectors to figure it out and the angle is coming out to be extremely long. One equation is by work...
Back
Top