Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3595022
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:47:46+00:00 2026-05-18T19:47:46+00:00

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

  • 0

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

AltText

becomes

alt text

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T19:47:47+00:00Added an answer on May 18, 2026 at 7:47 pm

    Phi= ArcTan[ Sqrt[4 * R^2 - d^2] /d ]
    

    HTH!

    Edit

    For two different radii:

    Simplifying a little:

    Phi= ArcTan[Sqrt[-d^4 -(R1^2 - R2^2)^2 + 2*d^2*(R1^2 + R2^2)]/(d^2 +R1^2 -R2^2)]
    

    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:

    f[center1_, d_, R1_, R2_] := Module[{Phi, Theta},
    
       Phi=  ArcTan[Sqrt[-d^4-(R1^2-R2^2)^2 + 2*d^2*(R1^2 + R2^2)]/(d^2 +R1^2 -R2^2)]
    
       Theta=ArcTan[Sqrt[-d^4-(R1^2-R2^2)^2 + 2*d^2*(R1^2 + R2^2)]/(d^2 -R1^2 +R2^2)]
    
       {Circle[{center1, 0}, R1, {2 Pi - Phi,   Phi}], 
        Circle[{d,       0}, R2, {Pi - Theta,  -Pi + Theta}]}
    
       ];
    Graphics[f[0, 1.5, 1, 1]]
    

    alt text

    Graphics[f[0, 1.5, 1, 3/4]]  
    

    alt text

    And…

    ImageMultiply[
     Binarize@FillingTransform[#], 
     ImageResize[Import@
     "http://i305.photobucket.com/albums/nn235/greeneyedgirlox/blondebabybunny.jpg", 
       ImageDimensions@#]] &@
     Rasterize@Graphics[f[0, 1.5, 1, 1], Background -> Black]
    

    alt text

    🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have data that I want to represent visually. The actual data is a
I want to see class, function and variable/property, dependencies visually, like NDepend , but
Semantically, I want an itemized list, but visually I just want some space. How
I have a div that I want to appear based on user input (works),
I want to represent some data visually, using a visualization component. Now I want
I have a textarea element in a Facebook application I want to limit, visually,
I'm creating a simple Cocoa non-document based application. I want to show visually that
My WPF TabControl contains multiple TabItems. I want to visually alert users that data
I'm working with a project that is WPF and VB.net. I want to visually
I have some images that are impossible for visually impaired users to use at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.