This triangle calculator lets you solve a triangle. It calculates the missing measurements of a triangle if you know any one side and any two from the remaing five mesurements.
The calculator will give you not just the answers, but also a step-by-step solution.
Usage Guide
Show
Hide
i. Valid Inputs
The triangle calculator requires exactly three of the six inputs — one side-length and any two of the remaining inputs.
The inputs themselves must be non-negative real numbers and can be in any format — integers, decimals, fractions, or even mixed numbers. Here are a few examples.
- Whole numbers or decimals → 2, −4.25, 0, 0.33
- Fractions → 2/3, −1/5
- Mixed numbers → 51/4
Finally, of course, the inputs shouldn't violate any of the properties of triangles. For example, sum of angles must not exceed 180°.
ii. Example
If you would like to see an example of the calculator's working, just click the "example" button.
iii. Solutions
As mentioned earlier, the calculator won't just tell you the answer but also the steps you can follow to do the calculation yourself. The "show/hide solution" button would be available to you after the calculator has processed your input.
iv. Share
We would love to see you share our calculators with your family, friends, or anyone else who might find it useful.
By checking the "include calculation" checkbox, you can share your calculation as well.
Here's a quick overview of what it means to solve a triangle and a few related concepts to help you make sense of the solutions provided by the triangle calculator.
For those interested, we have a more comprehensive tutorial on solving triangles.
Solving a Triangle
There are six values describing the six parts of a triangle — three sides and three angles. Now, if we know one side and any two of the other five values, we can use that information to find the remaining three.
Finding the unknown measurements of a triangles from what is known is referred to as solving triangles.
Important Concepts
Let's look at a few of the important concepts that help us solve triangles.
Angle Sum Property
The sum of the three internal angles of a triangle is 180°.
A+B+C=180°
Sine Rule
The sine rule states that the ratio of side length to the sine of opposite angle is the same for all sides in a triangle.
sinAa=sinBb=sinCc
Cosine Rule
The cosine rule gives the relationship between the side lengths of a triangle and the cosine of any of its angles. It says —
a2=b2+c2−2bccosA
Re-framing the formula for other sides, we have
b2=a2+c2−2accosB
c2=a2+b2−2abcosC
For cases where we need to find angles using the cosine rule, the three formulas can be rearranged as —
cosA=2bcb2+c2−a2cosB=2aca2+c2−b2cosC=2aba2+b2−c2
Problems
When it comes to solving triangles, there are five different types of problems depending on which three of the triangle's measurements we know.
- SSS — all three sides are known
- SAS — two sides and the included angle
- SSA — two sides and a non-included angle
- ASA — two angles and the included side
- AAS — two angles and the non-included side
While every problem can be solved using the fundamentals discussed earlier and a basic knowledge of triangles, each type has a sequence of steps that you can use to solve problems of that type.
Let me show you what I mean using an example.
Example
The lengths of the three sides of a triangle are 6, 7, and 8. Solve the triangle.
Solution
The question gives us the three sides of the triangle. So the problem is of type SSS. Solving the triangle would mean calculating its three angles.
Step 0. We start by drawing a rough sketch of the triangle and labeling the information given in the question. It’s not necessary but often makes things easier and helps avoid silly mistakes.
5
Step 1. Use the Cosine Rule to find the largest angle
When we know all the side lengths, we can use the Cosine Rule to find any of the angles.
It's best to find the largest angle first — the angle opposite to the longest side.
That's because if there is an obtuse angle (>90°)in the triangle, it has to be this angle. So in the next step, we don't need to worry about the obtuse solutions when taking sine inverse.
Here the largest angle would be C. So using the formula for cosC, we have
cosC=−2abc2−b2−a2=−2⋅6⋅782−72−62≈0.25
Taking cos inverse on both sides.
C≈cos−1(0.25)≈75.52°
Step 2. Use the Sine Rule for one of the remaining angles
Now that we know the three sides and one angle, we can use the Sine Rule to find any of the remaining two angles. Let's calculate A.
According to the sine rule
sinAa=sinCc
Substituting the known values and solving for B, we have
sinA6sinAA≈sin75.52°8≈0.7262≈46.57°
Step 3. Use the Angle Sum Property to find the third angle
So,
A+B+C46.57°+B+75.52°B=180°=180°=57.91°
And we have solved the triangle.