Skip to content

ozlemekici/bouncing_ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bouncing Ball

Physical calculations with bouncing ball
A ball is dropped from a height of h = 30 m and a weight of m = 1 kg. Every time the ball hits the ground, 1/4 of its mechanical energy goes to friction (ie E_i = 3/4E_(i-1)) during its ith movement.

Plotting Position-Time, Velocity-Time, and Acceleration-Time graphs.

Jupyter Notebook and Python files are available.