返回题库

AIME 1993 · 第 14 题

AIME 1993 — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A rectangle that is inscribed in a larger rectangle (with one vertex on each side) is called unstuck if it is possible to rotate (however slightly) the smaller rectangle about its center within the confines of the larger. Of all the rectangles that can be inscribed unstuck in a 6 by 8 rectangle, the smallest perimeter has the form N\sqrt{N}\,, for a positive integer NN\,. Find NN\,.

解析

Solution 1

Put the rectangle on the coordinate plane so its vertices are at (±4,±3)(\pm4,\pm3), for all four combinations of positive and negative. Then by symmetry, the other rectangle is also centered at the origin, OO.

Note that such a rectangle is unstuck if its four vertices are in or on the edge of all four quadrants, and it is not the same rectangle as the big one. Let the four vertices of this rectangle be A(4,y)A(4,y), B(x,3)B(-x,3), C(4,y)C(-4,-y) and D(x,3)D(x,-3) for nonnegative x,yx,y. Then this is a rectangle, so OA=OBOA=OB, or 16+y2=9+x216+y^2=9+x^2, so x2=y2+7x^2=y^2+7.

AIME diagram

Reflect DD across the side of the rectangle containing CC to D(8x,3)D'(-8-x,-3). Then BD=(8x(x))2+(3(3))2=10BD'=\sqrt{(-8-x-(-x))^2+(3-(-3))^2}=10 is constant, and the perimeter of the rectangle is equal to 2(BC+CD)2(BC+CD'). The midpoint of BD\overline{BD'} is (4x,0)(-4-x,0), and since 4>4x-4>-4-x and y0-y\le0, CC always lies below BD\overline{BD'}.

If yy is positive, it can be decreased to y.Thiscausesy'. This causesxtodecreaseaswell,toto decrease as well, tox',where, wherex'^2=y'^2+7andandx'isstillpositive.Ifis still positive. IfBandandD'areheldinplaceaseverythingelsemoves,thenare held in place as everything else moves, thenCmovesmoves(y-y')unitsupandunits up and(x-x')unitslefttounits left toC',whichmustliewithin, which must lie within\triangle BCD'.Thenwemusthave. Then we must haveBC'+C'D', and the perimeter of the rectangle is decreased. Therefore, the minimum perimeter must occur with y=0y=0, so x=7x=\sqrt7.

By the distance formula, this minimum perimeter is

2((47)2+32+(4+7)2+32)=4(827+8+27)2\left(\sqrt{(4-\sqrt7)^2+3^2}+\sqrt{(4+\sqrt7)^2+3^2}\right)=4\left(\sqrt{8-2\sqrt7}+\sqrt{8+2\sqrt7}\right) =4(71+7+1)=87=448.=4(\sqrt7-1+\sqrt7+1)=8\sqrt7=\sqrt{448}. Therefore NN would equal 448.\boxed{448}.

~minor edit by Yiyj1 and Root three over two

Solution 2

Note that the diagonal of the rectangle with minimum perimeter must have the diagonal along the middle segment of length 8 of the rectangle (any other inscribed rectangle can be rotated a bit, then made smaller; this one can't because then the rectangle cannot be inscribed since its longest diagonal is less than 8 in length). Then since a rectangle must have right angles, we draw a circle of radius 4 around the center of the rectangle. Picking the two midpoints on the sides of length 6 and opposite intersection points on the segments of length 8, we form a rectangle. Let aa and bb be the sides of the rectangle. Then ab=3(8)=24ab = 3(8) = 24 since both are twice the area of the same right triangle, and a2+b2=64a^2+b^2 = 64. So (a+b)2=64+2(24)=112(a+b)^2 = 64+2(24) = 112, so 2(a+b)=4482(a+b) = \sqrt{\boxed{448}}.