Difference between revisions of "2018 AMC 12B Problems/Problem 21"

(Solution 1: Some subtle points of this solution are missing. I will rewrite this solution a bit. Credits are retained to pieater314159.)
(Solution (Coordinate Plane))
 
(25 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
In <math>\triangle{ABC}</math> with side lengths <math>AB = 13</math>, <math>AC = 12</math>, and <math>BC = 5</math>, let <math>O</math> and <math>I</math> denote the circumcenter and incenter, respectively. A circle with center <math>M</math> is tangent to the legs <math>AC</math> and <math>BC</math> and to the circumcircle of <math>\triangle{ABC}</math>. What is the area of <math>\triangle{MOI}</math>?
 
In <math>\triangle{ABC}</math> with side lengths <math>AB = 13</math>, <math>AC = 12</math>, and <math>BC = 5</math>, let <math>O</math> and <math>I</math> denote the circumcenter and incenter, respectively. A circle with center <math>M</math> is tangent to the legs <math>AC</math> and <math>BC</math> and to the circumcircle of <math>\triangle{ABC}</math>. What is the area of <math>\triangle{MOI}</math>?
  
<math>\textbf{(A)}\ 5/2\qquad\textbf{(B)}\ 11/4\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 13/4\qquad\textbf{(E)}\ 7/2</math>
+
<math>\textbf{(A)}\ \frac52\qquad\textbf{(B)}\ \frac{11}{4}\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ \frac{13}{4}\qquad\textbf{(E)}\ \frac72</math>
  
== Solution ==
+
== Diagram ==
 +
<asy>
 +
/* Made by MRENTHUSIASM */
 +
size(250);
  
 +
pair A, B, C, O, I, M;
 +
C = origin;
 +
A = (12,0);
 +
B = (0,5);
 +
C = origin;
 +
O = circumcenter(A,B,C);
 +
I = incenter(A,B,C);
 +
M = (4,4);
 +
fill(M--O--I--cycle,yellow);
 +
draw(A--B--C--cycle^^circumcircle(A,B,C)^^incircle(A,B,C)^^circle(M,4)^^M--O--I--cycle);
 +
dot("$A$",A,1.5*SE,linewidth(4));
 +
dot("$B$",B,1.5*NW,linewidth(4));
 +
dot("$C$",C,1.5*SW,linewidth(4));
 +
dot("$O$",O,1.5*dir((5,12)),linewidth(4));
 +
dot("$I$",I,1.5*S,linewidth(4));
 +
dot("$M$",M,1.5*N,linewidth(4));
 +
</asy>
 +
~MRENTHUSIASM
 +
 +
== Solution 1 (Coordinate Geometry)==
 +
 +
In this solution, let the brackets denote areas.
 +
 +
We place the diagram in the coordinate plane: Let <math>A=(12,0),B=(0,5),</math> and <math>C=(0,0).</math>
 +
 +
Since <math>\triangle ABC</math> is a right triangle with <math>\angle ACB=90^\circ,</math> its circumcenter is the midpoint of <math>\overline{AB},</math> from which <math>O=\left(6,\frac52\right).</math> Note that the circumradius of <math>\triangle ABC</math> is <math>\frac{13}{2}.</math>
 +
 +
Let <math>s</math> denote the semiperimeter of <math>\triangle ABC.</math> The inradius of <math>\triangle ABC</math> is <math>\frac{[ABC]}{s}=\frac{30}{15}=2,</math> from which <math>I=(2,2).</math>
 +
 +
Since <math>\odot M</math> is also tangent to both coordinate axes, its center is at <math>M=(a,a)</math> and its radius is <math>a</math> for some positive number <math>a.</math> Let <math>P</math> be the point of tangency of <math>\odot O</math> and <math>\odot M.</math> As <math>\overline{OP}</math> and <math>\overline{MP}</math> are both perpendicular to the common tangent line at <math>P,</math> we conclude that <math>O,M,</math> and <math>P</math> are collinear. It follows that <math>OM=OP-MP,</math> or <cmath>\sqrt{(a-6)^2+\left(a-\frac52\right)^2}=\frac{13}{2}-a.</cmath>
 +
Solving this equation, we have <math>a=4,</math> from which <math>M=(4,4).</math>
 +
 +
Finally, we apply the Shoelace Theorem to <math>\triangle MOI:</math> <cmath>[MOI]=\frac12\left|\left(4\cdot\frac52+6\cdot2+2\cdot4\right)-\left(4\cdot6+\frac52\cdot2+2\cdot4\right)\right|=\boxed{\textbf{(E)}\ \frac72}.</cmath>
 +
<u><b>Remark</b></u>
 +
 +
Alternatively, we can use <math>\overline{MI}</math> as the base and the distance from <math>O</math> to <math>\overleftrightarrow{MI}</math> as the height for <math>\triangle MOI:</math>
 +
 +
* By the Distance Formula, we have <math>MI=2\sqrt2.</math>
 +
 +
* The equation of <math>\overleftrightarrow{MI}</math> is <math>x-y+0=0,</math> so the distance from <math>O</math> to <math>\overleftrightarrow{MI}</math> is <math>h_O=\frac{\left|1\cdot6+(-1)\cdot\frac52+0\right|}{\sqrt{1^2+(-1)^2}}=\frac74\sqrt2.</math>
 +
 +
Therefore, we get <cmath>[MOI]=\frac12\cdot MI\cdot h_O=\frac72.</cmath>
 
~pieater314159 ~MRENTHUSIASM
 
~pieater314159 ~MRENTHUSIASM
 +
 +
== Solution 2==
 +
Let points Q and R be the points of tangency between the incircle and lines <math>AB</math> and <math>BC</math>.  Notice that <math>\angle RIB</math> is half of <math>\angle ABC</math>. Let <math>m\angle ABC</math> = θ. Using the half angle tangent formula and remembering that cos(θ) = <math>\frac{5}{13}</math>, we find that tan(θ/2) = sqrt((1-cosθ)/(1+cosθ)) = <math>\sqrt{\frac{4}{9}}</math> = <math>\frac{2}{3}</math>. Now we can find the length of BC in terms of the radius of the incircle, which will be r.  Using the knowledge that <math>\triangle RIB</math> is right with some trigonometry, we find that <math>BR</math> is 3r/2. We also find that <math>CR</math> is the r, and so we can create the equation <math>BR</math> + <math>CR</math> = <math>BC</math> -> 3r/2 + r = 5 -> 5r/2. We conclude r = 2. We now accept the fact that quadrilateral <math>BQIR</math> is a kite, so <math>BR</math> = <math>BQ</math> = 3.  We also know that O lies on <math>BA</math> and divides <math>BA</math> in half.  Next we determine that <math>MQ</math> = <math>BM</math> - <math>BQ</math> = 13/2 - 3 = 7/2. We also know that <math>IQ</math> has a measure of 2 since it's the radius of circle I
 +
 +
We know very little about the placement of <math>M</math>, so we work on that.  First, we can conclude that <math>\triangle IOQ</math> is part of <math>\triangle MOI</math>. We guess that <math>M</math> has to be higher up than <math>O</math>. We find the area of <math>\triangle IOQ</math> to be 7/2, which is the highest answer choice. I don't think that <math>M</math> is below <math>\overline{AB}</math>, but if it were to go past <math>\overline{AB}</math> then the answer would be GREATER than 7/2. This means <math>\overline{QO}</math> is on <math>\overline{AB}</math> . Therefore <math>\triangle IOQ=\triangle MOI</math>. The answer must be <math>\boxed{\textbf{(E)}\ \frac72}</math> .
 +
 +
~me
 +
 +
~Judokid (revisions)
 +
 +
== Solution 3==
 +
The circle with center <math>M</math> is the <math>C</math>-mixtilinear incircle <math>\omega</math> of <math>\triangle ABC</math>. Let <math>T</math> be the intersection between <math>\omega</math> and the circumcircle <math>\Omega</math>. Then, there is a homothety centered at <math>T</math> sending <math>\omega</math> to <math>\Omega</math>. As such, the tangent <math>\overline{AC}</math> gets sent to a parallel tangent to <math>\Omega</math>, which thus must be the arc midpoint <math>M_B</math> of arc <math>{CA}</math>. Thus, by inscribed angle theorem <math>CM_C</math> and <math>BM_B</math> intersect at <math>I</math>, so <math>EF</math> passes through <math>I</math> where <math>E</math>, <math>F</math> are the tangency points of <math>\omega</math> with <math>\overline{BC}</math> and <math>\overline{AC}</math> by Pascal's Theorem. Thus, we see since <math> \angle BCA = 90 ^{\circ}</math>, <math>r_{\omega} = 2 r_{\text{incircle}} = 4</math>. Set up a coordinate plane and apply Shoelace to obtain <math>[MOI] = \boxed{ \textbf{(E)} \frac{7}{2}}</math>.
  
 
==See Also==
 
==See Also==

Latest revision as of 13:00, 30 May 2025

Problem

In $\triangle{ABC}$ with side lengths $AB = 13$, $AC = 12$, and $BC = 5$, let $O$ and $I$ denote the circumcenter and incenter, respectively. A circle with center $M$ is tangent to the legs $AC$ and $BC$ and to the circumcircle of $\triangle{ABC}$. What is the area of $\triangle{MOI}$?

$\textbf{(A)}\ \frac52\qquad\textbf{(B)}\ \frac{11}{4}\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ \frac{13}{4}\qquad\textbf{(E)}\ \frac72$

Diagram

[asy] /* Made by MRENTHUSIASM */ size(250);  pair A, B, C, O, I, M; C = origin; A = (12,0); B = (0,5); C = origin; O = circumcenter(A,B,C); I = incenter(A,B,C); M = (4,4); fill(M--O--I--cycle,yellow); draw(A--B--C--cycle^^circumcircle(A,B,C)^^incircle(A,B,C)^^circle(M,4)^^M--O--I--cycle); dot("$A$",A,1.5*SE,linewidth(4)); dot("$B$",B,1.5*NW,linewidth(4)); dot("$C$",C,1.5*SW,linewidth(4)); dot("$O$",O,1.5*dir((5,12)),linewidth(4)); dot("$I$",I,1.5*S,linewidth(4)); dot("$M$",M,1.5*N,linewidth(4)); [/asy] ~MRENTHUSIASM

Solution 1 (Coordinate Geometry)

In this solution, let the brackets denote areas.

We place the diagram in the coordinate plane: Let $A=(12,0),B=(0,5),$ and $C=(0,0).$

Since $\triangle ABC$ is a right triangle with $\angle ACB=90^\circ,$ its circumcenter is the midpoint of $\overline{AB},$ from which $O=\left(6,\frac52\right).$ Note that the circumradius of $\triangle ABC$ is $\frac{13}{2}.$

Let $s$ denote the semiperimeter of $\triangle ABC.$ The inradius of $\triangle ABC$ is $\frac{[ABC]}{s}=\frac{30}{15}=2,$ from which $I=(2,2).$

Since $\odot M$ is also tangent to both coordinate axes, its center is at $M=(a,a)$ and its radius is $a$ for some positive number $a.$ Let $P$ be the point of tangency of $\odot O$ and $\odot M.$ As $\overline{OP}$ and $\overline{MP}$ are both perpendicular to the common tangent line at $P,$ we conclude that $O,M,$ and $P$ are collinear. It follows that $OM=OP-MP,$ or \[\sqrt{(a-6)^2+\left(a-\frac52\right)^2}=\frac{13}{2}-a.\] Solving this equation, we have $a=4,$ from which $M=(4,4).$

Finally, we apply the Shoelace Theorem to $\triangle MOI:$ \[[MOI]=\frac12\left|\left(4\cdot\frac52+6\cdot2+2\cdot4\right)-\left(4\cdot6+\frac52\cdot2+2\cdot4\right)\right|=\boxed{\textbf{(E)}\ \frac72}.\] Remark

Alternatively, we can use $\overline{MI}$ as the base and the distance from $O$ to $\overleftrightarrow{MI}$ as the height for $\triangle MOI:$

  • By the Distance Formula, we have $MI=2\sqrt2.$
  • The equation of $\overleftrightarrow{MI}$ is $x-y+0=0,$ so the distance from $O$ to $\overleftrightarrow{MI}$ is $h_O=\frac{\left|1\cdot6+(-1)\cdot\frac52+0\right|}{\sqrt{1^2+(-1)^2}}=\frac74\sqrt2.$

Therefore, we get \[[MOI]=\frac12\cdot MI\cdot h_O=\frac72.\] ~pieater314159 ~MRENTHUSIASM

Solution 2

Let points Q and R be the points of tangency between the incircle and lines $AB$ and $BC$. Notice that $\angle RIB$ is half of $\angle ABC$. Let $m\angle ABC$ = θ. Using the half angle tangent formula and remembering that cos(θ) = $\frac{5}{13}$, we find that tan(θ/2) = sqrt((1-cosθ)/(1+cosθ)) = $\sqrt{\frac{4}{9}}$ = $\frac{2}{3}$. Now we can find the length of BC in terms of the radius of the incircle, which will be r. Using the knowledge that $\triangle RIB$ is right with some trigonometry, we find that $BR$ is 3r/2. We also find that $CR$ is the r, and so we can create the equation $BR$ + $CR$ = $BC$ -> 3r/2 + r = 5 -> 5r/2. We conclude r = 2. We now accept the fact that quadrilateral $BQIR$ is a kite, so $BR$ = $BQ$ = 3. We also know that O lies on $BA$ and divides $BA$ in half. Next we determine that $MQ$ = $BM$ - $BQ$ = 13/2 - 3 = 7/2. We also know that $IQ$ has a measure of 2 since it's the radius of circle I

We know very little about the placement of $M$, so we work on that. First, we can conclude that $\triangle IOQ$ is part of $\triangle MOI$. We guess that $M$ has to be higher up than $O$. We find the area of $\triangle IOQ$ to be 7/2, which is the highest answer choice. I don't think that $M$ is below $\overline{AB}$, but if it were to go past $\overline{AB}$ then the answer would be GREATER than 7/2. This means $\overline{QO}$ is on $\overline{AB}$ . Therefore $\triangle IOQ=\triangle MOI$. The answer must be $\boxed{\textbf{(E)}\ \frac72}$ .

~me

~Judokid (revisions)

Solution 3

The circle with center $M$ is the $C$-mixtilinear incircle $\omega$ of $\triangle ABC$. Let $T$ be the intersection between $\omega$ and the circumcircle $\Omega$. Then, there is a homothety centered at $T$ sending $\omega$ to $\Omega$. As such, the tangent $\overline{AC}$ gets sent to a parallel tangent to $\Omega$, which thus must be the arc midpoint $M_B$ of arc ${CA}$. Thus, by inscribed angle theorem $CM_C$ and $BM_B$ intersect at $I$, so $EF$ passes through $I$ where $E$, $F$ are the tangency points of $\omega$ with $\overline{BC}$ and $\overline{AC}$ by Pascal's Theorem. Thus, we see since $\angle BCA = 90 ^{\circ}$, $r_{\omega} = 2 r_{\text{incircle}} = 4$. Set up a coordinate plane and apply Shoelace to obtain $[MOI] = \boxed{ \textbf{(E)} \frac{7}{2}}$.

See Also

2018 AMC 12B (ProblemsAnswer KeyResources)
Preceded by
Problem 20
Followed by
Problem 22
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png