返回题库

AIME 1987 · 第 4 题

AIME 1987 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the area of the region enclosed by the graph of x60+y=x4.|x-60|+|y|=\left|\frac{x}{4}\right|.

解析

Solution 1

AIME diagram

Since y|y| is nonnegative, x4x60\left|\frac{x}{4}\right| \ge |x - 60|. Solving this gives us two equations: x4x60 and x4x60\frac{x}{4} \ge x - 60\ \mathrm{and} \ -\frac{x}{4} \le x - 60. Thus, 48x8048 \le x \le 80. The maximum and minimum y value is when x60=0|x - 60| = 0, which is when x=60x = 60 and y=±15y = \pm 15. Since the graph is symmetric about the y-axis, we just need casework upon xx. x4>0\frac{x}{4} > 0, so we break up the condition x60|x-60|:

  • x60>0x - 60 > 0. Then y=34x+60y = -\frac{3}{4}x+60.
  • x60<0x - 60 < 0. Then y=54x60y = \frac{5}{4}x-60.

The area of the region enclosed by the graph is that of the quadrilateral defined by the points (48,0), (60,15), (80,0), (60,15)(48,0),\ (60,15),\ (80,0), \ (60,-15). Breaking it up into triangles and solving or using the Shoelace Theorem, we get 212(8048)(15)=4802 \cdot \frac{1}{2}(80 - 48)(15) = \boxed{480}.

Solution 2

Since y|y| is the only present yy "term" in this equation, we know that the area must be symmetrical about the x-axis.

We'll consider the area when y>0y>0 and we only consider the portion enclosed with y=0y=0. Then, we'll double that area since the graph is symmetrical.

Now, let us remove the absolute values:

When x60x\ge 60: x60+y=0.25xx-60+y=0.25x. This rearranges to y=0.75x+60y=-0.75x+60.

When 0x<600\le x<60: 60x+y=0.2560-x+y=0.25. So y=1.25x60y=1.25x-60.

When x<0x<0: 60x+y=0.25x60-x+y=-0.25x. So y=0.75x60y=0.75x-60.

By simple sketching, we see the shape that looks like the image in Solution 1 (graph it out and you'll see). We see that the partial area we seek in this part is the triangle with the vertices (60,15)(60,15), (48,0)(48,0), (80,0)(80,0). This triangle has an area of (8048)150.5=240(80-48)*15*0.5=240.

Simply double the area and we get 480\boxed{480} as our final answer. ~hastapasta