Answer:
Step-by-step explanation:
Let's break down the problem step by step:
1. Modeling the Situation:
The equation representing the height of the rocket above the ground at any time \(t\) is given by:
\[ s(t) = -16t^2 + 64t + 80 \]
where \(g = -32\) ft/sec², \(v_0 = 64\) ft/sec (initial velocity), and \(s_0 = 80\) ft (initial height of the rocket).
2. Finding the Maximum Altitude:
The maximum altitude occurs at the vertex of the parabolic function. The x-coordinate of the vertex is given by \(t = -\frac{b}{2a}\) for the quadratic function \(ax^2 + bx + c\). In this case, \(a = -16\), \(b = 64\), and \(c = 80\).
\[ t = -\frac{64}{2(-16)} = 2 \]
Plug this \(t\) back into the function to find the maximum altitude:
\[ s(2) = -16(2)^2 + 64(2) + 80 = 144 \]
So, the rocket's maximum altitude is 144 feet.
3. Finding the Time of Impact (when the rocket hits the ground):
To find the time of impact, set \(s(t) = 0\) and solve for \(t\):
\[ -16t^2 + 64t + 80 = 0 \]
Solve this quadratic equation using the quadratic formula, and you'll find two solutions. However, in this context, you only consider the positive solution since time cannot be negative. The positive solution will give you the time at which the rocket hits the ground.
4. Graphing the Situation:
To graph the situation, plot the function \(s(t) = -16t^2 + 64t + 80\) on a coordinate plane with \(t\) on the x-axis and \(s(t)\) on the y-axis.
5. Writing the Quadratic Function in Vertex Form:
The vertex form of a quadratic function is \(a(x-h)^2 + k\), where \((h, k)\) is the vertex. To write the given function in vertex form, you can complete the square.
\[ s(t) = -16t^2 + 64t + 80 \]
\[ s(t) = -16(t^2 - 4t) + 80 \]
Now, complete the square inside the parentheses:
\[ s(t) = -16(t^2 - 4t + 4) + 80 + 16 \]
\[ s(t) = -16(t - 2)^2 + 96 \]
So, the quadratic function in vertex form is \(s(t) = -16(t - 2)^2 + 96\).
Now, you have the maximum altitude, the time at which the rocket hits the ground, and the quadratic function in vertex form.