返回题库

AIME 2023 I · 第 12 题

AIME 2023 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABC\triangle ABC be an equilateral triangle with side length 55.55. Points D,D, E,E, and FF lie on BC,\overline{BC}, CA,\overline{CA}, and AB,\overline{AB}, respectively, with BD=7,BD = 7, CE=30,CE=30, and AF=40.AF=40. Point PP inside ABC\triangle ABC has the property that

AEP=BFP=CDP.\angle AEP = \angle BFP = \angle CDP. Find tan2(AEP).\tan^2(\angle AEP).

Diagram

AIME diagram

~MRENTHUSIASM

解析

Solution 1 (Coordinates Bash)

By Miquel's theorem, P=(AEF)(BFD)(CDE)P=(AEF)\cap(BFD)\cap(CDE) (intersection of circles)*\text{*}. The law of cosines can be used to compute DE=42DE=42, EF=35EF=35, and FD=13FD=13. Toss the points on the coordinate plane; let B=(7,0)B=(-7, 0), D=(0,0)D=(0, 0), and C=(48,0)C=(48, 0), where we will find tan2(CDP)\tan^{2}\left(\measuredangle CDP\right) with P=(BFD)(CDE)P=(BFD)\cap(CDE).

By the extended law of sines, the radius of circle (BFD)(BFD) is 132sin60=1333\frac{13}{2\sin 60^{\circ}}=\frac{13}{3}\sqrt{3}. Its center lies on the line x=72x=-\frac{7}{2}, and the origin is a point on it, so y=2363y=\frac{23}{6}\sqrt{3}.

The radius of circle (CDE)(CDE) is 422sin60=143\frac{42}{2\sin 60^{\circ}}=14\sqrt{3}. The origin is also a point on it, and its center is on the line x=24x=24, so y=23y=2\sqrt{3}.

The equations of the two circles are

(BFD):(x+72)2+(y2363)2=1693(CDE):(x24)2+(y23)2=588\begin{aligned}(BFD)&:\left(x+\tfrac{7}{2}\right)^{2}+\left(y-\tfrac{23}{6}\sqrt{3}\right)^{2}=\tfrac{169}{3} \\ (CDE)&:\left(x-24\right)^{2}+\left(y-2\sqrt{3}\right)^{2}=588\end{aligned} These equations simplify to

(BFD):x2+7x+y22333y=0(CDE):x248x+y243y=0\begin{aligned}(BFD)&:x^{2}+7x+y^{2}-\tfrac{23}{3}\sqrt{3}y=0 \\ (CDE)&: x^{2}-48x+y^{2}-4\sqrt{3}y=0\end{aligned} Subtracting these two equations gives that both their points of intersection, DD and PP, lie on the line 55x1133y=055x-\tfrac{11}{3}\sqrt{3}y=0. Hence, tan2(AEP)=tan2(CDP)=(551133)2=3(5511)2=075\tan^{2}\left(\measuredangle AEP\right)=\tan^{2}\left(\measuredangle CDP\right)=\left(\frac{55}{\tfrac{11}{3}\sqrt{3}}\right)^{2}=3\left(\tfrac{55}{11}\right)^{2}=\boxed{075}. To scale, the configuration looks like the figure below:

AIME diagram

*\text{*} Basic angle chasing gives BDP=180CDP.\angle BDP=180-\angle CDP. Because BFP+BDP=180+BFPCDP=180,\angle BFP+\angle BDP=180+\angle BFP-\angle CDP=180, which means that BFPDBFPD is cyclic, and that PP passes through the circumcircle of triangle BFD.BFD. Similar reasoning leads us to the fact that PP also passes through the circumcircles of triangles AEFAEF and CDE,CDE, which means that P=(AEF)(BFD)(CDE).P=(AEF)\cap(BFD)\cap(CDE). Continue as above.

