Find the equation of a circle which passes through these points: (2,-1) , (-2,3) , (1,5)
2026-04-04 07:52:28.1775289148
Find the equation of a circle passing through 3 points
1.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Circle-equation is $(x-p)^2+(y-q)^2=r^2$, where $(p,q)$ is center and $r$ radius. We have to solve system $$(2-p)^2+(1+q)^2=r^2,$$ $$(2+p)^2+(3-q)^2=r^2,$$ $$(1-p)^2+(5-q)^2=r^2,$$ which is equivalent with (system (1),(2)-(1),(3)-(1))$$(2-p)^2+(1+q)^2=r^2,$$ $$8p+8-8q=0,$$ $$21-6p-12q=0.$$ From two last equations we get $p=\frac{1}{2}$, $q=\frac{3}{2}$ and now substitute into first equation to get $r=\frac{\sqrt{34}}{2}.$