A baseball is thrown straight up from the rooftop 192 feet high. The function s(t)=16t^2+-64t+192 describes the ball's height above the ground,s(t), in feet, t seconds after it was thrown. How long will it take for the ball to hit the ground? Explain

Well, I must admit, that ball must be feeling pretty high up there. It's like meeting an aspiring astronaut!

To find out how long it will take for the ball to hit the ground, we need to find when the height, s(t), equals zero. It's basically the moment when the ball is fed up with being in the air and decides to come crashing back down – talk about a meltdown!

So, let's set s(t) equal to zero and solve the equation:

0 = 16t^2 - 64t + 192

Now, we can do some fancy math to solve it. Some people call it algebra, but I call it the "mathematical circus act"!

After factoring or using the quadratic formula, we find that t equals 3 seconds and t equals 4 seconds. What this means is that at 3 seconds and 4 seconds after the ball was thrown, it will hit the ground.

So, the ball will take either 3 seconds or 4 seconds, depending on its enthusiasm (or lack thereof), to meet the ground. Just remember, gravity can be quite the puller!

To find how long it will take for the ball to hit the ground, we need to determine when the height, s(t), becomes zero.

Given the quadratic equation s(t) = 16t^2 - 64t + 192, we can set it equal to zero and solve for t:

16t^2 - 64t + 192 = 0

Dividing the equation by 16 to simplify:

t^2 - 4t + 12 = 0

Now, we can use the quadratic formula to find the values of t:

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

For our equation, a = 1, b = -4, and c = 12. Substituting the values into the quadratic formula:

t = (-(-4) ± sqrt((-4)^2 - 4(1)(12))) / (2(1))

Simplifying:

t = (4 ± sqrt(16 - 48)) / 2
t = (4 ± sqrt(-32)) / 2
t = (4 ± 4i√2) / 2
t = 2 ± 2i√2

From the quadratic formula, we see that the discriminant (b^2 - 4ac) is negative. This means the equation has no real solutions, and therefore, the ball will never hit the ground.

However, it's important to note that this result is not physically possible. In reality, due to air resistance and other factors, a ball thrown straight up would eventually come back down. However, the given function does not account for these real-world influences, leading to the imaginary roots.

To find the time it takes for the baseball to hit the ground, we need to determine the value of t when the height (s(t)) is equal to zero. In other words, we need to solve the equation s(t) = 0.

Given the function s(t) = 16t^2 - 64t + 192, we can set it equal to zero:
16t^2 - 64t + 192 = 0

Now, we can solve this equation using the quadratic formula. The quadratic formula states that for an equation of the form ax^2 + bx + c = 0, the solutions for x can be found using the formula:
x = (-b ± √(b^2 - 4ac)) / (2a)

In our case, a = 16, b = -64, and c = 192. Plugging these values into the quadratic formula, we get:
t = (-(-64) ± √((-64)^2 - 4 * 16 * 192)) / (2 * 16)

Simplifying the equation further:
t = (64 ± √(4096 - 12288)) / 32
t = (64 ± √(-8192)) / 32

Here we encounter a problem because the value inside the square root is negative. This indicates that there are no real solutions to the equation. In other words, the ball doesn't hit the ground in the given scenario.

However, it's important to note that the given function describes the idealized trajectory of the ball assuming no external factors such as air resistance. In reality, the ball would experience air resistance, which would affect its overall trajectory and cause it to hit the ground at some point.

Your equation does not make sense, things would be falling upwards

I think it should be
s(t) = -16t^2 + 64t + 192
we want 0 = -16t^2 + 64t + 192
t^2 - t - 12 = 0
(t-4)(t+3) = 0
t = 4 or t = -3 , but t > 0

so t = 4 seconds