Note: Since DD and PP are the two intersections of (BFD)(BFD) and (CDE),(CDE), we know that DPDP is perpendicular to the line between the centers of (BFD)(BFD) and (CDE).(CDE). Thus, after getting the coordinates of the centers of (BFD)(BFD) and (CDE),(CDE), we can then immediately find the slope of line DP,DP, and then get the answer from there.

Solution 2 (Vectors/Complex)

Denote θ=AEP\theta = \angle AEP.

In AFPEAFPE, we have AF+FP+PE+EA=0\overrightarrow{AF} + \overrightarrow{FP} + \overrightarrow{PE} + \overrightarrow{EA} = 0. Thus,

AF+FPeiθ+PEei(θ+60)+EAei120=0.AF + FP e^{i \theta} + PE e^{i \left( \theta + 60^\circ \right)} + EA e^{- i 120^\circ} = 0. Taking the real and imaginary parts, we get

AF+FPcosθ+PEcos(θ+60)+EAcos(120)=0(1)FPsinθ+PEsin(θ+60)+EAsin(120)=0(2)\begin{aligned} AF + FP \cos \theta + PE \cos \left( \theta + 60^\circ \right) + EA \cos \left( - 120^\circ \right) & = 0 \hspace{1cm} (1) \\ FP \sin \theta + PE \sin \left( \theta + 60^\circ \right) + EA \sin \left( - 120^\circ \right) & = 0 \hspace{1cm} (2) \end{aligned} In BDPFBDPF, analogous to the analysis of AFPEAFPE above, we get

BD+DPcosθ+PFcos(θ+60)+FBcos(120)=0(3)DPsinθ+PFsin(θ+60)+FBsin(120)=0(4)\begin{aligned} BD + DP \cos \theta + PF \cos \left( \theta + 60^\circ \right) + FB \cos \left( - 120^\circ \right) & = 0 \hspace{1cm} (3) \\ DP \sin \theta + PF \sin \left( \theta + 60^\circ \right) + FB \sin \left( - 120^\circ \right) & = 0 \hspace{1cm} (4) \end{aligned} Taking (1)sin(θ+60)(2)cos(θ+60)(1) \cdot \sin \left( \theta + 60^\circ \right) - (2) \cdot \cos \left( \theta + 60^\circ \right), we get

AFsin(θ+60)+32FPEAsinθ=0.(5)AF \sin \left( \theta + 60^\circ \right) + \frac{\sqrt{3}}{2} FP - EA \sin \theta = 0 . \hspace{1cm} (5) Taking (3)sinθ(4)cosθ(3) \cdot \sin \theta - (4) \cdot \cos \theta, we get

BDsinθ32FP+FBsin(θ+120).(6)BD \sin \theta - \frac{\sqrt{3}}{2} FP + FB \sin \left( \theta + 120^\circ \right) . \hspace{1cm} (6) Taking (5)+(6)(5) + (6), we get

AFsin(θ+60)EAsinθ+BDsinθ+FBsin(θ+120).AF \sin \left( \theta + 60^\circ \right) - EA \sin \theta + BD \sin \theta + FB \sin \left( \theta + 120^\circ \right) . Therefore,

tanθ=32(AF+FB)FB2+EAAF2BD=53.\begin{aligned} \tan \theta & = \frac{\frac{\sqrt{3}}{2} \left( AF + FB \right)} {\frac{FB}{2} + EA - \frac{AF}{2} - BD} \\ & = 5 \sqrt{3} . \end{aligned} Therefore, tan2θ=075\tan^2 \theta = \boxed{075}.

~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)

Solution 3 (Synthetic)

Drop the perpendiculars from PP to AB\overline{AB}, AC\overline{AC}, BC\overline{BC}, and call them Q,R,Q,R, and SS respectively. This gives us three similar right triangles FQPFQP, ERPERP, and DSP.DSP.

The sum of the perpendiculars to a point PP within an equilateral triangle is always constant, so we have that PQ+PR+PS=5532.PQ+PR+PS=\dfrac{55 \sqrt{3}}{2}.

