Sinc-squared function: Difference between revisions

From Calculus
Line 26: Line 26:
===First antiderivative===
===First antiderivative===


Denote by <math>\operatorname{Si}(x)</math> the function <math>\int_0^x \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} + C</math>

Revision as of 18:10, 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+C

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.