SOLUTION: find the area of a triangle whose vertices are A(1, 1, 0) B(2, 1, 1) and C(1, 1, 2)

Algebra ->  Vectors -> SOLUTION: find the area of a triangle whose vertices are A(1, 1, 0) B(2, 1, 1) and C(1, 1, 2)       Log On


   



Question 674684: find the area of a triangle whose vertices are A(1, 1, 0) B(2, 1, 1) and C(1, 1, 2)

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
A(1, 1, 0) B(2, 1, 1) and C(1, 1, 2)


The magnitude of the cross product of two vectors
is the area of the parallelogram which has adjacent
sides equal to the magnitudes of the two vectors.

We form the vectors AB and AC

AB = < 2-1, 1-1, 1-0 > = < 1, 0, 1 >

AC = < 1-1, 1-1, 2-0 > = < 0, 0, 2 >

We find their cross product AB×AC

abs%28matrix%283%2C3%2Ci%2Cj%2Ck%2C1%2C0%2C1%2C0%2C0%2C2%29%29 = [(0)(2)-(1)(0)]i - [(1)(2)-(1)(0)]j + [(1)(0)-(0)(0)]k
 
= 0i - (2-0)j + 0k = < 0, -2, 0 >

The magnitude of < 0, -2, 0 > is
 
√0² + (-2)² + 0² = √0 + 4 + 0 = √4 = 2

The triangle's area is 1%2F2 the area of that parallelogram.

Answer = 1%2F2(2) = 1

Edwin