Math Wiki
Tag: sourceedit
No edit summary
Tag: rte-source
Line 9: Line 9:
   
 
:<math>\sin(\theta)=\frac{e^{\theta i}-e^{-\theta i}}{2i}</math>
 
:<math>\sin(\theta)=\frac{e^{\theta i}-e^{-\theta i}}{2i}</math>
  +
  +
If desired, the sine function may be calculated as a direct summation series:
  +
  +
:<math>\sin(\theta) = \sum_{k=0}^\infin \frac{(-1)^k x^{1+2k}}{(1+2k)!}</math>
   
 
The [[reciprocal]] of sine is [[cosecant]] (abbreviated as <math>\csc</math>), while its inverse is <math>\arcsin</math> or <math>\sin^{-1}</math> . Note that sine is not being raised to the [[exponentiation|power]] of -1; this is an [[inverse function]], not a reciprocal.
 
The [[reciprocal]] of sine is [[cosecant]] (abbreviated as <math>\csc</math>), while its inverse is <math>\arcsin</math> or <math>\sin^{-1}</math> . Note that sine is not being raised to the [[exponentiation|power]] of -1; this is an [[inverse function]], not a reciprocal.
   
 
The [[derivative]] of <math>\sin(x)</math> is <math>\cos(x)</math> , while its [[antiderivative]] is <math>-\cos(x)</math> .
 
The [[derivative]] of <math>\sin(x)</math> is <math>\cos(x)</math> , while its [[antiderivative]] is <math>-\cos(x)</math> .
  +
  +
Addition of angles under sine:
  +
: <math>\sin(a+b) = \sin(a)\cos(b)+\cos(a)\sin(b)</math>
  +
: <math>\sin (2a) = 2 \sin(a)\cos(a)</math>
  +
  +
The sine of an imaginary number becomes a variant of a hyperbolic sine:
  +
: <math>\sin(i \theta) = i \sinh(\theta)</math>
  +
  +
The square of sine:
  +
: <math>\sin^2 (\theta) = \frac{1-\cos(2\theta)}{2}</math>
  +
  +
==See also==
  +
* [[Cosine]]
  +
* [[Cosecant]]
  +
* [[Hyperbolic sine]]
  +
* [[Law of sines]]
   
 
{{Trig-stub}}
 
{{Trig-stub}}

Revision as of 18:16, 10 March 2017

Sine () is a trigonometric ratio. In a right triangle with an angle ,

is the side of the triangle facing(opposite to) angle , and is the side opposite the right angle.

Properties

The sine of an angle is the y-coordinate of the point of intersection of said angle and a unit circle.

As a result of Euler's formula, the sine function can also be represented as

If desired, the sine function may be calculated as a direct summation series:

The reciprocal of sine is cosecant (abbreviated as ), while its inverse is or . Note that sine is not being raised to the power of -1; this is an inverse function, not a reciprocal.

The derivative of is , while its antiderivative is .

Addition of angles under sine:

The sine of an imaginary number becomes a variant of a hyperbolic sine:

The square of sine:

See also