Sine Calculator — sin(x) in Degrees or Radians
sin(x)
--
Angle in Degrees
--
Angle in Radians
--
Understanding the Sine Function
The sine function is one of the fundamental trigonometric functions. For an angle in a right triangle, sin(x) equals the ratio of the opposite side to the hypotenuse. The function produces values between -1 and 1 and has a period of 360 degrees (2 pi radians).
Common exact values include sin(0) = 0, sin(30) = 0.5, sin(45) = sqrt(2)/2, sin(60) = sqrt(3)/2, and sin(90) = 1. The sine function is odd, meaning sin(-x) = -sin(x).
Sine is used extensively in physics for modeling waves, oscillations, and circular motion, in engineering for signal processing and AC circuits, and in navigation for calculating distances and bearings.
Frequently Asked Questions
What is the range of the sine function?
The sine function outputs values between -1 and 1, inclusive. sin(x) = 1 when x = 90 degrees and sin(x) = -1 when x = 270 degrees.
What is the difference between degrees and radians?
Degrees divide a full circle into 360 parts. Radians measure angles by the arc length on a unit circle. A full circle is 2 pi radians. To convert: radians = degrees times pi/180.
What is sin(45 degrees)?
sin(45 degrees) = sqrt(2)/2, which is approximately 0.7071. This is one of the standard values that appears frequently in geometry and physics.