The sum of the lengths of the alternating segments split by the perpendiculars from a point PP within an equilateral triangle is always equal to half the perimeter, so QA+RC+SB=1652,QA+RC+SB = \dfrac{165}{2}, which means that FQ+ER+DS=QA+RC+SBCEAFBD=165230407=112.FQ+ER+DS = QA+RC+SB - CE - AF - BD = \dfrac{165}{2} - 30 - 40 - 7 = \dfrac{11}{2}.

Finally, tanAEP=PQFQ=PRER=PSDS=PQ+PR+PSFQ+ER+DS=53.\tan AEP = \dfrac{PQ}{FQ} = \dfrac{PR}{ER} = \dfrac{PS}{DS} = \dfrac{PQ+PR+PS}{FQ+ER+DS} = 5 \sqrt{3}.

Thus, tan2AEP=075.\tan^2 AEP = \boxed{075}.

~anon

Claim

AIME diagram

a) Carnot's theorem. Given triangle ABC\triangle ABC and point P.P. Let PSBC,PS \perp BC, PRAC,PQAB.PR \perp AC, PQ \perp AB. PP doesn't have to be inside ABC.\triangle ABC.

Prove that AQ2+BS2+CR2=AR2+BQ2+CS2.AQ^2 + BS^2 + CR^2 = AR^2 + BQ^2 + CS^2.

b) Let ABC\triangle ABC be the equilateral triangle. Prove that AQ+BS+CR=32AB.AQ + BS + CR = \frac {3}{2} AB. (The sum of the lengths of the alternating segments split by the perpendiculars from a point PP within an equilateral triangle is equal to half the perimeter.)

Proof

a) AP2=AQ2+PQ2=AR2+PR2,AP^2 = AQ^2 + PQ^2 = AR^2 + PR^2,

BP2=BQ2+PQ2=BS2+PS2,BP^2 = BQ^2 + PQ^2 = BS^2 + PS^2, CP2=CR2+PR2=CS2+PS2    CP^2 = CR^2 + PR^2 = CS^2 + PS^2 \implies AQ2+PQ2+BS2+PS2+CR2+PR2=AR2+PR2+BQ2+PQ2+CS2+PS2,AQ^2 + PQ^2 + BS^2 + PS^2 + CR^2 + PR^2 = AR^2 + PR^2 + BQ^2 + PQ^2 + CS^2 + PS^2,

AQ2+BS2+CR2=AR2+BQ2+CS2.AQ^2 + BS^2 + CR^2 = AR^2 + BQ^2 + CS^2. b) AQ+BQ=BS+CS=CR+AR=AB=AC=BC,AQ + BQ = BS + CS = CR + AR = AB = AC = BC,

AQ2+BQ2+2AQBQ+BS2+CS2+2BSCS+AR2+CR2+2ARCR=3AB2.AQ^2 + BQ^2 + 2 AQ \cdot BQ + BS^2 + CS^2 + 2 BS \cdot CS + AR^2 + CR^2+ 2 AR \cdot CR = 3 AB^2. AIME diagram

2AQ2+2AQBQ+2BS2+2BSCS+2CR2+2ARCR=3AB2.2AQ^2 + 2 AQ \cdot BQ + 2 BS^2 + 2 BS \cdot CS + 2 CR^2 + 2 AR \cdot CR = 3 AB^2. AQ(AQ+BQ)+BS(BS+CS)+CR(AR+CR)=32AB2.AQ (AQ + BQ) + BS (BS + CS) + CR (AR + CR) = \frac {3}{2} AB^2. AQAB+BSBC+CRAC=32AB2.AQ \cdot AB + BS \cdot BC + CR \cdot AC = \frac {3}{2} AB^2. AQ+BS+CR=32AB.AQ + BS + CR = \frac {3}{2} AB. vladimir.shelomovskii@gmail.com, vvsss

Solution 4 (Law of Cosines)

