Jump to
Table of Contents
Share this
See also
Evaluate cos(x)
Evaluate tan(x)
Evaluate arcsin(x)
Evaluate arctan(x)
All evaluation tools

Trigonometric sine calculator

- By Dr. Minas E. Lemonis, PhD - Updated: March 3, 2019

This tool evaluates the sine of a number: sin(x). Enter the argument x, in radians or degrees, below.

x =
icon

Result:
sin(x) =
Also, at same x:
cos(x) =
tan(x) =
shape details

ADVERTISEMENT

Table of Contents
Share this

Definitions

General

The sine function, in modern notation written as sin(x), is a trigonometric function. Trigonometric functions are commonly established as functions of angle, in the context of right triangle geometry. This way, the sine of an angle φ is defined as the ratio of the opposite side of a right triangle containing φ, divided by its hypotenuse (see figure):

\sin(\varphi) = \frac{\textrm{opposite side}}{\textrm{hypotenuse}}

sine-triangle

Unfortunately the above definition is limited to a range of angles between 0 and 90°. Extending that range, a convenient definition employs a unit circle (radius equal to 1). Any point of the circle, corresponds to a pair of sine and cosine values, of the angle that is contained by the horizontal positive axis and the radial segment towards that point, as shown in the figure below. Particularly, the sine is found as the coordinate on the vertical axis. The angle φ is assumed positive in counter-clockwise direction. The equivalence of the circle points, as sine and cosine pairs, is established by examining the right triangle, having as hypotenuse the radial segment towards a circumferential point (length equal to unity), and either of the axes. Angles larger than 90°, as well as negative ones, are possible, if the appropriate sign of the coordinates is respected.

sine-circle

The above definitions of sine function are based on a geometrical construct (right triangle or unit circle) and assume that its argument is an angle. This association to an angle is restrictive, considering the broad use of sine in mathematics, physics, engineering etc. Applications of sine, may accept any real value x\in \mathbb{R} as argument, with any imaginable meaning given to it, or no meaning at all. In that case, x should be better measured in radians ( 1 rad = \frac{180^\circ}{\pi} ). Thus, derivation and integration rules are more conveniently applied.

Series

All trigonometric functions can be defined in an infinite series form. Sine function can be written as:

\begin{split} \sin x & = \sum_{n=0}^{\infty}\frac{(-1)^n x^{2n+1}}{(2n+1)!} = \\ & = x - \frac{x^3}{6} + \frac{x^5}{120} - \frac{x^7}{5040} \cdots \end{split}

The above series converges for any x. However, the number of terms required to converge, increases with the value of x, which makes it impractical for numerical calculations at an arbitrary range. For a limited range however (i.e. 0≤x≤π) it can be useful. From the expanded form of the series it can be seen that the higher terms become insignificant, for values of x close to zero, resulting in the following quite useful approximation:

\sin x \approx x, \quad x \to 0, \quad \textrm{x in radians}

Properties

The sine function is periodic, with a period equal to 2π. Therefore:

\sin (x + 2k\pi ) = \sin x, \quad k\in \mathbb{Z}

Also the sine function changes sign at π intervals, according to the following expression:

\sin (x+k\pi) = - \sin x, \quad k\in \mathbb{Z}

Sine and cosine functions are associated through an argument shift equal to π/2:

\sin x = \cos(\frac{x-\pi}{2})

The derivative of the sine function (x in radians) is the cosine:

\left(\sin x\right)' = \cos x

The integral of the sine function (x in radians) is given by:

\int \sin x\, \mathrm{d}x = -\cos x +C

Identities

The following formulas are valid for the sine function:

\begin{split} & \sin (-a) &= -\sin a \\ \\ & \sin (2a) &= 2\sin a \cos a \\ \\ & \sin (2a) &= \frac{2\tan a}{1+\tan^2 a}\\ \\ & \sin(a+b) &= \sin a\cos b+\sin b\cos a\\ \\ & \sin(a-b) &= \sin a\cos b-\sin b\cos a\\ \\ & \sin^2 a &= 1 - \cos^2 a \\ \\ & \sin^2 a &= \frac{1 - \cos(2a)}{2} \\ \\ & \sin^2 a &= \frac{\tan^2 a}{1+\tan^2 a}\\ \\ \end{split}

See also
Evaluate cos(x)
Evaluate tan(x)
Evaluate arcsin(x)
Evaluate arctan(x)
All evaluation tools