Determining a circle means finding its three parameters: the centre (two coordinates) and the radius, or equivalently the coefficients aa, bb, cc of the standard form. Three independent conditions are therefore needed, each of which becomes an equation.

In summary — Methods

  • Centre and radius known: apply directly the “vertex” form (xx0)2+(yy0)2=R2(x-x_0)^2 + (y-y_0)^2 = R^2.
  • Three points: substitute them into the standard form x2+y2+ax+by+c=0x^2 + y^2 + ax + by + c = 0, obtaining a linear system of three equations in a,b,ca, b, c.
  • Mixed conditions: (tangent to one or two lines, passing through a point, fixed radius, centre on a line…) translate each condition into an equation in a,b,ca, b, c (or in x0,y0,Rx_0, y_0, R) and solve the system.

The advantage of the standard form in the three-point case is that the system turns out to be linear in aa, bb, cc: the x2+y2x^2+y^2 terms become known numbers once the coordinates are substituted.

Topics: Circonferenza analitica
Concepts: Condizioni geometriche · Equazione circonferenza · Forma standard · Forma vertice
Methods: Circonferenza per tre punti
Skills: Geometria analitica · Risolvere sistemi