We have to find the area of the triangle formed by the
points (8, 7), (2, 3) and (1, 4). This can be done in many ways. Here, we use the fact
that the area of a triangle is given by
(1/2)*base*height.
Let’s take the base formed by the points
(2, 3) and (8, 7).
The distance between the points is sqrt
[(8 – 2) ^2 + (7 – 3) ^2]
=> sqrt [6^2 +
4^2]
=> sqrt [36 +
16]
=> sqrt
(52)
=> 2*sqrt 13
The
equation of the line between these points is: y – 3 = [(7 – 3)/ (8 – 2)]*(x –
2)
=> y – 3 = (4/6)*(x –
2)
=> y – 3 = (2/3) (x –
2)
=> 3y – 9 = 2x –
4
=> 2x – 3y + 5 =
0
The distance between (1, 4) and the line 2x – 3y + 5 = 0
is given by
| 2*1 – 3*4 + 5| / sqrt (2^2 +
3^2)
=> |2 – 12 + 5| / sqrt
13
=> 5 / sqrt 13
So
the height of the triangle is 5 / sqrt 13.
The area of the
triangle is (1/2)*base*height
=> (1/2) * (2*sqrt 13)
* (5/ sqrt 13)
=>
5
Therefore the required area is
5.
No comments:
Post a Comment