0
$\begingroup$

Let say you have a triangle

Angle A = 41 degrees , side b = 3.41 and c = 5.83

can you use pythagoras theorem to find the side a? and how can you find Angle B and C

2 Answers 2

2

There isn't a simple way to use the Pythagorean Theorem to find any of the unknown information about the triangle. It is possible to use some right triangle trigonometry in combination with the Pythagorean Theorem to find the unknown information, but it's simpler to use the Law of Cosines—to find the unknown side and then to find the unknown angles.

  • 0
    @user1022734: Yes.2012-02-06
2

To find side $a$ use Law Of Cosines:

$a^2=b^2+c^2-2\cdot b \cdot c \cos \alpha$

To find angles $\beta$ and $\gamma$ use Sine Law :

$\frac{a}{\sin \alpha} =\frac{b}{\sin \beta} = \frac{c}{\sin \gamma}$

  • 0
    Unless you know that neither of the unknown angles is going to be obtuse, it's probably better to use the Law of Cosines to find the unknown angles to avoid the ambiguity using a sine to find an angle measure between 0° and 180°.2012-02-05