A ball is thrown straight down from the top of a 500-foot building with an initial velocity of -19 feet per second. Use the position function below for free-falling objects.

s(t) = -16t2 + v0t + s0

What is its velocity after 3 seconds?
V(2)= _____ ft/s

What is its velocity after falling 332 feet?
V= _____ ft/s

To find the velocity after 3 seconds, plug the value of t = 3 seconds into the velocity function V(t).

V(t) = -32t + v0

Given that v0 (initial velocity) = -19 ft/s, substitute this value into the equation.

V(t) = -32t - 19

Therefore, the velocity after 3 seconds is calculated by substituting t = 3 into the equation:

V(3) = -32(3) - 19

V(3) = -96 - 19

V(3) = -115 ft/s

To find the velocity after falling 332 feet, we need to find the time it takes to fall that distance first. We can set up the position function s(t) = -16t^2 + v0t + s0, where s(t) represents the position of the ball at time t, v0 represents the initial velocity, and s0 represents the initial position.

Given that the ball is falling down, the initial position at the top of the building (s0) is 500 feet, the initial velocity (v0) is -19 ft/s, and we need to find the time it takes to fall 332 feet, so we need to solve the equation:

-16t^2 - 19t + 500 = 332

Subtracting 332 from both sides to set the equation equal to zero, we get:

-16t^2 - 19t + 168 = 0

Now, we can solve this quadratic equation using factoring, completing the square, or using the quadratic formula. Let's use the quadratic formula:

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

For our equation, a = -16, b = -19, and c = 168. Plugging in these values, we get:

t = (-(-19) ± √((-19)^2 - 4(-16)(168))) / (2(-16))

Simplifying inside the square root:

t = (19 ± √(361 + 10752)) / (-32)

t = (19 ± √110113) / (-32)

Now we have two possible values for t. We can use both values to find the corresponding velocity.

For the positive value, t = (19 + √110113) / (-32):

V(positive) = -32((19 + √110113) / (-32)) - 19

V(positive) = -(19 + √110113) - 19

V(positive) = -38 - √110113 ft/s

For the negative value, t = (19 - √110113) / (-32):

V(negative) = -32((19 - √110113) / (-32)) - 19

V(negative) = -(19 - √110113) - 19

V(negative) = -38 + √110113 ft/s

To find the velocity after a certain time or distance, we can use the position function equation for free-falling objects, which is:

s(t) = -16t^2 + v0t + s0

Where:
- s(t) is the position at time t.
- t is the time in seconds.
- v0 is the initial velocity (in this case, -19 ft/s).
- s0 is the initial position (in this case, the top of the building, which is 500 ft).

Let's find the velocity after 3 seconds:
1. Substitute the given values into the equation:
s(t) = -16t^2 + v0t + s0
s(3) = -16(3)^2 + (-19)(3) + 500

2. Calculate the position after 3 seconds:
s(3) = -16(9) - 57 + 500
s(3) = -144 - 57 + 500
s(3) = 299 ft

The position after 3 seconds is 299 ft.

3. To find the velocity at this time, we need to differentiate the position function with respect to time.

First, differentiate each term of the position function:

-16t^2 becomes -32t
v0t becomes -19
s0 becomes 0 (since it's a constant)

4. Combine the differentiated terms:
v(t) = -32t + v0

5. Substitute the value of t (3 seconds) and v0 (-19 ft/s) into the equation:
v(3) = -32(3) - 19
v(3) = -96 - 19
v(3) = -115 ft/s

Therefore, the velocity after 3 seconds of free fall is -115 ft/s.

To find the velocity after falling 332 feet:
1. Set up the equation using the position function:
-16t^2 + v0t + s0 = -332

2. Rearrange the equation to solve for the velocity:
v0t = -16t^2 - s0 + 332
v0 = (-16t^2 - s0 + 332) / t

3. Substitute the given values:
v0 = (-16(0) - 500 + 332) / 0
v0 = (-500 + 332) / 0

Since the denominator is zero, it indicates that the ball did not reach the given position of falling 332 feet. Hence, there is no velocity to be calculated in this case.

really? they gave you the equation and the values to use, so ...

s(t) = -16t^2 - 19t + 500
v(t) = ds/dt = -32t - 19

(a) plug in t=3
(b) find t when s = 500-332 = 168
then use that to find v(t)