I have the parametric equation of a circle: $$f(u) = \langle a \cos(u) + b, a \sin(u) + c\rangle,$$ and because the equation has $3$ unknowns $a,b$ and $c$, I have been given $3$ points $p_0, p_1$, and $p_2$. How to solve this system of equations?
EDIT
The circle equation was just an example of a parametric equation. I need a general approach of solving this kind of parametric equations which involves parameters.