返回题库

AIME 2021 II · 第 12 题

AIME 2021 II — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A convex quadrilateral has area 3030 and side lengths 5,6,9,5, 6, 9, and 7,7, in that order. Denote by θ\theta the measure of the acute angle formed by the diagonals of the quadrilateral. Then tanθ\tan \theta can be written in the form mn\tfrac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution 1 (Sines and Cosines)

Since we are asked to find tanθ\tan \theta, we can find sinθ\sin \theta and cosθ\cos \theta separately and use their values to get tanθ\tan \theta. We can start by drawing a diagram. Let the vertices of the quadrilateral be AA, BB, CC, and DD. Let AB=5AB = 5, BC=6BC = 6, CD=9CD = 9, and DA=7DA = 7. Let AX=aAX = a, BX=bBX = b, CX=cCX = c, and DX=dDX = d. We know that θ\theta is the acute angle formed between the intersection of the diagonals ACAC and BDBD.

AIME diagram

We are given that the area of quadrilateral ABCDABCD is 3030. We can express this area using the areas of triangles AXBAXB, BXCBXC, CXDCXD, and DXADXA. Since we want to find sinθ\sin \theta and cosθ\cos \theta, we can represent these areas using sinθ\sin \theta as follows:

30=[ABCD]=[AXB]+[BXC]+[CXD]+[DXA]=12absin(AXB)+12bcsin(BXC)+12cdsin(CXD)+12dasin(AXD)=12absin(180θ)+12bcsin(θ)+12cdsin(180θ)+12dasin(θ).\begin{aligned} 30 &=[ABCD] \\ &=[AXB] + [BXC] + [CXD] + [DXA] \\ &=\frac{1}{2} ab \sin (\angle AXB) + \frac{1}{2} bc \sin (\angle BXC) + \frac{1}{2} cd \sin (\angle CXD) + \frac{1}{2} da \sin (\angle AXD) \\ &=\frac{1}{2} ab \sin (180^\circ - \theta) + \frac{1}{2} bc \sin (\theta) + \frac{1}{2} cd \sin (180^\circ - \theta) + \frac{1}{2} da \sin (\theta). \end{aligned} We know that sin(180θ)=sinθ\sin (180^\circ - \theta) = \sin \theta. Therefore it follows that:

30=12absin(180θ)+12bcsin(θ)+12cdsin(180θ)+12dasin(θ)=12absin(θ)+12bcsin(θ)+12cdsin(θ)+12dasin(θ)=12sinθ(ab+bc+cd+da).\begin{aligned} 30 &=\frac{1}{2} ab \sin (180^\circ - \theta) + \frac{1}{2} bc \sin (\theta) + \frac{1}{2} cd \sin (180^\circ - \theta) + \frac{1}{2} da \sin (\theta) \\ &=\frac{1}{2} ab \sin (\theta) + \frac{1}{2} bc \sin (\theta) + \frac{1}{2} cd \sin (\theta) + \frac{1}{2} da \sin (\theta) \\ &=\frac{1}{2}\sin\theta (ab + bc + cd + da). \end{aligned} From here we see that sinθ=60ab+bc+cd+da\sin \theta = \frac{60}{ab + bc + cd + da}. Now we need to find cosθ\cos \theta. Using the Law of Cosines on each of the four smaller triangles, we get following equations:

52=a2+b22abcos(180θ),62=b2+c22bccosθ,92=c2+d22cdcos(180θ),72=d2+a22dacosθ.\begin{aligned} 5^2 &= a^2 + b^2 - 2ab\cos(180^\circ-\theta), \\ 6^2 &= b^2 + c^2 - 2bc\cos \theta, \\ 9^2 &= c^2 + d^2 - 2cd\cos(180^\circ-\theta), \\ 7^2 &= d^2 + a^2 - 2da\cos \theta. \end{aligned} We know that cos(180θ)=cosθ\cos (180^\circ - \theta) = -\cos \theta for all θ\theta. We can substitute this value into our equations to get:

52=a2+b2+2abcosθ,(1)62=b2+c22bccosθ,(2)92=c2+d2+2cdcosθ,(3)72=d2+a22dacosθ.(4)\begin{aligned} 5^2 &= a^2 + b^2 + 2ab\cos \theta, &&(1) \\ 6^2 &= b^2 + c^2 - 2bc\cos \theta, &&(2) \\ 9^2 &= c^2 + d^2 + 2cd\cos \theta, &&(3) \\ 7^2 &= d^2 + a^2 - 2da\cos \theta. &&(4) \end{aligned} If we subtract (2)+(4)(2)+(4) from (1)+(3)(1)+(3), the squared terms cancel, leaving us with:

