We must find the area of a triangle whose vertices are given by (3, −1, 2), (1, −1, 2)
and (4, −2, 1).
A(3, -1, 2); B(1, -1, 2); C(4, -2, 1)
S=δABC=21∣AB∗AC∣
AB=−2i AC=i−j−k
AB∗AC= i j k
1 -1 -1 →2j−2k
-2 0 0
Area=21∣2j−2k∣=21(2)2+(−2)2=2
Answer 2 sq. units
Comments