User:Nsh/Flare-question

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Problem: To find a (quadratic) equation relating the height of a flare to the time from firing, given the following information:

Height is 120 when t = 4
Height is 192 when t = 16
Maximum height occurs at t = 12

Let us form the solution in completed-square form:
y=a(tb)2+c
The maximum height will occur when the first derivative is zero, ie:
dy/dx=2a(12b)=012b=0b=12

Now we have two equations with two unknows, which can be solved simultaneously.

(1) 120=a(412)2+c
(2) 192=a(1612)2+c

(1) - (2) yields: 72=60aa=7260=1.2

Putting the results back into the first equation: 120=1.2*64+cc=1201.2*64c=196.8

This gives us the final equation as: y=1.2(t12)2+196.8