I have a set of points that define a function like this $[(0,6),(1,2),(3,8)]$. I want to find a function $f(x)$ which satisfies these conditions.
Note : I know many people will say there are infinite possibilities, I know that. I just want to find a function with these points I don't care for the other points.
Write $y = ax^2 + bx + c$. Now substitute in your three points. You will have three equations in three unknowns (linear). Solve for $a$, $b$, and $c$.