Figure (Asymptote source)
import cse5; pathpen=black; pointpen=black; dotfactor=3; pair A=(1,2),B=(2,0),C=(0,0); D(CR(A,1.5)); D(CR(B,1.5)); D(CR(C,1.5)); D(MP("$A$",A)); D(MP("$B$",B)); D(MP("$C$",C)); pair[] BB,CC; CC=IPs(CR(A,1.5),CR(B,1.5)); BB=IPs(CR(A,1.5),CR(C,1.5)); D(BB[0]--CC[1]); MP("$B'$",BB[0],NW);MP("$C'$",CC[1],NE); //Credit to TheMaskedMagician for the diagram
Circles with centers , and each have radius , where .
The distance between each pair of centers is . If is the point of intersection of circle and circle
which is outside circle , and if is the point of intersection of circle and circle which is outside circle ,
then length equals
Problem 223
Pick one
Official solution
The circles can be described in the cartesian plane as being centered at and with radius by the equations
.
Solving the first 2 equations gives which when substituted back in gives .
The larger root is the point B' described in the question. This root corresponds to .
By symmetry across the y-axis the length of the line segment is which is .