- x₁
- 0
- y₁
- 0
- x₂
- 4
- y₂
- 0
- x₃
- 0
- y₃
- 3
6.000000
Open with these values6.000000units²
Result: 6.000000 units²Three points are enough — no base, no height, no angles. The shoelace formula crosses the coordinates and halves what is left. All six numbers share one length unit and the area comes back squared in it. Collinear points return zero, which is the honest answer.
Held fixed: x₁ 0.000, y₁ 0.000, x₂ 4.000, y₂ 0.000, x₃ 0.000.
| y₃ | Result |
|---|---|
| 0.000 | 0.000000 |
| 1.000 | 2.000000 |
| 2.000 | 4.000000 |
| 3.000Your value | 6.000000 |
| 4.000 | 8.000000 |
| 5.000 | 10.000000 |
| 6.000 | 12.000000 |
6.000000
Open with these values6.000000
Open with these values24.000000
Open with these valuesA = |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)| ÷ 2
| x₁, y₁, x₂, y₂, x₃, y₃ | Base × height ÷ 2 | Area |
|---|---|---|
| 0, 0, 1, 1, 2, 2 | collinear | 0.000000 |
| 0, 0, 1, 0, 0, 1 | 1 × 1 ÷ 2 | 0.500000 |
| 0.5, 0, 2.5, 0, 0, 3.5 | 2 × 3.5 ÷ 2 | 3.500000 |
| 0, 0, 4, 0, 0, 3 | 4 × 3 ÷ 2 | 6.000000 |
| -1, -1, 3, -1, 1, 2 | 4 × 3 ÷ 2 | 6.000000 |
| 0, 0, 6, 0, 0, 8 | 6 × 8 ÷ 2 | 24.000000 |
Cross-multiply the vertices as x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂), take the absolute value and halve it. The vertices (0,0), (4,0) and (0,3) span 6 square units.
No. Going the other way round only flips the sign, and the absolute value removes it.
Because the three points lie on one straight line. A degenerate triangle has no area, and zero is the correct result rather than an error.
Yes. Points in any quadrant work, and the result is never negative.
Information, not professional advice.
Diese Seite gibt es auch auf Deutsch.
Zu Deutsch wechseln