A B C with vertices on a circle such that A B = 1 1 , B C = 1 3 , C A = 1 6
Given the triangleLet I be the incenter and O the circumcenter.
If the value of I O 2 is of the form y x for coprime positive integers, what is the value of x + y ?
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.
By Euler's Theorem of geometry, we have I O 2 = R ( R − 2 r ) where R and r denote the circumradius of the large circle and inradius of the triangle respectively.
The formula for the circumradius for sides p , q , r is
2 ( p 2 q 2 + p 2 r 2 + q 2 r 2 ) − p 4 − q 4 − r 4 p q r
Substitute p = 1 1 , q = 1 3 , r = 1 6
And apply the rule for inradius: Area of triangle = r × semiperimeter
The area of triangle can be easily found using Heron's formula, substitute everything inside the desired equation, we get 3 1 5 2 4 3 1 , thus our answer is 2 7 4 6 .
I did it without Euler's Theorem first, but I did use the formulas for inradius and circumradius.
Log in to reply
If you didn't know about (or apply) the equation (IO)^2 = R(R-2r), then how did you solve this question? Or more precisely, how do you determine the answer based on R and r alone?
Log in to reply
See solution. (I did find the formula and used it to check my answer before submitting it, but did not know it originally. My geometry education is limited to high school, now half a century old, and even that was not in English. There are many formulas I do without.)
Log in to reply
@Marta Reece – Ah, yes. I believed that's how Euler's theorem was derived.
haha, half a century old. I must over a quarter century old.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
1 |
|
U s i n g n o r m a l s y m b o l s . a = 1 1 , b = 1 3 c = 1 6 . Δ = 4 1 ∗ ( a + b + c ) ∗ ( − a + b + c ) ∗ ( a − b + c ) ∗ ( a + b − c ) = 1 2 3 5 . R = 4 ∗ Δ a b c R = 4 8 ∗ 3 5 1 1 ∗ 1 3 ∗ 1 6 = 3 ∗ 3 5 1 1 ∗ 1 3 . r = 2 1 ∗ ( a + b + c ) Δ . r = 2 1 ∗ 4 0 1 2 3 5 = 2 0 3 3 5 . B y E u l e r ′ s T h e o r e m o f g e o m e t r y , I O 2 = R ∗ ( R − 2 r ) . I O 2 = 3 ∗ 3 5 1 1 ∗ 1 3 ∗ ( 3 ∗ 3 5 1 1 ∗ 1 3 − 2 ∗ 2 0 3 3 5 ) . I O 2 = 1 0 5 1 4 3 ∗ 3 1 7 = 3 1 5 2 4 3 1 = q p . p + q = 2 7 4 6 .
Problem Loading...
Note Loading...
Set Loading...
Semi-perimeter s = 2 1 ( a + b + c ) = 2 0
Area from Heron's formula A = s ( s − a ) ( s − b ) ( s − c ) = 1 2 3 5
Radius of incircle r = s A = 5 3 3 5
Radius of circumcircle R = 4 A a b c = 1 0 5 1 4 3 3 5
I O , horizontal (parallel to A B ) component calculation:
A B = 1 6 , A D = 7 , F O = D E = 2 1 6 − 7 = 1
I O , vertical (perpendicular to A B ) component calculation:
O E = R 2 − 8 2 , I F = r − O E
I O 2 = I F 2 + F O 2
I O 2 = ( 5 3 3 5 − 3 5 ( 1 0 5 1 4 3 ) 2 − 6 4 ) 2 + 1 = 3 1 5 2 4 3 1
Answer = 2 7 4 6