Using the equation representing the height of the firework (h = -16t2 + v0t + h0), algebraically determine the extreme value of f(t) by completing the square and finding the vertex. Interpret what the value represents in this situation.

Respuesta :

[tex]h(t)=-16t^2+v_0t+h_0[/tex]

The idea is to write the equation of the parabola in vertex form, i.e. in the form that immediately tells you where the vertex of the parabola. The extreme value (minimum or maximum) of the parabola occurs at the [tex]y[/tex]-coordinate of the vertex. Whether this point is a minimum or a maximum is determined by the sign of the leading coefficient; in this case, that coefficient is -16, which means the parabola is "opening" downward so that the vertex is the maximal point.

The general form would be

[tex]h(t)=-16(t-a)^2+b[/tex]

where the vertex is located at [tex](a,b)[/tex]. There are two useful ways we can do this.

(1) We can work backwards and solve for [tex]a,b[/tex] by expanding the expected vertex form.

[tex]-16(t-a)^2+b=-16(t^2-2at+a^2)+b=-16t^2+32at-16a^2+b[/tex]

This tells us we need to have

[tex]\begin{cases}32a=v_0\\b-16a^2=h_0\end{cases}\implies a=\dfrac{v_0}{32},b=h_0+\dfrac{{v_0}^2}{64}[/tex]

(2) We could also work forwards, starting with the given equation for [tex]h(t)[/tex] and completing the square:

[tex]-16t^2+v_0t+h_0=-16\left(t^2-\dfrac{v_0}{16}t-\dfrac{h_0}{16}\right)[/tex]

[tex]=-16\left(t^2-\dfrac{v_0}{16}t+\dfrac{{v_0}^2}{32^2}-\dfrac{{v_0}^2}{32^2}-\dfrac{h_0}{16}\right)[/tex]

[tex]=-16\left(\left(t-\dfrac{v_0}{32}\right)^2-\dfrac{{v_0}^2}{32^2}-\dfrac{h_0}{16}\right)[/tex]

[tex]=-16\left(t-\underbrace{\dfrac{v_0}{32}}_a\right)^2+\underbrace{\dfrac{{v_0}^2}{64}+h_0}_b[/tex]

which is the same expression we ended up with before. Using either method, we find that the vertex is [tex]\left(\dfrac{v_0}{32},h_0+\dfrac{{v_0}^2}{64}\right)[/tex], giving an extreme value of [tex]h_0+\dfrac{{v_0}^2}{64}[/tex].

The expression [tex]h(t)[/tex] tells you the height [tex]h[/tex] of the firework at a specific time [tex]t[/tex]. From the vertex form we've derived above, we've shown that the greatest height that the firework can achieve is determined exactly by its launch velocity [tex](v_0)[/tex] and how high the firework was when it was launched [tex](h_0)[/tex].