Find the area of the triangle formed by joining the mid-point of the sides of the triangle whose vertices are (0,–1), (2, 1) and (0, 3). Find the ratio of area of the triangle formed to the area of the given triangle
Let A(0, -1), B(2, 1) and C(0, 3) be the vertices of ΔABC. Let D, E, F be the mid points of sides BC, CA and AB respectively. Then, the coordinates of D, E and F are (1, 2), (0, 1) and (1, 0) respectively.
Now,
Area of ΔABC = 12 |x1 (y2 - y3 ) + x2 (y3 - y1 ) + x3 (y1 - y2 )|
⇒ Area of ΔABC = 12 |0(1 - 3) + 2(3 - (-1)) + 0(0 - 1)|
⇒ Area of ΔABC = 12 |0 + 8 + 0| = 4 sq. units.
Area of ΔDEF = 12 |x1 (y2 - y3 ) + x2 (y3 - y1 ) + x3 (y1 - y2 )|
⇒ Area of ΔDEF = 12 |1(1 - 0) + 0(0 - 2) + 1(2 - 1)|
⇒ Area of ΔDEF = 12 |1 + 1| = 1 sq. units.
∴ Area of ΔDEF : Area of ΔABC = 1 : 4