Triangle Solver
Triangle Solver is evaluated from Known Values, Side a and Side b. The calculation reports Side a, Side b and Side c.
Results
About the Triangle Solver
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
c^2 = a^2 + b^2 - 2ab·cos(C)
a/sin(A) = b/sin(B) = c/sin(C)
Area = sqrt(s(s - a)(s - b)(s - c)) where s = (a+b+c)/2
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: c^2 = a^2 + b^2 - 2ab·cos(C) a/sin(A) = b/sin(B) = c/sin(C) Area = sqrt(s(s - a)(s - b)(s - c)) where s = (a+b+c)/2 Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: SSS — Property Survey
Inputs
With Known Values = SSS, Side a = 150, Side b = 200 and Side c = 250 as the stated inputs, the result is Side a = 150 units, Side b = 200 units and Side c = 250 units. Each value corresponds to the declared output fields.
Example 2: SAS — Staircase Design
Inputs
With Known Values = SAS, Side a = 12, Side b = 15 and Angle C = 55 as the stated inputs, the result is Side a = 12 units, Side b = 15 units and Side c = 12.748038 units. Each value corresponds to the declared output fields.
Example 3: AAS — Navigation Bearing
Inputs
With Known Values = AAS, Side b = 50, Angle A = 40 and Angle C = 75 as the stated inputs, the result is Side a = 0 units, Side b = 50 units and Side c = 0 units. Each value corresponds to the declared output fields.
Example 4: Equilateral Triangle — Gazebo Floor
Inputs
With Known Values = SSS, Side a = 10, Side b = 10 and Side c = 10 as the stated inputs, the result is Side a = 10 units, Side b = 10 units and Side c = 10 units. Each value corresponds to the declared output fields.
Common Use Cases
- Find all angles and sides of a triangle from 3 known values
- Calculate area of a triangle given 2 sides and included angle
- Solve surveying problems using trigonometry
- Determine triangle type from side lengths