NEED HELP Finding the length of an angle on a right triangle

AI Thread Summary
To find the angle between the hypotenuse and the left side of a right triangle with sides measuring 18,944, 30,556, and 35,952, the cosine function can be used. The cosine of the angle is calculated as the ratio of the adjacent side (18,944) to the hypotenuse (35,952). Alternatively, the law of cosines can be applied, where the formula involves the lengths of all three sides. By rearranging the law of cosines and solving for the angle using inverse cosine, the angle can be determined. This method is effective and provides the necessary angle measurement.
dominus96
Messages
51
Reaction score
0

Homework Statement



----
l../
l./
l/

^This is a right triangle (not drawn to scale). The left side is 18,944, then top side is 30,556, and the hypotenuse is 35,952. The right angel is between the left side and the top side. Now, how do I find the measurement of the angle between the hypotenuse and the left side?

Homework Equations



sin, cos, and tan?

The Attempt at a Solution



Since the angle is between the hypotenuse and the adjacent, I assume that I do cos, but I don't know what numbers to use.
 
Physics news on Phys.org
For the angle from vertical (left side) and hypotenuse, 18,944 = 35,952 cos \theta.
 
theres a relationship between the size of a leg and the vertex angle (the angle opposite of the leg)
 
You can use any of them to find the angle since you know all three lengths, you just have to setup the right ratios.
 
dominus96 said:
sin, cos, and tan?



Since the angle is between the hypotenuse and the adjacent, I assume that I do cos, but I don't know what numbers to use.

You can use any of the trig functions that you have listed to establish the proper relationship. But, for now we can stick to cos.

What ratio does cos represent? \cos\theta=\frac{?}{?}

Casey
 
cos of angle = adjacent/hypotenuse

So, cos x = 18,944/35,952 right?
 
Use the law of cosine: http://en.wikipedia.org/wiki/Law_of_cosines

Let A = 18944, B = 30556, C = 35952

B^2 = A^2 + C^2 - 2*A*C*cos(angleB)
cos(angleB) = (A^2 + C^2 - B^2 ) / (-2*A*C)

Solve using inverse cosine, and you get B.
 
Last edited:
Thank you guys I got it.
 
Kster said:
Use the law of cosine: http://en.wikipedia.org/wiki/Law_of_cosines

Let A = 18944, B = 30556, C = 35952

B^2 = A^2 + C^2 - 2*A*C*cos(angleB)
cos(angleB) = (A^2 + C^2 - B^2 ) / (-2*A*C)

Solve using inverse cosine, and you get B.

Why? I mean you can but it's a complete waste of time in this situation :-/
 
Back
Top