How to convert intersection of two lines into an arc?determine if 2 line segments are intersectingVerify that two line segments do not cross, or projected intersection is not on either lineAngle between two line segmentsFind out intersection of lines with only edge pointsHow can I calculate the angle between two lines on a sphere?How to calculate the radius of a Arc Segment given only the Arc Length and the Height of the arc segment?Find intersection of two lines given subtended angleHow to calculate 3D arc between two linesGiven a circle of radius r, and two points ('X' and 'Z') on that circle, can some circumcircular arc “XYZ” be constructed of length r?Length of a pivoted rectangle

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Cross compiling for RPi - error while loading shared libraries

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

What's the output of a record needle playing an out-of-speed record

Theorems that impeded progress

What does the "remote control" for a QF-4 look like?

Why doesn't H₄O²⁺ exist?

Unable to deploy metadata from Partner Developer scratch org because of extra fields

Add text to same line using sed

What's the point of deactivating Num Lock on login screens?

Replacing matching entries in one column of a file by another column from a different file

Why is consensus so controversial in Britain?

Is it inappropriate for a student to attend their mentor's dissertation defense?

High voltage LED indicator 40-1000 VDC without additional power supply

Is it possible for a square root function,f(x), to map to a finite number of integers for all x in domain of f?

Maximum likelihood parameters deviate from posterior distributions

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

DC-DC converter from low voltage at high current, to high voltage at low current

What doth I be?

Watching something be written to a file live with tail

infared filters v nd

Does an object always see its latest internal state irrespective of thread?

RSA: Danger of using p to create q



How to convert intersection of two lines into an arc?


determine if 2 line segments are intersectingVerify that two line segments do not cross, or projected intersection is not on either lineAngle between two line segmentsFind out intersection of lines with only edge pointsHow can I calculate the angle between two lines on a sphere?How to calculate the radius of a Arc Segment given only the Arc Length and the Height of the arc segment?Find intersection of two lines given subtended angleHow to calculate 3D arc between two linesGiven a circle of radius r, and two points ('X' and 'Z') on that circle, can some circumcircular arc “XYZ” be constructed of length r?Length of a pivoted rectangle













0












$begingroup$


I am struggling with finding coordinates of a point for arc origin.



I am programming a tool which converts a corner (intersection of two lines) into an arc of needed radius.



SETUP PICTURE



I have intersecting line segments AD and AC.



Known:



  • Coordinates of Point A

  • Length of Segment BE (r)

  • Angle between AC and AB (which also equals to angle between AD & AB)

My problem is finding any dimension related to segment AB (length, projections, etc), which if known, I can solve the problem.



Ultimately Need:



  • Points D, B, and C to construct an Arc and resize the intersecting lines to end at respective points C & D.

enter image description here










share|cite|improve this question











$endgroup$











  • $begingroup$
    What have you tried?
    $endgroup$
    – clathratus
    Mar 21 at 18:21










  • $begingroup$
    What do you mean? I am not able to solve it correctly, that's all. I've used AEx projection + rx length to get the new coordinate of rx, but as you can see that would not be correct since it doesn't account for AB segment. I've no idea what to do to get info about the AB segment.
    $endgroup$
    – Micard
    Mar 21 at 18:31










  • $begingroup$
    Is $AC$ tangent to the circle at point $C$? if yes, then $AB=r(frac1sin angleEAC-1)$
    $endgroup$
    – Vasya
    Mar 21 at 18:37










  • $begingroup$
    Are AC and AD perpendicular, as shown in the drawing? Or could they meet at some angle other than 90 degrees?
    $endgroup$
    – John Hughes
    Mar 21 at 18:46










  • $begingroup$
    @Vasya Thanks, I will try that!
    $endgroup$
    – Micard
    Mar 21 at 18:48















0












$begingroup$


I am struggling with finding coordinates of a point for arc origin.



I am programming a tool which converts a corner (intersection of two lines) into an arc of needed radius.



SETUP PICTURE



I have intersecting line segments AD and AC.



Known:



  • Coordinates of Point A

  • Length of Segment BE (r)

  • Angle between AC and AB (which also equals to angle between AD & AB)

My problem is finding any dimension related to segment AB (length, projections, etc), which if known, I can solve the problem.



Ultimately Need:



  • Points D, B, and C to construct an Arc and resize the intersecting lines to end at respective points C & D.

enter image description here










share|cite|improve this question











