Sinc-squared function: Difference between revisions

From Calculus
Line 28: Line 28:
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>:
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} + C</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]]:
We do this using [[integration by parts]]:

Revision as of 18:17, 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

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.