SOLUTION: find the area of a triangle wit vertices at ( 3, -1, 2 ) ( 1,-1,-3) and (( 4,-3,-1)

Algebra ->  Length-and-distance -> SOLUTION: find the area of a triangle wit vertices at ( 3, -1, 2 ) ( 1,-1,-3) and (( 4,-3,-1)      Log On


   



Question 764696: find the area of a triangle wit vertices at ( 3, -1, 2 ) ( 1,-1,-3) and (( 4,-3,-1)
Answer by Lola77479(27) About Me  (Show Source):
You can put this solution on YOUR website!
find the area of a triangle wit vertices at ( 3, -1, 2 ) ( 1,-1,-3) and (( 4,-3,-1)
--------------
Find the length of each side.
s+=+sqrt%28diffx%5E2+%2B+diffy%5E2+%2B+diffz%5E2%29
----
Then use Heron's Law to find the area.
I looked at that, it's possible but tedious.
--------------------------
Another approach:
Find the lengths of 2 sides, a & b, and the angle between them.
Area = (a*b*sine(angle))/2
----------------------------
Label the point.
A(3,-1,2) B(1,-1,-3) and C(4,-3,-1)
Find 2 vectors for 2 of the sides
U = AB = (2,0,5)
V = AC = (-1,2,3)
----
Get UxV the cross product
----
|+i +j +k|
|+2 +0 +5|
|-1 +2 +3|
--> i*(0-10) - j*(6+5) + k*(4 +0)
UxV = -10i - 11j + 4k
Find the magnitude of UxV
M+=+sqrt%2810%5E2+%2B+11%5E2+%2B+4%5E2%29+=+sqrt%28227%29
Area+=+sqrt%28227%29%2F2