I have two circles with the following equations: \begin{equation*} (x-a_1)^2+(y-b_1)^2=r^2 \\ (x-a_2)^2+(y-b_2)^2=r^2 \end{equation*} The two radii are equal. How do you find the intersections of any two circles with equal radii?
2026-05-15 06:04:26.1778825066
How do you find the intersection(s) of two circles with equal radii?
910 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Notice that you have $(x-a_1)^2+(y-b_1)^2=r^2=(x-a_2)^2+(y-b_2)^2$
That you transform in
$(x-a_1)^2-(x-a_2)^2=(y-b_2)^2-(y-b_1)^2$
$a^2-b^2=(a-b)(a+b)$ thus you have
$(a_2-a_1)(2x-a_1-a_2)=(b_1-b_2)(2y-b_2-b_1)$
or
EDIT: forgot the factor 2, thanks for the comments!
$y=\dfrac{(a_2-a_1)(2x-a_1-a_2)}{2(b_1-b_2)}+\dfrac{b_2+b_1}{2}$
Don't forget that you have also to verify the first equations, so you have to plug this into one of them...