A stone is thrown vertically upward at 23 m/s. How fast is it moving when it reaches 14 m?

V^2 = Vo^2 + 2g*h = 23^2 - 19.6*14 =

To find the speed of the stone when it reaches a height of 14 m, we can use the principles of motion in one dimension. We'll first use the kinematic equation relating position, initial velocity, acceleration, and time:

s = ut + 1/2at^2

Where:
s = displacement (height)
u = initial velocity
t = time
a = acceleration (due to gravity, approximately -9.8 m/s^2)

In this case, we want to find the time it takes for the stone to reach a height of 14 m. Setting s = 14 m and replacing u with 23 m/s, and a with -9.8 m/s^2, we can rearrange the equation and solve for t:

14 = 23t - 0.5 * 9.8 * t^2

0.5 * 9.8 * t^2 - 23t + 14 = 0

Now, we have a quadratic equation. Solving it will give us the time it takes for the stone to reach 14 m.

Using the quadratic formula:

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

For this equation, a = 0.5 * 9.8, b = -23, and c = 14. Plugging these values into the formula, we can solve for t.

t = (-(-23) ± √((-23)^2 - 4 * 0.5 * 9.8 * 14)) / (2 * 0.5 * 9.8)

Simplifying the equation gives us:

t = (23 ± √(23^2 - 4 * 0.5 * 9.8 * 14)) / (2 * 0.5 * 9.8)

Calculating the values inside the square root:

t = (23 ± √(529 - 9.8 * 7 * 14)) / (2 * 4.9)

t = (23 ± √(529 - 686)) / 9.8

t = (23 ± √(-157)) / 9.8

Since we are dealing with the motion of a falling object, we can eliminate the negative square root since it doesn't make sense in this context. Therefore, we only consider the positive square root:

t = (23 + √(-157)) / 9.8

At this point, we can see that the term inside the square root is negative, indicating that the stone will not reach a height of 14 m. Therefore, the stone will not be moving at that height.

In summary, based on the given initial velocity of 23 m/s and the acceleration due to gravity, the stone will not reach a height of 14 m, and thus, we cannot determine its speed at that height.