Given two circles, arc length of the intersection
$begingroup$
If I have the radius of each circle, and the distance between them, how can I calculate the arc length of each arc in their intersection?
geometry
$endgroup$
|
show 3 more comments
$begingroup$
If I have the radius of each circle, and the distance between them, how can I calculate the arc length of each arc in their intersection?
geometry
$endgroup$
$begingroup$
Hint: you can compute the length of the overlap as $(r+r') - d$, where $r,r'$ are the radii and $d$ is the distance between the circle centers.
$endgroup$
– lightxbulb
Jan 22 at 13:17
$begingroup$
@lightxbulb: How does that help?
$endgroup$
– TonyK
Jan 22 at 13:18
$begingroup$
Draw an image and see for yourself. The arc length of the intersection is a function of it @TonyK.
$endgroup$
– lightxbulb
Jan 22 at 13:19
$begingroup$
Not to mention that what he's asking is available with a rudimentary google search, with derivations and everything.
$endgroup$
– lightxbulb
Jan 22 at 13:24
$begingroup$
@lightxbulb: But what to search for? It's like when we asked the teacher how to spell a word, and she said "Look it up in the dictionary!" Perhaps this link might help the OP (although it doesn't use your $(r+r')-d$ expression at all).
$endgroup$
– TonyK
Jan 22 at 13:30
|
show 3 more comments
$begingroup$
If I have the radius of each circle, and the distance between them, how can I calculate the arc length of each arc in their intersection?
geometry
$endgroup$
If I have the radius of each circle, and the distance between them, how can I calculate the arc length of each arc in their intersection?
geometry
geometry
asked Jan 22 at 13:13


zane49erzane49er
31
31
$begingroup$
Hint: you can compute the length of the overlap as $(r+r') - d$, where $r,r'$ are the radii and $d$ is the distance between the circle centers.
$endgroup$
– lightxbulb
Jan 22 at 13:17
$begingroup$
@lightxbulb: How does that help?
$endgroup$
– TonyK
Jan 22 at 13:18
$begingroup$
Draw an image and see for yourself. The arc length of the intersection is a function of it @TonyK.
$endgroup$
– lightxbulb
Jan 22 at 13:19
$begingroup$
Not to mention that what he's asking is available with a rudimentary google search, with derivations and everything.
$endgroup$
– lightxbulb
Jan 22 at 13:24
$begingroup$
@lightxbulb: But what to search for? It's like when we asked the teacher how to spell a word, and she said "Look it up in the dictionary!" Perhaps this link might help the OP (although it doesn't use your $(r+r')-d$ expression at all).
$endgroup$
– TonyK
Jan 22 at 13:30
|
show 3 more comments
$begingroup$
Hint: you can compute the length of the overlap as $(r+r') - d$, where $r,r'$ are the radii and $d$ is the distance between the circle centers.
$endgroup$
– lightxbulb
Jan 22 at 13:17
$begingroup$
@lightxbulb: How does that help?
$endgroup$
– TonyK
Jan 22 at 13:18
$begingroup$
Draw an image and see for yourself. The arc length of the intersection is a function of it @TonyK.
$endgroup$
– lightxbulb
Jan 22 at 13:19
$begingroup$
Not to mention that what he's asking is available with a rudimentary google search, with derivations and everything.
$endgroup$
– lightxbulb
Jan 22 at 13:24
$begingroup$
@lightxbulb: But what to search for? It's like when we asked the teacher how to spell a word, and she said "Look it up in the dictionary!" Perhaps this link might help the OP (although it doesn't use your $(r+r')-d$ expression at all).
$endgroup$
– TonyK
Jan 22 at 13:30
$begingroup$
Hint: you can compute the length of the overlap as $(r+r') - d$, where $r,r'$ are the radii and $d$ is the distance between the circle centers.
$endgroup$
– lightxbulb
Jan 22 at 13:17
$begingroup$
Hint: you can compute the length of the overlap as $(r+r') - d$, where $r,r'$ are the radii and $d$ is the distance between the circle centers.
$endgroup$
– lightxbulb
Jan 22 at 13:17
$begingroup$
@lightxbulb: How does that help?
$endgroup$
– TonyK
Jan 22 at 13:18
$begingroup$
@lightxbulb: How does that help?
$endgroup$
– TonyK
Jan 22 at 13:18
$begingroup$
Draw an image and see for yourself. The arc length of the intersection is a function of it @TonyK.
$endgroup$
– lightxbulb
Jan 22 at 13:19
$begingroup$
Draw an image and see for yourself. The arc length of the intersection is a function of it @TonyK.
$endgroup$
– lightxbulb
Jan 22 at 13:19
$begingroup$
Not to mention that what he's asking is available with a rudimentary google search, with derivations and everything.
$endgroup$
– lightxbulb
Jan 22 at 13:24
$begingroup$
Not to mention that what he's asking is available with a rudimentary google search, with derivations and everything.
$endgroup$
– lightxbulb
Jan 22 at 13:24
$begingroup$
@lightxbulb: But what to search for? It's like when we asked the teacher how to spell a word, and she said "Look it up in the dictionary!" Perhaps this link might help the OP (although it doesn't use your $(r+r')-d$ expression at all).
$endgroup$
– TonyK
Jan 22 at 13:30
$begingroup$
@lightxbulb: But what to search for? It's like when we asked the teacher how to spell a word, and she said "Look it up in the dictionary!" Perhaps this link might help the OP (although it doesn't use your $(r+r')-d$ expression at all).
$endgroup$
– TonyK
Jan 22 at 13:30
|
show 3 more comments
1 Answer
1
active
oldest
votes
$begingroup$
Let $T$ be one of the intersection points of the circles. By Heron's formula the area of the triangle $O_1TO_2$ is
$$A_{O_1TO_2}=sqrt{P(P-R_1)(P-R_2)(P-D)},
$$
where $P=frac{R_1+D+R_2}{2}$ is the semi-perimeter of the triangle.
From the other hand the same area can be written as
$$A_{O_1TO_2}=frac{1}{2}R_iDsinphi_i,
$$
where $phi_i$ is the angle at $O_i$.
Finally we have:
$$
Phi_i=2R_iarcsinfrac{2 sqrt{P(P-R_1)(P-R_2)(P-D)}}{DR_i};quad i=1,2,
$$
where $Phi_i$ is the arc length in question.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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/3.0/"u003ecc by-sa 3.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%2f3083148%2fgiven-two-circles-arc-length-of-the-intersection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let $T$ be one of the intersection points of the circles. By Heron's formula the area of the triangle $O_1TO_2$ is
$$A_{O_1TO_2}=sqrt{P(P-R_1)(P-R_2)(P-D)},
$$
where $P=frac{R_1+D+R_2}{2}$ is the semi-perimeter of the triangle.
From the other hand the same area can be written as
$$A_{O_1TO_2}=frac{1}{2}R_iDsinphi_i,
$$
where $phi_i$ is the angle at $O_i$.
Finally we have:
$$
Phi_i=2R_iarcsinfrac{2 sqrt{P(P-R_1)(P-R_2)(P-D)}}{DR_i};quad i=1,2,
$$
where $Phi_i$ is the arc length in question.
$endgroup$
add a comment |
$begingroup$
Let $T$ be one of the intersection points of the circles. By Heron's formula the area of the triangle $O_1TO_2$ is
$$A_{O_1TO_2}=sqrt{P(P-R_1)(P-R_2)(P-D)},
$$
where $P=frac{R_1+D+R_2}{2}$ is the semi-perimeter of the triangle.
From the other hand the same area can be written as
$$A_{O_1TO_2}=frac{1}{2}R_iDsinphi_i,
$$
where $phi_i$ is the angle at $O_i$.
Finally we have:
$$
Phi_i=2R_iarcsinfrac{2 sqrt{P(P-R_1)(P-R_2)(P-D)}}{DR_i};quad i=1,2,
$$
where $Phi_i$ is the arc length in question.
$endgroup$
add a comment |
$begingroup$
Let $T$ be one of the intersection points of the circles. By Heron's formula the area of the triangle $O_1TO_2$ is
$$A_{O_1TO_2}=sqrt{P(P-R_1)(P-R_2)(P-D)},
$$
where $P=frac{R_1+D+R_2}{2}$ is the semi-perimeter of the triangle.
From the other hand the same area can be written as
$$A_{O_1TO_2}=frac{1}{2}R_iDsinphi_i,
$$
where $phi_i$ is the angle at $O_i$.
Finally we have:
$$
Phi_i=2R_iarcsinfrac{2 sqrt{P(P-R_1)(P-R_2)(P-D)}}{DR_i};quad i=1,2,
$$
where $Phi_i$ is the arc length in question.
$endgroup$
Let $T$ be one of the intersection points of the circles. By Heron's formula the area of the triangle $O_1TO_2$ is
$$A_{O_1TO_2}=sqrt{P(P-R_1)(P-R_2)(P-D)},
$$
where $P=frac{R_1+D+R_2}{2}$ is the semi-perimeter of the triangle.
From the other hand the same area can be written as
$$A_{O_1TO_2}=frac{1}{2}R_iDsinphi_i,
$$
where $phi_i$ is the angle at $O_i$.
Finally we have:
$$
Phi_i=2R_iarcsinfrac{2 sqrt{P(P-R_1)(P-R_2)(P-D)}}{DR_i};quad i=1,2,
$$
where $Phi_i$ is the arc length in question.
edited Jan 22 at 18:44
answered Jan 22 at 13:31
useruser
5,20311030
5,20311030
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%2f3083148%2fgiven-two-circles-arc-length-of-the-intersection%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$
Hint: you can compute the length of the overlap as $(r+r') - d$, where $r,r'$ are the radii and $d$ is the distance between the circle centers.
$endgroup$
– lightxbulb
Jan 22 at 13:17
$begingroup$
@lightxbulb: How does that help?
$endgroup$
– TonyK
Jan 22 at 13:18
$begingroup$
Draw an image and see for yourself. The arc length of the intersection is a function of it @TonyK.
$endgroup$
– lightxbulb
Jan 22 at 13:19
$begingroup$
Not to mention that what he's asking is available with a rudimentary google search, with derivations and everything.
$endgroup$
– lightxbulb
Jan 22 at 13:24
$begingroup$
@lightxbulb: But what to search for? It's like when we asked the teacher how to spell a word, and she said "Look it up in the dictionary!" Perhaps this link might help the OP (although it doesn't use your $(r+r')-d$ expression at all).
$endgroup$
– TonyK
Jan 22 at 13:30