Question 77598
You have three tracking points: (0,3),(2,10),(14,50)
The equation is y=ax^2+bx+c
Substitute the point values and solve for a,b,c
3=0a+0b+c
10=4a+2b+c
50=196a+14b+c
----------
Solve the system of linear equations.
I used a TI calculator's matrix method to get:
X=A^-1B
a= -0.0119047
b= 5.5238095
c= 3
--------
EQUATION:
y=-0.119047x^2+5.5238095x+3
==========
Cheers,
Stan H.