0

Question image here

Hello, basically I just don't understand its explanation.

I also do not know what kind of formula it is used.. (It does look like it used some kinda formula)

Thank you very much if you can explain it well!!

3 Answers3

2

Hint: Calculate the length of these two vectors and find the angle between them using inner product. After getting the height use the area formula.

2

There is a theorem which states that if you have $m$ vectors in $R^n$, then the $m$-volume of the $m$-parallepiped defined by those vectors is $\sqrt{det(A^T A)}$ where $A$ is a matrix whose columns are the $m$ vectors.

In this case, $m=2$ and $n=4$.

1

This is the formula to use:

$||a||^2*||b||^2 - |a.b|^2$.

Which is the magnitude of a^2, magnitude of b^2 subtract the dot product of a.b^2.

amWhy
  • 210,739
Chris
  • 334