109k views
1 vote
This activity will help you meet these educational goals:

You will create a function to model a fireworks show and examine the attributes of the function.

You’re in charge of planning a fireworks show. The company you hire proposes using fireworks called mortar fireworks. These fireworks are placed in a tube that sits on the ground or a flat surface and are shot from the tube with an initial velocity that propels them into the sky.

Mortar fireworks have two fuses that are lit at the same time. The first fuse burns fastest and causes the initial force that launches the firework into the sky. The second fuse takes longer to burn. When the second fuse reaches the middle of the firework, the firework explodes and we see the light show in the sky. This second fuse does not add any extra propulsion to the firework while it’s in the air.

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.

Part A
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.

2 Answers

2 votes

Answer:


\displaystyle h(t) = -16t^2 + 192t; Maximum

Explanation:

Maximum Value → Parabola opens downward [−A]

Minimum Value → Parabola opens upward [A]

See graph above

I am joyous to assist you anytime.

This activity will help you meet these educational goals: You will create a function-example-1
User Piyushj
by
5.2k points
1 vote

Answer:

  • h = -16t^2 +192t
  • maximum

Explanation:

In order to fill in the values in the given function, we need to assume an initial height for the firework. It is convenient to assume that height (h0) is zero. We are given that v0 = 192, so the model is ...

h = -16t^2 +192t

___

Since the initial upward velocity is well below escape velocity, the firework will eventually fall back to Earth. The height function will have a maximum.

User Mike Trinh
by
5.6k points