y=sinxy = \sin x

Graph of the Sine Function y=sinxy = \sin x

y=sinxy = \sin x is the yy-coordinate of the point at angle xx, measured in radians, on the unit circle. As the angle grows the point travels around the circle and its height rises and falls; stretching that motion out along the horizontal axis traces this sine curve1.

Domain and range

The domain is all real numbers. Since the value is the height of a point on the unit circle, 1sinx1-1 \leq \sin x \leq 1, so the range is the interval [1,1][-1, 1].

  • The domain is all real numbers
  • The range is 1y1-1 \leq y \leq 1
  • The maximum is 11 and the minimum is 1-1
  • The amplitude is 11 and the period is 2π2\pi

Periodicity

Going once around the circle returns the point to where it started, so sin(x+2π)=sinx\sin(x + 2\pi) = \sin x. The period is 2π2\pi, and the same wave repeats endlessly in both directions.

Symmetry

Since sin(x)=sinx\sin(-x) = -\sin x, it is an odd function whose graph has point symmetry about the origin.

Monotonicity and extrema

The derivative is y=cosxy' = \cos x, so the function increases where cosx>0\cos x > 0 and decreases where cosx<0\cos x < 0. It attains its maximum 11 at x=π2+2nπx = \dfrac{\pi}{2} + 2n\pi and its minimum 1-1 at x=3π2+2nπx = \dfrac{3\pi}{2} + 2n\pi.

The second derivative y=sinxy'' = -\sin x changes sign at every zero x=nπx = n\pi, so the inflection points sit at x=nπx = n\pi, where the tangent has slope ±1\pm 1. Zeros and inflection points coincide because the function satisfies y=yy'' = -y.

Notable values

xxsinx\sin x
0000
π6\dfrac{\pi}{6}12\dfrac{1}{2}
π4\dfrac{\pi}{4}22\dfrac{\sqrt{2}}{2}
π3\dfrac{\pi}{3}32\dfrac{\sqrt{3}}{2}
π2\dfrac{\pi}{2}11
π\pi00

The zeros are the solutions of sinx=0\sin x = 0, namely x=nπx = n\pi for integer nn, evenly spaced π\pi apart.

Approximation near the origin

The tangent at the origin is the line y=xy = x, of slope 11, which reflects the following limit.

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

This is why sinxx\sin x \approx x for small angles. The Taylor series converges for every real number.

sinx=xx33!+x55!\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots

That only odd powers appear is how oddness shows up on the side of the series.

The cycle of derivatives

Times differentiatedDerivative
11cosx\cos x
22sinx-\sin x
33cosx-\cos x
44sinx\sin x

Four steps bring it back to the start.

Relationships with other functions

Since cosx=sin(x+π2)\cos x = \sin\left( x + \dfrac{\pi}{2} \right), the cosine is this wave shifted left by π2\dfrac{\pi}{2}. The identity sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 is just the equation of the unit circle. In Euler's formula eix=cosx+isinxe^{ix} = \cos x + i\sin x, the sine supplies the imaginary part.

Applications

  • Simple harmonic motion, such as a spring or a pendulum
  • Waves of sound, light and radio
  • Alternating current and voltage
  • The basic wave of Fourier analysis

Fourier analysis goes further: any periodic wave can be written as a superposition of sine waves2. The sine curve is the basic shape of anything that repeats.

  1. Sine and cosine, Wikipedia
  2. Fourier series, Wikipedia