A ball is thrown straight up from the top of a 200 foot building with an initial velocity of 40feet/second. acceleration due to gravity is -32feet/second.

a) find a formula for the height of the ball at time t.

b) how high does the ball rise before it begins to fall

c) when does it hit the ground(assuming it does not fall back onto the roof of the building)

h(t) = 200 + 40t - 16t^2

now work your magic on (b) and (c)

To solve these problems, we can use the equations of motion for vertical motion under constant acceleration.

a) Finding a formula for the height of the ball at time t:
The equation for the position (height) of an object in vertical motion is given by:
h(t) = h₀ + v₀t + (1/2)at²

Where:
- h(t) represents the height at time t,
- h₀ is the initial height of the ball (200 ft),
- v₀ is the initial velocity of the ball (40 ft/s),
- a is the acceleration due to gravity (-32 ft/s²), and
- t represents time.

Therefore, substituting the values into the equation, we have:
h(t) = 200 + 40t - 16t²

b) Finding the maximum height (when the ball starts to fall):
To find the point at which the ball reaches its maximum height, we can use the fact that the vertical velocity (v) becomes zero when reaching the maximum height. We can use the equation for velocity:
v = v₀ + at

Substituting the given values, we have:
0 = 40 - 32t
Solving for t: t = 40 / 32 = 1.25 seconds.

Now, we can find the maximum height by substituting this value of t into the height function:
h_max = 200 + 40(1.25) - 16(1.25)²

c) Finding when the ball hits the ground:
To find when the ball hits the ground, we need to determine the time at which the height (h) is equal to zero. We can set the equation for height to zero and solve for t:

0 = 200 + 40t - 16t²

This is a quadratic equation that can be solved using various methods, such as factoring, completing the square, or using the quadratic formula.

Using the quadratic formula, t = (-b ± √(b² - 4ac)) / (2a), where:
- a = -16,
- b = 40, and
- c = 200.

Solving for t in the quadratic equation, we can find two values. The positive value represents when the ball is rising, and the negative value represents when the ball is falling. Since we are interested in when the ball hits the ground, we only consider the positive value of t.

Note: Since the equation for h(t) is a quadratic equation, it is possible to have negative values for t, but these can be ignored in this context as they do not represent points in time.

After finding the positive value of t, we will have the time when the ball hits the ground.