Given
find in degrees and in radians.
Apply the inverse sine to both sides. The operation that undoes sine is (arcsin):
Its principal range is , so it returns the single acute angle here.
Check the input is legal. Sine never exceeds in absolute value, and is inside , so a real angle exists. (An input like would have no solution — worth checking before pressing a button.)
Predict the answer before computing. and , and sits between them, so must be between and . This estimate is what catches a calculator left in radian mode.
Evaluate in degrees.
Squarely inside the predicted – window ✓.
Convert to radians. Multiply by :
As a check, is a little over and under , matching the degree answer.
Recognise the special triangle behind it. , so this is the familiar -- right triangle: the angle opposite the side of length . Its cosine is and its tangent , and indeed ✓. Verifying back, ✓.
Need to solve a different problem like this? Open the solver →