Triangle ABC has AB=40,AC=31, and sinA=51. This triangle is inscribed in rectangle AQRS with B on QR and C on RS. Find the maximum possible area of AQRS.
解析
Solution 1
Note that if angle BAC is obtuse, it would be impossible for the triangle to inscribed in a rectangle. This can easily be shown by drawing triangle ABC, where A is obtuse. Therefore, angle A is acute. Let angle CAS=n and angle BAQ=m. Then, AS=31cos(n) and AQ=40cos(m). Then the area of rectangle AQRS is 1240cos(m)cos(n). By product-to-sum, cos(m)cos(n)=21(cos(m+n)+cos(m−n)). cos(m+n)=sin(90−m−n)=sin(BAC)=51. The maximum possible value of cos(m−n) is 1, which occurs when m=n. Thus the maximum possible value of cos(m)cos(n) is 21(51+1)=53 so the maximum possible area of AQRS is 1240×53=744.
Solution 2
We start by drawing a diagram;
We know that sinα=51. Since sinα=cos(90−α),
cos(90−α)=51⟹cos(β+γ)=51
Using our angle sum identities, we expand this to cosβ⋅cosγ−sinβ⋅sinγ=51. We can now use the right triangle definition of cosine and sine to rewrite this equation as;
40l⋅31w−40x⋅31y=51⟹lw−xy=8⋅31⟹lw=xy+31⋅8
Hang on; lw is the area we want to maximize! Therefore, to maximize this area we must maximize xy=40sinβ⋅31sinγ=31⋅40⋅21(cos(β−γ)−cos(β+γ))=31⋅20⋅(cos(β−γ)−51). Since cos(β−γ) is the only variable component of this expression, to maximize the expression we must maximize cos(β−γ). The cosine function has a maximum value of 1, so our equation evaluates to xy=31⋅20⋅(1−51)=31⋅20⋅54=31⋅16 (Note that at this max value, since β and γ are both acute, β−γ=0⟹β=γ).
Finally, lw=xy+31⋅8=31⋅16+31⋅8=31⋅24=744
~KingRavi
Solution 3
As above, we note that angle A must be acute. Therefore, let A be the origin, and suppose that Q is on the positive x axis and S is on the positive y axis. We approach this using complex numbers. Let w=cisA, and let z be a complex number with ∣z∣=1, Arg(z)≥0∘ and Arg(zw)≤90∘. Then we represent B by 40z and C by 31zw. The coordinates of Q and S depend on the real part of 40z and the imaginary part of 31zw. Thus
[AQRS]=ℜ(40z)⋅ℑ(31zw)=1240(2z+z)(2izw−zw).
We can expand this, using the fact that zz=∣z∣2, finding
[AQRS]=620(2iz2w−z2w+w−w)=620(ℑ(z2w)+ℑ(w)).
Now as w=cisA, we know that ℑ(w)=51. Also, ∣z2w∣=1, so the maximum possible imaginary part of z2w is 1. This is clearly achievable under our conditions on z. Therefore, the maximum possible area of AQRS is 620(1+51)=744.
Solution 4 (With Calculus)
Let θ be the angle ∠BAQ. The height of the rectangle then can be expressed as h=31sin(A+θ), and the length of the rectangle can be expressed as l=40cosθ. The area of the rectangle can then be written as a function of θ, [AQRS]=a(θ)=31sin(A+θ)⋅40cosθ=1240sin(A+θ)cosθ. For now, we will ignore the 1240 and focus on the function f(θ)=sin(A+θ)cosθ=(sinAcosθ+cosAsinθ)(cosθ)=sinAcos2θ+cosAsinθcosθ=sinAcos2θ+21cosAsin2θ.
Taking the derivative, f′(θ)=sinA⋅−2cosθsinθ+cosAcos2θ=cosAcos2θ−sinAsin2θ=cos(2θ+A). Setting this equal to 0, we get cos(2θ+A)=0⇒2θ+A=90,270∘. Since we know that A+θ<90, the 270∘ solution is extraneous. Thus, we get that θ=290−A=45−2A.
Plugging this value into the original area equation, a(45−2A)=1240sin(45−2A+A)cos(45−2A)=1240sin(45+2A)cos(45−2A). Using a product-to-sum formula, we get that:
Let α be the angle ∠CAS and β be the angle ∠BAQ. Then
α+β+∠A=90∘⇒α+β=90∘−∠Acos(α+β)=cos(90∘−∠A)cos(α+β)=sin(∠A)=51cosαcosβ−sinαsinβ=51cosαcosβ−(1−cos2α)(1−cos2β)=51cosαcosβ−1−cos2α−cos2β+cos2αcos2β=51
However, by AM-GM:
cos2α+cos2β≥2cosαβ
Therefore,
1−cos2α−cos2β+cos2αcos2β≤1−2cosαβ+cos2αcos2β=(1−cosαcosβ)21−cos2α−cos2β+cos2αcos2β≤1−cosαcosβ
So,
51≥cosαcosβ−(1−cosαcosβ)=2cosαcosβ−153≥cosαcosβ
. However, the area of the rectangle is just AS⋅AQ=31cosα⋅40cosβ≤31⋅40⋅53=744.
Note on Problem Validity
It has been noted that this answer won't actually work. Let angle QAB=m and angle CAS=n as in Solution 1. Since we know (through that solution) that m=n, we can call them each θ. The height of the rectangle is AS=31cosθ, and the distance BQ=40sinθ. We know that, if the triangle is to be inscribed in a rectangle, AS≥BQ.
AS≥BQ31cosθ≥40sinθ4031≥tanθ
However, tanθ=tan(290−A)=cos(90−A)+1sin(90−A)=sinA+1cosA=56526=36>4031, so the triangle does not actually fit in the rectangle: specifically, B is above R and thus in the line containing segment QR but not on the actual segment or in the rectangle.
The actual answer is a radical near 728 (letting the triangle be inside the rectangle). The CAMC, however, has decided to accept only the answer 744 despite the invalid problem statement.