Find Equation of a Circle From a Graph

Find the equation of a circle given its graph; several examples and exercises are presented[cite: 1]. Each solution is hidden inside a collapsible dropdown so you can practice independently before reviewing the steps.

Standard Equation of a Circle

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

\[ (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
Figure 1. Circle in Example 1
View Solution

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:

\[ (x - 1)^2 + y^2 = 2^2 \implies (x - 1)^2 + y^2 = 4 \]

Example 2

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

graph of a circle in example 2
Figure 2. Circle in Example 2
View Solution

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
Figure 3. Axes of symmetry for 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:

\[ (x - 1)^2 + (y + 2)^2 = 3^2 \implies (x - 1)^2 + (y + 2)^2 = 9 \]

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
Figure 4. Circle passing through three points in Example 3
View Solution

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:

  • To \( (-1,3) \): \( (h + 1)^2 + (k - 3)^2 \)
  • To \( (0,2) \): \( h^2 + (k - 2)^2 \)
  • To \( (1,2) \): \( (h - 1)^2 + (k - 2)^2 \)

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 \implies h^2 = h^2 - 2h + 1 \implies 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 \implies -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:

\[ \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[cite: 1].

Exercises with Answers

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

Exercise 1

graph of circle for exercise 1
Exercise 1 Graph

Exercise 2

graph of circle for exercise 2
Exercise 2 Graph

Exercise 3

graph of circle for exercise 3
Exercise 3 Graph
View Answers to Exercises
  1. \( (x - 3)^2 + y^2 = 4 \)
  2. \( (x + 2)^2 + (y-1)^2 = 9 \)
  3. \( \left(x+\dfrac{1}{2}\right)^2 + \left(y-\dfrac{1}{2}\right)^2 = \dfrac{5}{2} \)

More References and Links


Home Page[cite: 1]