General Contents

Detailed Contents

Index

Area of a Triangle via the Cross Product:


If you find this page helpful and would recommend that I create more pages like this one, please let me know: Email to John Taylor
Find the area of the triangle defined by

P(2, 3, -1), Q(-1, 2, 3), R(3, 1, -2).

The area of the parallelogram with sides PQ and PR is equal to the magnitude of the cross product of vectors representing two adjacent sides:

Area(parallelogram) = |PQ ´ PR|. The area of the triangle is half of this.

First we need to determine the vectors:

PQ = [-1 - 2]i + [2 - 3]j + [3 - (-1)]k = -3i - j + 4k.

PR = [3 - 2]i + [1 - 3]j + [-2 - (-1)]k = i - 2j - k.

Hence the cross product is

Hence the area of the triangle is

General Contents

Detailed Contents

Index


If you find this page helpful and would recommend that I create more pages like this one, please let me know: Email to John Taylor