Find equation of the circle whose diameter is the common chord of two other circles?Find the equation of a circle which is tangent to $y$-axis at a given point and cuts a chord of given length on the $x$-axisFind the length of the chord given that the circle's diameter and the subtended angleCircle Chord Length Given other ChordHow to find the equation of diameter of a circle that passes through the origin?How to find the common chord to $2$ parabolasCircles are drawn through $P$ touching the coordinate axes,such that the length of the common chord of these circles is maximum.Find the ratio $a:b$Find the Length of a Common ChordFind length of chord between two tangents and distance of chord from originGiven two points endpoints of circle chord find the locus of midpointFind chord length given equations for circle and line
Social leper versus social leopard
Which place in our solar system is the most fit for terraforming?
Should the average user with no special access rights be worried about SMS-based 2FA being theoretically interceptable?
2000s Animated TV show where teenagers could physically go into a virtual world
word frequency from file using partial match
How can an attacker use robots.txt?
What is the meaning of word 'crack' in chapter 33 of A Game of Thrones?
Hiking with a mule or two?
Is it more effective to add yeast before or after kneading?
Order of ingredients when making Pizza dough
What is the difference between an astronaut in the ISS and a freediver in perfect neutral buoyancy?
What is the meaning of "heutig" in this sentence?
Draw a horizontal line from the left margin to the end of centered text
Can a broken/split chain be reassembled?
Writing a letter of recommendation for a mediocre student
Can you cast Dispel Magic on a Shadow Monk's Silence?
A high quality contribution but an annoying error is present in my published article
Strange Sticky Substance on Digital Camera
Cut a cake into 3 equal portions with only a knife
Going to France with limited French for a day
looking for citation, pīti and sukha of 4 jhānas compared to dying of thirst, seeing water in distance, and drinking it
Examples of "unsuccessful" theories with afterlives
Do we know the situation in Britain before Sealion (summer 1940)?
How to deal with a Homophobic PC
Find equation of the circle whose diameter is the common chord of two other circles?
Find the equation of a circle which is tangent to $y$-axis at a given point and cuts a chord of given length on the $x$-axisFind the length of the chord given that the circle's diameter and the subtended angleCircle Chord Length Given other ChordHow to find the equation of diameter of a circle that passes through the origin?How to find the common chord to $2$ parabolasCircles are drawn through $P$ touching the coordinate axes,such that the length of the common chord of these circles is maximum.Find the ratio $a:b$Find the Length of a Common ChordFind length of chord between two tangents and distance of chord from originGiven two points endpoints of circle chord find the locus of midpointFind chord length given equations for circle and line
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
Circle 1:
$$x^2 + y^2 +6x + 2y +6 = 0$$
Circle 2:
$$x^2 + y^2 + 8x + y + 10 = 0$$
My attampt:
From circle 1 and 2, I found
$$ y = 2x + 4 $$
which is the common chord.
Pluging that in equation 1 I got
$$5x^2 + 26x + 30 = 0$$
here I got stuck for too much complication if I use quadratic formula.Is there anything wrong?
analytic-geometry circles
$endgroup$
add a comment
|
$begingroup$
Circle 1:
$$x^2 + y^2 +6x + 2y +6 = 0$$
Circle 2:
$$x^2 + y^2 + 8x + y + 10 = 0$$
My attampt:
From circle 1 and 2, I found
$$ y = 2x + 4 $$
which is the common chord.
Pluging that in equation 1 I got
$$5x^2 + 26x + 30 = 0$$
here I got stuck for too much complication if I use quadratic formula.Is there anything wrong?
analytic-geometry circles
$endgroup$
$begingroup$
That’s not the common chord: a chord is a line segment. That’s the circles’ radical axis, which is the extension of the common chord.
$endgroup$
– amd
7 hours ago
add a comment
|
$begingroup$
Circle 1:
$$x^2 + y^2 +6x + 2y +6 = 0$$
Circle 2:
$$x^2 + y^2 + 8x + y + 10 = 0$$
My attampt:
From circle 1 and 2, I found
$$ y = 2x + 4 $$
which is the common chord.
Pluging that in equation 1 I got
$$5x^2 + 26x + 30 = 0$$
here I got stuck for too much complication if I use quadratic formula.Is there anything wrong?
analytic-geometry circles
$endgroup$
Circle 1:
$$x^2 + y^2 +6x + 2y +6 = 0$$
Circle 2:
$$x^2 + y^2 + 8x + y + 10 = 0$$
My attampt:
From circle 1 and 2, I found
$$ y = 2x + 4 $$
which is the common chord.
Pluging that in equation 1 I got
$$5x^2 + 26x + 30 = 0$$
here I got stuck for too much complication if I use quadratic formula.Is there anything wrong?
analytic-geometry circles
analytic-geometry circles
edited 8 hours ago
Quanto
4,9572 silver badges14 bronze badges
4,9572 silver badges14 bronze badges
asked 9 hours ago
GhostGhost
536 bronze badges
536 bronze badges
$begingroup$
That’s not the common chord: a chord is a line segment. That’s the circles’ radical axis, which is the extension of the common chord.
$endgroup$
– amd
7 hours ago
add a comment
|
$begingroup$
That’s not the common chord: a chord is a line segment. That’s the circles’ radical axis, which is the extension of the common chord.
$endgroup$
– amd
7 hours ago
$begingroup$
That’s not the common chord: a chord is a line segment. That’s the circles’ radical axis, which is the extension of the common chord.
$endgroup$
– amd
7 hours ago
$begingroup$
That’s not the common chord: a chord is a line segment. That’s the circles’ radical axis, which is the extension of the common chord.
$endgroup$
– amd
7 hours ago
add a comment
|
3 Answers
3
active
oldest
votes
$begingroup$
First, obtain the equations of the intersection points below for both $x$ and $y$,
$$5x^2 + 26x + 30= 0$$
$$5y^2 + 12y -8= 0$$
It may be more efficient not to solve for the intersection points explicitly. Rather, use the relationships from the above equations ,
$$x_1+x_2=-frac265,>>>x_1x_2=6$$
$$y_1+y_2=-frac125,>>>y_1y_2=-frac 85 $$
Thus, the center of the circle is $(-13/5, -6/5)$ and its diameter squared is,
$$(x_1-x_2)^2 + (y_1-y_2)^2$$
$$ = (x_1+x_2)^2- 4x_1x_2 + (y_1+y_2)^2 - 4y_1y_2$$
$$= left( frac265 right)^2 -4cdot 6 + left( frac125right)^2 + 4cdot frac 85 = frac765$$
The equation of the circle is
$$left( x+frac135 right)^2 + left( y +frac65right)^2 = frac195$$
$endgroup$
add a comment
|
$begingroup$
You are on the right track. The numbers cancel out nicely when you sum them. Indeed:
$$5x^2 + 26x + 30 = 0 Rightarrow x_1=frac-13-sqrt195,x_2=frac-13+sqrt195\
y_1=frac-6-2sqrt195, y_2=frac-6+2sqrt195$$
The center of the new circle:
$$fracx_1+x_22=-frac135,fracy_1+y_22=-frac65$$
The diameter of the new circle:
$$d=sqrt(x_1-x_2)^2+(y_1-y_2)^2=sqrtfrac4cdot 1925+frac16cdot 1925=sqrtfrac765 Rightarrow \
r=frac12d=sqrtfrac764cdot 5=sqrtfrac195$$
Thus:
$$left(x+frac135right)^2+left(y+frac65right)^2=frac195.$$
$endgroup$
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
add a comment
|
$begingroup$
You can certainly keep going the way you are: solve the quadratic equation for $x$ and substitute back into the equation of the radical axis (or either circle equation) to get the endpoints $(x_1,y_1)$ and $(x_2,y_2)$ of the chord. An equation of the circle with that diameter can be written down directly: $(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$. Rearrange this into whatever form is required.
However, there’s another way to solve this that requires less work, I think. The circles that pass through the two intersection points form a one-parameter family with equations that can be expressed as an affine combination of the equations of the two circles, to wit, $$(1-lambda)(x^2+y^2+6x+2y+6)+lambda(x^2+y^2+8x+y+10) = 0$$ or $$x^2+y^2+(2lambda+6)x+(2-lambda)y+(4lambda+6)=0.tag*$$ By inspection, the coordinates of the center of this circle are $(-lambda-3,lambda/2-1)$ and we want it to lie on the radical axis $y=2x+4$. Substitute the coordinates of the center into this equation and solve the resulting linear equation for $lambda$, then plug that value into equation (*).
$endgroup$
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3363697%2ffind-equation-of-the-circle-whose-diameter-is-the-common-chord-of-two-other-circ%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
First, obtain the equations of the intersection points below for both $x$ and $y$,
$$5x^2 + 26x + 30= 0$$
$$5y^2 + 12y -8= 0$$
It may be more efficient not to solve for the intersection points explicitly. Rather, use the relationships from the above equations ,
$$x_1+x_2=-frac265,>>>x_1x_2=6$$
$$y_1+y_2=-frac125,>>>y_1y_2=-frac 85 $$
Thus, the center of the circle is $(-13/5, -6/5)$ and its diameter squared is,
$$(x_1-x_2)^2 + (y_1-y_2)^2$$
$$ = (x_1+x_2)^2- 4x_1x_2 + (y_1+y_2)^2 - 4y_1y_2$$
$$= left( frac265 right)^2 -4cdot 6 + left( frac125right)^2 + 4cdot frac 85 = frac765$$
The equation of the circle is
$$left( x+frac135 right)^2 + left( y +frac65right)^2 = frac195$$
$endgroup$
add a comment
|
$begingroup$
First, obtain the equations of the intersection points below for both $x$ and $y$,
$$5x^2 + 26x + 30= 0$$
$$5y^2 + 12y -8= 0$$
It may be more efficient not to solve for the intersection points explicitly. Rather, use the relationships from the above equations ,
$$x_1+x_2=-frac265,>>>x_1x_2=6$$
$$y_1+y_2=-frac125,>>>y_1y_2=-frac 85 $$
Thus, the center of the circle is $(-13/5, -6/5)$ and its diameter squared is,
$$(x_1-x_2)^2 + (y_1-y_2)^2$$
$$ = (x_1+x_2)^2- 4x_1x_2 + (y_1+y_2)^2 - 4y_1y_2$$
$$= left( frac265 right)^2 -4cdot 6 + left( frac125right)^2 + 4cdot frac 85 = frac765$$
The equation of the circle is
$$left( x+frac135 right)^2 + left( y +frac65right)^2 = frac195$$
$endgroup$
add a comment
|
$begingroup$
First, obtain the equations of the intersection points below for both $x$ and $y$,
$$5x^2 + 26x + 30= 0$$
$$5y^2 + 12y -8= 0$$
It may be more efficient not to solve for the intersection points explicitly. Rather, use the relationships from the above equations ,
$$x_1+x_2=-frac265,>>>x_1x_2=6$$
$$y_1+y_2=-frac125,>>>y_1y_2=-frac 85 $$
Thus, the center of the circle is $(-13/5, -6/5)$ and its diameter squared is,
$$(x_1-x_2)^2 + (y_1-y_2)^2$$
$$ = (x_1+x_2)^2- 4x_1x_2 + (y_1+y_2)^2 - 4y_1y_2$$
$$= left( frac265 right)^2 -4cdot 6 + left( frac125right)^2 + 4cdot frac 85 = frac765$$
The equation of the circle is
$$left( x+frac135 right)^2 + left( y +frac65right)^2 = frac195$$
$endgroup$
First, obtain the equations of the intersection points below for both $x$ and $y$,
$$5x^2 + 26x + 30= 0$$
$$5y^2 + 12y -8= 0$$
It may be more efficient not to solve for the intersection points explicitly. Rather, use the relationships from the above equations ,
$$x_1+x_2=-frac265,>>>x_1x_2=6$$
$$y_1+y_2=-frac125,>>>y_1y_2=-frac 85 $$
Thus, the center of the circle is $(-13/5, -6/5)$ and its diameter squared is,
$$(x_1-x_2)^2 + (y_1-y_2)^2$$
$$ = (x_1+x_2)^2- 4x_1x_2 + (y_1+y_2)^2 - 4y_1y_2$$
$$= left( frac265 right)^2 -4cdot 6 + left( frac125right)^2 + 4cdot frac 85 = frac765$$
The equation of the circle is
$$left( x+frac135 right)^2 + left( y +frac65right)^2 = frac195$$
edited 4 hours ago
answered 8 hours ago
QuantoQuanto
4,9572 silver badges14 bronze badges
4,9572 silver badges14 bronze badges
add a comment
|
add a comment
|
$begingroup$
You are on the right track. The numbers cancel out nicely when you sum them. Indeed:
$$5x^2 + 26x + 30 = 0 Rightarrow x_1=frac-13-sqrt195,x_2=frac-13+sqrt195\
y_1=frac-6-2sqrt195, y_2=frac-6+2sqrt195$$
The center of the new circle:
$$fracx_1+x_22=-frac135,fracy_1+y_22=-frac65$$
The diameter of the new circle:
$$d=sqrt(x_1-x_2)^2+(y_1-y_2)^2=sqrtfrac4cdot 1925+frac16cdot 1925=sqrtfrac765 Rightarrow \
r=frac12d=sqrtfrac764cdot 5=sqrtfrac195$$
Thus:
$$left(x+frac135right)^2+left(y+frac65right)^2=frac195.$$
$endgroup$
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
add a comment
|
$begingroup$
You are on the right track. The numbers cancel out nicely when you sum them. Indeed:
$$5x^2 + 26x + 30 = 0 Rightarrow x_1=frac-13-sqrt195,x_2=frac-13+sqrt195\
y_1=frac-6-2sqrt195, y_2=frac-6+2sqrt195$$
The center of the new circle:
$$fracx_1+x_22=-frac135,fracy_1+y_22=-frac65$$
The diameter of the new circle:
$$d=sqrt(x_1-x_2)^2+(y_1-y_2)^2=sqrtfrac4cdot 1925+frac16cdot 1925=sqrtfrac765 Rightarrow \
r=frac12d=sqrtfrac764cdot 5=sqrtfrac195$$
Thus:
$$left(x+frac135right)^2+left(y+frac65right)^2=frac195.$$
$endgroup$
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
add a comment
|
$begingroup$
You are on the right track. The numbers cancel out nicely when you sum them. Indeed:
$$5x^2 + 26x + 30 = 0 Rightarrow x_1=frac-13-sqrt195,x_2=frac-13+sqrt195\
y_1=frac-6-2sqrt195, y_2=frac-6+2sqrt195$$
The center of the new circle:
$$fracx_1+x_22=-frac135,fracy_1+y_22=-frac65$$
The diameter of the new circle:
$$d=sqrt(x_1-x_2)^2+(y_1-y_2)^2=sqrtfrac4cdot 1925+frac16cdot 1925=sqrtfrac765 Rightarrow \
r=frac12d=sqrtfrac764cdot 5=sqrtfrac195$$
Thus:
$$left(x+frac135right)^2+left(y+frac65right)^2=frac195.$$
$endgroup$
You are on the right track. The numbers cancel out nicely when you sum them. Indeed:
$$5x^2 + 26x + 30 = 0 Rightarrow x_1=frac-13-sqrt195,x_2=frac-13+sqrt195\
y_1=frac-6-2sqrt195, y_2=frac-6+2sqrt195$$
The center of the new circle:
$$fracx_1+x_22=-frac135,fracy_1+y_22=-frac65$$
The diameter of the new circle:
$$d=sqrt(x_1-x_2)^2+(y_1-y_2)^2=sqrtfrac4cdot 1925+frac16cdot 1925=sqrtfrac765 Rightarrow \
r=frac12d=sqrtfrac764cdot 5=sqrtfrac195$$
Thus:
$$left(x+frac135right)^2+left(y+frac65right)^2=frac195.$$
answered 8 hours ago
farruhotafarruhota
25.8k2 gold badges11 silver badges46 bronze badges
25.8k2 gold badges11 silver badges46 bronze badges
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
add a comment
|
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
$begingroup$
Comparing this to other solutions, solving the quadratic equation is not so much more complicated after all. Sometimes you just have to not give up so quickly.
$endgroup$
– David K
6 hours ago
add a comment
|
$begingroup$
You can certainly keep going the way you are: solve the quadratic equation for $x$ and substitute back into the equation of the radical axis (or either circle equation) to get the endpoints $(x_1,y_1)$ and $(x_2,y_2)$ of the chord. An equation of the circle with that diameter can be written down directly: $(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$. Rearrange this into whatever form is required.
However, there’s another way to solve this that requires less work, I think. The circles that pass through the two intersection points form a one-parameter family with equations that can be expressed as an affine combination of the equations of the two circles, to wit, $$(1-lambda)(x^2+y^2+6x+2y+6)+lambda(x^2+y^2+8x+y+10) = 0$$ or $$x^2+y^2+(2lambda+6)x+(2-lambda)y+(4lambda+6)=0.tag*$$ By inspection, the coordinates of the center of this circle are $(-lambda-3,lambda/2-1)$ and we want it to lie on the radical axis $y=2x+4$. Substitute the coordinates of the center into this equation and solve the resulting linear equation for $lambda$, then plug that value into equation (*).
$endgroup$
add a comment
|
$begingroup$
You can certainly keep going the way you are: solve the quadratic equation for $x$ and substitute back into the equation of the radical axis (or either circle equation) to get the endpoints $(x_1,y_1)$ and $(x_2,y_2)$ of the chord. An equation of the circle with that diameter can be written down directly: $(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$. Rearrange this into whatever form is required.
However, there’s another way to solve this that requires less work, I think. The circles that pass through the two intersection points form a one-parameter family with equations that can be expressed as an affine combination of the equations of the two circles, to wit, $$(1-lambda)(x^2+y^2+6x+2y+6)+lambda(x^2+y^2+8x+y+10) = 0$$ or $$x^2+y^2+(2lambda+6)x+(2-lambda)y+(4lambda+6)=0.tag*$$ By inspection, the coordinates of the center of this circle are $(-lambda-3,lambda/2-1)$ and we want it to lie on the radical axis $y=2x+4$. Substitute the coordinates of the center into this equation and solve the resulting linear equation for $lambda$, then plug that value into equation (*).
$endgroup$
add a comment
|
$begingroup$
You can certainly keep going the way you are: solve the quadratic equation for $x$ and substitute back into the equation of the radical axis (or either circle equation) to get the endpoints $(x_1,y_1)$ and $(x_2,y_2)$ of the chord. An equation of the circle with that diameter can be written down directly: $(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$. Rearrange this into whatever form is required.
However, there’s another way to solve this that requires less work, I think. The circles that pass through the two intersection points form a one-parameter family with equations that can be expressed as an affine combination of the equations of the two circles, to wit, $$(1-lambda)(x^2+y^2+6x+2y+6)+lambda(x^2+y^2+8x+y+10) = 0$$ or $$x^2+y^2+(2lambda+6)x+(2-lambda)y+(4lambda+6)=0.tag*$$ By inspection, the coordinates of the center of this circle are $(-lambda-3,lambda/2-1)$ and we want it to lie on the radical axis $y=2x+4$. Substitute the coordinates of the center into this equation and solve the resulting linear equation for $lambda$, then plug that value into equation (*).
$endgroup$
You can certainly keep going the way you are: solve the quadratic equation for $x$ and substitute back into the equation of the radical axis (or either circle equation) to get the endpoints $(x_1,y_1)$ and $(x_2,y_2)$ of the chord. An equation of the circle with that diameter can be written down directly: $(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$. Rearrange this into whatever form is required.
However, there’s another way to solve this that requires less work, I think. The circles that pass through the two intersection points form a one-parameter family with equations that can be expressed as an affine combination of the equations of the two circles, to wit, $$(1-lambda)(x^2+y^2+6x+2y+6)+lambda(x^2+y^2+8x+y+10) = 0$$ or $$x^2+y^2+(2lambda+6)x+(2-lambda)y+(4lambda+6)=0.tag*$$ By inspection, the coordinates of the center of this circle are $(-lambda-3,lambda/2-1)$ and we want it to lie on the radical axis $y=2x+4$. Substitute the coordinates of the center into this equation and solve the resulting linear equation for $lambda$, then plug that value into equation (*).
answered 6 hours ago
amdamd
37.3k2 gold badges13 silver badges57 bronze badges
37.3k2 gold badges13 silver badges57 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3363697%2ffind-equation-of-the-circle-whose-diameter-is-the-common-chord-of-two-other-circ%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
That’s not the common chord: a chord is a line segment. That’s the circles’ radical axis, which is the extension of the common chord.
$endgroup$
– amd
7 hours ago