A ball is allowed to fall from the top of the tower 200m high. At the same instant another ball is thrown vertically upwards from the bottom of the tower with velocity of 40m/s. When and where the two balls meet?

ball1:

h=200-4.8t^2
ball2:
h=40*t-4.8t^2

subtract the equations.
0=200-40t
t= 5 seconds
where? h=200-4.8*5^2

Time=5 seconds & Height=77.5 meters.

To determine when and where the two balls meet, let's first analyze their individual motions.

- The ball falling from the top of the tower experiences free fall, so we can use kinematic equations to find its time and position.
- The ball thrown vertically upwards will also follow a parabolic trajectory. However, since it starts from the bottom of the tower, we need to consider both its upward and downward motion.

1. Calculate the time it takes for the falling ball to reach the ground:
Using the equation for free fall motion:
h = (1/2)gt^2, where h is the height, g is the acceleration due to gravity (approximately 9.8 m/s^2), and t is the time.

Plugging in the given values:
200 = (1/2) * 9.8 * t^2
t^2 = 200 * 2 / 9.8
t^2 ≈ 40.82
t ≈ √40.82
t ≈ 6.4 seconds

So, it takes approximately 6.4 seconds for the ball to fall from the top of the tower.

2. Determine the maximum height and time reached by the ball thrown upwards:
Using the kinematic equation for vertical motion:
v = u + gt, where v is the final velocity, u is the initial velocity, g is the acceleration due to gravity, and t is the time.

Since the ball is thrown vertically upwards, the final velocity when it reaches its peak will be 0 m/s:
0 = 40 - 9.8 * t_max
t_max = 40 / 9.8
t_max ≈ 4.08 seconds

The ball reaches its maximum height at approximately 4.08 seconds. To find the maximum height (h_max), we can use the equation:
v^2 = u^2 - 2gh, where v is the final velocity, u is the initial velocity, g is the acceleration due to gravity, and h is the height.

Plugging in the values:
0^2 = 40^2 - 2 * 9.8 * h_max
0 = 1600 - 19.6h_max
19.6h_max = 1600
h_max ≈ 81.63 meters

Therefore, the ball reaches a maximum height of approximately 81.63 meters at around 4.08 seconds.

3. Determine the meeting time and height:
The two balls will meet when the height of the falling ball and the descending ball are the same. To find the time (t_meet) and height (h_meet), we'll equate the equations for their respective motions.

For the falling ball:
h_fall = (1/2) * 9.8 * t_meet^2

For the upward thrown ball:
h_throw = 81.63 - 40 * t_meet + (1/2) * 9.8 * t_meet^2

Setting h_fall equal to h_throw:
(1/2) * 9.8 * t_meet^2 = 81.63 - 40 * t_meet + (1/2) * 9.8 * t_meet^2

Simplifying and rearranging the equation:
40 * t_meet = 81.63
t_meet = 81.63 / 40
t_meet ≈ 2.04 seconds

The two balls meet approximately 2.04 seconds after the ball is thrown upwards.

To find the height at which they meet (h_meet), substitute the value of t_meet into either equation:
h_meet = (1/2) * 9.8 * (2.04)^2
h_meet ≈ 20.02 meters

Therefore, the two balls meet approximately 2.04 seconds after the ball is thrown upwards at a height of approximately 20.02 meters above the ground.