How To Find The 3rd Length Of A Triangle

Author enersection
6 min read

How to Find the Third Length of a Triangle: A Comprehensive Guide

Finding the third length of a triangle is a fundamental concept in geometry, often required in academic settings, engineering, architecture, and even everyday problem-solving. Whether you’re working with a right-angled triangle, an obtuse triangle, or an acute triangle, the process of determining the missing side depends on the information you already have. This article will walk you through the most effective methods to calculate the third length of a triangle, ensuring you understand the principles behind each approach. By the end, you’ll have the tools to tackle any triangle-related problem with confidence.


Understanding the Basics of Triangle Sides

Before diving into the methods, it’s essential to grasp the basic properties of a triangle. A triangle has three sides, and the sum of the lengths of any two sides must be greater than the length of the third side. This is known as the triangle inequality theorem. When you’re given two sides of a triangle, the third side can vary depending on the angles between them. For example, if you know two sides and the included angle, you can use trigonometric rules to find the third side. However, if you only know two sides without any angle information, the third side could have multiple possible lengths, making the problem more complex.

The key to solving such problems lies in identifying what information is provided. Common scenarios include:

  • Two sides and the included angle (SAS)
  • Two sides and a non-included angle (SSA)
  • All three angles (AAA)
  • A right-angled triangle with two known sides

Each scenario requires a different approach, and understanding these distinctions is crucial for accurate calculations.


Method 1: Using the Pythagorean Theorem for Right-Angled Triangles

The Pythagorean theorem is one of the most well-known formulas for finding the third length of a triangle, but it only applies to right-angled triangles. In a right-angled triangle, one angle is exactly 90 degrees, and the side opposite this angle is called the hypotenuse. The theorem states that the square of the hypotenuse is equal to the sum of the squares of the other two sides.

Formula:
$ c^2 = a^2 + b^2 $
Where:

  • $ c $ is the length of the hypotenuse
  • $ a $ and $ b $ are the lengths of the other two sides

Steps to Apply the Pythagorean Theorem:

  1. Identify the right angle: Ensure the triangle has a 90-degree angle.
  2. Determine which side is the hypotenuse: The hypotenuse is always the longest side.
  3. Plug in the known values: If you know two sides, substitute them into the formula.
  4. Solve for the unknown side: Rearrange the equation to find the missing length.

Example:
Suppose you have a right-angled triangle with sides $ a = 3 $ units and $ b = 4 $ units. To find the hypotenuse $ c $:
$ c^2 = 3^2 +

4^2 = 9 + 16 = 25 $
$ c = \sqrt{25} = 5 \text{ units} $

The Pythagorean theorem is a straightforward and reliable method, but it’s limited to right-angled triangles. If your triangle doesn’t have a 90-degree angle, you’ll need to use other methods.


Method 2: Applying the Law of Cosines for Any Triangle

The Law of Cosines is a versatile formula that works for any triangle, not just right-angled ones. It’s particularly useful when you know two sides and the included angle (SAS). The formula relates the lengths of the sides of a triangle to the cosine of one of its angles.

Formula:
$ c^2 = a^2 + b^2 - 2ab \cos(C) $
Where:

  • $ c $ is the length of the side opposite angle $ C $
  • $ a $ and $ b $ are the lengths of the other two sides
  • $ C $ is the included angle between sides $ a $ and $ b $

Steps to Apply the Law of Cosines:

  1. Identify the known values: Determine which two sides and the included angle you have.
  2. Substitute the values into the formula: Plug in the known lengths and angle.
  3. Calculate the cosine of the angle: Use a calculator to find $ \cos(C) $.
  4. Solve for the unknown side: Simplify the equation to find the missing length.

Example:
Suppose you have a triangle with sides $ a = 5 $ units and $ b = 7 $ units, and the included angle $ C = 60^\circ $. To find the third side $ c $:
$ c^2 = 5^2 + 7^2 - 2(5)(7) \cos(60^\circ) $
$ c^2 = 25 + 49 - 70 \times 0.5 = 74 - 35 = 39 $
$ c = \sqrt{39} \approx 6.24 \text{ units} $

The Law of Cosines is a powerful tool for solving triangles, especially when dealing with non-right-angled triangles. It’s also useful in navigation, engineering, and physics.


Method 3: Using the Law of Sines for Non-Included Angles

The Law of Sines is another essential formula for finding the third length of a triangle, particularly when you know two sides and a non-included angle (SSA). This scenario is also known as the ambiguous case because it can result in zero, one, or two possible triangles.

Formula:
$ \frac{a}{\sin(A)} = \frac{b}{\sin(B)} = \frac{c}{\sin(C)} $
Where:

  • $ a, b, c $ are the lengths of the sides
  • $ A, B, C $ are the angles opposite those sides

Steps to Apply the Law of Sines:

  1. Identify the known values: Determine which two sides and the non-included angle you have.
  2. Substitute the values into the formula: Plug in the known lengths and angle.
  3. Solve for the unknown angle: Use the formula to find the angle opposite the unknown side.
  4. Use the Law of Cosines or other methods to find the third side: Once you have the angle, you can use the Law of Cosines or other techniques to find the missing length.

Example:
Suppose you have a triangle with sides $ a = 8 $ units and $ b = 6 $ units, and the angle $ A = 30^\circ $. To find the third side $ c $:
$ \frac{8}{\sin(30^\circ)} = \frac{6}{\sin(B)} $
$ \sin(B) = \frac{6 \sin(30^\circ)}{8} = \frac{6 \times 0.5}{8} = 0.375 $
$ B = \sin^{-1}(0.375) \approx 22.02^\circ $
Now, use the Law of Cosines to find $ c $:
$ c^2 = 8^2 + 6^2 - 2(8)(6) \cos(30^\circ) $
$ c^2 = 64 + 36 - 96 \times 0.866 = 100 - 83.136 = 16.864 $
$ c = \sqrt{16.864} \approx 4.11 \text{ units} $

The Law of Sines is particularly useful in solving triangles with limited information, but it requires careful handling of the ambiguous case.


Method 4: Using Trigonometric Ratios in Right-Angled Triangles

For right-angled triangles, trigonometric ratios (sine, cosine, and tangent) can be used to find the third length when one side and one acute angle are known. These ratios relate the angles of a triangle to the lengths of its sides.

Formulas:

  • $ \sin(\theta) = \frac{\text{opposite}}{\text{hypotenuse}} $
  • $ \cos(\theta) = \frac{\text{adjacent}}{\text{hypotenuse}} $
  • $ \tan(\theta) = \frac{\text{opposite}}{\text{adjacent}} $

Steps to Apply Trigonometric Ratios:

  1. Identify the known values: Determine which side and angle you have.
  2. Choose the appropriate ratio: Select the ratio that involves the known side and the unknown side.
  3. Substitute the values into the formula: Plug in the known lengths and angle.
More to Read

Latest Posts

You Might Like

Related Posts

Thank you for reading about How To Find The 3rd Length Of A Triangle. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home