Circle through three points

Find the circle through the three points (0,0)(0, 0), (4,0)(4, 0), and (0,2)(0, 2). Write the circle as x2+y2+lx+my+n=0x^2 + y^2 + lx + my + n = 0 and substitute each point. From (0,0)(0, 0), n=0n = 0; from (4,0)(4, 0), 16+4l=016 + 4l = 0, so l=4l = -4; from (0,2)(0, 2), 4+2m=04 + 2m = 0, so m=2m = -2.

This gives x2+y24x2y=0x^2 + y^2 - 4x - 2y = 0, and completing the square yields (x2)2+(y1)2=5(x - 2)^2 + (y - 1)^2 = 5. The center is (2,1)(2, 1) and the radius is 5\sqrt{5}. The large dots mark the three points and the center (2,1)(2, 1).