Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
Area of a triangle


1. Area of a triangle
Problem: You are given three points in a plane that determine a triangle. Assume they are not the same points.

Determine:

2. Clockwise
How is the direction clockwise determined?

3. Derivation
omitted - to be supplied later

4. Translation
First, translate the points to the origin by subtracting point 0 from point 1 and point2

5. Redefinition
Let the following hold:

6. Formula
The formula for the area of the triangle is as follows. This is known as the cross product of the vectors [dx1, dy1] and [dx2, dy2].

If the area is positive, the points go counter-clockwise from point 0 to point 1 to point 2.

If the area is negative , the points go clockwise from point 0 to point 1 to point 2.

7. End of page