Questions: A model rocket is launched with an initial upward velocity of 40 m/s. The rocket's height h (in meters) after t seconds is given by the following:
h = 40t - 5t^2
Find all values of t for which the rocket's height is 15 meters.
Round your answer(s) to the nearest hundredth.
(If there is more than one answer, use the "or" button.)
t = [] seconds
Transcript text: A model rocket is launched with an initial upward velocity of 40 m/s. The rocket's height h (in meters) after t seconds is given by the following:
h = 40t - 5t^2
Find all values of t for which the rocket's height is 15 meters.
Round your answer(s) to the nearest hundredth.
(If there is more than one answer, use the "or" button.)
t = [] seconds
Solution
Solution Steps
Step 1: Set up the equation
We are given the height equation for the rocket:
\[ h = 40t - 5t^2 \]
We need to find the values of \( t \) when the height \( h \) is 15 meters. So, we set up the equation:
\[ 15 = 40t - 5t^2 \]
Step 2: Rearrange the equation
Rearrange the equation to standard quadratic form:
\[ -5t^2 + 40t - 15 = 0 \]
Multiply through by -1 to simplify:
\[ 5t^2 - 40t + 15 = 0 \]
Step 3: Solve the quadratic equation
We use the quadratic formula \( t = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \), where \( a = 5 \), \( b = -40 \), and \( c = 15 \).