How do you find all sides of a right triangle?+
You need exactly two known values. With two legs (a, b): hypotenuse c = sqrt(a squared + b squared). With one leg and the hypotenuse: missing leg = sqrt(c squared minus known leg squared). With an angle and any side: use sin, cos, or tan to find the others. This calculator handles all four cases and shows all three sides, both angles, area, and all trig ratios.
How do you find angles of a right triangle from two sides?+
Use inverse trig functions. Given legs a and b: angle A = arctan(a/b). Given one leg a and hypotenuse c: angle A = arcsin(a/c). Given adjacent leg b and hypotenuse c: angle A = arccos(b/c). The right angle is always exactly 90 degrees, and the remaining acute angle B = 90 degrees minus A. Most calculators and phones have arctan, arcsin, and arccos as the inv or second function of tan, sin, and cos.
What is the Pythagorean theorem?+
The Pythagorean theorem states that in any right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides: c squared = a squared + b squared. For the classic 3-4-5 triangle: 5 squared = 3 squared + 4 squared, or 25 = 9 + 16. This theorem only works for right triangles. For any two sides, c = sqrt(a squared + b squared) gives the hypotenuse, and a = sqrt(c squared minus b squared) gives a missing leg.
What does SOH-CAH-TOA mean?+
SOH-CAH-TOA is a mnemonic for the three primary trig ratios in a right triangle relative to angle A. SOH: Sine = Opposite leg divided by Hypotenuse. CAH: Cosine = Adjacent leg divided by Hypotenuse. TOA: Tangent = Opposite leg divided by Adjacent leg. To find a side when an angle is known: opposite = hyp times sin(A), adjacent = hyp times cos(A), opposite = adjacent times tan(A). To find an angle from two sides: use inverse sin, cos, or tan.
What are all six trigonometric ratios of a right triangle?+
For angle A in a right triangle (opposite = a, adjacent = b, hypotenuse = c): sin A = a/c, cos A = b/c, tan A = a/b. The reciprocal functions: csc A = c/a (1/sin A), sec A = c/b (1/cos A), cot A = b/a (1/tan A). These six ratios are used throughout trigonometry, calculus, and physics. This calculator computes all six for both acute angles after solving the triangle.
What are the special right triangles?+
The 45-45-90 triangle has equal legs and a hypotenuse equal to the leg times sqrt(2) = 1.4142. If a leg is 1, hypotenuse = 1.4142. The 30-60-90 triangle has sides in ratio 1 : sqrt(3) : 2. If the shortest leg is 1, the other leg is 1.732 and the hypotenuse is 2. These triangles produce exact trig values: sin 30 = 0.5, sin 45 = sqrt(2)/2 = 0.7071, cos 60 = 0.5, tan 45 = 1.
How is the altitude to the hypotenuse calculated?+
The altitude h drawn from the right angle perpendicular to the hypotenuse equals (leg a times leg b) divided by the hypotenuse c: h = (a times b) / c. For the 3-4-5 triangle: h = (3 times 4) / 5 = 2.4. This altitude is also the geometric mean: h squared equals the product of the two segments it creates on the hypotenuse. It is used in proofs of the Pythagorean theorem and in geometric mean altitude theorems.
What is the area formula for a right triangle?+
Area = 0.5 times leg a times leg b. The two legs of a right triangle are perpendicular, so one serves as the base and the other as the height of the standard triangle area formula (Area = 0.5 times base times height). For the 5-12-13 right triangle: Area = 0.5 times 5 times 12 = 30 square units. For non-right triangles, the formula changes because height and base are not the same as the sides.
Can you solve a right triangle with only one known value?+
No. With only one side and the knowledge that one angle is 90 degrees, the triangle is not uniquely determined. There are infinitely many right triangles with a given hypotenuse (all sizes of similar triangles). You need exactly two pieces of independent information to fully determine all sides and angles. The one exception: if you know two angles (one is 90 degrees, another is given), you know the shape but not the scale.
What is the difference between the opposite and adjacent legs?+
Opposite and adjacent are defined relative to a specific angle. For angle A: the opposite leg is the side directly across the triangle from A (not touching angle A), and the adjacent leg is the side that forms angle A along with the hypotenuse. The hypotenuse is always opposite the right angle. If you switch focus to angle B, opposite and adjacent swap: what was opposite A is now adjacent to B, and vice versa.
How do right triangles appear in everyday life?+
Right triangles appear everywhere. Builders use the 3-4-5 rule to check square corners. Ramps, stairs, and roof pitches form right triangles. Ladders leaning against a wall create right triangles. GPS and navigation systems use trigonometric triangulation. Surveyors measure inaccessible distances using right triangle relationships. Carpenters use the diagonal of a rectangle (the hypotenuse of a right triangle) to check for squareness. Electrical conduit runs at angles through walls form right triangles with the wall and floor.
What is a Pythagorean triple?+
A Pythagorean triple is a set of three positive integers (a, b, c) that satisfy a squared + b squared = c squared, meaning they form the sides of a right triangle with no irrational numbers. Common examples: 3-4-5, 5-12-13, 8-15-17, 7-24-25. Multiples also work: 6-8-10 and 9-12-15 are both scaled versions of 3-4-5. Pythagorean triples are used in construction and carpentry because measuring in whole-number lengths avoids rounding errors when checking for square corners.