Find equation of the circle whose diameter is the common chord of two other circles?Find the equation of a...
A simple game that keeps track of the number of questions asked
Is the mass of paint relevant in rocket design?
My manager quit. Should I agree to defer wage increase to accommodate budget concerns?
What is the need of methods like GET and POST in the HTTP protocol?
Guitar tuning (EADGBE), "perfect" fourths?
Designing a time thief proof safe
How can I repair this gas leak on my new range? Teflon tape isn't working
Hilbert's hotel: why can't I repeat it infinitely many times?
Can a broken/split chain be reassembled?
What is the meaning of word 'crack' in chapter 33 of A Game of Thrones?
practicality of 30 year fix mortgage at 55 years of age
Palatino font (newpxmath) misaligns text in fraction numerators
Meaning of 小せェサル in the following sentence
Does the Prepare Food ability from Cook's Utensils stack?
Is it really necessary to have a four hour meeting in Sprint planning?
Performance for simple code that converts a RGB tuple to hex string
Is it impolite to ask for halal food when traveling to and in Thailand?
2000s Animated TV show where teenagers could physically go into a virtual world
Draw a horizontal line from the left margin to the end of centered text
How to say "cheat sheet" in French
Line segments inside a square
What secular civic space would pioneers build for small frontier towns?
How to deal with a Homophobic PC
Why does NASA publish all the results/data it gets?
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=-frac{26}{5},>>>x_1x_2=6$$
$$y_1+y_2=-frac{12}{5},>>>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( frac{26}{5} right)^2 -4cdot 6 + left( frac{12}{5}right)^2 + 4cdot frac 85 = frac{76}{5}$$
The equation of the circle is
$$left( x+frac{13}{5} right)^2 + left( y +frac{6}{5}right)^2 = frac{19}{5}$$
$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-sqrt{19}}{5},x_2=frac{-13+sqrt{19}}{5}\
y_1=frac{-6-2sqrt{19}}{5}, y_2=frac{-6+2sqrt{19}}{5}$$
The center of the new circle:
$$frac{x_1+x_2}{2}=-frac{13}{5},frac{y_1+y_2}{2}=-frac{6}{5}$$
The diameter of the new circle:
$$d=sqrt{(x_1-x_2)^2+(y_1-y_2)^2}=sqrt{frac{4cdot 19}{25}+frac{16cdot 19}{25}}=sqrt{frac{76}{5}} Rightarrow \
r=frac12d=sqrt{frac{76}{4cdot 5}}=sqrt{frac{19}{5}}$$
Thus:
$$left(x+frac{13}{5}right)^2+left(y+frac65right)^2=frac{19}{5}.$$
$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=-frac{26}{5},>>>x_1x_2=6$$
$$y_1+y_2=-frac{12}{5},>>>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( frac{26}{5} right)^2 -4cdot 6 + left( frac{12}{5}right)^2 + 4cdot frac 85 = frac{76}{5}$$
The equation of the circle is
$$left( x+frac{13}{5} right)^2 + left( y +frac{6}{5}right)^2 = frac{19}{5}$$
$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=-frac{26}{5},>>>x_1x_2=6$$
$$y_1+y_2=-frac{12}{5},>>>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( frac{26}{5} right)^2 -4cdot 6 + left( frac{12}{5}right)^2 + 4cdot frac 85 = frac{76}{5}$$
The equation of the circle is
$$left( x+frac{13}{5} right)^2 + left( y +frac{6}{5}right)^2 = frac{19}{5}$$
$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=-frac{26}{5},>>>x_1x_2=6$$
$$y_1+y_2=-frac{12}{5},>>>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( frac{26}{5} right)^2 -4cdot 6 + left( frac{12}{5}right)^2 + 4cdot frac 85 = frac{76}{5}$$
The equation of the circle is
$$left( x+frac{13}{5} right)^2 + left( y +frac{6}{5}right)^2 = frac{19}{5}$$
$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=-frac{26}{5},>>>x_1x_2=6$$
$$y_1+y_2=-frac{12}{5},>>>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( frac{26}{5} right)^2 -4cdot 6 + left( frac{12}{5}right)^2 + 4cdot frac 85 = frac{76}{5}$$
The equation of the circle is
$$left( x+frac{13}{5} right)^2 + left( y +frac{6}{5}right)^2 = frac{19}{5}$$
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-sqrt{19}}{5},x_2=frac{-13+sqrt{19}}{5}\
y_1=frac{-6-2sqrt{19}}{5}, y_2=frac{-6+2sqrt{19}}{5}$$
The center of the new circle:
$$frac{x_1+x_2}{2}=-frac{13}{5},frac{y_1+y_2}{2}=-frac{6}{5}$$
The diameter of the new circle:
$$d=sqrt{(x_1-x_2)^2+(y_1-y_2)^2}=sqrt{frac{4cdot 19}{25}+frac{16cdot 19}{25}}=sqrt{frac{76}{5}} Rightarrow \
r=frac12d=sqrt{frac{76}{4cdot 5}}=sqrt{frac{19}{5}}$$
Thus:
$$left(x+frac{13}{5}right)^2+left(y+frac65right)^2=frac{19}{5}.$$
$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-sqrt{19}}{5},x_2=frac{-13+sqrt{19}}{5}\
y_1=frac{-6-2sqrt{19}}{5}, y_2=frac{-6+2sqrt{19}}{5}$$
The center of the new circle:
$$frac{x_1+x_2}{2}=-frac{13}{5},frac{y_1+y_2}{2}=-frac{6}{5}$$
The diameter of the new circle:
$$d=sqrt{(x_1-x_2)^2+(y_1-y_2)^2}=sqrt{frac{4cdot 19}{25}+frac{16cdot 19}{25}}=sqrt{frac{76}{5}} Rightarrow \
r=frac12d=sqrt{frac{76}{4cdot 5}}=sqrt{frac{19}{5}}$$
Thus:
$$left(x+frac{13}{5}right)^2+left(y+frac65right)^2=frac{19}{5}.$$
$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-sqrt{19}}{5},x_2=frac{-13+sqrt{19}}{5}\
y_1=frac{-6-2sqrt{19}}{5}, y_2=frac{-6+2sqrt{19}}{5}$$
The center of the new circle:
$$frac{x_1+x_2}{2}=-frac{13}{5},frac{y_1+y_2}{2}=-frac{6}{5}$$
The diameter of the new circle:
$$d=sqrt{(x_1-x_2)^2+(y_1-y_2)^2}=sqrt{frac{4cdot 19}{25}+frac{16cdot 19}{25}}=sqrt{frac{76}{5}} Rightarrow \
r=frac12d=sqrt{frac{76}{4cdot 5}}=sqrt{frac{19}{5}}$$
Thus:
$$left(x+frac{13}{5}right)^2+left(y+frac65right)^2=frac{19}{5}.$$
$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-sqrt{19}}{5},x_2=frac{-13+sqrt{19}}{5}\
y_1=frac{-6-2sqrt{19}}{5}, y_2=frac{-6+2sqrt{19}}{5}$$
The center of the new circle:
$$frac{x_1+x_2}{2}=-frac{13}{5},frac{y_1+y_2}{2}=-frac{6}{5}$$
The diameter of the new circle:
$$d=sqrt{(x_1-x_2)^2+(y_1-y_2)^2}=sqrt{frac{4cdot 19}{25}+frac{16cdot 19}{25}}=sqrt{frac{76}{5}} Rightarrow \
r=frac12d=sqrt{frac{76}{4cdot 5}}=sqrt{frac{19}{5}}$$
Thus:
$$left(x+frac{13}{5}right)^2+left(y+frac65right)^2=frac{19}{5}.$$
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