Circles In Circle

Geometry Level 2

In a large circle, a chord of length 4 is drawn.

Then, as shown above, we draw in two small circles that are each tangent to the large circle and to the midpoint of the chord.

What is the area of the yellow region?

π \pi 2 π 2 \pi 3 π 3 \pi 4 π 4 \pi Depends on the ratio of the radii of the smaller circles

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Let R R be the radius of the outer circle and r S , r L r_{S}, r_{L} be the radii of the smaller and larger interior circles, respectively. Then r S + r L = R r L = R r S r_{S} + r_{L} = R \Longrightarrow r_{L} = R - r_{S} .

Now let O O be the origin of the outer circle, A A the lower end of the chord and B B the midpoint of the chord. Then O A = R , O B = R 2 r S |OA| = R, |OB| = R - 2r_{S} and A B = 2 |AB| = 2 . By Pythagoras we then have that

O A 2 = O B 2 + A B 2 R 2 = ( R 2 r S ) 2 + 2 2 |OA|^{2} = |OB|^{2} + |AB|^{2} \Longrightarrow R^{2} = (R - 2r_{S})^{2} + 2^{2}

R 2 = R 2 4 R r S + 4 r S 2 + 4 R r S r S 2 = 1 \Longrightarrow R^{2} = R^{2} - 4Rr_{S} + 4r_{S}^{2} + 4 \Longrightarrow Rr_{S} - r_{S}^{2} = 1 .

Next, the area of the yellow region is

π R 2 π r S 2 π r L 2 = π ( R 2 r S 2 ( R r S ) 2 ) = \pi R^{2} - \pi r_{S}^{2} - \pi r_{L}^{2} = \pi(R^{2} - r_{S}^{2} - (R - r_{S})^{2}) =

π ( R 2 r S 2 R 2 + 2 R r S r S 2 ) = 2 π ( R r S r S 2 ) = 2 π × 1 = 2 π \pi(R^{2} - r_{S}^{2} - R^{2} + 2Rr_{S} - r_{S}^{2}) = 2\pi(Rr_{S} - r_{S}^{2}) = 2\pi \times 1 = \boxed{2\pi} .

The solution looks slightly more elegant/symmetric if you express the lengths in r S r_S and r L r_L :

A B 2 = O A 2 O B 2 = ( r S + r L ) 2 ( r S r L ) 2 = ( r S 2 + 2 r S r L + r L 2 ) ( r S 2 2 r S r L + r L 2 ) = 4 r S r L , |AB|^2 = |OA|^2 - |OB|^2 = (r_S+r_L)^2 - (r_S-r^L)^2 = (r_S^2+2r_Sr_L+r_L^2) - (r_S^2-2r_Sr_L+r_L^2) = 4r_Sr_L,

and the area is

π ( ( r S + r L ) 2 r S 2 r L 2 ) = π 2 r S r L , \pi((r_S+r_L)^2 - r_S^2-r_L^2) = \pi \: 2r_Sr_L,

and since 4 r S r L = 2 2 = 4 4r_Sr_L = 2^2 = 4 , the area is 2 π 2\pi .

Arjen Vreugdenhil - 4 years, 8 months ago

Log in to reply

Exactly the same did . :)

Naren Bhandari - 3 years, 7 months ago

I was surprised that the answer only depended on the length of the chord.

It reminded me of the area of the annulus question, which was much easier to see why. Is there a similar intuition for this problem?

Chung Kevin - 4 years, 8 months ago

Log in to reply

I was surprised at the result too. with a a being the chord length we find that r S r L = a 2 4 r_{S}r_{L} = \dfrac{a^{2}}{4} , giving an area for the yellow region of 2 π r S r L = 1 2 π a 2 2\pi r_{S}r_{L} = \dfrac{1}{2} \pi a^{2} . I'm working on the intuition part ....

Brian Charlesworth - 4 years, 8 months ago

Log in to reply

I only wonder: why can we say with certainty that rs + rl = R.(Sorry for notation, mobile user)

Peter van der Linden - 4 years, 8 months ago

Log in to reply

@Peter van der Linden Good point. I assumed from the drawing that the point of tangency was at the midpoint of the chord, but this is not explicitly stated. If it is the midpoint then of course

2 r S + 2 r L = 2 R r S + r L = R 2r_{S} + 2r_{L} = 2R \Longrightarrow r_{S} + r_{L} = R .

As presently stated we could have any number of possibilities, so I will add this condition.

@Chung Kevin I hope that adding the "midpoint" clarifier is in line with what you intended.

Brian Charlesworth - 4 years, 8 months ago

Log in to reply

@Brian Charlesworth I initially used semicircles (similar in image to other problems that I was working on) when I found out this fact. I then converted it into a circle to look nicer, but forgot to add in all of the information. Thanks for helping me out.

Chung Kevin - 4 years, 8 months ago

Sir .. thanks for such a nice question :)

Ajay Sambhriya - 4 years, 8 months ago

Mr. Kevin, yes, I remember the annulus question as well. The one with the 18cm chord.

Rico Lee - 4 years, 8 months ago

Let me know if the way I solved this problem is acceptable. I start by looking at the data given and the answer asked for. And, if the problem is in principle correct, and if the answer "insufficient data to solve" is not right, then I assume that the yellow area is invariant, irrespective of the position of the point of tangency. That is, irrespective of how large/small the two inner circles are, the value of the yellow region is going to be the same. Now, I try to check it for an "easy case" - where the chord is actually the diameter of the main circle. In that case, the yellow area = pi x 2 x 2 - 2(pi x 1 x 1) = 4pi - 2pi = 2pi.

Is this acceptable?

Rajendran Dandapani - 4 years, 8 months ago

Log in to reply

The problem with your approach is that you have not ruled out "insufficient data to solve". A complete solution will prove that the answer applies for all possible chords.

Arjen Vreugdenhil - 4 years, 8 months ago

Log in to reply

That's why I phrased the last option as "depends on the ratio", which prevents checking on easy cases.

Chung Kevin - 4 years, 8 months ago

You're a loser best go play with your grandchildren old man

Nabh Spandan - 4 years, 6 months ago

We could use property of relation between chord length and diameter this also explains area depends on chord. I have image explaning solution but i don't see any options for uploading it.

pranav patil - 4 years, 6 months ago
Mick Martucci
May 25, 2017

maybe oversimplified but if the chord can be anywhere then if it was down the middle of the large circle and the inscribed white circles were identical then the area of the yellow circle is 4 PI and each of the white circles is PI so the yellow area is 4 PI - 2 PI = 2 PI

Ideally, the solution should prove the general case, and not just a specific scenario with a simplifying assumption to calculate the answer. (Yes, that's a limitation of such a numerical answering system.)

Chung Kevin - 4 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...