39 intersection of 3 circles

  • #1

karush

Gold Member
MHB
3,264
4
studying with a friend there was the intersection of 3 circles problem which is in common usage
here is my overleaf output
View attachment 9075

I was wondering if this could be solved with a matrix in that it has squares in it

or is there a standard equation for finding the intersection of 3 circles given the centers and radius'
and an assumed intersection
 

Answers and Replies

  • #2
Yes, the three circles have equations
[tex](x- 7)^2+ (y- 4)^2= 25[/tex]
[tex](x+ 9)^2+ (y+ 4)^2= 169[/tex] and
[tex](x+ 3)^2+ (y- 9)^2= 100[/tex]

Multiplying those squares gives
[tex]x^2- 14x+ 49+ y^2- 8y+ 16= 25[/tex]
[tex]x^2+ 18x+ 81+ y^2+ 8y+ 16= 169[/tex]
[tex]x^2+ 6x+ 9+ y^2- 18y+ 81= 100[/tex]

And subtracting will get rid of the squares!

Subtracting the first equation from the second gives
[tex]32x+ 32+ 16y= 144[/tex]
Subtracting the first equation from the third gives
[tex]20x- 40- 10y+ 65= 75.

32x+ 16y= 112 so 2x+ y= 7
20x- 10y= 50 so 2x- y= 5.
Adding those 4x= 12 so x= 3 and then y= 1.

That, (3, 1), is the point where all three circles intersect.

We also can look at 2x+ y= 7, so y= 7- 2x and [tex](x- 7)^2+ (y- 4)^2= (x- 7)^2+ (3- 2x)^2= x^2- 14x+ 49+ 9- 12x+ 4x^2= 5x^2- 26x+ 58= 25[/tex]. [tex]5x^2- 26x+ 33= 0[/tex]. That can be factored as [tex](5x- 11)(x- 3)= 0[tex] so x= 3 or x= 11/5. If x= 3 y= 7- 6= 1 and if x= 11/5, y= 7- 22/5= (35- 22)/5= 13/5. (3, 1) and (11/5, 13/5) is another intersection.
 

Suggested for: 39 intersection of 3 circles

Replies
8
Views
591
Replies
6
Views
458
Replies
6
Views
617
Replies
8
Views
964
Replies
9
Views
1K
Replies
2
Views
568
Replies
3
Views
757
Replies
1
Views
137
Replies
4
Views
962
Back
Top