SOLUTION: A quadrilateral is constructed in the coordinate place with vertices (-2,-2), (2,-2), (6,4), and (6,1). Find the area of the portion of the quadrilateral which lies in the first qu

Algebra ->  Polygons -> SOLUTION: A quadrilateral is constructed in the coordinate place with vertices (-2,-2), (2,-2), (6,4), and (6,1). Find the area of the portion of the quadrilateral which lies in the first qu      Log On


   



Question 120215: A quadrilateral is constructed in the coordinate place with vertices (-2,-2), (2,-2), (6,4), and (6,1). Find the area of the portion of the quadrilateral which lies in the first quadrant.
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
Here's the situation at the start:



The first thing we need are the equations of the lines that pass through Q and R and through P and S.

Use the two-point form of the line: y-y%5B1%5D=%28%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29%29%28x-x%5B1%5D%29

First QR:

y-%28-2%29=%28%284-%28-2%29%29%2F%286-%28-2%29%29%29%28x-%28-2%29%29
y%2B2=%283%2F4%29%28x%2B2%29
4y%2B8=3x%2B6
3x-4y=2

Next: PS:

y-%28-2%29=%28%281-%28-2%29%29%2F%286-2%29%29%28x-2%29
y%2B2=%283%2F4%29%28x-2%29
4y%2B8=3x-6
3x-4y=14

Since we want the area in the first quadrant, we are interested in the x-intercepts of these two lines:

QR: 3x-4%280%29=2
3x=2
x=2%2F3, giving us point V(2/3,0)

PS: 3x-4%280%29=14
3x=14
x=14%2F3, giving us point W(14/3,0)

I've plotted these two points so we now have our first quadrant area defined



Now we could go after the area of the resulting trapezoid directly. That is, we could use the distance formula to calculate the lengths of VR and WS, develop the equation for a line perpendicular to VR passing through either W or S, solve the simultaneous system of this new equation and the equation we developed to define the line through QR, giving us the other end point of our altitude, use the distance formula to determine the length of the altitude, and then apply all of this data to the formula for the area of a trapezoid.

Not only is that a long, drawn-out process, the numbers are very messy -- two digit denominators and such. However, the good news is that there is a much easier way to find the required area.

Notice that if you continue the line segment RS until it crosses the x-axis (we'll call that point T(6,0)), you will have formed two right triangles: VRT and WST. You can see that the desired area is just the area of VRT minus the area of WST.



First the area of VRT:

The triangle base is the segment VT, and the length of VT is 6-%282%2F3%29=%2818%2F3%29-%282%2F3%29=16%2F3
The triangle altitude is the segment RT, and the length of RT is 4-0=4

A%5BVRT%5D=%284%2A%2816%2F3%29%29%2F2=2%2816%2F3%29=32%2F3

Next the area of WST:

The triangle base is the segment WT, and the length of WT is 6-%2814%2F3%29=%2818%2F3%29-%2814%2F3%29=4%2F3
The triangle altitude is the segment ST, and the length of ST is 1-0=1

A%5BWST%5D=%281%2A%284%2F3%29%29%2F2=2%2F3

Finally, A%5BWVRS%5D=A%5BVRT%5D-A%5BWST%5D=%2832%2F3%29-%282%2F3%29=30%2F3=10

Hope this helps,
John