$endgroup$











  • $begingroup$
    What have you tried?
    $endgroup$
    – clathratus
    Mar 21 at 18:21










  • $begingroup$
    What do you mean? I am not able to solve it correctly, that's all. I've used AEx projection + rx length to get the new coordinate of rx, but as you can see that would not be correct since it doesn't account for AB segment. I've no idea what to do to get info about the AB segment.
    $endgroup$
    – Micard
    Mar 21 at 18:31










  • $begingroup$
    Is $AC$ tangent to the circle at point $C$? if yes, then $AB=r(frac1sin angleEAC-1)$
    $endgroup$
    – Vasya
    Mar 21 at 18:37










  • $begingroup$
    Are AC and AD perpendicular, as shown in the drawing? Or could they meet at some angle other than 90 degrees?
    $endgroup$
    – John Hughes
    Mar 21 at 18:46










  • $begingroup$
    @Vasya Thanks, I will try that!
    $endgroup$
    – Micard
    Mar 21 at 18:48













0












0








0





$begingroup$


I am struggling with finding coordinates of a point for arc origin.



I am programming a tool which converts a corner (intersection of two lines) into an arc of needed radius.



SETUP PICTURE



I have intersecting line segments AD and AC.



Known:



  • Coordinates of Point A

  • Length of Segment BE (r)

  • Angle between AC and AB (which also equals to angle between AD & AB)

My problem is finding any dimension related to segment AB (length, projections, etc), which if known, I can solve the problem.



Ultimately Need:



  • Points D, B, and C to construct an Arc and resize the intersecting lines to end at respective points C & D.

enter image description here










share|cite|improve this question











$endgroup$




I am struggling with finding coordinates of a point for arc origin.



I am programming a tool which converts a corner (intersection of two lines) into an arc of needed radius.



SETUP PICTURE



I have intersecting line segments AD and AC.



Known:



  • Coordinates of Point A

  • Length of Segment BE (r)

  • Angle between AC and AB (which also equals to angle between AD & AB)

My problem is finding any dimension related to segment AB (length, projections, etc), which if known, I can solve the problem.



Ultimately Need:



  • Points D, B, and C to construct an Arc and resize the intersecting lines to end at respective points C & D.

enter image description here







geometry






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 21 at 20:03









KReiser

10k21435




10k21435










asked Mar 21 at 18:12









MicardMicard

31




31











  • $begingroup$
    What have you tried?
    $endgroup$
    – clathratus
    Mar 21 at 18:21










  • $begingroup$
    What do you mean? I am not able to solve it correctly, that's all. I've used AEx projection + rx length to get the new coordinate of rx, but as you can see that would not be correct since it doesn't account for AB segment. I've no idea what to do to get info about the AB segment.
    $endgroup$
    – Micard
    Mar 21 at 18:31










  • $begingroup$
    Is $AC$ tangent to the circle at point $C$? if yes, then $AB=r(frac1sin angleEAC-1)$
    $endgroup$
    – Vasya
    Mar 21 at 18:37










  • $begingroup$
    Are AC and AD perpendicular, as shown in the drawing? Or could they meet at some angle other than 90 degrees?
    $endgroup$
    – John Hughes
    Mar 21 at 18:46










  • $begingroup$
    @Vasya Thanks, I will try that!
    $endgroup$
    – Micard
    Mar 21 at 18:48
















  • $begingroup$
    What have you tried?
    $endgroup$
    – clathratus
    Mar 21 at 18:21










  • $begingroup$
    What do you mean? I am not able to solve it correctly, that's all. I've used AEx projection + rx length to get the new coordinate of rx, but as you can see that would not be correct since it doesn't account for AB segment. I've no idea what to do to get info about the AB segment.
    $endgroup$
    – Micard
    Mar 21 at 18:31










  • $begingroup$
    Is $AC$ tangent to the circle at point $C$? if yes, then $AB=r(frac1sin angleEAC-1)$
    $endgroup$
    – Vasya
    Mar 21 at 18:37










  • $begingroup$
    Are AC and AD perpendicular, as shown in the drawing? Or could they meet at some angle other than 90 degrees?
    $endgroup$
    – John Hughes
    Mar 21 at 18:46










  • $begingroup$
    @Vasya Thanks, I will try that!
    $endgroup$
    – Micard
    Mar 21 at 18:48















$begingroup$
What have you tried?
$endgroup$
– clathratus
Mar 21 at 18:21




$begingroup$
What have you tried?
$endgroup$
– clathratus
Mar 21 at 18:21












