The two diagonals PR and QS of a
trapezoid PQRS intersect at the point (1, 0) and PS is parallel to QR. All the four vertices of the trapezoid lie on the parabola y
2 = 4x and PR = QS = 100/9.
Determine the area of the trapezoid PQRS.
With brute-force and trial-and-error, with my knowledge of isosceles trapezoids, Pythagorean theorem, line equations, etc., I was was able to deduce the following:
100/9 = SQRT((X2 - X1)2 + (Y2 + Y1)2)
Y1 = SQRT(4 * X1)
Y2 = SQRT(4 * X2)
Y1 = SQRT(4 * 1/9) = 2/3
Y2 = SQRT(4 * 9) = 6
(X1, Y1) = (1/9, 2/3)
(X2, Y2) = ( 9 , 6 )
100/9 = SQRT((9 - 1/9)2 + (6 + 2/3)2)
(X2,Y2)
/|
/ |
(X1,Y1) / |
| |
b2 |-h-| b1
\ |
\ |
\|
b1 = 2*6 = 12
b2 = 2*(2/3) = 4/3
h = (X2 - X1) = (9 - 1/9) = 80/9
AreaTrapezoid = h(b1+b2)/2
= 80/9*(12 + 4/3) = 1600/27 = 59 5/27
|
Posted by Dej Mar
on 2007-12-03 08:47:37 |