Make calculations in an arbitrary triangle. Enter three values, including at least one side length. Please enter angles in degrees, here you can convert angle units.
SSA: Law of sines: a / sin( α ) = b / sin( β ) = c / sin( γ ) unique, if the known angular is opposite to the larger of the two given sides, otherwise there are two solutions.
ASA and AAS: Third angle = 180° - other two angles, then law of sines
p = a + b + c, A = √p/2 * (p/2-a) * (p/2-b) * (p/2-c)
Heights: ha = c * sin( β ), hb = a * sin( γ ), hc = b * sin( α )
r = a / (2 * sin( α/2 )), ρ = 4r * sin( α/2 ) * sin( β/2 ) * sin( γ/2 )
Side length, perimeter, radius and heights have the same unit (e.g. meter), the area has this unit squared (e.g. square meter), the angles are in degrees.