# Law of Sines Calculator > Solve triangles using the law of sines: a/sin(A) = b/sin(B) = c/sin(C) **Category:** Math **Keywords:** law of sines, sine rule, triangle, geometry, trigonometry, angle, side, AAS, ASA **URL:** https://complete.tools/law-of-sines-calculator ## How it calculates The Law of Sines is expressed mathematically as: a/sin(A) = b/sin(B) = c/sin(C), where 'a', 'b', and 'c' are the lengths of the sides of a triangle opposite to angles 'A', 'B', and 'C', respectively. To calculate unknown values, the tool rearranges this formula based on the known inputs. For example, if two angles and one side are known, the formula can be rearranged to find the missing side as follows: a = b × (sin(A) / sin(B)). Each variable represents a specific measurement: 'a', 'b', and 'c' are the lengths of the sides, while 'A', 'B', and 'C' are the angles opposite those sides. The sine function (sin) relates an angle in a right triangle to the ratio of the opposite side to the hypotenuse. This relationship allows for solving various triangle configurations. ## Who should use this Surveyors determining land boundaries through triangulation, architects designing roof structures that require precise angle measurements, and marine navigators calculating their position relative to landmarks using triangulation techniques are examples of specific use cases for this tool. Additionally, physics students performing experiments related to force vectors in triangular setups can benefit from using the Law of Sines Calculator. ## Worked examples Example 1: Given a triangle with angle A = 30°, angle B = 60°, and side a = 10 units, find side b. First, calculate angle C: C = 180° - A - B = 180° - 30° - 60° = 90°. Now use the Law of Sines: b = a × (sin(B) / sin(A)) = 10 × (sin(60°) / sin(30°)) = 10 × (√3/2 / 1/2) = 10 × √3 = approximately 17.32 units. Example 2: Given angle A = 45°, angle B = 45°, and side a = 5 units, find side c. Calculate angle C: C = 180° - 45° - 45° = 90°. Now use the Law of Sines: c = a × (sin(C) / sin(A)) = 5 × (sin(90°) / sin(45°)) = 5 × (1 / √2/2) = 5 × √2 = approximately 7.07 units. This example demonstrates the use of the calculator in determining side lengths in a right triangle. ## Limitations The Law of Sines Calculator has several limitations. First, it may produce ambiguous results in the case of the SSA configuration, where two different triangles could satisfy the given conditions. Additionally, if the input angles exceed 180 degrees collectively or if a side length is zero or negative, the calculator cannot provide valid results. Precision limits may arise due to rounding errors in trigonometric functions, especially in cases with small angles. Furthermore, if the triangle is nearly degenerate (where two sides are almost equal), the calculated values may be significantly inaccurate. ## FAQs **Q:** How does the Law of Sines apply to non-right triangles? **A:** The Law of Sines applies to any triangle type, enabling the calculation of unknown angles and sides based on the ratios of their lengths to the sine of their respective opposite angles. **Q:** Why can't the Law of Sines be used for certain triangle configurations? **A:** The Law of Sines may yield ambiguous results in the SSA case, as it can sometimes produce two possible triangles or none, depending on the given measurements. **Q:** What trigonometric functions are used in the Law of Sines? **A:** The Law of Sines utilizes the sine function, which relates the ratio of an angle's opposite side to the hypotenuse in a triangle, essential for solving for unknown lengths and angles. **Q:** Can the Law of Sines be used for triangles with obtuse angles? **A:** Yes, the Law of Sines can be applied to triangles with obtuse angles as long as you have sufficient information, such as two angles and a side or two sides and a non-included angle. --- *Generated from [complete.tools/law-of-sines-calculator](https://complete.tools/law-of-sines-calculator)*