vikas askiitian expert
Last Activity: 14 Years ago
let A,B,C are the vertices of triangle
A,B,C are (1,-1,2) , (2,1,-1) , (3,-1,2) respectively
position vector of A is i-j+2k,
position vector of B is 2i+j-k &
position vector of C is 3i-j+2k
now ,
AB =B-A=i+2j-3k & BC=B-C=i-2j+3k
area of triangle is (AB)*(BC)= -6j -4k (* represents cross product)
=sqrt(36+16) in magnitude
=2sqrt13 square units