A ball is thrown from the top edge of a building with initial velocity components of 15m/s(up) vertically and 20m/s horizontally. It strikes ground 140m from the base of the building. What is the height of the building?

I tried using V2^2 = V1^2 + 2ad and it gave me 11.25 which I know is wrong. How would I calculate this?

To find the height of the building, we'll need to break down the given information and apply the appropriate equations of motion. Let's go step by step.

Given:
Initial vertical velocity component (V1y) = 15 m/s (upwards)
Initial horizontal velocity component (V1x) = 20 m/s
Distance from the base of the building to the point of impact (d) = 140 m

We'll assume there is no air resistance.

Step 1: Find the time of flight (t)
Since we have the horizontal component of velocity, we can use it to find the time it takes for the ball to travel horizontally.

Using the formula v = d/t, we have:
V1x = 20 m/s
d = 140 m
t = d / V1x

t = 140 m / 20 m/s
t = 7 seconds

Step 2: Calculate the vertical distance traveled (h)
Using the equation h = V1y * t + (1/2) * g * t^2, where g is the acceleration due to gravity (approximately 9.8 m/s^2):

V1y = 15 m/s (upwards)
t = 7 seconds

h = 15 m/s * 7 s + (1/2) * (-9.8 m/s^2) * (7 s)^2
h = 105 m + (-240.1 m)
h = -135.1 m

The negative sign indicates that the ball falls below the starting point (top edge of the building).

Step 3: Calculate the height of the building
The height of the building is the absolute value of the vertical distance traveled by the ball:

Height = |h|
Height = |-135.1 m|
Height = 135.1 m

Therefore, the height of the building is approximately 135.1 meters.