Exercise 1
Find area of the triangle with vertices at the point given in each of the following:
(i)
, ,
(ii)
, ,
(iii)
, ,
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
NCERT’s answer
(i)
\(\displaystyle \frac{15}{2}\), (ii) \(\displaystyle \frac{47}{2}\), (iii) $\displaystyle 15$
The area of the triangle with vertices \(\displaystyle (x_1,y_1),(x_2,y_2),(x_3,y_3)\) is \(\displaystyle \tfrac12\,|\Delta|\), where
\[\Delta=\left|\begin{array}{rrr} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{array}\right|.\]
The modulus sign is not decoration: the determinant itself can come out negative (it does in (iii)), while an area cannot.
(i)
Vertices \(\displaystyle (1,0),(6,0),(4,3)\). Expanding along \(\displaystyle R_1\),
\[\Delta=\left|\begin{array}{rrr} 1 & 0 & 1 \\ 6 & 0 & 1 \\ 4 & 3 & 1 \end{array}\right| = 1(0\cdot 1-1\cdot 3)-0(6\cdot 1-1\cdot 4)+1(6\cdot 3-0\cdot 4) = -3+0+18 = 15.\]
Area \(\displaystyle =\tfrac12|15| = \dfrac{15}{2}\) sq units.
(ii)
Vertices \(\displaystyle (2,7),(1,1),(10,8)\).
\[\Delta=\left|\begin{array}{rrr} 2 & 7 & 1 \\ 1 & 1 & 1 \\ 10 & 8 & 1 \end{array}\right| = 2(1-8)-7(1-10)+1(8-10) = -14+63-2 = 47.\]
Area \(\displaystyle =\tfrac12|47| = \dfrac{47}{2}\) sq units.
(iii)
Vertices \(\displaystyle (-2,-3),(3,2),(-1,-8)\). Watch the signs of the negative coordinates:
\[\Delta=\left|\begin{array}{rrr} -2 & -3 & 1 \\ 3 & 2 & 1 \\ -1 & -8 & 1 \end{array}\right| = -2\big(2-(-8)\big)-(-3)\big(3-(-1)\big)+1\big(3(-8)-2(-1)\big),\]
\[\Delta = -2(10)+3(4)+(-24+2) = -20+12-22 = -30.\]
Area \(\displaystyle =\tfrac12|-30| = 15\) sq units.
Answer: (i) \(\displaystyle \dfrac{15}{2}\) sq units, (ii) \(\displaystyle \dfrac{47}{2}\) sq units, (iii) \(\displaystyle 15\) sq units.