SOLUTION: Two sides of a triangle are formed by the vector A=3i+6j-2k and vector B=4i-j+3k determine area of triangle

Algebra ->  Vectors -> SOLUTION: Two sides of a triangle are formed by the vector A=3i+6j-2k and vector B=4i-j+3k determine area of triangle      Log On


   



Question 995158: Two sides of a triangle are formed by the vector A=3i+6j-2k and vector B=4i-j+3k determine area of triangle
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Vectors/995158 (2015-10-08 06:10:24): Two sides of a triangle are formed by the vector A=3i+6j-2k and vector B=4i-j+3k determine area of triangle
-----------------
The magnitude of the cross product is the area of the parallelogram formed by A & B.
The triangle's area is 1/2 of that.
------------
Find AxB:
|i +j +k|
|3 +6 -2|
|4 -1 +3|
----------
--> i*(18-2) - j*(9+8) + k*(-3-24)
--> 16i - 17j - 27k
--------------
Mag = sqrt(16^2 + 17^2 + 27^2) = sqrt(1274)
Area of triangle = sqrt%281274%29%2F2
=~ 17.847 sq units