Answer:
The ball will hit the ground when t = 2.52s. The other answer, which is t = -4.05s, does not make sense, because the answer is an instant of time, and there are no negative time measures.
Step-by-step explanation:
To solve this question, we have to find the roots of a quadratic equations, which is explained next.
Given a second order polynomial expressed by the following equation:
[tex]ax^{2} + bx + c, a\neq0[/tex].
This polynomial has roots [tex]x_{1}, x_{2}[/tex] such that [tex]ax^{2} + bx + c = (x - x_{1})*(x - x_{2})[/tex], given by the following formulas:
[tex]x_{1} = \frac{-b + \sqrt{\bigtriangleup}}{2*a}[/tex]
[tex]x_{2} = \frac{-b - \sqrt{\bigtriangleup}}{2*a}[/tex]
[tex]\bigtriangleup = b^{2} - 4ac[/tex]
In this problem, we have that:
Ball's distance from the ground.
[tex]d(t) = -9.8t^{2} - 15t + 100[/tex]
So
[tex]a = -9.8, b = -15, c = 100[/tex]
At what time (t) will the ball hit the ground?
This is t when [tex]d(t) = 0[/tex]. So
[tex]\bigtriangleup = (-15)^{2} - 4*(-9.8)*100 = 4145[/tex]
[tex]t_{1} = \frac{-(-15) + \sqrt{4145}}{2*(-9.8)} = -4.05[/tex]
[tex]t_{2} = \frac{-(-15) - \sqrt{4145}}{2*(-9.8)} = 2.52[/tex]
The ball will hit the ground when t = 2.52s. The other answer, which is t = -4.05s, does not make sense, because the answer is an instant of time, and there are no negative time measures.