[Math] How to find an angle (in degrees) in a right triangle, given its sides

trianglestrigonometry

I need to find out a degree of an angle. Pretty simple, or so I thought. I remember doing a crap-ton of these in high-school, sadly the details did not remain.

Anyway, let's take a look at this triangle.

Triangle

Let's say the angle I want to find out is D. Well, I decide to use sin and assume

sin(D) = 3 / 5
D = asin(0.6) 
D = 64 rad ???

cos(D) = 3/4
D = acos(0.75)
D = 72 rad ???

I feel like I'm missing something very obvious and stupid here. Can't figure out what that is…

Thanks!

Best Answer

There is a confusion here between radians and degrees. $\arcsin(3/5) = 0.643$ radians. But radians are not the same as degrees. You can convert from radians to degrees by multiplying by $\frac{180}{\pi}$.

Here, this gives that $0.643$ radians is the same as about $36.8^\circ$ (and we would get the exact answer if I hadn't truncated to $0.643$ in my calculation).

(And as the others have pointed out, your cosine calculation uses the wrong two legs of the triangle).