The Largest Circle Within the Largest Inellipse

Geometry Level 5

Note: Not to scale! Note: Not to scale!

O O is the center of a unit semicircle, where points A A and C C lie on its circumference. Out of all possible maximum ellipse (in red) areas and all possible choices of A A and C C , there exists a circle (in blue) within that ellipse with the maximum radius.

If that radius can be expressed as A C B \dfrac{A\sqrt{C}}{B} , where A , B , C A,B,C are positive integers, gcd ( A , B ) = 1 \gcd (A,B) = 1 and C C square-free, input A + B + C A + B + C as your answer.


Inspiration.


The answer is 10.

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.

1 solution

David Vreken
Mar 7, 2021

The Steiner ellipse is the maximum inellipse of a triangle, and its semi-major and semi-minor axes are given by 1 3 a 2 + b 2 + c 2 ± 2 Z \frac{1}{3}\sqrt{a^2 + b^2 + c^2 \pm 2Z} , were Z = a 4 + b 4 + c 4 a 2 b 2 b 2 c 2 a 2 c 2 Z = \sqrt{a^4 + b^4 + c^4 -a^2b^2 - b^2c^2 - a^2c^2} .

In this problem a = b = 1 a = b = 1 , so the semi-axes are 1 3 1 2 + 1 2 + c 2 ± 2 1 4 + 1 4 + c 4 1 2 1 2 1 2 c 2 1 2 c 2 \frac{1}{3}\sqrt{1^2 + 1^2 + c^2 \pm 2\sqrt{1^4 + 1^4 + c^4 -1^21^2 - 1^2c^2 - 1^2c^2}} , which simplify to 1 6 3 c \frac{1}{6}\sqrt{3}c and 1 6 4 c 2 \frac{1}{6}\sqrt{4 - c^2} .

The largest circle in an ellipse would be when its radius is the same as the semi-minor axis, so the one with a maximum radius would be the largest minimum of 1 6 3 c \frac{1}{6}\sqrt{3}c and 1 6 4 c 2 \frac{1}{6}\sqrt{4 - c^2} at a given value of c c . Since 1 6 3 c \frac{1}{6}\sqrt{3}c is an increasing function and 1 6 4 c 2 \frac{1}{6}\sqrt{4 - c^2} is a decreasing function (for c > 0 c > 0 ), the largest minimum of these two would be when 1 6 3 c = 1 6 4 c 2 \frac{1}{6}\sqrt{3}c = \frac{1}{6}\sqrt{4 - c^2} , which solves to c = 1 c = 1 (an equilateral triangle), for semi-axes values (and a radius value) of r = 1 6 3 r = \frac{1}{6}\sqrt{3} .

Therefore, A = 1 A = 1 , B = 6 B = 6 , C = 3 C = 3 , and A + B + C = 10 A + B + C = \boxed{10} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...