A ball is thrown in the -y direction off of a cliff with a velocity of 7m/s. If the ball takes 1.45s to reach the ground, how high off of the ground is the cliff?

y = h - 7t - 4.9t^2

so just solve for h in
h - 7(1.45) - 4.9*1.45^2 = 0
h = 20.45 m
not much of a cliff ...

To find the height of the cliff, we need to use the equation of motion for vertically thrown objects:

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

Where:
h = height of the cliff
v_initial = initial velocity of the ball
t = time taken to reach the ground
a = acceleration due to gravity

Given:
v_initial = -7 m/s (negative because it is thrown in the -y direction)
t = 1.45 s
a = -9.8 m/s^2 (acceleration due to gravity is always directed downwards)

Plugging in the values into the equation, we get:

h = (-7 m/s) * (1.45 s) + (1/2) * (-9.8 m/s^2) * (1.45 s)^2

Simplifying the equation, we get:

h = (-10.15 m) + (-10.7275 m)

Adding the two terms together, we get:

h = -20.8775 m

Since the height can't be negative, the height of the cliff is approximately 20.88 meters off the ground.

To solve this problem, we can use the equations of motion for free fall. The key equation we need is:

y = y0 + v0*t + 0.5*a*t^2

Where:
- y is the final position (in this case, the height of the cliff)
- y0 is the initial position (in this case, the height from which the ball is thrown)
- v0 is the initial velocity (in this case, the velocity with which the ball is thrown)
- a is the acceleration due to gravity (which is approximately 9.8 m/s^2 near the surface of the Earth)
- t is the time taken (in this case, 1.45 seconds)

Since the ball is thrown downwards, the initial velocity (v0) is negative. Plugging in the values we know:

y = y0 + (-7 m/s)*(1.45 s) + 0.5*(-9.8 m/s^2)*(1.45 s)^2

Simplifying this equation will give us the answer:

y = y0 - 10.055 m

Since the height of the cliff (y) is equal to the absolute value of the initial height (y0) plus 10.055 meters, we need to find the absolute value of y0. So the height of the cliff is equal to 10.055 meters plus the absolute value of y0.