Area of union of n circles????

2 views (last 30 days)
Saptarshi Bhattacharjee
Saptarshi Bhattacharjee on 4 Jan 2012
Hello. I am trying to calculate the area of union of n circles in a plane when it is known that all circles are of equal radii and their centers are also known(of all n circles). I was trying to follow the set theory approach where we know the formula for union of n sets. I was just using an operator Ar() which gives the area,i.e. Ar(A) gives me the area of A. I first tried to find out which circle is intersecting with which other circle(s) with the help of D<2R(D=dist between the centers of the two circles), then I was trying to calculate the area of intersection between them pairwise and hence find the area of union. But I am getting stuck for n>4. Can anyone provide a soln to this(soln by the set theory approach is necessary). Thanks in advance
  2 Comments
Walter Roberson
Walter Roberson on 4 Jan 2012
Do not use email addresses as Tags.
Saptarshi Bhattacharjee
Saptarshi Bhattacharjee on 4 Jan 2012
ya ok....my mistake

Sign in to comment.

Answers (0)

Categories

Find more on Computational Geometry in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!