1999 AHSME Problems/Problem 22
Contents
Problem
The graphs of and
intersect at points
and
. Find
.
Solution
Each of the graphs consists of two orthogonal half-lines. In the first graph both point downwards at a angle, in the second graph they point upwards. One can easily find out that the only way how to get these graphs to intersect in two points is the one depicted below:
![[asy] unitsize(0.5cm); pair X=(2,5), Y=(8,3); draw ( (-1,2) -- (4,7) -- (10,1) ); draw ( (-1,8) -- (6,1) -- (10,5) ); label("$(2,5)$",X,W*1.5); label("$(8,3)$",Y,E*1.5); [/asy]](http://latex.artofproblemsolving.com/9/3/a/93aefed33c80d950ab05de405ba58ba40e8c6557.png)
Obviously, the maximum of the first graph is achieved when , and its value is
. Similarly, the minimum of the other graph is
. Therefore the two remaining vertices of the area between the graphs are
and
.
As the area has four right angles, it is a rectangle. Without actually computing and
we can therefore conclude that
.
Explanation of the last step
This is a property all rectangles in the coordinate plane have.
For a proof, note that for any rectangle its center can be computed as
and at the same time as
. In our case, we can compute that the center is
, therefore
, and
.
![[asy] unitsize(0.5cm); pair X=(2,5), Y=(8,3); draw ( (-1,2) -- (4,7) -- (10,1) ); draw ( (-1,8) -- (6,1) -- (10,5) ); draw ( (4,7) -- (6,1) ); draw ( (2,5) -- (8,3) ); label("$(2,5)$",X,W*1.5); label("$(8,3)$",Y,E*1.5); label("$(a,b)$",(4,7),N); label("$(c,d)$",(6,1),S); [/asy]](http://latex.artofproblemsolving.com/d/b/a/dbabfa61852e5f3b12b67e713302a6fa63efefee.png)
An alternate last step
We can easily compute and
using our picture.
![[asy] unitsize(0.5cm); pair X=(2,5), Y=(8,3); draw ( (-1,2) -- (4,7) -- (10,1) ); draw ( (-1,8) -- (6,1) -- (10,5) ); label("$(2,5)$",X,W*1.5); label("$(8,3)$",Y,E*1.5); label("$(a,b)$",(4,7),N); label("$(c,d)$",(6,1),S); [/asy]](http://latex.artofproblemsolving.com/5/5/2/5520e18e1d8da50a9e38ae546ff57b35356af467.png)
Consider the first graph on the interval . The graph starts at height
, then rises for
steps to the height
, and then falls for
steps to the height
. Solving for
we get
. Similarly we compute
, therefore
.
See also
1999 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 21 |
Followed by Problem 23 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |