Find the area of the triangle formed by joining the mid-points of the sides of the triangle whose vertices are (0, –1), (2, 1) and (0, 3). Find the ratio of this area to the area of the given triangle.
Answers
Answer:
Let the vertices of the triangle be A(0, -1), B(2, 1) and C(0, 3).
Let D, E, F be the mid-points of the sides of this triangle.
Using the mid-point formula, coordinates of D, E, and F are:
D = [(0+2)/2, (-1+1)/2] = (1, 0)
E = [(0+0)/2, (-1+3)/2] = (0, 1)
F = [(0+2)/2, (3+1)/2] = (1, 2)
We know that,
Area of triangle = ½ [x1(y2 – y3) + x2(y3 – y1) + x3(y1 – y2)]
Area of triangle DEF = ½ {(1(2 – 1) + 1(1 – 0) + 0(0 – 2)}
= ½ (1 + 1)
= 1
Area of triangle DEF = 1 sq.unit
Area of triangle ABC = ½ {0(1 – 3) + 2(3 – (-1)) + 0(-1 – 1)}
= ½ (8)
= 4
Area of triangle ABC = 4 sq.units
Hence, the ratio of the area of triangle DEF and ABC = 1 : 4.
Step-by-step explanation:
Let A(0,-1) , B(2,1) ,C(0,3) are vertices of the
Triangle.
D , E , F are midpoints of BC , CA and AB.
*************************************************
The midpoint of the line segment joining
the points (x1,y1) and (x2 , y2 ) is P( x , y ).
x = ( x1 + x2 )/2 ;
y = ( y1 + y2 )/2
*************************************************
Now ,
i ) mid point of B(2,1) , C(0,3) is D( x , y )
x = ( 2 + 0 )/2 = 1
y = ( 1 + 3 )/2 = 2
D = ( 1 , 2 )
Similarly ,
ii ) mid point of C( 0,3) , A(0,-1) = E( 0,1)
iii ) mid point of A(0,-1), B(2,1) = F(1,0)
*************************************************
The area of the triangle formed by the
vertices ( x1,y1 ), ( x2, y2 ) , ( x3 , y3 ) is
1/2|x1 ( y2 - y3 )+x2( y3 - y1 ) +x3( y2 - y1) |
*********************************************
iv ) Area of the triangle A( 0, -1), B( 2 , 1 )
C( 0 ,3 ) is
1/2|0( 1 - 3 ) + 2( 3 + 1 ) + 0 ( -1-1 ) |
= 1/2 | 8 |
= 4 sq units
v ) Area of the triangle D( 1,2 ) , E( 0 , 1 ),
and F( 1 , 0 ) is
1/2 | 1( 1 - 0 ) + 0( 0 - 2 ) + 1( 2 - 1 ) |
= 1/2 | 2 |
= 1 sq units
vi )
ratio = ( area ∆ABC )/( area ∆DEF )
= 4/1
= 4 : 1
I hope this helps you.