Sinc-squared function: Difference between revisions

From Calculus
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:


<math>\operatorname{sinc}^2 x := \left\lbrace \begin{array}{rl} 1, & x = 0 \\ \frac{\sin^2x}{x^2}, & x \ne 0 \\\end{array}\right.</math>
<math>\operatorname{sinc}^2 x := \left\lbrace \begin{array}{rl} 1, & x = 0 \\ \frac{\sin^2x}{x^2}, & x \ne 0 \\\end{array}\right.</math>
==Key data==
{| class="sortable" border="1"
! Item !! Value
|-
| default [[domain]] || all [[real number]]s, i.e., all of <math>\R</math>
|-
| [[range]] || the [[closed interval]] <math>[0,1]</math>, i.e., the set <math>\{ y \mid 0 \le y \le 1 \}</math><br>[[absolute maximum value]]: 1, [[absolute minimum value]]: 0
|-
| [[period]] || none; the function is not periodic
|-
| [[horizontal asymptote]]s || <math>y = 0</math>, i.e., the <math>x</math>-axis. This is because <math>\lim_{x \to \pm \infty} \frac{\sin^2 x}{x^2} = 0</math>, which in turn can be deduced from the fact that the numerator is bounded while the magnitude of the denominator approaches <math>\infty</matH>.
|-
| [[local maximum value]]s and points of attainment || The local maximum values occur at all points where <math>\tan^2x = x^2</math>. There is an anomalous local maximum at <math>x = 0</math> with value 1. All other local maxima occur at points close to odd multiples of <math>\pi/2</math> (''except'' <math>\pm \pi/2</math> themselves, though not exactly at those points.
|-
| [[local minimum value]]s and points of attainment || The local minimum values occur at all points where <math>\sin x = 0</math> ''except'' the point <math>x = 0</math> itself. These are precisely the nonzero integer multiples of <math>\pi</math>. The values are all equal to zero.
|-
| [[derivative]] || {{fillin}}
|-
| [[second derivative]] || {{fillin}}
|-
| [[antiderivative]] || <math>\operatorname{Si}(2x) - \frac{\sin^2x}{x} + C</math>. See [[#First antiderivative]]. Here <math>\operatorname{Si}</math> denotes the [[sine integral]], an antiderivative for the [[sinc function]].
|-
| [[power series]] and [[Taylor series]]|| The power series about 0 (which is also the Taylor series) is {{fillin}}
|}


==Graph==
==Graph==
Line 21: Line 47:


[[File:Sincsquaredbasicnottoscale.png|800px]]
[[File:Sincsquaredbasicnottoscale.png|800px]]
==Integration==
===First antiderivative===
Denote by <math>\operatorname{Si}(x)</math> the function <math>\int_0^x \operatorname{sinc} t \, dt = \int_0^x (\sin t)/t \, dt</math>. We integrate <math>\operatorname{sinc}^2</math> and obtain the following answer in terms of <math>\operatorname{Si}</math>:
<math>\int_0^x \operatorname{sinc}^2t \, dt = \operatorname{Si}(2x) - \frac{\sin^2x}{x}</math>
For the indefinite integral, we can put a <math>+C</math> at the end..
We do this using [[integration by parts]]:
<math>\int_0^x \operatorname{sinc}^2t \, dt = \int_0^x \frac{\sin^2t}{t^2} \, dt</math>
Take <math>1/t^2 \, dt</math> as the part to integrate. We get:
<math>\left[\sin^2t\left(\frac{-1}{t}\right)\right]_0^x - \int_0^x \sin(2t) \frac{-1}{t} \, dt</math>
This becomes:
<math>\frac{-\sin^2x}{x} + \lim_{t \to 0} \frac{\sin^2t}{t} + \int_0^x \frac{\sin(2t)}{t} \, dt</math>
The limit expression is zero because <math>\sin^2</math> has a zero of order 2 at zero. For the integration expression, set <math>u = 2t</math> and get <math>\int_0^{2x} \frac{\sin(u)}{u} \, du = \operatorname{Si}(2x)</math>. Plugging back in, we get the desired answer.
===Improper definite integral===
We know that:
<math>\int_0^\infty \operatorname{sinc} t \, dt = \lim_{x \to \infty} \operatorname{Si}(x) = \frac{\pi}{2}</math>
Using this, we obtain that:
<math>\int_0^\infty \operatorname{sinc}^2 t \,dt = \lim_{x \to \infty} \operatorname{Si}(2x) - \lim_{x \to \infty} \frac{\sin^2x}{x} = \frac{\pi}{2} - 0 = \frac{\pi}{2}</math>
Similarly:
<math>\int_{-\infty}^0 \operatorname{sinc}^2 t \, dt = \frac{\pi}{2}</math>
Overall:
<math>\int_{-\infty}^\infty \operatorname{sinc}^2 t \, dt = \pi</math>
Note that the improper integral value is the ''same'' for the sinc function and its square. Roughly speaking, the sinc function is bigger than its square when both are positive, but the sinc function also takes negative values while its square does not, and so these differences balance out in the overall integration.

Latest revision as of 18:56, 19 December 2011

This article is about a particular function from a subset of the real numbers to the real numbers. Information about the function, including its domain, range, and key data relating to graphing, differentiation, and integration, is presented in the article.
View a complete list of particular functions on this wiki

For functions involving angles (trigonometric functions, inverse trigonometric functions, etc.) we follow the convention that all angles are measured in radians. Thus, for instance, the angle of

90

is measured as

π/2

.

Definition

This function is defined as the composite of the square function and the sinc function. Explicitly, it is given as:

x(sincx)2

Alternatively, it is given as:

sinc2x:={1,x=0,x0

Key data

Item Value
default domain all real numbers, i.e., all of R
range the closed interval [0,1], i.e., the set {y0y1}
absolute maximum value: 1, absolute minimum value: 0
period none; the function is not periodic
horizontal asymptotes y=0, i.e., the x-axis. This is because limx±sin2xx2=0, which in turn can be deduced from the fact that the numerator is bounded while the magnitude of the denominator approaches .
local maximum values and points of attainment The local maximum values occur at all points where tan2x=x2. There is an anomalous local maximum at x=0 with value 1. All other local maxima occur at points close to odd multiples of π/2 (except ±π/2 themselves, though not exactly at those points.
local minimum values and points of attainment The local minimum values occur at all points where sinx=0 except the point x=0 itself. These are precisely the nonzero integer multiples of π. The values are all equal to zero.
derivative Fill this in later
second derivative Fill this in later
antiderivative Si(2x)sin2xx+C. See #First antiderivative. Here Si denotes the sine integral, an antiderivative for the sinc function.
power series and Taylor series The power series about 0 (which is also the Taylor series) is Fill this in later

Graph

Here is a graph on the interval [3π,3π]:

The graph is a little unclear, here is an alternative version where different scalings are used for the x-axis and y-axis:

Integration

First antiderivative

Denote by Si(x) the function 0xsinctdt=0x(sint)/tdt. We integrate sinc2 and obtain the following answer in terms of Si:

0xsinc2tdt=Si(2x)sin2xx

For the indefinite integral, we can put a +C at the end..

We do this using integration by parts:

0xsinc2tdt=0xsin2tt2dt

Take 1/t2dt as the part to integrate. We get:

[sin2t(1t)]0x0xsin(2t)1tdt

This becomes:

sin2xx+limt0sin2tt+0xsin(2t)tdt

The limit expression is zero because sin2 has a zero of order 2 at zero. For the integration expression, set u=2t and get 02xsin(u)udu=Si(2x). Plugging back in, we get the desired answer.

Improper definite integral

We know that:

0sinctdt=limxSi(x)=π2

Using this, we obtain that:

0sinc2tdt=limxSi(2x)limxsin2xx=π20=π2

Similarly:

0sinc2tdt=π2

Overall:

sinc2tdt=π

Note that the improper integral value is the same for the sinc function and its square. Roughly speaking, the sinc function is bigger than its square when both are positive, but the sinc function also takes negative values while its square does not, and so these differences balance out in the overall integration.