
Megan W. answered 04/03/20
High School Math teacher/ Tutor
Molly,
Since this is a quadratic function, and x represents time, we are looking to see where this function would cross the x-axis if we were to graph it. This is where our our height is zero. There are two times when our height is zero (where the function crosses the x-axis), when the rocket takes off and when it lands. We are looking for the zeros of this function. Again, we are looking for when our height is zero, so the first thing we can do is plug in zero for h:
-8x^2 + 48x = 0
Now we need to solve for x. There are many ways to do this. One way is by completing the square:
- Divide each term by -8 to make the coefficient of the quadratic term 1
- x^2 - 6x = 0
- Complete the square using (b/2)^2, where b in this case is -6
- (-6/2)^2 = (-3)^2 = 9
- We are adding 9 to both sides to make a perfect square trinomial on the left side: x^2 - 6x + 9 = 9
- Rewrite the left side as a binomial squared
- (x - 3)^2 = 9
- Take the inverse operation of the squared (square root) to get rid of the exponent, must do to both sides
- sqrt(x - 3)^2 = sqrt(9)
- sqrt(9) can equal a positive 3 or a negative 3, so you will be left with two equations
- x - 3 = 3 or x - 3 = -3
- Solve for x:
- x - 3 = 3 add 3 to both sides ---> x = 6
- x - 3 = -3 add 3 to both sides ---> x = 0
Since x represents time, x = 0 represents our starting time, so that means x = 6 when the rocket lands.
Therefore, the rocket is in the air for 6 seconds.
Hope this helps