This calculator is designed to be flexible, offering multiple methods to find a triangle's perimeter based on the information you have.
1. Using 3 Side Lengths
This is the most direct method. Simply input the lengths of the three sides (a, b, c) into their respective fields. The calculator will sum them up and check the Triangle Inequality Theorem.
2. Using 2 Sides and an Included Angle (SAS)
If you know two sides and the angle between them (e.g., sides a, b, and angle C), the calculator uses the Law of Cosines (c² = a² + b² - 2ab cos(C)) to find the third side first, then calculates the perimeter.
3. Using 2 Angles and an Included Side (ASA)
Given two angles and the side between them (e.g., angle B, side a, angle C), the calculator first finds the third angle (A = 180° - B - C). Then, it uses the Law of Sines (b/sin(B) = a/sin(A)) to determine the lengths of the other two sides before summing them for the perimeter.
4. Using 3 Vertex Coordinates
If you have the coordinates of the three vertices (A, B, C) in a Cartesian plane, the calculator applies the distance formula (d = √((x₂-x₁)² + (y₂-y₁)²)) between each pair of points to find the length of each side. It then adds these lengths to get the perimeter.