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:
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
I was thinking using 2 purple mattress samples, and taping them together, I do want other ideas though, the main guidelines are; Must have a volume LESS than 1600 cubic centimeters, and CAN'T exceed 25 cm in ANY direction. Must be LESS than 1 kg. NO parachutes. NO glue or Tape can touch the egg. MUST be able to take egg out in less than 1 minute. Grade A large eggs will be used.
Back
Top