This solution is inspired by AIME 1999 Problem 14 Solution 2 (a similar question)

Draw line segments from PP to points AA, BB, and CC. And label the angle measure of BFP\angle{BFP}, CDP\angle{CDP}, and AEP\angle{AEP} to be α\alpha

Using Law of Cosines (note that cosAFP=cosBDP=cosCEP=cos180α=cosα\cos{\angle{AFP}}=\cos{\angle{BDP}}=\cos{\angle{CEP}}=\cos{180^\circ-\alpha}=-\cos{\alpha})

(1) BP2=FP2+1522FP15cos(α)(2) BP2=DP2+72+2DP7cos(α)(3) CP2=DP2+4822DP48cos(α)(4) CP2=EP2+302+2EP30cos(α)(5) AP2=EP2+2522EP25cos(α)(6) AP2=FP2+402+2FP40cos(α)\begin{aligned} (1) \ BP^2 &= FP^2+15^2-2\cdot FP\cdot15\cdot\cos(\alpha)\\ (2) \ BP^2 &= DP^2+7^2+2\cdot DP\cdot7\cdot\cos(\alpha)\\ (3) \ CP^2 &= DP^2+48^2-2\cdot DP\cdot48\cdot\cos(\alpha)\\ (4) \ CP^2 &= EP^2+30^2+2\cdot EP\cdot30\cdot\cos(\alpha)\\ (5) \ AP^2 &= EP^2+25^2-2\cdot EP\cdot25\cdot\cos(\alpha)\\ (6) \ AP^2 &= FP^2+40^2+2\cdot FP\cdot40\cdot\cos(\alpha)\\ \end{aligned} We can perform this operation (1)(2)+(3)(4)+(5)(6)(1) - (2) + (3) - (4) + (5) - (6):

Leaving us with (after combining and simplifying)

cosα=112(DP+EP+FP)\cos{\alpha}=\frac{11}{2\cdot(DP+EP+FP)} Therefore, we want to solve for DP+EP+FPDP+EP+FP

Notice that DPE=EPF=FPD=120\angle{DPE}=\angle{EPF}=\angle{FPD}=120^\circ

We can use Law of Cosines again to solve for the sides of DEF\triangle{DEF}, which have side lengths of 1313, 4242, and 3535, and area 1203120\sqrt{3}.

Label the lengths of PDPD, PEPE, and PFPF to be xx, yy, and zz.

Therefore, using the sin\sin area formula,

[DEF]=12sin120°(xy+yz+zx)=1203xy+yz+zx=2535\begin{aligned} [\triangle{DEF}] &= \frac{1}{2}\cdot\sin{120°}\cdot(xy+yz+zx) = 120\sqrt{3} \\ xy+yz+zx &= 2^5\cdot3\cdot5 \end{aligned} In addition, we know that

x2+y2+xy=422y2+z2+yz=352z2+x2+zx=132\begin{aligned} x^2+y^2+xy&=42^2\\ y^2+z^2+yz&=35^2\\ z^2+x^2+zx&=13^2\\ \end{aligned} By using Law of Cosines for DPE\triangle{DPE}, EPF\triangle{EPF}, and FPD\triangle{FPD} respectively

Because we want DP+EP+FPDP+EP+FP, which is x+y+zx+y+z, we see that

(x+y+z)2=(x2+y2+xy)+(y2+z2+yz)+(z2+x2+zx)+3(xy+yz+zx)2(x+y+z)2=422+352+132+325352(x+y+z)2=2299x+y+z=1119\begin{aligned} (x+y+z)^2 &= \frac{(x^2+y^2+xy)+(y^2+z^2+yz)+(z^2+x^2+zx)+3(xy+yz+zx)}{2} \\ (x+y+z)^2 &= \frac{42^2+35^2+13^2+3\cdot2^5\cdot3\cdot5}{2} \\ (x+y+z)^2 &= 2299 \\ x+y+z &= 11\sqrt{19} \end{aligned} So plugging the results back into the equation before, we get

