I want to visually join two circles that are overlapping so that

becomes

I already have methods for partial circles, but now I need to know how large the overlapping angle for earch circle is, and I don’t know how to do that.
Anyone got an Idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
HTH!
Edit
For two different radii:
Simplifying a little:
Edit
If you want the angle viewed from the other circle center, just exchange R1 by R2 in the last equation.
Here is a sample implementation in Mathematica:
And…
🙂