146k views
4 votes
You plan to have the company light the fireworks from the ground. Based on information provided by the company, you’ve determined that the fireworks will have an initial velocity of 192 feet/second. The formula for the vertical motion of an object is h = -16t2 + v0t + h0, where h is the height of the object, h0 is the initial, or starting, height, v0 is the initial velocity, and t is the time in seconds.

Create a function to model the height of a firework when shot in the air. Explain whether the function will have a maximum or a minimum value.

User Maggie
by
5.2k points

2 Answers

1 vote

H=-16t^2+192t+0. It will have a maximum because the negative in front of the 16 indicates that the parabola will face downwards


User Markus Dresch
by
5.4k points
5 votes
H=-16t^2+192t+0. It will have a maximum because the negative in front of the 16 indicates that the parabola will face downwards
User Freezystem
by
5.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.