In am reading a vector algebra book, it says
Theorem x.x says magnitude of the
cross product P × Q is equal to the area of the parallelogram whose sides are
formed by the vectors P and Q. As a consequence, the area A of an arbitrary tri-
angle whose vertices are given by the points V1, V2, and V3 can be calculated us-
ing formula
-- Snippet from the book
$$A = \frac{1}{2}||(v_{2} - v_{1})X(v_{3}-v_{1})||$$
this piece of information is not even related to the vector product topic I am studying. I cannot understand how the area of an arbitrary triangle is dependent on the $PXQ$ value we've just derived?
Can some one explain to me what the above block quote line means?
Given a triangle $\triangle ABC$, draw $CD$ and $BD$ parallel to $AB$ and $AC$ respectively, giving a parallelogram $ABDC$. The area of $\triangle ABC$ is clearly one half the area of the parallelogram, so it is $$\frac{1}{2}\lVert AB\times AC\rVert.$$