I am given two points and an unknown third number. I wish to find the equation $(a,b,c)$ for a parabola. I tried solving a system of equations using $x=y^2+y+$ and the two points, as well as treating the third number as the slope of the tangent line to one of the points. This yielded the correct values for the two given points, but very large negative numbers for everything in between. Anyone have an intuition to how I may find the expected parabola?
My inputs are roughly: $P_1 = [1260,1742]$ $P_2 = [1742,1256]$ unknown $= -120$
And the expected parabola looks like this:
If I choose -120 as the slope for the last point I get the below result:
The resulting a,b,c is: $(-0.2461819548547251, 738.2089260678524, -537562.1223900858)$