Sinc function: Difference between revisions
(→Graph) |
No edit summary |
||
| Line 27: | Line 27: | ||
|- | |- | ||
| [[derivative]] || <math>\operatorname{sinc}'x = \left\lbrace \begin{array}{rl} 0, & x = 0 \\ \frac{x \cos x - \sin x}{x^2} \\\end{array}\right.</math> | | [[derivative]] || <math>\operatorname{sinc}'x = \left\lbrace \begin{array}{rl} 0, & x = 0 \\ \frac{x \cos x - \sin x}{x^2} \\\end{array}\right.</math> | ||
|- | |||
| [[antiderivative]] || the [[sine integral]] (''this is defined as the antiderivative of the sinc function that takes the value 0 at 0'') | |||
|} | |} | ||
==Graph== | ==Graph== | ||
| Line 37: | Line 39: | ||
[[File:Sincfunctionbasicnottoscale.png|800px]] | [[File:Sincfunctionbasicnottoscale.png|800px]] | ||
==Differentation== | |||
===First derivative=== | |||
''Computation at <math>x = 0</math>'': Here, we need to compute the derivative using first principles, as a limit of a [[difference quotient]]: | |||
<math>\operatorname{sinc}' 0 := \lim_{x \to 0} \frac{\operatorname{sinc} x - \operatorname{sinc} 0}{x - 0} = \lim_{x \to 0} \frac{(\sin x)/x - 1}{x} = \lim_{x \to 0} \frac{\sin x - x}{x^2}</math> | |||
This limit can be computed in many ways. For instance, it can be computed using the [[L'Hopital rule]]: | |||
<math>\lim_{x \to 0} \frac{\sin x - x}{x^2} \stackrel{*}{=} \lim_{x \to 0} \frac{\cos x - 1}{2x} \stackrel{*}{=} \lim_{x \to 0} \frac{-\sin x}{2} = \frac{-\sin 0}{2} = 0</math> | |||
{{point differentation incorrect}} | |||
''Computation at <math>x \ne 0</math>'': At any such point, we know that the function looks like <math>(\sin x)/x</math> in an [[open interval]] about the point, so we can use the [[quotient rule for differentiation]], which states that: | |||
<math>\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}</math> | |||
In this case, <math>f(x) = \sin x</math> and <math>g(x) = x</math>, so we get: | |||
<math>\frac{d}{dx}(\operatorname{sinc}\ x) = \frac{x \cos x - \sin x}{x^2}</math> | |||
Revision as of 12:53, 4 September 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 is measured as .
Definition
This function, denoted , is defined as follows:
Key data
| Item | Value |
|---|---|
| default domain | all real numbers, i.e., all of . |
| range | the closed interval where is approximately . |
| period | none; the function is not periodic |
| local maximum values and points of attainment | The local maxima occur at points satisfying and or for a positive integer. There is an anomalous local maximum at with value 1. Apart from that, the other local maxima occur at points of the form where is fairly close to for all . The local maximum value at this point is slightly more than . |
| local minimum values and points of attainment | The local minima occur at points satisfying and or for a positive integer. The local minima occur at points of the form where is fairly close to for all . The local minimum value at this point is slightly less than . |
| points of inflection | Fill this in later |
| derivative | |
| antiderivative | the sine integral (this is defined as the antiderivative of the sinc function that takes the value 0 at 0) |
Graph
Below is a graph of the function for the domain restricted to :
The picture is a little unclear, so we consider an alternative depiction of the graph where the -axis and -axis are scaled differently to make it clearer:
Differentation
First derivative
Computation at : Here, we need to compute the derivative using first principles, as a limit of a difference quotient:
This limit can be computed in many ways. For instance, it can be computed using the L'Hopital rule:
WARNING ON ERRONEOUS DIFFERENTIATION APPROACH: Suppose a function is given a separate definition at an isolated point from the definition at points surrounding it (on its immediate left or immediate right). To compute the derivative, it is not correct to simply differentiate the definition at the point and arrive at the derivative. Rather, we need to compute the derivative from first principles as a limit of a difference quotient, where the function value at the point is taken as the specified value and the function value at nearby points is given by the expression used to define the function around the point.
Computation at : At any such point, we know that the function looks like in an open interval about the point, so we can use the quotient rule for differentiation, which states that:
In this case, and , so we get:

