Find Equation of a Circle From a Graph

Find the equation of a circle given its graph; several examples and exercises are presented.

Standard Equation of a Circle

The standard equation of a circle whose center is at \( (h,k) \) and has radius \( r \) is given by:

\[ \boxed{(x - h)^2 + (y - k)^2 = r^2} \]

Examples with Detailed Solutions

Example 1

Find the equation of the circle whose graph is shown below.

graph of a circle in example 1

Solution to Example 1

The given graph is symmetric with respect to the x-axis and therefore the center of the circle is the midpoint of the two x-intercepts at the points \( (-1,0) \) and \( (3,0) \). In other words, the two x-intercepts form a diameter of the circle.

Center: The center of the circle is at their midpoint:

\[ \left( \dfrac{-1+3}{2}, \dfrac{0+0}{2} \right) = (1,0) \]

Radius: The radius \( r \) of the circle is half the diameter:

\[ r = \dfrac{1}{2} \sqrt{(-1-3)^2 + (0 - 0)^2} = \dfrac{1}{2} \sqrt{16} = 2 \]

Equation: The equation of the circle is:

\[ \boxed{(x - 1)^2 + y^2 = 2^2} \]

Example 2

Find the equation of the circle whose graph is shown below.

graph of a circle in example 2

Solution to Example 2

We first draw two perpendicular axes of symmetry (broken lines) of the circle to locate the center.

graph of a circle with axes of symmetry of example 2

From the graph with axes of symmetry, we can approximate the center to be at \( (1,-2) \).

The points of intersection of the circle with any of the two axes give a diameter of about 6 units, so the radius is half of that:

\[ r = \dfrac{6}{2} = 3 \]

Equation: The equation of the circle is:

\[ \boxed{(x - 1)^2 + (y + 2)^2 = 3^2} \]

Example 3

Find the equation of the circle whose graph is shown below including three points on the circle.

graph of a circle in example 3

Solution to Example 3

Let \( (h, k) \) be the center of the circle. The three points \( (-1,3) \), \( (0,2) \), and \( (1,2) \) are on the circle, so the distance from each point to the center equals the radius.

The squared distances from the center to each point are:

Since all distances are equal, we set up equations:

\[ \begin{cases} (h + 1)^2 + (k - 3)^2 = h^2 + (k - 2)^2 \\[5pt] h^2 + (k - 2)^2 = (h - 1)^2 + (k - 2)^2 \end{cases} \]

Simplify the second equation:

\[ h^2 = (h - 1)^2 \] \[ h^2 = h^2 - 2h + 1 \] \[ 0 = -2h + 1 \quad \Rightarrow \quad h = \dfrac{1}{2} \]

Substitute \( h = \frac{1}{2} \) into the first equation:

\[ \left(\dfrac{1}{2} + 1\right)^2 + (k - 3)^2 = \left(\dfrac{1}{2}\right)^2 + (k - 2)^2 \] \[ \left(\dfrac{3}{2}\right)^2 + (k - 3)^2 = \dfrac{1}{4} + (k - 2)^2 \] \[ \dfrac{9}{4} + k^2 - 6k + 9 = \dfrac{1}{4} + k^2 - 4k + 4 \] \[ k^2 - 6k + \dfrac{45}{4} = k^2 - 4k + \dfrac{17}{4} \] \[ -6k + \dfrac{45}{4} = -4k + \dfrac{17}{4} \] \[ -2k = -\dfrac{28}{4} \quad \Rightarrow \quad k = \dfrac{7}{2} \]

Center: \( (h,k) = \left(\dfrac{1}{2}, \dfrac{7}{2}\right) \)

Radius: Using point \( (0,2) \):

\[ r = \sqrt{ \left(\dfrac{1}{2} - 0\right)^2 + \left(\dfrac{7}{2} - 2\right)^2 } = \sqrt{ \dfrac{1}{4} + \dfrac{9}{4} } = \sqrt{ \dfrac{10}{4} } = \sqrt{ \dfrac{5}{2} } \]

Equation:

\[ \boxed{ \left(x - \dfrac{1}{2}\right)^2 + \left(y - \dfrac{7}{2}\right)^2 = \dfrac{5}{2} } \]

The three points circle calculator may be used to check answers and generate more problems.

Exercises with Answers

Find the equation of the circle for each of the graphs below:

Exercise 1

graph of circle for exercise 1

Exercise 2

graph of circle for exercise 2

Exercise 3

graph of circle for exercise 3

Answers to Exercises

  1. \( \boxed{(x - 3)^2 + y^2 = 4} \)
  2. \( \boxed{(x + 2)^2 + (y-1)^2 = 9} \)
  3. \( \boxed{\left(x+\dfrac{1}{2}\right)^2 + \left(y-\dfrac{1}{2}\right)^2 = \dfrac{5}{2}} \)

More References and Links