返回题库

AIME 2019 I · 第 11 题

AIME 2019 I — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In ABC\triangle ABC, the sides have integer lengths and AB=ACAB=AC. Circle ω\omega has its center at the incenter of ABC\triangle ABC. An excircle of ABC\triangle ABC is a circle in the exterior of ABC\triangle ABC that is tangent to one side of the triangle and tangent to the extensions of the other two sides. Suppose that the excircle tangent to BC\overline{BC} is internally tangent to ω\omega, and the other two excircles are both externally tangent to ω\omega. Find the minimum possible value of the perimeter of ABC\triangle ABC.

解析

Solution 1

Let the tangent circle be ω\omega. Some notation first: let BC=aBC=a, AB=bAB=b, ss be the semiperimeter, θ=ABC\theta=\angle ABC, and rr be the inradius. Intuition tells us that the radius of ω\omega is r+2rssar+\frac{2rs}{s-a} (using the exradius formula). However, the sum of the radius of ω\omega and rssb\frac{rs}{s-b} is equivalent to the distance between the incenter and the the B/CB/C excenter. Denote the B excenter as IBI_B and the incenter as II. Lemma: IBI=2bIBaI_BI=\frac{2b*IB}{a} We draw the circumcircle of ABC\triangle ABC. Let the angle bisector of ABC\angle ABC hit the circumcircle at a second point MM. By the incenter-excenter lemma, AM=CM=IMAM=CM=IM. Let this distance be α\alpha. Ptolemy's theorem on ABCMABCM gives us

aα+bα=b(α+IB)α=bIBaa\alpha+b\alpha=b(\alpha+IB)\to \alpha=\frac{b*IB}{a} Again, by the incenter-excenter lemma, IIB=2IMII_B=2IM so IIb=2bIBaII_b=\frac{2b*IB}{a} as desired. Using this gives us the following equation:

2bIBa=r+2rssa+rssb\frac{2b*IB}{a}=r+\frac{2rs}{s-a}+\frac{rs}{s-b} Motivated by the sas-a and sbs-b, we make the following substitution: x=sa,y=sbx=s-a, y=s-b This changes things quite a bit. Here's what we can get from it:

