I need to understand how to define a polynomial function from 3 given points. Everything I found on the web so far is either too complicated or the reversed way around. (how to get points with a given function) It's over 12 years since I last used this at school, so please try to explain how to solve this.
I know that the funcion is like ax²+bx+c, that its centered on the x=0, and that its lowest point is at x=0/y=5000.
and i know 3 given points: x=0 y=5000 x=1 y=5026.5 x=3 y=5208.9
Knowing this data, how can I get the coefficients that generate the curve? Please try to keep it simple.