52+926272=2abcosθ+2bccosθ+2cdcosθ+2dacosθ21=2cosθ(ab+bc+cd+da).\begin{aligned} 5^2 + 9^2 - 6^2 - 7^2 &= 2ab \cos \theta + 2bc \cos \theta + 2cd \cos \theta + 2da \cos \theta \\ 21 &= 2\cos \theta (ab + bc + cd + da). \end{aligned} From here we see that cosθ=21/2ab+bc+cd+da\cos \theta = \frac{21/2}{ab + bc + cd + da}.

Since we have figured out sinθ\sin \theta and cosθ\cos \theta, we can calculate tanθ\tan \theta:

tanθ=sinθcosθ=60ab+bc+cd+da21/2ab+bc+cd+da=6021/2=12021=407.\tan \theta = \frac{\sin \theta}{\cos \theta} = \frac{\frac{60}{ab + bc + cd + da}}{\frac{21/2}{ab + bc + cd + da}} = \frac{60}{21/2} = \frac{120}{21} = \frac{40}{7}. Therefore our answer is 40+7=04740 + 7 = \boxed{047}.

~ Steven Chen (www.professorchenedu.com)

~ my_aops_lessons

Solution 2 (Right Triangles)

In convex quadrilateral ABCD,ABCD, let AB=5,BC=6,CD=9,AB=5,BC=6,CD=9, and DA=7.DA=7. Let AA' and CC' be the feet of the perpendiculars from AA and C,C, respectively, to BD.\overline{BD}. We obtain the following diagram:

AIME diagram

Let BC=p,CE=q,EA=r,AD=s,AA=h1,BC'=p,C'E=q,EA'=r,A'D=s,AA'=h_1, and CC=h2.CC'=h_2. We apply the Pythagorean Theorem to right triangles ABA,BCC,CDC,\triangle ABA',\triangle BCC',\triangle CDC', and DAA,\triangle DAA', respectively:

(p+q+r)2+h12=52,(1)[1ex]p2+h22=62,(2)[1ex](q+r+s)2+h22=92,(3)[1ex]s2+h12=72.(4)\begin{array}{ccccccccccccccccc} (p+q+r)^2&+&h_1^2&=&5^2, &&&&&&&&&&&&\hspace{36mm}(1) \\ [1ex] p^2&+&h_2^2&=&6^2, &&&&&&&&&&&&\hspace{36mm}(2) \\ [1ex] (q+r+s)^2&+&h_2^2&=&9^2, &&&&&&&&&&&&\hspace{36mm}(3) \\ [1ex] s^2&+&h_1^2&=&7^2. &&&&&&&&&&&&\hspace{36mm}(4) \end{array} Let the brackets denote areas. We get

[ABD]+[CBD]=[ABCD]12(p+q+r+s)h1+12(p+q+r+s)h2=3012(p+q+r+s)(h1+h2)=30(p+q+r+s)(h1+h2)=60.(5)\begin{aligned} [ABD]+[CBD]&=[ABCD] \\ \frac12(p+q+r+s)h_1+\frac12(p+q+r+s)h_2&=30 \\ \frac12(p+q+r+s)(h_1+h_2)&=30 \\ (p+q+r+s)(h_1+h_2)&=60. \hspace{49.25mm}(5) \end{aligned} We subtract (2)+(4)(2)+(4) from (1)+(3):(1)+(3):

(p+q+r)2+(q+r+s)2p2s2=21[(p+q+r)2s2]+[(q+r+s)2p2]=21(p+q+r+s)(p+q+rs)+(p+q+r+s)(p+q+r+s)=21(p+q+r+s)(2q+2r)=212(p+q+r+s)(q+r)=21(p+q+r+s)(q+r)=212.(6)\begin{aligned} (p+q+r)^2+(q+r+s)^2-p^2-s^2&=21 \\ \left[(p+q+r)^2-s^2\right]+\left[(q+r+s)^2-p^2\right]&=21 \\ (p+q+r+s)(p+q+r-s)+(p+q+r+s)(-p+q+r+s)&=21 \\ (p+q+r+s)(2q+2r)&=21 \\ 2(p+q+r+s)(q+r)&=21 \\ (p+q+r+s)(q+r)&=\frac{21}{2}. \hspace{9.5mm}(6) \end{aligned} From right triangles AEA\triangle AEA' and CEC,\triangle CEC', we have tanθ=h1r=h2q.\tan\theta=\frac{h_1}{r}=\frac{h_2}{q}. It follows that

tanθ=h1r    h1=rtanθ,(1)tanθ=h2q    h2=qtanθ.(2)\begin{alignat*}{8} \tan\theta&=\frac{h_1}{r}\qquad&\implies\qquad h_1&=r\tan\theta, \hspace{64mm}&(1\star)\\ \tan\theta&=\frac{h_2}{q}\qquad&\implies\qquad h_2&=q\tan\theta. &(2\star) \end{alignat*} Finally, we divide (5)(5) by (6):(6):