a=2y,b=x+y,s=x+2ya=2y, b=x+y, s=x+2y It is known (easily proved with Heron's and a=rsa=rs) that

r=(sa)(sb)(sb)s=xy2x+2yr=\sqrt{\frac{(s-a)(s-b)(s-b)}{s}}=\sqrt{\frac{xy^2}{x+2y}} Using this, we can also find IBIB: let the midpoint of BCBC be NN. Using Pythagorean's Theorem on INB\triangle INB,

IB2=r2+(a2)2=xy2x+2y+y2=2xy2+2y3x+2y=2y2(x+y)x+2yIB^2=r^2+(\frac{a}{2})^2=\frac{xy^2}{x+2y}+y^2=\frac{2xy^2+2y^3}{x+2y}=\frac{2y^2(x+y)}{x+2y} We now look at the RHS of the main equation:

r+2rssa+rssb=r(1+2(x+2y)x+x+2yy)=r(x2+5xy+4y2xy)=r(x+4y)(x+y)xy=2(x+y)IB2yr+\frac{2rs}{s-a}+\frac{rs}{s-b}=r(1+\frac{2(x+2y)}{x}+\frac{x+2y}{y})=r(\frac{x^2+5xy+4y^2}{xy})=\frac{r(x+4y)(x+y)}{xy}=\frac{2(x+y)IB}{2y} Cancelling some terms, we have

r(x+4y)x=IB\frac{r(x+4y)}{x}=IB Squaring,

2y2(x+y)x+2y=(x+4y)2xy2x2(x+2y)(x+4y)2x=2(x+y)\frac{2y^2(x+y)}{x+2y}=\frac{(x+4y)^2*xy^2}{x^2(x+2y)}\to \frac{(x+4y)^2}{x}=2(x+y) Expanding and moving terms around gives

(x8y)(x+2y)=0x=8y(x-8y)(x+2y)=0\to x=8y Reverse substituting,

sa=8s8bb=92as-a=8s-8b\to b=\frac{9}{2}a Clearly the smallest solution is a=2a=2 and b=9b=9, so our answer is 2+9+9=0202+9+9=\boxed{020} -franchester

Solution 2 (Lots of Pythagorean Theorem)

AIME diagram

First, assume BC=2BC=2 and AB=AC=xAB=AC=x. The triangle can be scaled later if necessary. Let II be the incenter and let rr be the inradius. Let the points at which the incircle intersects ABAB, BCBC, and CACA be denoted MM, NN, and OO, respectively.

Next, we calculate rr in terms of xx. Note the right triangle formed by AA, II, and MM. The length IMIM is equal to rr. Using the Pythagorean Theorem, the length ANAN is x21\sqrt{x^2-1}, so the length AIAI is x21r\sqrt{x^2-1}-r. Note that BNBN is half of BC=2BC=2, and by symmetry caused by the incircle, BN=BMBN=BM and BM=1BM=1, so MA=x1MA=x-1. Applying the Pythagorean Theorem to AIMAIM, we get

r2+(x1)2=(x21r)2.r^2+(x-1)^2=\left(\sqrt{x^2-1}-r\right)^2. Expanding yields

r2+x22x+1=x212rx21+r2,r^2+x^2-2x+1=x^2-1-2r\sqrt{x^2-1}+r^2, which can be simplified to

2rx21=2x2.2r\sqrt{x^2-1}=2x-2. Dividing by 22 and then squaring results in

r2(x21)=(x1)2,r^2(x^2-1)=(x-1)^2, and isolating r2r^2 gets us

r2=(x1)2x21=(x1)2(x+1)(x1)=x1x+1,r^2=\frac{(x-1)^2}{x^2-1}=\frac{(x-1)^2}{(x+1)(x-1)}=\frac{x-1}{x+1}, so r=x1x+1r=\sqrt{\frac{x-1}{x+1}}.

We then calculate the radius of the excircle tangent to BCBC. We denote the center of the excircle ENE_N and the radius rNr_N.

Consider the quadrilateral formed by MM, II, ENE_N, and the point at which the excircle intersects the extension of ABAB, which we denote HH. By symmetry caused by the excircle, BN=BHBN=BH, so BH=1BH=1.

Note that triangles MBIMBI and NBINBI are congruent, and HBEHBE and NBENBE are also congruent. Denoting the measure of angles MBIMBI and NBINBI measure α\alpha and the measure of angles HBEHBE and NBENBE measure β\beta, straight angle MBH=2α+2βMBH=2\alpha+2\beta, so α+β=90\alpha + \beta=90^\circ. This means that angle IBEIBE is a right angle, so it forms a right triangle.

Setting the base of the right triangle to IEIE, the height is BN=1BN=1 and the base consists of IN=rIN=r and EN=rNEN=r_N. Triangles INBINB and BNEBNE are similar to IBEIBE, so INBN=BNEN\frac{IN}{BN}=\frac{BN}{EN}, or r1=1rN\frac{r}{1}=\frac{1}{r_N}. This makes rNr_N the reciprocal of rr, so rN=x+1x1r_N=\sqrt{\frac{x+1}{x-1}}.

Circle ω\omega's radius can be expressed by the distance from the incenter II to the bottom of the excircle with center ENE_N. This length is equal to r+2rNr+2r_N, or x1x+1+2x+1x1\sqrt{\frac{x-1}{x+1}}+2\sqrt{\frac{x+1}{x-1}}. Denote this value rωr_\omega.

Finally, we calculate the distance from the incenter II to the closest point on the excircle tangent to ABAB, which forms another radius of circle ω\omega and is equal to rωr_\omega. We denote the center of the excircle EME_M and the radius rMr_M. We also denote the points where the excircle intersects ABAB and the extension of BCBC using JJ and KK, respectively. In order to calculate the distance, we must find the distance between II and EME_M and subtract off the radius rMr_M.

We first must calculate the radius of the excircle. Because the excircle is tangent to both ABAB and the extension of ACAC, its center must lie on the angle bisector formed by the two lines, which is parallel to BCBC. This means that the distance from EME_M to KK is equal to the length of ANAN, so the radius is also x21\sqrt{x^2-1}.

Next, we find the length of IEMIE_M. We can do this by forming the right triangle IAEMIAE_M. The length of leg AIAI is equal to ANAN minus rr, or x21x1x+1\sqrt{x^2-1}-\sqrt{\frac{x-1}{x+1}}. In order to calculate the length of leg AEMAE_M, note that right triangles AJEMAJE_M and BNABNA are congruent, as JEMJE_M and NANA share a length of x21\sqrt{x^2-1}, and angles EMAJE_MAJ and NABNAB add up to the right angle NAEMNAE_M. This means that AEM=BA=xAE_M=BA=x.

Using Pythagorean Theorem, we get

IEM=(x21x1x+1)2+x2.IE_M=\sqrt{\left(\sqrt{x^2-1}-\sqrt{\frac{x-1}{x+1}}\right)^2+x^2}. Bringing back

rω=IEMrMr_\omega=IE_M-r_M and substituting in some values, the equation becomes

rω=(x21x1x+1)2+x2x21.r_\omega=\sqrt{\left(\sqrt{x^2-1}-\sqrt{\frac{x-1}{x+1}}\right)^2+x^2}-\sqrt{x^2-1}. Rearranging and squaring both sides gets

(rω+x21)2=(x21x1x+1)2+x2.\left(r_\omega+\sqrt{x^2-1}\right)^2=\left(\sqrt{x^2-1}-\sqrt{\frac{x-1}{x+1}}\right)^2+x^2. Distributing both sides yields

rω2+2rωx21+x21=x212x21x1x+1+x1x+1+x2.r_\omega^2+2r_\omega\sqrt{x^2-1}+x^2-1=x^2-1-2\sqrt{x^2-1}\sqrt{\frac{x-1}{x+1}}+\frac{x-1}{x+1}+x^2. Canceling terms results in

rω2+2rωx21=2x21x1x+1+x1x+1+x2.r_\omega^2+2r_\omega\sqrt{x^2-1}=-2\sqrt{x^2-1}\sqrt{\frac{x-1}{x+1}}+\frac{x-1}{x+1}+x^2. Since

2x21x1x+1=2(x+1)(x1)x1x+1=2(x1),-2\sqrt{x^2-1}\sqrt{\frac{x-1}{x+1}}=-2\sqrt{(x+1)(x-1)\frac{x-1}{x+1}}=-2(x-1), We can further simplify to

rω2+2rωx21=2(x1)+x1x+1+x2.r_\omega^2+2r_\omega\sqrt{x^2-1}=-2(x-1)+\frac{x-1}{x+1}+x^2. Substituting out rωr_\omega gets

(x1x+1+2x+1x1)2+2(x1x+1+2x+1x1)x21=2(x1)+x1x+1+x2\left(\sqrt{\frac{x-1}{x+1}}+2\sqrt{\frac{x+1}{x-1}}\right)^2+2\left(\sqrt{\frac{x-1}{x+1}}+2\sqrt{\frac{x+1}{x-1}}\right)\sqrt{x^2-1}=-2(x-1)+\frac{x-1}{x+1}+x^2 which when distributed yields

x1x+1+4+4(x+1x1)+2(x1+2(x+1))=2(x1)+x1x+1+x2.\frac{x-1}{x+1}+4+4\left(\frac{x+1}{x-1}\right)+2(x-1+2(x+1))=-2(x-1)+\frac{x-1}{x+1}+x^2. After some canceling, distributing, and rearranging, we obtain

4(x+1x1)=x28x4.4\left(\frac{x+1}{x-1}\right)=x^2-8x-4. Multiplying both sides by x1x-1 results in

4x+4=x3x28x2+8x4x+4,4x+4=x^3-x^2-8x^2+8x-4x+4, which can be rearranged into

x39x2=0x^3-9x^2=0 and factored into

x2(x9)=0.x^2(x-9)=0. This means that xx equals 00 or 99, and since a side length of 00 cannot exist, x=9x=9.

As a result, the triangle must have sides in the ratio of 9:2:99:2:9. Since the triangle must have integer side lengths, and these values share no common factors greater than 11, the triangle with the smallest possible perimeter under these restrictions has a perimeter of 9+2+9=0209+2+9=\boxed{020}. ~emerald_block

Solution 3 (Various Techniques)

Before we start thinking about the problem, let’s draw it out;

AIME diagram

For the sake of space, I've drawn only 2 of the 3 excircles because the third one looks the same as the second large one because the triangle is isosceles. By the incenter-excenter lemma, AIIAAII_A and BIIBBII_B are collinear, EE is the tangent of circle IBI_B to ACAC, FF is the tangent of that circle to the extension of BCBC, and JJ is the tangent of the circle to the extension of BABA. The interesting part of the diagram is circle ω\omega, which is internally tangent to circle IAI_A yet externally tangent to circle IBI_B. Therefore, perhaps we can relate the radius of this circle to the semiperimeter of triangle ABCABC.

We can see that the radius of circle ω\omega is 2rIA+r2r_{I_A}+r using the incenter and A-excenter of our main triangle. This radius is also equal to BIBBIrIBBI_B - BI - r_{I_B} from the incenter and B-excenter of our triangle. Thus, we can solve for each of these separately in terms of the lengths of the triangle and set them equal to each other to form an equation.

To find the left hand side of the equation, we have to first find rr and rIAr_{I_A}. Let a=AB=AC,b=BD=DC,a = AB = AC, b = BD = DC, and h=ADh = AD. Then since the perimeter of the triangle is 2a+2b2a+2b, the semiperimeter is a+ba+b.

Now let's take a look at triangle BDIBDI. Because BIBI is the angle bisector of B\angle B, by the angle bisector theorem, AIID=BABD    hrr=ab\frac{AI}{ID} = \frac{BA}{BD} \implies \frac{h-r}{r} = \frac{a}{b}. Rearranging, we get r=hba+br = \frac{hb}{a+b}.

Take a look at triangle AGIAGI. AG=aGB=aBD=abAG = a - GB = a - BD = a-b, AI=hr=haa+bAI = h-r = \frac{ha}{a+b} (angle bisector theorem), and GI=r=hba+bGI = r = \frac{hb}{a+b}. Now let's analyze triangle AHIAAHI_A. AH=AB+BH=AB+BD=a+bAH = AB + BH = AB+ BD = a+b, AIA=h+rIAAI_A = h+r_{I_A}, and HIA=rIAHI_A = r_{I_A}. Since GAI=HAIA\angle GAI = \angle HAI_A and IGA=IAHA=90\angle IGA = \angle I_AHA = 90^{\circ}, triangle AGIAGI and AHIAAHI_A are similar by AA. Then rIAr=h+rIAhr    rIA=rh+rIAhr=hba+bh+rIAhaa+b=b(h+rIA)a\frac{r_{I_A}}{r} = \frac{h+r_{I_A}}{h-r} \implies r_{I_A} = r \cdot \frac{h+r_{I_A}}{h-r} = \frac{hb}{a+b} \cdot \frac{h+r_{I_A}}{\frac{ha}{a+b}} = \frac{b(h+r_{I_A})}{a}. Now, solving yields rIA=hbabr_{I_A} = \frac{hb}{a-b}.

Finally, the left hand side of our equation is

2hbab+hba+b\frac{2hb}{a-b} + \frac{hb}{a+b} Now let's look at triangle BFIBBFI_B. How will we find BIBBI_B? Let's first try to find BFBF and IBFI_BF in terms of the lengths of the triangle. We recognize:

BF=BC+CF=BC+CKBF = BC + CF = BC + CK. We really want to have CACA instead of CKCK, and AKAK looks very similar in length to DCDC, so let's try to prove that they are equal.

BJ=BFBJ = BF, so we can try to add these two and see if we get anything interesting. We have: BJ+BF=BA+AJ+BC+CF=BA+AE+BC+CE=BA+BC+CABJ + BF = BA + AJ + BC + CF = BA + AE + BC + CE = BA + BC + CA, which is our perimeter. Thus, BF=a+bBF = a+b.

Triangle BDIBDI is similar to triangle BFIBBFI_B by AA, and we know that BD=bBD = b, and ID=r=hba+bID = r = \frac{hb}{a+b}, so thus IBF=BFIDBD=(a+b)hba+bb=hbb=hI_BF = BF \cdot \frac{ID}{BD} = (a+b) \cdot \frac{\frac{hb}{a+b}}{b} = \frac{hb}{b} = h. Thus, the height of this triangle is hh by similarity ratios, the same height as vertex AA. By the Pythagorean Theorem, BIB=(a+b)2+h2BI_B = \sqrt{(a+b)^2 + h^2} and by similarity ratios, BI=ba+b(a+b)2+h2BI = \frac{b}{a+b} \cdot \sqrt{(a+b)^2 + h^2}. Finally, rIB=IBF=hr_{I_B} = I_BF = h, and thus the right hand side of our equation is

(a+b)2+h2ba+b(a+b)2+h2h=(a+b)2+h2(1ba+b)h=(a+b)2+h2aa+bh\sqrt{(a+b)^2 + h^2} - \frac{b}{a+b} \cdot \sqrt{(a+b)^2 + h^2} - h = \sqrt{(a+b)^2 + h^2}(1 - \frac{b}{a+b}) - h = \sqrt{(a+b)^2 + h^2} \cdot \frac{a}{a+b} - h .

Setting the two equal, we have

2hbab+hba+b=(a+b)2+h2aa+bh\frac{2hb}{a-b} + \frac{hb}{a+b} = \sqrt{(a+b)^2 + h^2} \cdot \frac{a}{a+b} - h Multiplying both sides by (a+b)(ab)(a+b)(a-b) we have 2hb(a+b)+hb(ab)=(a+b)2+h2a(ab)h(a2b2)2hb(a+b) + hb(a-b) = \sqrt{(a+b)^2 + h^2} \cdot a(a-b) - h(a^2 - b^2)

From here, let b=1b = 1 arbitrarily; note that we can always scale this value to fit the requirements later. Thus our equation is 2h(a+1)+h(a1)=(a+1)2+h2a(a1)h(a21)2h(a+1) + h(a-1) = \sqrt{(a+1)^2 + h^2} \cdot a(a-1) - h(a^2 - 1). Now since h=a2b2h = \sqrt{a^2 - b^2}, we can plug into our equation:

2h(a+1)+h(a1)=a2+2a+1+a2b2a(a1)h(a21)2h(a+1) + h(a-1) = \sqrt{a² + 2a + 1 + a^2 - b^2 } \cdot a(a-1) - h(a^2 - 1). Remembering b=1b = 1;

    2h(a+1)+h(a1)=2a2+2aa(a1)h(a21)\implies 2h(a+1) + h(a-1) = \sqrt{2a^2 + 2a} \cdot a(a-1) - h(a^2 - 1)     3ha+h+ha2h=2a2+2aa(a1)\implies 3ha + h + ha^2 - h = \sqrt{2a^2 + 2a} \cdot a(a-1)     ah(3+a)=a(a1)2a2+2a\implies ah(3+a) = a(a-1) \cdot \sqrt{2a^2 + 2a}     h2(3+a)2=(a1)22a(a+1)\implies h^2(3+a)^2 = (a-1)^2 \cdot 2a(a+1)     (a21)(3+a)2=2a(a+1)(a1)2\implies (a^2 - 1) (3 + a)^2 = 2a(a+1)(a - 1)^2     (3+a)2=2a(a1)\implies (3+ a)^2 = 2a(a-1)     9+6a+a2=2a22a\implies 9 + 6a + a^2 = 2a^2 - 2a     a28a9=0\implies a^2 - 8a - 9 = 0     (a9)(a+1)=0\implies (a-9)(a+1) = 0

    a=9\implies a = 9 because the side lengths have to be positive numbers. Furthermore, because our values for aa and bb are relatively prime, we don't have to scale down our triangle further, and we are done. Therefore, our answer is 2a+2b=18+2=0202a + 2b = 18 + 2 = \boxed{020}

~KingRavi

Solution 4 (Not that hard construction)

Notice that the AA-excircle would have to be very small to fit the property that it is internally tangent to ω\omega and the other two excircles are both externally tangent, given that circle ω\omega's centre is at the incenter of ABC\triangle ABC. If BC=2BC=2, we see that AB=ACAB=AC must be somewhere in the 66 to 1313 range. If we test 66 by construction, we notice the AA-excircle is too big for it to be internally tangent to ω\omega while the other two are externally tangent. This means we should test 88 or 99 next. I actually did this and found that 99 worked, so the answer is 2+9+9=202+9+9=\boxed{20}. Note that BCBC cannot be 11 because then AB=ACAB=AC would have to be 4.54.5 which is not an integer.

~icematrix2

Solution 5 (Standard geometry)

AIME diagram

Let MM be the midpoint BC,BM=a,AB=BC=b,BC, BM = a, AB= BC = b, s=b+as = b+a be the semiperimeter, rr be the inradius. Let IA,IBI_A, I_B be excenters, rA,rBr_A, r_B be exradius, RR be radius ω.\omega. Then R=r+2rA,R = r + 2 r_A,

r=(s2a)(sb)2s=abab+a,r = \sqrt{\frac{(s-2a)(s-b)^2}{s}} = a \sqrt{\frac{b-a}{b+a}}, rs=rA(s2a)    rA=ab+aba,r \cdot s = r_A \cdot (s-2a) \implies r_A = a \sqrt{\frac{b+a}{b–a}}, rs=rB(sb)    rB=b2a2=AM.r \cdot s = r_B \cdot (s-b) \implies r_B = \sqrt{b^2 – a^2} = AM. IIB=R+rB=r+2rA+rB    II_B =R + r_B = r + 2r_A + r_B \implies IIB=abab+a+2ab+aba+b2a2=b3a+bb2a2.II_B= a \sqrt{\frac{b-a}{b+ a}}+ 2a \sqrt{\frac{b+a}{b – a}} + \sqrt{b^2-a^2} = b\frac{3a+b}{\sqrt{b^2-a^2}}. AIB=A2aBb+Cb2ab+bA=bCB2a,\overline{AI_B}= \frac{\overline{A} \cdot 2a - \overline{B} \cdot b + \overline{C}\cdot b}{2a -b + b}-\overline{A} =b \frac{\overline{C}- \overline{B}}{2a}, AIB=b,AIBAI    IIB=AIB2+(AMr)2,AI_B = b, \overline{AI_B}\perp AI \implies II_B = \sqrt{AI_B^2 + (AM – r)^2}, IIB=b2+(b2a2abab+a)2=b2bb+aII_B = \sqrt{b^2 +\left(\sqrt{b^2-a^2}- a \sqrt{\frac{b-a}{b+ a}}\right)^2} = b\sqrt{\frac{2b}{b+a}} Therefore we get problem’s condition in the form of

bb+3ab2a2=b2bb+a    b+3a=2b(ba)    (b9a)(b+a)=0    b=9a.b\frac{b +3a}{\sqrt{b^2-a^2}} = b \sqrt{\frac {2b}{b+a}} \implies b + 3a = \sqrt{2b(b-a)} \implies (b-9a)(b+a) = 0 \implies b = 9a. We use a=1a = 1 an get b=9,2s=18+2=020b = 9, 2s = 18+2 = \boxed{020}.

vladimir.shelomovskii@gmail.com, vvsss

Solution 6 (Trig)

Let MM be the midpoint of BCBC, II be the incenter, MC=aMC = a, MCI=θ\angle MCI = \theta, r=atanθr = a\tan{\theta} be the inradius, IAI_A, IBI_B be excenters, and rA,rBr_A, r_B be exradii.

By the Incenter-Excenter Lemma, the angles ICIA\angle ICI_A, ICIB\angle ICI_B, and IAIB\angle IAI_B are all right angles. We can then find that rA=acotθr_A = a\cot{\theta} and rB=MA=atan2θr_B = MA = a\tan{2\theta}. We also know CIIB=2θ\angle CII_B = 2\theta since it is an external angle of BCI\triangle BCI. Then, IIB=ICsec2θ=asecθsec2θII_B = IC\sec{2\theta} = a\sec{\theta}\sec{2\theta}. From the condition in the problem, we know that IIB=r+2rA+rBII_B = r+2r_A+r_B, so plugging in terms and simplifying gives

asecθsec2θ=atanθ+2acotθ+atan2θa\sec{\theta}\sec{2\theta} = a\tan{\theta}+2a\cot{\theta}+a\tan{2\theta} (tanθ+2cotθ+tan2θ)(cosθ)(cos2θ)=1(\tan{\theta}+2\cot{\theta}+\tan{2\theta})(\cos{\theta})(\cos{2\theta})=1 (2cotθtanθ)(cosθ)=1(2\cot{\theta}-\tan{\theta})(\cos{\theta})=1 2cos2θsinθsinθ=1\frac{2\cos^2{\theta}}{\sin{\theta}}-\sin{\theta}=1 2cos2θsin2θ=sinθ2\cos^2{\theta}-\sin^2{\theta}=\sin{\theta} 23sin2θ=sinθ2-3\sin^2{\theta}=\sin{\theta} (3sinθ2)(sinθ+1)=0(3\sin{\theta}-2)(\sin{\theta}+1)=0 which gives sinθ=23\sin{\theta}=\frac{2}{3}. Then AC=acos2θ=a12(23)2=9aAC = \frac{a}{\cos{2\theta}} = \frac{a}{1-2(\frac{2}{3})^2} = 9a. Thus, the smallest value is when a=1a=1, which gives 020\boxed{020}.

~hb10

Solution 7 (Similar to Solution 3)

Let the incenter of ABC\triangle ABC be II and the centers of the excircles tangent to BCBC and ACAC be O1O_1, O2O_2, respectively. Denote the lengths of ABAB and ACAC as xx, the length of BCBC as yy, the area of ABC\triangle ABC as SS, and the semi-perimeter of which as pp. Let H1H_1 be the point where the incircle of ABC\triangle ABC is tangent to side BCBC, and H2H_2 be the point where the excircle with center O2O_2 is tangent to the extension of side BCBC.

From the definition of perimeter, it is obvious that p=2x+y2p=\frac{2x+y}{2}. Apply Heron's formula to yield S=p(px)(px)(py)S=\sqrt{p(p-x)(p-x)(p-y)}. Since II is the incenter of ABC\triangle ABC, IH1IH_1, the radius of the incircle of ABC\triangle ABC is easily Sp\frac{S}{p}. Since the circle with center O2O_2 is an excircle of the triangle, O2H2O_2H_2, the radius of the excircle is easily Spx\frac{S}{p-x}. It is also simple to find out that the radius of circle ω\omega (because of tangency) is equal to the sum of diameter of the excircle with center O1O_1 and the radius of the incircle. Denote the radius of circle ω\omega as rr, we can see that: r=Sp+2Spyr=\frac{S}{p}+\frac{2S}{p-y}. Thus IO2=Sp+2Spy+SpxIO_2=\frac{S}{p}+\frac{2S}{p-y}+\frac{S}{p-x}.

Since IH1IH_1 and O2H2O_2H_2 are both tangent to line BCBC, we can draw from similar triangles the conclusion that:

O2H2IH1=BO2BI=IO2+BIBI=1+IO2BI\frac{O_2H_2}{IH_1}=\frac{BO_2}{BI}=\frac{IO_2+BI}{BI}=1+\frac{IO_2}{BI} Due to the properties of isosceles triangles, it is true that BH1=BC2=y2BH_1=\frac{BC}{2}=\frac{y}{2}. Since IH1=SpIH_1=\frac{S}{p}, from the Pythagorean theorem, we can obtain that BI=(y2)2+(Sp)2BI=\sqrt{\left(\frac{y}{2}\right)^2+\left(\frac{S}{p}\right)^2}. After plugging in SS and pp in terms of xx and yy and further algebraic procedures, the equation turns into:

4x216xy9y2=04x^2-16xy-9y^2=0 Solve xx in terms of yy and eliminate the negative root to get:

x=4.5yx=4.5y Therefore, the minimum of the perimeter of ABC\triangle ABC with integer side lengths is 2×9+2=0202\times9+2=\boxed{020}

~Bloggish

Video Solution

2019 AIME I #11

MathProblemSolvingSkills.com

Video Solution (On the Spot STEM)

This solution is the video solution for Solution 3 - not posted by ~KingRavi

https://www.youtube.com/watch?v=zKHwTJBhKdM

Video Solution 2 (More concise)

https://www.youtube.com/watch?v=ldr4yi3t6hQ