Find the radius of the inner circle

Geometry Level 4

As shown in the figure, a blue circle is internally tangent to the orange circle.

Also, the blue circle is tangent internally to the legs of the right triangle A C B ACB at the legs with lengths 5 and 12.

Find the radius of the blue circle.


The answer is 4.

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.

4 solutions

David Vreken
Apr 22, 2021

Let the center of the orange circle be O O , let the center of the blue circle be P P , let the radius of the blue circle be x x , and label the diagram as follows:

By Thales's Theorem, A C B \angle ACB is a right angle, and by the Pythagorean Theorem, A B = A C 2 + C B 2 = 1 2 2 + 5 2 = 13 AB = \sqrt{AC^2 + CB^2} = \sqrt{12^2 + 5^2} = 13 , so A O = O B = 13 2 AO = OB = \frac{13}{2} , which makes O P = O I P I = 13 2 x OP = OI - PI = \frac{13}{2} - x .

As a tangent to the blue circle, P D C \angle PDC and B E C \angle BEC are also right angles, so P D C E PDCE is a rectangle, and since P D = P E = x PD = PE = x , P D C E PDCE is a square, so C D = C E = x CD = CE = x as well, so A D = A C C D = 12 x AD = AC - CD = 12 - x .

Now A C B A D G H P G \triangle ACB \sim \triangle ADG \sim \triangle HPG by AA similarity, so cos O G P = cos A G D = cos A B C = 5 13 \cos \angle OGP = - \cos \angle AGD = -\cos \angle ABC = -\frac{5}{13} , and A G = A B A C A D = 13 13 12 x AG = \frac{AB}{AC} \cdot AD = 13 - \frac{13}{12}x and D G = B C A C A D = 5 5 12 x DG = \frac{BC}{AC} \cdot AD = 5 - \frac{5}{12}x , which means O G = A G A O = 13 13 12 x 13 2 = 13 2 13 12 x OG = AG - AO = 13 - \frac{13}{12}x - \frac{13}{2} = \frac{13}{2} - \frac{13}{12}x and G P = D P D G = x ( 5 5 12 x ) = 17 12 x 5 GP = DP - DG = x - (5 - \frac{5}{12}x) = \frac{17}{12}x - 5 .

Then by the law of cosines on O G P \triangle OGP , cos O G P = O G 2 + G P 2 O P 2 2 O G G P \cos \angle OGP = \cfrac{OG^2 + GP^2 - OP^2}{2 \cdot OG \cdot GP} , or after substituting, 5 13 = ( 13 2 13 12 x ) 2 + ( 17 12 x 5 ) 2 ( 13 2 x ) 2 2 ( 13 2 13 12 x ) ( 17 12 x 5 ) -\cfrac{5}{13} = \cfrac{(\frac{13}{2} - \frac{13}{12}x)^2 + (\frac{17}{12}x - 5)^2 - (\frac{13}{2} - x)^2}{2 \cdot (\frac{13}{2} - \frac{13}{12}x) \cdot (\frac{17}{12}x - 5)} , which solves to x = 4 x = \boxed{4} for x > 0 x > 0 .

@David Vreken I'm a little bit stuck. Could you please explain, why cosOGP is the same as -cosAGD ? Thank you !

Lekonda Sagon - 1 month, 1 week ago

Log in to reply

It's because A G D = 180 ° O G P \angle AGD = 180° - \angle OGP , and cos ( 180 ° θ ) = cos ( θ ) \cos (180° - \theta) = -\cos(\theta) .

David Vreken - 1 month, 1 week ago

Log in to reply

Thanks a lot. :)

Lekonda Sagon - 1 month, 1 week ago

@David Vreken At the end of your calculation, did you do it by hand, or with a tool ?

Lekonda Sagon - 1 month, 1 week ago

Log in to reply

For that I used www.wolframalpha.com to solve, although it is possible to solve it by hand because it just ends up being a quadratic, but I was lazy and didn't feel like putting the effort in.

David Vreken - 1 month, 1 week ago
Yuriy Kazakov
Apr 21, 2021

Geogebra video

  1. Find incentrum E E of triangle A B C ABC .
  2. Find point F F intersection circle and middle perpendicular B C BC .
  3. Find point G G intersection circle and line F E FE .
  4. Find point H H of intersection of line G D GD and bisector of angle A B C ABC - centrum of circle e e .
  5. Find length G H = 4 GH=4 .

Answer 4 4 .

Saya Suka
Apr 21, 2021

I know there are official standard solutions for this problem, but I just wanted to point out a 'shortcut' by manipulating the unintended hints of
1) the answer is an integer (also a positive one considering that it's a real distance of a circle's radius), OR
2) the way that it accepted an estimate as long as it lies within allowed range (only if the answer wasn't an integer).
[ Disclaimer : only applicable to this site, NEVER do this on a pen & paper examination ]


The answer should be between the smallest radius when the semicircle lies within the triangle and the greatest radius when the circle touched the middle of chord with length 12 and the bigger circle internally within the major segment.

Let the smallest radius be x.
x / (12 – x) = (5 – x) / x
x² = (12 – x) × (5 – x)
= x² – 17x + 60
x = 60/17 = 3.53

Let the greatest radius be y.
2y = [ 5 + √(5² + 12²) ] / 2
= [ 5 + 13 ] / 2
= 18 / 2
= 9
y = 9/2 = 4.5

My first attempt would be the average of these answers, but it would have shown an "integer only" reminder and the only integer possible is 4.

If x is the answer, we have a smallish right triangle similar to Pythagorean RT of 5-12-13 under the chord 12 if we make a square of side x from both legs of that big RT. The inverted(?) height of this small RT and the length of the distance between the point of this inverted height touch the big circle diameter and big circle's center can be found (with x as variable), to be the two legs of a RT with hypothenuse of 0.5√(5² + 12²) – x = 6.5 – x.

Saya Suka - 1 month, 3 weeks ago
Maria Kozlowska
Apr 25, 2021

For a right triangle that circle has radius twice the inradius. In our case it is 2*2=4.

I do not have a proof, just an observation.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...