Find coordinate from distance and coordinate











up vote
0
down vote

favorite












I know that this topic has been done already but i believe that my issues is a bit more annoying.



I have a circle which I know its center's coordinate that cross a line like this :



   *****
-*-------*---- <-- The line
* *
* * <------ The circle
* *
*******


In addition to that i know the Y coordinates of my line. My problem is the following :



x1,y1 : the coordinates of the circle's center



x2,y2 : the coordinates of the intersection between the circle and the line



r : the radius of the circle



Knowing x1,y1,y2,r is it possible to get x2 on an equation where x2 is the only element of the right part of our equation (i mean 'x2 = ?')










share|cite|improve this question







New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Use the Pythagorean theorem.
    – amd
    Nov 12 at 17:35















up vote
0
down vote

favorite












I know that this topic has been done already but i believe that my issues is a bit more annoying.



I have a circle which I know its center's coordinate that cross a line like this :



   *****
-*-------*---- <-- The line
* *
* * <------ The circle
* *
*******


In addition to that i know the Y coordinates of my line. My problem is the following :



x1,y1 : the coordinates of the circle's center



x2,y2 : the coordinates of the intersection between the circle and the line



r : the radius of the circle



Knowing x1,y1,y2,r is it possible to get x2 on an equation where x2 is the only element of the right part of our equation (i mean 'x2 = ?')










share|cite|improve this question







New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Use the Pythagorean theorem.
    – amd
    Nov 12 at 17:35













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I know that this topic has been done already but i believe that my issues is a bit more annoying.



I have a circle which I know its center's coordinate that cross a line like this :



   *****
-*-------*---- <-- The line
* *
* * <------ The circle
* *
*******


In addition to that i know the Y coordinates of my line. My problem is the following :



x1,y1 : the coordinates of the circle's center



x2,y2 : the coordinates of the intersection between the circle and the line



r : the radius of the circle



Knowing x1,y1,y2,r is it possible to get x2 on an equation where x2 is the only element of the right part of our equation (i mean 'x2 = ?')










share|cite|improve this question







New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I know that this topic has been done already but i believe that my issues is a bit more annoying.



I have a circle which I know its center's coordinate that cross a line like this :



   *****
-*-------*---- <-- The line
* *
* * <------ The circle
* *
*******


In addition to that i know the Y coordinates of my line. My problem is the following :



x1,y1 : the coordinates of the circle's center



x2,y2 : the coordinates of the intersection between the circle and the line



r : the radius of the circle



Knowing x1,y1,y2,r is it possible to get x2 on an equation where x2 is the only element of the right part of our equation (i mean 'x2 = ?')







coordinate-systems






share|cite|improve this question







New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 12 at 17:23









OgL0C

1




1




New contributor




OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






OgL0C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Use the Pythagorean theorem.
    – amd
    Nov 12 at 17:35


















  • Use the Pythagorean theorem.
    – amd
    Nov 12 at 17:35
















Use the Pythagorean theorem.
– amd
Nov 12 at 17:35




Use the Pythagorean theorem.
– amd
Nov 12 at 17:35










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Yes it is possible to get $x_2$ such that the above mentioned property satisfies, by the distance formula,



$$(x_1-x_2)^2+(y_1-y_2)^2 = r^2$$
This is a quadratic equation in $x_2$, thus will give two solution, one for each intersection point.



Hope it helps:)






share|cite|improve this answer





















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
    – OgL0C
    Nov 12 at 17:43


















up vote
0
down vote













Yes, you can use the distance between points formula



a^2 = (x2-x1)^2 + (y2-y2)^2



The solutions of this equation is the answer you are looking for.






share|cite|improve this answer








New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
    – OgL0C
    Nov 12 at 17:47











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',
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
});


}
});






OgL0C is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2995584%2ffind-coordinate-from-distance-and-coordinate%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








up vote
0
down vote













Yes it is possible to get $x_2$ such that the above mentioned property satisfies, by the distance formula,



$$(x_1-x_2)^2+(y_1-y_2)^2 = r^2$$
This is a quadratic equation in $x_2$, thus will give two solution, one for each intersection point.



Hope it helps:)






share|cite|improve this answer





















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
    – OgL0C
    Nov 12 at 17:43















up vote
0
down vote













Yes it is possible to get $x_2$ such that the above mentioned property satisfies, by the distance formula,



$$(x_1-x_2)^2+(y_1-y_2)^2 = r^2$$
This is a quadratic equation in $x_2$, thus will give two solution, one for each intersection point.



Hope it helps:)






share|cite|improve this answer





















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
    – OgL0C
    Nov 12 at 17:43













up vote
0
down vote










up vote
0
down vote









Yes it is possible to get $x_2$ such that the above mentioned property satisfies, by the distance formula,



$$(x_1-x_2)^2+(y_1-y_2)^2 = r^2$$
This is a quadratic equation in $x_2$, thus will give two solution, one for each intersection point.



Hope it helps:)






share|cite|improve this answer












Yes it is possible to get $x_2$ such that the above mentioned property satisfies, by the distance formula,



$$(x_1-x_2)^2+(y_1-y_2)^2 = r^2$$
This is a quadratic equation in $x_2$, thus will give two solution, one for each intersection point.



Hope it helps:)







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 12 at 17:28









Crazy for maths

4948




4948












  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
    – OgL0C
    Nov 12 at 17:43


















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
    – OgL0C
    Nov 12 at 17:43
















Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
– OgL0C
Nov 12 at 17:43




Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you mention. Thanks though !
– OgL0C
Nov 12 at 17:43










up vote
0
down vote













Yes, you can use the distance between points formula



a^2 = (x2-x1)^2 + (y2-y2)^2



The solutions of this equation is the answer you are looking for.






share|cite|improve this answer








New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
    – OgL0C
    Nov 12 at 17:47















up vote
0
down vote













Yes, you can use the distance between points formula



a^2 = (x2-x1)^2 + (y2-y2)^2



The solutions of this equation is the answer you are looking for.






share|cite|improve this answer








New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
    – OgL0C
    Nov 12 at 17:47













up vote
0
down vote










up vote
0
down vote









Yes, you can use the distance between points formula



a^2 = (x2-x1)^2 + (y2-y2)^2



The solutions of this equation is the answer you are looking for.






share|cite|improve this answer








New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









Yes, you can use the distance between points formula



a^2 = (x2-x1)^2 + (y2-y2)^2



The solutions of this equation is the answer you are looking for.







share|cite|improve this answer








New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this answer



share|cite|improve this answer






New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered Nov 12 at 17:31









rad

11




11




New contributor




rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
    – OgL0C
    Nov 12 at 17:47


















  • Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
    – OgL0C
    Nov 12 at 17:47
















Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
– OgL0C
Nov 12 at 17:47




Yeah i did find that but i can't manage to get x2 alone on the left part of the equation that you and crazy for math mention. Thanks for responding as well
– OgL0C
Nov 12 at 17:47










OgL0C is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















OgL0C is a new contributor. Be nice, and check out our Code of Conduct.













OgL0C is a new contributor. Be nice, and check out our Code of Conduct.












OgL0C is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2995584%2ffind-coordinate-from-distance-and-coordinate%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?