Mathwords logoMathwords

Sinc Function — Definition, Formula & Examples

The sinc function is defined as sinc(x)=sin(x)x\operatorname{sinc}(x) = \frac{\sin(x)}{x} for x0x \neq 0 and sinc(0)=1\operatorname{sinc}(0) = 1. It produces a damped oscillation that appears naturally in Fourier transforms, diffraction patterns, and signal reconstruction.

The unnormalized sinc function is the continuous function sinc:RR\operatorname{sinc}: \mathbb{R} \to \mathbb{R} given by sinc(x)=sinxx\operatorname{sinc}(x) = \frac{\sin x}{x} for x0x \neq 0, extended to x=0x = 0 by the limit limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1, making it continuous everywhere. The normalized variant, common in engineering, replaces xx with πx\pi x: sinc(x)=sin(πx)πx\operatorname{sinc}(x) = \frac{\sin(\pi x)}{\pi x}.

Key Formula

sinc(x)={sinxx,x01,x=0\operatorname{sinc}(x) = \begin{cases} \dfrac{\sin x}{x}, & x \neq 0 \\[6pt] 1, & x = 0 \end{cases}
Where:
  • xx = Any real number (the input to the function)
  • sinx\sin x = The ordinary sine function evaluated at x (radians)

How It Works

The sinc function oscillates like sin(x)\sin(x) but its amplitude decays as 1/x1/|x| for large x|x|. Its zeros occur at every nonzero integer multiple of π\pi (unnormalized) or at every nonzero integer (normalized). A key result in calculus is sinxxdx=π\int_{-\infty}^{\infty} \frac{\sin x}{x}\,dx = \pi, known as the Dirichlet integral. The function is even, meaning sinc(x)=sinc(x)\operatorname{sinc}(-x) = \operatorname{sinc}(x), and it has a global maximum of 11 at the origin.

Worked Example

Problem: Evaluate sinc(x) at x = π/2, x = π, and x = 0.
At x = π/2: Substitute into the formula. Since sin(π/2) = 1:
sinc ⁣(π2)=sin(π/2)π/2=1π/2=2π0.6366\operatorname{sinc}\!\left(\frac{\pi}{2}\right) = \frac{\sin(\pi/2)}{\pi/2} = \frac{1}{\pi/2} = \frac{2}{\pi} \approx 0.6366
At x = π: Since sin(π) = 0 and x ≠ 0, the function equals zero. This is the first positive zero of sinc.
sinc(π)=sin(π)π=0π=0\operatorname{sinc}(\pi) = \frac{\sin(\pi)}{\pi} = \frac{0}{\pi} = 0
At x = 0: The formula sin(x)/x is indeterminate at 0, so use the defined value (equivalently, L'Hôpital's rule confirms the limit is 1).
sinc(0)=1\operatorname{sinc}(0) = 1
Answer: sinc(π/2) = 2/π ≈ 0.637, sinc(π) = 0, and sinc(0) = 1.

Visualization

Why It Matters

In signal processing and electrical engineering, the normalized sinc function is the ideal low-pass filter impulse response, central to the Nyquist–Shannon sampling theorem. In physics, the sinc function describes single-slit diffraction intensity patterns in optics.

Common Mistakes

Mistake: Confusing the unnormalized sinc(x) = sin(x)/x with the normalized sinc(x) = sin(πx)/(πx).
Correction: Check which convention your course or textbook uses. Mathematics texts typically use sin(x)/x; engineering and DSP texts typically use sin(πx)/(πx), whose zeros fall at nonzero integers.