An object is released from rest at an unknown height h above the ground. One second

later a second object is released from rest at the same height. When the first object strikes
the ground, the second is 20 m above the ground. What is the initial height h?

If the first object takes t seconds to hit,

h - 4.9t^2 = 0
t = √(h/4.9)

the second object is thus

h-4.9(t-1)^2 = 20
h = 31.63 m

To solve this problem, we can apply the equations of motion for objects in free fall.

Let's assume the time taken for the first object to hit the ground is t seconds from the moment it was released.

For the first object:
- Initial velocity, u_1 = 0 m/s (released from rest)
- Final velocity, v_1 = unknown (will be used to calculate time)
- Acceleration, a = 9.8 m/s^2 (due to gravity)
- Distance traveled, s_1 = unknown (will be used to calculate time)

Using the equation v = u + at, we can find the time taken by the first object to hit the ground:
v_1 = u_1 + a*t
0 = 0 + 9.8*t
t = 0 seconds

Since the time is zero, the first object hits the ground instantly.

Now, let's find the time taken by the second object to reach a height of 20 m above the ground:
For the second object:
- Initial velocity, u_2 = 0 m/s (released from rest)
- Final velocity, v_2 = 0 m/s (reached 20 m above ground and then stopped)
- Acceleration, a = 9.8 m/s^2 (due to gravity)
- Distance traveled, s_2 = 20 m

Using the equation s = u*t + (1/2)*a*t^2, we can find the time taken by the second object:
s_2 = u_2*t + (1/2)*a*t^2
20 = 0*t + (1/2)*9.8*t^2
10t^2 = 20
t^2 = 2
t = sqrt(2) seconds

Since both objects were released at the same height, t = 1 second for the second object. Therefore, there is an inconsistency in the given information.

We cannot determine the initial height h without more information or if the given information is inconsistent.

Let's break down the information given in the problem:

1. An object is released from rest at an unknown height h above the ground.
2. One second later, a second object is released from rest at the same height.
3. When the first object strikes the ground, the second object is 20 m above the ground.

To find the initial height (h) of the objects, we can use the equations of motion for an object in free fall.

The equation gives the position of an object (s) at any given time (t) as:

s = ut + (1/2)gt^2

where:
s = position
u = initial velocity (0 for an object in free fall from rest)
g = acceleration due to gravity (-9.8 m/s^2 on Earth)
t = time

Now, let's consider the first object that strikes the ground. We know that s = 0 (since it reaches the ground), and t = time taken by the first object to reach the ground.

Using the equation of motion, we have:

0 = 0 + (1/2)(-9.8)t^2
0 = -4.9t^2

Simplifying the equation, we find that t^2 = 0. Therefore, t = 0.

This means that the first object reached the ground instantly, which means the time it took for the second object to reach the ground is 1 second.

Now, let's find the height (h) when the second object was released:

Using the equation of motion, we have:

s = ut + (1/2)gt^2
20 = 0 + (1/2)(-9.8)(1)^2
20 = -4.9

It seems the calculation is incorrect since we cannot have a negative height. Therefore, there might be some mistake in the problem statement or the given information.

Please double-check the information provided or provide additional details if available, so we can accurately determine the initial height (h) of the objects.