Solving a triangle, given two sides and the measure of the included angle

$\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

$\endgroup$ 0

2 Answers

$\begingroup$

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.

$\endgroup$ 11 $\begingroup$

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}$$

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like