solved a ball is dropped from the top of a tower 100 meter high. simultaneously another ball is thrown upwards from ground with a speed of 50 m/s . after what time do they cross each other.

h1 = -1/2 g t^2 + 100

h2 = -1/2 g t^2 + 50 t

the balls cross when h1 equals h2

looks like 2 sec

question cant be solved untill its is clear whether its a free falling case or not.

To determine the time at which the two balls cross each other, let's first calculate the time it takes for each ball to reach the crossing point.

For the ball dropped from the top of the tower, we can calculate the time it takes for it to fall to the ground using the equation:

h = (1/2) * g * t^2

where:
h = height (100 meters)
g = acceleration due to gravity (9.8 m/s^2)
t = time

Rearranging the equation to solve for time (t), we have:

t^2 = (2 * h) / g

Substituting the values, we get:

t^2 = (2 * 100) / 9.8
t^2 = 20.408
t ≈ 4.516 seconds

So the ball dropped from the top of the tower will take approximately 4.516 seconds to reach the ground.

For the ball thrown upwards from the ground, we can calculate the time it takes to reach the same height as the dropped ball. Let's use the equation:

h = v_initial * t + (1/2) * a * t^2

where:
h = height (100 meters)
v_initial = initial velocity (50 m/s)
a = acceleration (acceleration due to gravity, -9.8 m/s^2, as it's acting in the opposite direction)
t = time

Since both balls will be at the same height when they cross, we set h equal to 100 meters:

100 = (50 * t) + (1/2) * (-9.8) * t^2

Rearranging the equation, we have a quadratic equation:

4.9 * t^2 - 50 * t + 100 = 0

Solving this quadratic equation using the quadratic formula:

t = (-b ± √(b^2 - 4ac)) / (2a)

where:
a = 4.9
b = -50
c = 100

We get two possibilities for time, due to the ± in the quadratic formula:

t = (-(-50) ± √((-50)^2 - 4 * 4.9 * 100)) / (2 * 4.9)
t = (50 ± √(2500 - 1960)) / 9.8
t = (50 ± √540) / 9.8

Simplifying further:

t ≈ (50 ± 23.237) / 9.8

Calculating both possibilities:

t ≈ (50 + 23.237) / 9.8 ≈ 7.556 seconds
t ≈ (50 - 23.237) / 9.8 ≈ 2.927 seconds

Therefore, the two balls cross each other after approximately 2.927 seconds.