cosα=1219sinα=53219\begin{aligned} \cos{\alpha} &= \frac{-1}{2\sqrt{19}}\\ \sin{\alpha} &= \frac{5\sqrt{3}}{2\sqrt{19}} \end{aligned} Giving us

tan2α=075\tan^2{\alpha}=\boxed{075} ~Danielzh

~minor edits by BobZeBroccoli

Solution 5 (Combining Solutions 3 and 4)

We begin by using the fact stated in Solution 3 that, for any point in an equilateral triangle, the lengths of the three perpendicular lines dropped to the sides of the triangle add up to the altitude of that triangle. To make things simple, let's assign AEP=BFP=CDP=α\angle AEP = \angle BFP = \angle CDP = \alpha. We can label these three perpendiculars as:

PDsinα+PEsinα+PFsinα=5532PD\cdot\sin{\alpha} + PE\cdot\sin{\alpha} + PF\cdot\sin{\alpha} = \dfrac{55 \sqrt{3}}{2} Simplifying, we get

PD+PE+PF=5532sinαPD + PE + PF = \dfrac{55 \sqrt{3}}{2\cdot\sin{\alpha}} Now, as stated and quoting Solution 4, "Draw line segments from PP to points AA, BB, and CC. [We know that] the angle measure of AEP\angle{AEP}, BFP\angle{BFP}, and CDP\angle{CDP} is α\alpha

Using Law of Cosines (note that cosAFP=cosBDP=cosCEP=cos180α=cosα\cos{\angle{AFP}}=\cos{\angle{BDP}}=\cos{\angle{CEP}}=\cos{180^\circ-\alpha}=-\cos{\alpha})

(1) BP2=FP2+1522FP15cos(α)(2) BP2=DP2+72+2DP7cos(α)(3) CP2=DP2+4822DP48cos(α)(4) CP2=EP2+302+2EP30cos(α)(5) AP2=EP2+2522EP25cos(α)(6) AP2=FP2+402+2FP40cos(α)\begin{aligned} (1) \ BP^2 &= FP^2+15^2-2\cdot FP\cdot15\cdot\cos(\alpha)\\ (2) \ BP^2 &= DP^2+7^2+2\cdot DP\cdot7\cdot\cos(\alpha)\\ (3) \ CP^2 &= DP^2+48^2-2\cdot DP\cdot48\cdot\cos(\alpha)\\ (4) \ CP^2 &= EP^2+30^2+2\cdot EP\cdot30\cdot\cos(\alpha)\\ (5) \ AP^2 &= EP^2+25^2-2\cdot EP\cdot25\cdot\cos(\alpha)\\ (6) \ AP^2 &= FP^2+40^2+2\cdot FP\cdot40\cdot\cos(\alpha)\\ \end{aligned} We can perform this operation (1)(2)+(3)(4)+(5)(6)(1) - (2) + (3) - (4) + (5) - (6):

Leaving us with (after combining and simplifying)

PD+PE+PF=112cosαPD + PE + PF=\frac{11}{2\cdot\cos{\alpha}} ".

Now, we can use our previous equation along with this one to get:

112cosα=5532sinα\frac{11}{2\cdot\cos{\alpha}} = \dfrac{55 \sqrt{3}}{2\cdot\sin{\alpha}} .

This equation becomes:

tanα=53\tan{\alpha} = 5\sqrt{3} As so, our answer is

(53)2=075.\left(5\sqrt3\right)^2=\boxed{075}. ~Solution by armang32324 (Mathemagics Club)

Solution 6

By the law of cosines,

FE=AF2+AE22AFAEcosFAE=35.FE=\sqrt{AF^2+AE^2-2AF\cdot AE\cos\angle FAE}=35. Similarly we get FD=13FD=13 and DE=42DE=42. AEP=BFP=CDP=θ\angle AEP=\angle BFP=\angle CDP\overset\triangle=\theta implies that AFPEAFPE, BDPFBDPF, and CDPECDPE are three cyclic quadrilaterals, as shown below:

