how to find circle circumference point from a point inside the circle
$begingroup$
given the image bellow how can i find the points of a circles circumference from a point inside the circle with given X and Y ? also can how to calculate it from a point outside the cirlce ?
https://i.stack.imgur.com/0fv9G.png
geometry trigonometry circles
$endgroup$
add a comment |
$begingroup$
given the image bellow how can i find the points of a circles circumference from a point inside the circle with given X and Y ? also can how to calculate it from a point outside the cirlce ?
https://i.stack.imgur.com/0fv9G.png
geometry trigonometry circles
$endgroup$
$begingroup$
Your Question seems unclear, What is 'Circumference Point'? As Far I know Circumference is defined as length, but You seem to ask the Circumference of something which is not even a curve. Please Provide details
$endgroup$
– Abhas Kumar Sinha
Jan 14 at 10:13
add a comment |
$begingroup$
given the image bellow how can i find the points of a circles circumference from a point inside the circle with given X and Y ? also can how to calculate it from a point outside the cirlce ?
https://i.stack.imgur.com/0fv9G.png
geometry trigonometry circles
$endgroup$
given the image bellow how can i find the points of a circles circumference from a point inside the circle with given X and Y ? also can how to calculate it from a point outside the cirlce ?
https://i.stack.imgur.com/0fv9G.png
geometry trigonometry circles
geometry trigonometry circles
asked Jan 14 at 9:51
AleksanderAleksander
11
11
$begingroup$
Your Question seems unclear, What is 'Circumference Point'? As Far I know Circumference is defined as length, but You seem to ask the Circumference of something which is not even a curve. Please Provide details
$endgroup$
– Abhas Kumar Sinha
Jan 14 at 10:13
add a comment |
$begingroup$
Your Question seems unclear, What is 'Circumference Point'? As Far I know Circumference is defined as length, but You seem to ask the Circumference of something which is not even a curve. Please Provide details
$endgroup$
– Abhas Kumar Sinha
Jan 14 at 10:13
$begingroup$
Your Question seems unclear, What is 'Circumference Point'? As Far I know Circumference is defined as length, but You seem to ask the Circumference of something which is not even a curve. Please Provide details
$endgroup$
– Abhas Kumar Sinha
Jan 14 at 10:13
$begingroup$
Your Question seems unclear, What is 'Circumference Point'? As Far I know Circumference is defined as length, but You seem to ask the Circumference of something which is not even a curve. Please Provide details
$endgroup$
– Abhas Kumar Sinha
Jan 14 at 10:13
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
If $(x_0, y_0)$ is the centre of the circle and if $R$ is the ray, then the points of the circle can be represented as $(x_0 + R,costheta, ,y_0 + R,sintheta)$
The point inside or outside the circle can be represented as $M = (x_0 + rho ,cosphi,, y_0 + rho, sinphi)$
Then, the nearest point from $M$ on the circle is:
$$ A = (x_0 + R ,cosphi,, y_0 + R, sinphi)$$
I guess this corresponds to your question ... which was not so clear
$endgroup$
add a comment |
$begingroup$
Three given points are vertices of a triangle $triangle.$ The center of the circumcircle of $triangle;$ is the intersection of line bisectors of the sides of $triangle.$ To find the center, it suffices to take two of the bisectors.
The point of the circle that is nearest to a given point lies on the diameter through the center and the given point. It is the red point at the picture.
$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/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%2f3073043%2fhow-to-find-circle-circumference-point-from-a-point-inside-the-circle%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If $(x_0, y_0)$ is the centre of the circle and if $R$ is the ray, then the points of the circle can be represented as $(x_0 + R,costheta, ,y_0 + R,sintheta)$
The point inside or outside the circle can be represented as $M = (x_0 + rho ,cosphi,, y_0 + rho, sinphi)$
Then, the nearest point from $M$ on the circle is:
$$ A = (x_0 + R ,cosphi,, y_0 + R, sinphi)$$
I guess this corresponds to your question ... which was not so clear
$endgroup$
add a comment |
$begingroup$
If $(x_0, y_0)$ is the centre of the circle and if $R$ is the ray, then the points of the circle can be represented as $(x_0 + R,costheta, ,y_0 + R,sintheta)$
The point inside or outside the circle can be represented as $M = (x_0 + rho ,cosphi,, y_0 + rho, sinphi)$
Then, the nearest point from $M$ on the circle is:
$$ A = (x_0 + R ,cosphi,, y_0 + R, sinphi)$$
I guess this corresponds to your question ... which was not so clear
$endgroup$
add a comment |
$begingroup$
If $(x_0, y_0)$ is the centre of the circle and if $R$ is the ray, then the points of the circle can be represented as $(x_0 + R,costheta, ,y_0 + R,sintheta)$
The point inside or outside the circle can be represented as $M = (x_0 + rho ,cosphi,, y_0 + rho, sinphi)$
Then, the nearest point from $M$ on the circle is:
$$ A = (x_0 + R ,cosphi,, y_0 + R, sinphi)$$
I guess this corresponds to your question ... which was not so clear
$endgroup$
If $(x_0, y_0)$ is the centre of the circle and if $R$ is the ray, then the points of the circle can be represented as $(x_0 + R,costheta, ,y_0 + R,sintheta)$
The point inside or outside the circle can be represented as $M = (x_0 + rho ,cosphi,, y_0 + rho, sinphi)$
Then, the nearest point from $M$ on the circle is:
$$ A = (x_0 + R ,cosphi,, y_0 + R, sinphi)$$
I guess this corresponds to your question ... which was not so clear
answered Jan 14 at 10:39
DamienDamien
63714
63714
add a comment |
add a comment |
$begingroup$
Three given points are vertices of a triangle $triangle.$ The center of the circumcircle of $triangle;$ is the intersection of line bisectors of the sides of $triangle.$ To find the center, it suffices to take two of the bisectors.
The point of the circle that is nearest to a given point lies on the diameter through the center and the given point. It is the red point at the picture.
$endgroup$
add a comment |
$begingroup$
Three given points are vertices of a triangle $triangle.$ The center of the circumcircle of $triangle;$ is the intersection of line bisectors of the sides of $triangle.$ To find the center, it suffices to take two of the bisectors.
The point of the circle that is nearest to a given point lies on the diameter through the center and the given point. It is the red point at the picture.
$endgroup$
add a comment |
$begingroup$
Three given points are vertices of a triangle $triangle.$ The center of the circumcircle of $triangle;$ is the intersection of line bisectors of the sides of $triangle.$ To find the center, it suffices to take two of the bisectors.
The point of the circle that is nearest to a given point lies on the diameter through the center and the given point. It is the red point at the picture.
$endgroup$
Three given points are vertices of a triangle $triangle.$ The center of the circumcircle of $triangle;$ is the intersection of line bisectors of the sides of $triangle.$ To find the center, it suffices to take two of the bisectors.
The point of the circle that is nearest to a given point lies on the diameter through the center and the given point. It is the red point at the picture.
answered Jan 14 at 12:45
user376343user376343
3,9834829
3,9834829
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%2f3073043%2fhow-to-find-circle-circumference-point-from-a-point-inside-the-circle%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$
Your Question seems unclear, What is 'Circumference Point'? As Far I know Circumference is defined as length, but You seem to ask the Circumference of something which is not even a curve. Please Provide details
$endgroup$
– Abhas Kumar Sinha
Jan 14 at 10:13