I have a problem where I need to find the equation :
$y=ax^2+bx+c$
for the quadratic curve that pass at a certain distance from 4 points on a grid.
At each 4 point I know that the curve is at a certain distance but I don't know any points that are on the curve.
I though of maybe doing a system of 4 equations in the form $(x-Px)^2+(ax^2+bx+c-Py)^2=distance^2$
But I'm a bit stuck on how to solve for a,b,c
Am I going in the right direction ? And if not, what other way is there to solve that problem.
Thank you !