Skip to main content

2021 AMC 10A Problem 24

Problem 24 of 25HarderGeometry

The interior of a quadrilateral is bounded by the graphs of (x+ay)2=4a2(x+ay)^2=4a^2 and (axy)2=a2,(ax-y)^2=a^2, where aa is a positive real number. What is the area of this region in terms of a,a, valid for all a>0?a > 0?

Answer choices

Show solution

Solution

Note that each of the equations yields two parallel lines. (x+ay)2=4a2 (x + ay)^2 = 4a^2 results in the two lines x+ay2a=0 x + ay - 2a = 0 and x+ay+2a=0. x + ay + 2a = 0. Both of these lines have a slope of 1a.-\dfrac{1}{a}. Similarly, (axy)2=a2 (ax-y)^2 = a^2 results in the lines axya=0 ax - y - a = 0 and axy+a=0. ax - y + a = 0. These lines have slope a.a. Note that each pair of lines is perpendicular to the other pair of lines. This shows that the equations form a rectangle. Recall that the formula for the distance dd between two parallel lines {Ax+By+C1=0Ax+By+C2=0 \begin{cases} Ax+By+C_1=0 \\ Ax+By+C_2=0 \end{cases} is d=C2C1A2+B2. d = \dfrac{\mid C_2 - C_1 \mid}{\sqrt{A^2 + B^2}}. Using this formula, we get that the distance between the first pair of lines is 4aa2+1. \dfrac{4a}{\sqrt{a^2 + 1}}. Similarly, the distance between the second pair of lines is 2aa2+1. \dfrac{2a}{\sqrt{a^2 + 1}}. These are the side lengths of the rectangle. Multiplying yields the area 8a2a2+1. \dfrac{8a^2}{a^2 + 1}. Thus, D is the correct answer.

More practice

Concepts: parallel lines · distance formula · rectangle

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.