vectors and the area of parallelogram

40 Views Asked by At

On vectors $a = 14i -2j +5k$ and $b = -2i+6j-11k$ is parallelogram. Calculate its area. My idea is to find cross product $a \times b = (-8 , -144, 80)$ and the compute lenght of this vector , it is $\sqrt{8^2 + (-144)^2 + 80^2} = 40* \sqrt{17}$ . IS it correct?

1

There are 1 best solutions below

7
On

Hint: The area of a parallelogram can computed as $$A=|\vec{a}\times \vec{b}|$$ the so-called cross product. I got $$\vec{a}\times \vec{b}=<-8,144,80>$$