Fundamental Concepts
Cartesian Plane

- Rectangular coordinate system: -axis (abscissas) and -axis (ordinates)
- Origin: point
Quadrants

- Four quadrants labeled I to IV in counterclockwise order
- Signs:
- Quadrant I:
- Quadrant II:
- Quadrant III:
- Quadrant IV:
Points
- Representation:

- Special points:
- Origin:
- On the -axis:
- On the -axis:
Distance Between Two Points
For and :

Distance Between Two Points in Polar Coordinates
Given two points in polar coordinates:
The distance between them is:
Midpoint
Midpoint between and :

Division of a Segment in a Given Ratio

Point that divides segment in the ratio :
Coordinates of the Centroid of a Triangle

Area of a Triangle

Given vertices , , and , the area is:
Where the determinant evaluates to:
In practice, this simplifies to:
Example
Given vertices , , and :
- Form the matrix:
- Compute the determinant (using Sarrus’ rule):
- Take absolute value and divide by 2:
Area of a Polygon

General Formula (Shoelace Formula)
Hint
For vertices :
where:
- and (closes the polygon).
- Vertices must be ordered clockwise or counterclockwise (no self-intersections).
Steps to Apply the Formula:
- Ordered list of vertices: Write coordinates in order (e.g., ).
- Sum 1 (): Multiply each by the of the next vertex () and add them up.
- Sum 2 (): Multiply each by the of the next vertex () and add them up.
- Subtract and take absolute value: Compute and divide by 2.
Example
Vertices in order: , , , .
- Close the polygon by repeating at the end:
- Compute (downward diagonals ➘):
- Compute (upward diagonals ➚):
- Area:
