This webservice is going to be a key site for anyone that is curve-
fitting-- a colleague showed this to me, and I am very impressed with
the information that can be calculated here! Great job!
We have a data set that actually fits the Quadratic Formula, y = (-b +
pow(pow(b,2)-4*a*(c-x)),0.5)/2/a, extremely well. We found this
initially by inverting the axes and fitting to a second-order
polynomial, but this does not fit the lower-values very well (the
intercept error is large compared to the actual value). In fitting
the (x,y) data to the quadratic formula, using the LMFIT program
(Levenberg-Marquardt), we get near-perfect results. I have included
the data below:
X Y
1000 507912
500 335301
200 184001
100 109480
50 62661
20 28863
10 14354
5 6551
Can the Quadratic formula be included as a possible equation, or did I
miss it?