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.
One can approach this geometrically: The center $(b, c)$ of the circle is the intersection of the respective perpendicular bisectors of the three line segments $P_0 P_1$, $P_1 P_2$, $P_2 P_0$ (of course, it suffices to find the intersection of any two bisectors). Then, one can the radius $a$ of the circle is just the distance from $(b, c)$ to any of the given points $P_k$.