$begingroup$
What do you mean? I am not able to solve it correctly, that's all. I've used AEx projection + rx length to get the new coordinate of rx, but as you can see that would not be correct since it doesn't account for AB segment. I've no idea what to do to get info about the AB segment.
$endgroup$
– Micard
Mar 21 at 18:31




$begingroup$
What do you mean? I am not able to solve it correctly, that's all. I've used AEx projection + rx length to get the new coordinate of rx, but as you can see that would not be correct since it doesn't account for AB segment. I've no idea what to do to get info about the AB segment.
$endgroup$
– Micard
Mar 21 at 18:31












$begingroup$
Is $AC$ tangent to the circle at point $C$? if yes, then $AB=r(frac1sin angleEAC-1)$
$endgroup$
– Vasya
Mar 21 at 18:37




$begingroup$
Is $AC$ tangent to the circle at point $C$? if yes, then $AB=r(frac1sin angleEAC-1)$
$endgroup$
– Vasya
Mar 21 at 18:37












$begingroup$
Are AC and AD perpendicular, as shown in the drawing? Or could they meet at some angle other than 90 degrees?
$endgroup$
– John Hughes
Mar 21 at 18:46




$begingroup$
Are AC and AD perpendicular, as shown in the drawing? Or could they meet at some angle other than 90 degrees?
$endgroup$
– John Hughes
Mar 21 at 18:46












$begingroup$
@Vasya Thanks, I will try that!
$endgroup$
– Micard
Mar 21 at 18:48




$begingroup$
@Vasya Thanks, I will try that!
$endgroup$
– Micard
Mar 21 at 18:48










1 Answer
1






active

oldest

votes


















0












$begingroup$

$triangleACE$ is a right triangle, therefore $$rover AE = sinangleCAE = sinleft(frac12angleCADright).$$ This lets you find $E$, and from there $B$, $C$ and $D$ are easily found. Note,too, that $angleAEC=fracpi2-angleCAE$.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
    $endgroup$
    – Micard
    Mar 22 at 13:40











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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3157175%2fhow-to-convert-intersection-of-two-lines-into-an-arc%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









0












$begingroup$

$triangleACE$ is a right triangle, therefore $$rover AE = sinangleCAE = sinleft(frac12angleCADright).$$ This lets you find $E$, and from there $B$, $C$ and $D$ are easily found. Note,too, that $angleAEC=fracpi2-angleCAE$.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
    $endgroup$
    – Micard
    Mar 22 at 13:40















0












$begingroup$

$triangleACE$ is a right triangle, therefore $$rover AE = sinangleCAE = sinleft(frac12angleCADright).$$ This lets you find $E$, and from there $B$, $C$ and $D$ are easily found. Note,too, that $angleAEC=fracpi2-angleCAE$.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
    $endgroup$
    – Micard
    Mar 22 at 13:40













0












0








0





$begingroup$

$triangleACE$ is a right triangle, therefore $$rover AE = sinangleCAE = sinleft(frac12angleCADright).$$ This lets you find $E$, and from there $B$, $C$ and $D$ are easily found. Note,too, that $angleAEC=fracpi2-angleCAE$.






share|cite|improve this answer









$endgroup$



$triangleACE$ is a right triangle, therefore $$rover AE = sinangleCAE = sinleft(frac12angleCADright).$$ This lets you find $E$, and from there $B$, $C$ and $D$ are easily found. Note,too, that $angleAEC=fracpi2-angleCAE$.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Mar 21 at 19:14









amdamd

31.5k21052




31.5k21052











  • $begingroup$
    Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
    $endgroup$
    – Micard
    Mar 22 at 13:40
















  • $begingroup$
    Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
    $endgroup$
    – Micard
    Mar 22 at 13:40















$begingroup$
Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
$endgroup$
– Micard
Mar 22 at 13:40




$begingroup$
Thank you, works pretty well, not sure why I couldn't solve a 7th grade geometry problem...
$endgroup$
– Micard
Mar 22 at 13:40

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3157175%2fhow-to-convert-intersection-of-two-lines-into-an-arc%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

Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

Urgehal History Discography Band members References External links Navigation menu"Mediateket: Urgehal""Interview with Enzifer of Urgehal, 2007""Urgehal - Interview"Urgehal"Urgehal Frontman Trondr Nefas Dies at 35"Urgehal9042691cb161873230(data)0000 0001 0669 4224no2016126817ee6ccef6-e558-44b6-b059-dbbb5b913b24145036459145036459