I have a right angled triangle in which I know the length and the slope of the hypotenuse, how do I find one of the angles? Thanks
Asked
Active
Viewed 5,415 times
0
-
Could you explain fully please? – Jerry Murphy Dec 09 '14 at 15:08
-
Knowing the slope of the hypothenuse allows you to express one of the side in terms of the other one. Then, you can relate those two sides to the length of the hypothenuse (pythagoras theorem) and you will have an equation with only one unknown. – Olivier Dec 09 '14 at 15:15
-
One of the angles is $90^\circ$ :) – peterwhy Dec 09 '14 at 15:35
-
While I'm aware that a right angled triangle has an angle of 90 degrees that's about the limit off my knowledge...it's been 15 years since I've done any maths. I don't know how to express one of the sides in terms of the other one. However if someone could answer the question, in future I should be able to answer similar ones. – Jerry Murphy Dec 09 '14 at 15:56
-
Using the end points of the “hypotenuse” of known length as diameter, create a circle through them. Any one point on the circumference, together with those two end points, can be your right angled triangle. This means there are infinitely many answers and no unique solution to your question. Knowing the slope of the hypotenuse does not help. – Mick Dec 09 '14 at 16:13
1 Answers
2
$$\text{Slope} = \dfrac{\text{height}}{\text{base}}=\tan(\ \text{Base}\angle\ )$$
You know the base length and hypotenuse. Then:
$$\text{height} = \sqrt{\text{hypotenuse}^2-\text{base}^2}$$
Putting the value of $height$ in the first equation, we get $$\dfrac{\sqrt{\text{hypotenuse}^2-\text{base}^2}}{\text{base}}=\tan(\ \text{Base}\angle\ )$$
$$\implies\ \text{Base}\ \angle=\arctan\left(\dfrac{\sqrt{\text{hypotenuse}^2-\text{base}^2}}{\text{base}}\right)$$