h1+h2q+r=407rtanθ+qtanθq+r=407by (1) and (2)(r+q)tanθq+r=407tanθ=407,\begin{aligned} \frac{h_1+h_2}{q+r}&=\frac{40}{7} \\ \frac{r\tan\theta+q\tan\theta}{q+r}&=\frac{40}{7} \hspace{15mm} &&\text{by }(1\star)\text{ and }(2\star)\\ \frac{(r+q)\tan\theta}{q+r}&=\frac{40}{7} \\ \tan\theta&=\frac{40}{7}, \end{aligned} from which the answer is 40+7=047.40+7=\boxed{047}.

~MRENTHUSIASM

Solution 3 (Bretschneider's Formula)

Bretschneider's Formula

AIME diagram

Given quadrilateral ABCDABCD, let, a,b,c,da, b, c, d, be the sides, ss the semiperimeter, and u,vu, v, the diagonals. Then the area, KK, is given by

K=144u2v2(b2+d2a2c2)2K = \tfrac 14 \sqrt {4u^2v^2-(b^2+d^2-a^2-c^2)^2}

Solution

By Bretschneider's Formula,

30=144u2v2(b2+d2a2c2)2=144u2v2441.30=\tfrac{1}{4}\sqrt{4u^2v^2-(b^2+d^2-a^2-c^2)^2}=\tfrac{1}{4}\sqrt{4u^2v^2-441}. Thus, uv=316492uv=\tfrac{3\sqrt{1649}}{2}. Also,

[ABCD]=12uvsinθ;[ABCD]=\tfrac 12 \cdot uv\sin{\theta}; solving for sinθ\sin{\theta} yields sinθ=401649\sin{\theta}=\tfrac{40}{\sqrt{1649}}. Since θ\theta is acute, cosθ\cos{\theta} is positive, from which cosθ=71649\cos{\theta}=\tfrac{7}{\sqrt{1649}}. Solving for tanθ\tan{\theta} yields

tanθ=sinθcosθ=407,\tan{\theta}=\frac{\sin{\theta}}{\cos{\theta}}=\frac{40}{7}, for a final answer of 047\boxed{047}.

~ Leo.Euler

Solution 4 (Symmetry)

AIME diagram

Claim

Given an inscribed quadrilateral ABCDABCD with sides AB=a,BC=b,CD=c,AB = a, BC = b, CD = c, and DA=d.DA = d. Prove that the θ<90\angle \theta < 90^\circ between the diagonals is given by

2(ac+bd)cosθ=d2c2+b2a2.\begin{aligned}2(ac + bd) \cos \theta = {|d^2 – c^2 + b^2 – a^2|}.\end{aligned} Proof

Let the point BB' be symmetric to BB with respect to the perpendicular bisector AC.AC. Then the quadrilateral ABCDAB'CD is an inscribed one, AB=b,BC=a.AB' = b, B'C = a.

2AEB=AB+CD.2 \angle AEB = \overset{\Large\frown} {AB} + \overset{\Large\frown} {CD}. 2BAD=BC+CD=AB+CD    AEB=BAD.\begin{aligned} 2\angle B'AD = \overset{\Large\frown} {B'C} + \overset{\Large\frown} {CD} = \overset{\Large\frown} {AB} + \overset{\Large\frown} {CD} \implies \angle AEB = \angle B'AD.\end{aligned} We apply the Law of Cosines to ABD\triangle AB'D and CBD\triangle CB'D:

BD2=AD2+AB22ADABcosθ,\begin{aligned} B'D^2 = AD^2 + AB'^2 – 2 AD \cdot AB' \cos \theta, \end{aligned} BD2=CD2+CB2+2CDCBcosθ,\begin{aligned} B'D^2 = CD^2 + CB'^2 + 2 CD \cdot CB' \cos \theta,\end{aligned} d2+b22bdcosθ=c2+a2+2accosθ,\begin{aligned} d^2 + b^2 – 2 bd \cos \theta = c^2 + a^2 + 2ac \cos \theta,\end{aligned} 2(ac+bd)cosθ=d2c2+b2a2.\begin{aligned} 2(ac + bd) \cos \theta = |d^2 – c^2 + b^2 – a^2|.\end{aligned} vladimir.shelomovskii@gmail.com, vvsss

Note 1

By generalization, the tangent of the acute angle formed by the diagonals is

4Aa2b2+c2d2.\left|\frac{4A}{a^2-b^2+c^2-d^2}\right|.

Video Solution by MOP 2024

https://youtu.be/K0u0ACMTSw8

~r00tsOfUnity

Video Solution

https://www.youtube.com/watch?v=7DxIdTLNbo0

Video Solution by Interstigation

https://youtu.be/8GRO4za5rPI

~Interstigation