How to find the equation of a circle from its center and a point

To find the equation of a circle from its center (h,k)(h, k) and a point (x1,y1)(x_1, y_1) on the circle, calculate the radius squared using the distance formula. Substitute the center and the radius squared into the standard circle equation (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. This method applies whenever you know the exact Euclidean coordinates of the circle's center and at least one point lying on its circumference.

The setup

Identify the coordinates of the center as (h,k)(h, k). Identify the coordinates of the given point on the circle as (x1,y1)(x_1, y_1). The standard form of a circle's equation is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. You have hh and kk; you must determine r2r^2.

The steps

  1. Compute the square of the distance between the center and the point to find r2r^2. The formula is r2=(x1h)2+(y1k)2r^2 = (x_1 - h)^2 + (y_1 - k)^2. 2. Substitute the values of hh, kk, and the calculated r2r^2 into the standard equation (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. 3. Simplify the terms inside the parentheses (e.g., subtracting a negative becomes addition).

Checking the result

Substitute the coordinates of the given point (x1,y1)(x_1, y_1) for xx and yy in your final equation. If the left side simplifies exactly to the constant r2r^2 on the right side, the equation is correct.

Common errors

A frequent mistake is taking the square root of r2r^2 to find rr, and then forgetting to square it again when writing the final equation. Another common error is sign inversion when subtracting negative coordinates; ensure (x(3))(x - (-3)) is written as (x+3)(x + 3).

Worked example

Find the standard equation of the circle with its center at (2,3)(-2, 3) that passes through the point (1,7)(1, 7).

Identify center (h,k)=(2,3)(h, k) = (-2, 3). Identify point (x1,y1)=(1,7)(x_1, y_1) = (1, 7). Calculate r2r^2: r2=(1(2))2+(73)2r^2 = (1 - (-2))^2 + (7 - 3)^2. Simplify the terms: r2=(1+2)2+(4)2r^2 = (1 + 2)^2 + (4)^2. Evaluate the powers: r2=(3)2+16=9+16=25r^2 = (3)^2 + 16 = 9 + 16 = 25. Substitute hh, kk, and r2r^2 into the standard equation: (x(2))2+(y3)2=25(x - (-2))^2 + (y - 3)^2 = 25. Final equation: (x+2)2+(y3)2=25(x + 2)^2 + (y - 3)^2 = 25.

FAQ

Run your own problem

References: OpenStax Precalculus, Section 2.2: Circles · Khan Academy, Analytic Geometry: Equations of circles

See also