AMC 10 · 2021 · #24

Grade 8 geometry-2d
coordinate-geometryarea-rectanglesabsolute-value convert-to-algebraidentify-subproblems ↑ Prerequisites: coordinate-geometry
📏 Long solution 💡 2 insights
Problem
The region enclosed by the graphs of (x + a y)² = 4 a² and (a x - y)² = a² (with a > 0) is a quadrilateral. Find its area as a function of a, valid for all a > 0.

Pick an answer.

(A)
$~\frac{8a^2}{(a+1)^2}$
(B)
$~\frac{4a}{a+1}$
(C)
$~\frac{8a}{a+1}$
(D)
$~\frac{8a^2}{a^2+1}$
(E)
$~\frac{8a}{a^2+1}$

AMC 10 2021 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Draw a Diagram

Tool #1 (Diagram) — sketch the four lines; once you see two parallel pairs with perpendicular slopes, the region is obviously a rectangle. Tool #7 (Subproblems) — separately compute the rectangle's length (distance between x + a y = ± 2a) and width (distance between a x - y = ± a), then multiply. Tool #9 (Easier Problem) — plug a = 1 to get a concrete square, verify the answer-choice candidates collapse to the same number to spot-check the formula. Tool #3 (Eliminate) — a = 1 instantly knocks out wrong choices. Tool #13 (Algebra) — the distance-between-parallel-lines formula c1c2(A2+B2)\frac{|c₁ - c₂|}{√(A² + B²)} for A x + B y = c gives the cleanest derivation.

1STEP 1

Each squared equation splits into two parallel lines: x + a y = ± 2 a and a x - y = ± a — four lines, two parallel pairs.

x + a y = ± 2 a; a x - y = ± a
2STEP 2

Solved for y, the slopes are -1a\frac{1}{a} and a; their product a · (-1a\frac{1}{a}) = -1, so the pairs are perpendicular and the region is a rectangle.

slope₁ = -1a\frac{1}{a}, slope₂ = a, slope₁ · slope₂ = -1
3STEP 3

Distance between x + a y = 2a and x + a y = -2 a via c1c2(A2+B2)\frac{|c₁ - c₂|}{√(A² + B²)} gives length = 4a(a2+1)\frac{4a}{√(a² + 1)}.

length = 4a(a2+1)\frac{4 a}{√(a² + 1)}
4STEP 4

Same formula for a x - y = ± a: width = a(a)(a2+1)\frac{|a - (-a)|}{√(a² + 1)} = 2a(a2+1)\frac{2a}{√(a² + 1)}.

width = 2a(a2+1)\frac{2 a}{√(a² + 1)}
5STEP 5

Multiply: area = length × width = 4a(a2+1)\frac{4a}{√(a² + 1)} · 2a(a2+1)\frac{2a}{√(a² + 1)} = 8a2a2+1\frac{8a²}{a² + 1}.

Area = 8a2a2+1\frac{8 a²}{a² + 1}
6STEP 6

Spot-check: at a = 1 the area is 4, and at a = 2 it is 325\frac{32}{5} — only (D) matches both, since (C) and (E) diverge at a = 2.

a = 1: 4; a = 2: 325\frac{32}{5}; only (D) consistent
Answer
~8a2a2+1\frac{8a²}{a²+1}
Behavior as a → 0^+: length → 0 (lines x + 0 · y = 0 collapse to x = 0), width → 0, area → 0. Our formula: 8a2a2+1\frac{8 a²}{a² + 1} → 0. ✓. As a → ∞: length ≈ 4aa\frac{4 a}{a} = 4, width ≈ 2aa\frac{2 a}{a} = 2, area → 8. Our formula: 8a2a2+1\frac{8 a²}{a² + 1} → 8. ✓. Maximum at a = ?: derivative shows monotonic increase from 0 to 8, never exceeding 8. Everything geometric is consistent with choice (D).
💡Key takeaway

This AMC 10 problem only needs Grade 8 lines and the Pythagorean distance-between-parallel-lines formula you already know — factor (X)² = c² into two parallel lines per equation, notice the two pairs of slopes -1a\frac{1}{a} and a are perpendicular (so the region is a rectangle), then multiply the two distances 4a(a2+1)\frac{4a}{√(a² + 1)} · 2a(a2+1)\frac{2a}{√(a² + 1)} = 8a2a2+1\frac{8a²}{a² + 1}.