Find the radius of a circle with center at C(1,1), if a chord of length 6 is bisected at M(3,4)
SOLUTION
In an x-y Cartesian coordinate system, the circle with centre coordinates (xC,yC) and radius R is the set of all points (x, y) such that
(x−xC)2+(y−yC)2=R2
In our case
(x−1)2+(y−1)2=R2
Let the points A and B (the beginning and end of the chord) have coordinates:
A(xA,yA), B(xB,yB)
Points A and B belong to the circle - which means that their coordinates satisfy the equation circle
\left\{\begin{array}[]{l}(x_{A}-1)^{2}+(y_{A}-1)^{2}=R^{2}\cr(x_{B}-1)^{2}+(y_{B}-1)^{2}=R^{2}\end{array}\right.
A chord AB of length 6:
(xA−xB)2+(yA−yB)2=62
point M - the middle of segment AB. This means that its coordinates are expressed in terms of the coordinates of points A and B as follows:
\left\{\begin{array}[]{l}x_{M}=\frac{x_{A}+x_{B}}{2}\cr y_{M}=\frac{y_{A}+y_{B}}{2}\end{array}\right.\Rightarrow\left\{\begin{array}[]{l}3=\frac{x_{A}+x_{B}}{2}\cr 4=\frac{y_{A}+y_{B}}{2}\end{array}\right.\Rightarrow\left\{\begin{array}[]{l}6=x_{A}+x_{B}\cr 8=y_{A}+y_{B}\end{array}\right.
So, we have a system of five equations for the five unknowns R, xA, xB, yA, yB:
\left\{\begin{array}[]{l}(x_{A}-1)^{2}+(y_{A}-1)^{2}=R^{2}\cr(x_{B}-1)^{2}+(y_{B}-1)^{2}=R^{2}\cr(x_{A}-x_{B})^{2}+(y_{A}-y_{B})^{2}=6^{2}\cr 6=x_{A}+x_{B}\cr 8=y_{A}+y_{B}\end{array}\right.
(xA−1)2+(yA−1)2=(xB−1)2+(yB−1)2⇌(xA−1)2−(xB−1)2=(yB−1)2−(yA−1)2((xA−1)−(xB−1))((xA−1)+(xB−1))==((yB−1)−(yA−1))((yB−1)+(yA−1))(xA−1−xB+1)(xA−1+xB−1)=(yB−1−yA+1)(yB−1+yA−1)⇄(xA−xB)(xA+xB−2)=(yB−yA)(yB+yA−2)⎩⎨⎧(xA−xB)(xA+xB−2)=(yB−yA)(yB+yA−2)(xA−xB)2+(yA−yB)2=626=xA+xB8=yA+yB⎩⎨⎧(xA−xB)(6−2)=(yB−yA)(8−2)(xA−xB)2+(yA−yB)2=626=xA+xB8=yA+yB⎩⎨⎧4(xA−xB)=6(yB−yA)(xA−xB)2+(yA−yB)2=626=xA+xB8=yA+yB94(xA−xB)2+(xA−xB)2=62⇒xA−xB=9+462∗9=133∗6{133∗6=xA−xB6=xA+xB⇒xA=3+13949(yA−yB)2+(yA−yB)2=62⇒yA−yB=9+462∗4=132∗6{132∗6=yA−yB8=yA+yB⇒yA=4+136R=(xA−1)2+(yA−1)2=(4+136−1)2+(3+139−1)2==(3+136)2+(2+139)2≈6.4783
ANSWER
R≈6.4783
www.AssignmentExpert.com