AIME diagram

Using the law of sines in each,

AP35=APFE=CP42=CPED=BP13=BPDF=sinθsinπ3.\frac{AP}{35}=\frac{AP}{FE}=\frac{CP}{42}=\frac{CP}{ED}=\frac{BP}{13}=\frac{BP}{DF}=\frac{\sin\theta}{\sin\frac\pi3}. So we can set AP=35kAP=35k, BP=13kBP=13k, and CP=42kCP=42k. Let PD=dPD=d, PE=ePE=e, and PF=fPF=f. Applying Ptolemy theorem in the cyclic quadrilaterals,

{APFE=AFPE+AEPF,CPED=CEPD+CDPE,BPDF=BDPF+BFPD.    {1225k=40e+25f,1764k=30d+48e,169k=15d+7f,\begin{cases}AP\cdot FE=AF\cdot PE+AE\cdot PF,\\CP\cdot ED=CE\cdot PD+CD\cdot PE,\\BP\cdot DF=BD\cdot PF+BF\cdot PD.\end{cases} \implies \begin{cases} 1225k=40e+25f,\\1764k=30d+48e,\\169k=15d+7f, \end{cases} We can solve out d=54k5d=\frac{54k}5, e=30ke=30k, f=kf=k. By the law of cosines in PEF\triangle PEF, FE=900k2+k260k(12)=931kFE=\sqrt{900k^2+k^2-60k\cdot\left(\frac{-1}2\right)}=\sqrt{931}k. The law of sines yield sinAEPsinFAE=APFE=35k931k=35931\frac{\sin\angle AEP}{\sin\angle FAE}=\frac{AP}{FE}=\frac{35k}{\sqrt{931}k}=\frac{35}{\sqrt{931}}. Lastly, sinAEP=55738\sin\angle AEP=\frac{5\sqrt{57}}{38}, then tanAEP=53\tan\angle AEP=5\sqrt3. The answer is

(53)2=075.\left(5\sqrt3\right)^2=\boxed{075}.

Solution 7

PP is well known to be the Miquel point of triangle DEFDEF. By Law of Cosines, EF=35E F = 35, FD=13F D = 13, DE=42D E = 42. Call PDP D, PEP E, PFP F: xx, yy, zz respectively. Then we obtain that x2+xy+y2=422x^2+xy+y^2 = 42^2, x2+xz+z2=132x^2+xz+z^2 = 13^2, y2+yz+z2=352y^2+yz+z^2 = 35^2. Note that since the area of the triangle by sine area formula is (xy+xz+yz)(34)(xy + xz + yz)\left(\frac{\sqrt{3}}{4}\right), but by Heron's formula, the area of the triangle is (45)(3)(32)(10)=(5)(3)(8)3=1203\sqrt{(45)(3)(32)(10)} = (5)(3)(8)\sqrt{3} = 120\sqrt{3}. xy+xz+yz=480xy+xz+yz = 480, and so we obtain x+y+z=1119x+y+z = 11\sqrt{19} by adding all the equations together. Now, subtract any two equations from each other to obtain (yz)(1119)=(55)(29)(y-z)(11\sqrt{19}) = (55)(29), (xz)(1119)=(7)(77)(x-z)(11\sqrt{19}) = (7)(77), xz=4919x-z = \frac{49}{\sqrt{19}}, yz=14519y-z = \frac{145}{\sqrt{19}}, and z=519z = \frac{5}{\sqrt{19}}, y=15019y = \frac{150}{\sqrt{19}}, and x=5419x = \sqrt{54}{\sqrt{19}}. Now we find PC through Ptolemy's theorem, do Law of Cosines, and we are finished.

Solution 8 (Coordinates Bash Again!)

Recall that if θ\theta is the angle between two lines with slopes m1,m2m_1, m_2, we can write:

tan(θ)=m1m21+m1m2\tan(\theta) = \mid \frac{m_1 - m_2}{1 + m_1 \cdot m_2} \mid

We will use this fact to solve the problem. Let BB be at the origin, CC be at (55,0)(55, 0) and AA be at (552,5532)(\frac{55}{2}, \frac{55\sqrt{3}}{2}). Next, we can easily find the equation of line ABAB as y=x3y = x\sqrt{3} and the equation of line ACAC as y=x3+553y = -x\sqrt{3} + 55\sqrt{3}. We also know that DD is at (7,0)(7, 0) given the problem's conditions. We can now find the coordinates of EE and FF. To find the coordinates of FF, recall that FF lies on line segment ABAB which has equation y=x3y = x\sqrt{3}. Hence, FF will be a point of the form (x,x3)(x, x\sqrt{3}). We also know the distance between FF and BB(the origin), is just 5540=1555 - 40 = 15. So the distance between the point (x,x3)(x, x\sqrt{3}) and (0,0)(0, 0) is just 1515. We can use the distance formula to get a solution of x=152x = \frac{15}{2}(there will be two solutions but one of them is unfeasible). So the coordinates of FF is just (152,1532)(\frac{15}{2}, \frac{15\sqrt{3}}{2}). Similarly, we can find the coordinates of EE in a similar way to get (40,153)(40, 15\sqrt{3}). Note that BFP=PEA=PDC=θ\angle BFP = \angle PEA = \angle PDC = \theta. Let's focus on BFP\angle BFP. This angle is between lines BFBF and FPFP so we just have to compute the slopes of these lines. Let PP be at point (a,b)(a, b). Then, the slope of BFBF is just 3\sqrt{3} and the slope of FPFP is just 2b1532a15\frac{2b - 15\sqrt{3}}{2a - 15}. Because the angle between these two lines is θ\theta, we can use our above lemma to get the equation:

tan(θ)=32b1532a151+32b1532a15\tan(\theta) = \mid \frac{\sqrt{3} - \frac{2b - 15\sqrt{3}}{2a - 15}}{1 + \sqrt{3} \cdot \frac{2b - 15\sqrt{3}}{2a - 15}} \mid

We can similarly use the other angles and lines to come up with two more of these type of equations:

tan(θ)=3153b40a13153b40a\tan(\theta) = \mid \frac{-\sqrt{3} - \frac{15\sqrt{3} - b}{40 - a}}{1 - \sqrt{3} \cdot \frac{15\sqrt{3} - b}{40 - a}} \mid tan(θ)=b7a\tan(\theta) = \mid \frac{b}{7 - a} \mid

We have 33 equations with 33 variables and since we are trying to find tan(θ)2\tan(\theta)^{2}, we can treat tan(θ)\tan(\theta) as a variable. We solve to get tan(θ)=53\tan(\theta) = 5\sqrt{3} and therefore our answer is just 075\boxed{075}.

Note: How to solve the system of equations\textbf{Note: How to solve the system of equations}

The first step is to realize that we need to make the inputs nicer. So we clear the fractions and set them equal. Doing so, we have:

a3ba+b330=a3+b553a+b35=b7a\frac{a\sqrt{3} - b}{a + b\sqrt{3} - 30} = \frac{a\sqrt{3} + b - 55\sqrt{3}}{-a + b\sqrt{3} - 5} = \frac{b}{7 - a}.

Now we can write:

a3ba+b330=b7a\frac{a\sqrt{3} - b}{a + b\sqrt{3} - 30} = \frac{b}{7 - a} a3+b553a+b35=b7a\frac{a\sqrt{3} + b - 55\sqrt{3}}{-a + b\sqrt{3} - 5} = \frac{b}{7 - a}

Here, we're going to change aa to xx and bb to yy just to make the solving more traditional. We can cross multiply the first equation and simplify to get

7x3x23=y2323y7x\sqrt{3} - x^{2} \sqrt{3} = y^{2} \sqrt{3} - 23y

Next, we cross multiply the second equation to get:

7x3x23+7yxy3853+55x3=xy+y235y7x\sqrt{3} - x^{2} \sqrt{3} + 7y - xy - 385\sqrt{3} + 55x\sqrt{3} = -xy + y^{2} \sqrt{3} - 5y

Notice we could make some substitutions from our first equation to the second equation:

y2323y+7y3853+55x3=y235yy^{2} \sqrt{3} - 23y + 7y - 385\sqrt{3} + 55x\sqrt{3} = y^{2} \sqrt{3} - 5y

We simplify this to get:

16y3853+55x3=5y-16y - 385\sqrt{3} + 55x\sqrt{3} = -5y

This means:

55x33853=11y55x\sqrt{3} - 385\sqrt{3} = 11y

Which yields:

y=53(x7)y = 5\sqrt{3}(x - 7)

Now, we plug this representation into the equation 7x3x23=y2323y7x\sqrt{3} - x^{2} \sqrt{3} = y^{2} \sqrt{3} - 23y we got earlier to get:

7x3x23=753(x7)2115x3+80537x\sqrt{3} - x^{2} \sqrt{3} = 75\sqrt{3} (x - 7)^{2} - 115x\sqrt{3} + 805\sqrt{3}

We can expand and simplify to get:

122x3x23=75x231050x3+44803122x\sqrt{3} - x^{2} \sqrt{3} = 75x^{2} \sqrt{3} - 1050x\sqrt{3} + 4480\sqrt{3}

Simplifying, we get:

76x231172x3+44803=076x^{2} \sqrt{3} - 1172x\sqrt{3} + 4480\sqrt{3} = 0

This yields:

19x2293x+1120=019x^{2} - 293x + 1120 = 0

Now this is trivial to solve:

x=293±293276112038x = \frac{293 \pm \sqrt{293^{2} - 76\cdot1120}}{38}

To find 2932293^{2} really quickly under contest conditions, we can do:

2932=(200+93)2=2002+40093+(90+3)2=40000+37200+8100+549=85849293^{2} = (200 + 93)^{2} = 200^{2} + 400\cdot93 + (90 + 3)^{2} = 40000 + 37200 + 8100 + 549 = 85849

Now back to simplifying xx:

The discriminant nicely simplifies to 8584985120=729=27285849 - 85120 = 729 = 27^{2}

So we have x=293+2738=32038=16019x = \frac{293 + 27}{38} = \frac{320}{38} = \frac{160}{19}. (Note that if we take the negative version of the solution, we would have x=26638=7x = \frac{266}{38} = 7 but this would yield y=537353=0y = 5\sqrt{3} \cdot 7 - 35\sqrt{3} = 0 which is absurd)

And now we're basically done. Recall that y=5x3353=53160193531919=135319y = 5x\sqrt{3} - 35\sqrt{3} = \frac{5\sqrt{3}\cdot160}{19} - \frac{35\sqrt{3}\cdot19}{19} = \frac{135\sqrt{3}}{19}. Now recall that we let a=xa = x and b=yb = y so we now have a=16019a = \frac{160}{19} and b=135319b = \frac{135\sqrt{3}}{19}.

Now, recall that tan(θ)=b7a=135319716019=13531913316019=135327=53=53\tan(\theta) = \mid \frac{b}{7 - a} \mid = \mid \frac{\frac{135\sqrt{3}}{19}}{7 - \frac{160}{19}} \mid = \mid \frac{\frac{135\sqrt{3}}{19}}{\frac{133 - 160}{19}} \mid = \mid \frac{135\sqrt{3}}{-27} \mid = \mid -5\sqrt{3} \mid = 5\sqrt{3} as desired.

~ilikemath247365

Video Solution

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

~MathProblemSolvingSkills.com

Animated Video Solution

https://youtu.be/5d98iXeyu4E

~Star League (https://starleague.us)

Video Solution by MOP 2024

https://youtu.be/BYR3DollZeA