SOLUTION: A flare is fired as a stress signal and its height ,h in metres above the ground, t seconds after firing, is provided in the table below. Algebraically determine the quadratic func

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: A flare is fired as a stress signal and its height ,h in metres above the ground, t seconds after firing, is provided in the table below. Algebraically determine the quadratic func      Log On


   



Question 118531: A flare is fired as a stress signal and its height ,h in metres above the ground, t seconds after firing, is provided in the table below. Algebraically determine the quadratic function that defines the height of the flare above the ground t seconds after firing, and use it to determine the flare's height at 2.4 seconds.
t---0 1 2 3 4
h---2 97 182 257 322
I tried y=-2ak^2
97=-2a(1)^2
97/-2=-2a/-2
a=-48.5 and was completly lost :( Please Help Me :)

Found 2 solutions by scott8148, solver91311:
Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
the general equation is h=at^2+bt+c

by plugging in values from the table, you can find the values for a, b, and c

when t=0, h=c ___ so c=2

when t=1, 97=a+b+2 ___ 95=a+b ___ 95-a=b

when t=2, 182=4a+2b+2 ___ 180=4a+2b ___ 90=2a+b

substitution gives 90=2a+(95-a) ___ -5=a ___ 95-(-5)=b ___ 100=b

h=-5t^2+100t+2

in the real world, the a term is half the gravitational acceleration (negative because gravity is downward)
___ the b term is the initial velocity of the flare
___ and the c term is the initial height (probably the height of the person shooting the flare)

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
The general formula for the distance traveled by a moving object that has an initial velocity, initial distance (height in this case), and being acted upon by a constant force is:

h=%281%2F2%29at%5E2%2Bv%5B0%5Dt%2Bh%5B0%5D

where a is the acceleration due to the constant force,
v%5B0%5D is the initial velocity, and
h%5B0%5D is the initial distance (height).

Since we can presume that the flare doesn't have any continuous propulsion, i.e. the initial velocity was provided by a controlled explosion in the chamber of the gun that fired it, we can assume that the only force acting upon the flare is gravity. The acceleration due to the earth's gravity is approximately g=9.8%2A%28m%2Fs%5E2%29

We also know that the initial height (height at time 0) is 2 meters because that is given in the tabular data.

Now the problem is to determine the initial velocity v%5B0%5D from the tabular data. First a bit of discussion about the velocity. Remember, velocity is a vector quantity, i.e. it has both a magnitude and a direction. We could assume that the flare was fired straight up, in which case we need not be concerned with the magnitude of the velocity as the flare exits the muzzle of the flare gun as compared to the vertical component of that velocity because they would be the same. However, it turns out that it doesn't matter what angle to the vertical that the gun is pointed when it is fired because we can calculate the vertical component of the velocity directly.

If the flare gun had been fired in a zero-gravity environment, the vertical component (whatever that means in a zero-gravity environment) of velocity of the flare would never change from the initial vertical component, c.f. Newton's Second Law of Motion. In our case, the actual height achieved is smaller by the distance given by the gravitational acceleration term of the distance formula %281%2F2%29gt%5E2. Note that g in this situation is a negative quantity presuming we assign the positive direction to the initial velocity.

We know from the tabular data that the height of the flare after 4 seconds is 322 meters. Had we fired the flare in a zero-gravity environment, the height of the flare would have been 322+%2B+%281%2F2%29%2A9.8%2A%284%29%5E2 or approximately 400.4 meters -- meaning that the projectile would have traveled 400.4 minus the initial height of 2 meters or 398.4 meters in that 4 seconds. 398.4%2F4=99.6 meters/sec is then the initial velocity v%5B0%5D

Now we have sufficient information to create the quadratic statement that expresses height as a function of time:

h%28t%29=%281%2F2%29%2A-9.8%2At%5E2%2B99.6t%2B2

In order to determine the height at 2.4 seconds, evaluate h%282.4%29

I'll leave the arithmetic for you to complete.

Hope that helps.
John

P.S.
Since the height data provided was expressed to the nearest meter, the appropriate precision for your answer is also to the nearest meter. For example, if your calculator tells you the answer is something like 212.8160 meters, you should round it to 213 meters. The lesson is: Never give an answer more precise than the least precise measurement in the given information.

J.