Find Triangle Sides and Angles (using Law of Cosines and Law of Sines)

This program finds the remaining sides and angles of a triangle, given any combination of three sides or angles. This program uses the Law of Cosines and Law of Sines to find the remaining sides and angles.

Find-Triangle-Sides-and-Angles Program Walkthrough #1:

  1. Law of Cosines Screenshot 1

    Give any combination of three sides or angles. Enter zero for each of the three unknown sides or angles. In this example, three sides are given.

  2. Law of Cosines Screenshot 2

    All three sides and angles of the described triangle are calculated and displayed. The letters in parentheses are the variables in which the values have been saved.

  3. Law of Cosines Screenshot 3

    The type of given data is displayed along with the formula that was used. In this case, the data given was Side-Side-Side, and the Law of Cosines was used to calculate the unknown angles.

Find-Triangle-Sides-and-Angles Program Walkthrough #2:

  1. Law of Cosines Screenshot 4

    Give any combination of three sides or angles. Enter zero for each of the three unknown sides or angles. In this example, two sides and one angle are given.

  2. Law of Cosines Screenshot 5

    Notice that two triangles are possible from the data given. Both scenarios are calculated and displayed. The letters in parentheses are the variables in which the values have been saved.

  3. Law of Cosines Screenshot 6

    The type of given data is displayed along with the formula that was used. In this case, the data given was Side-Side-Angle, and the Law of Sines was used to calculate the unknown side and angles.

Download Find-Triangle-Side-and-Angles Program »

Related Articles

Leave a Reply