InverseFourierSinTransform

InverseFourierSinTransform[expr,ω,t]

gives the symbolic inverse Fourier sine transform of expr.

InverseFourierSinTransform[expr,{ω1,ω2,},{t1,t2,}]

gives the multidimensional inverse Fourier sine transform of expr.

Details and Options

  • The Fourier sine transform is a particular way of viewing the Fourier transform without the need for complex numbers or negative frequencies.
  • Joseph Fourier designed his famous transform using this and the Fourier cosine transform, and they are still used in applications like signal processing, statistics and image and video compression.
  • The inverse Fourier sine transform of the frequency domain function is the time domain function for :
  • The inverse Fourier sine transform of a function is by default defined as .
  • The multidimensional inverse Fourier sine transform of a function is by default defined as or when using vector notation, (2/pi)^(n/2)int_(omega in TemplateBox[{}, PositiveReals]^n) F(omega) sin(omega t)domega.
  • Different choices of definitions can be specified using the option FourierParameters.
  • The integral is computed using numerical methods if the third argument, , is given a numerical value.
  • The asymptotic inverse Fourier sine transform can be computed using Asymptotic.
  • There are several related Fourier transformations:
  • FourierTransforminfinite continuous-time functions (FT)
    FourierSequenceTransforminfinite discrete-time functions (DTFT)
    FourierCoefficientfinite continuous-time functions (FS)
    Fourierfinite discrete-time functions (DFT)
  • The inverse Fourier sine transform is an automorphism in the Schwartz vector space of functions whose derivatives are rapidly decreasing and,thus induces an automorphism in its dual: the space of tempered distributions. These include absolutely integrable functions, well-behaved functions of polynomial growth and compactly supported distributions.
  • Hence, InverseFourierTransform not only works with absolutely integrable functions on but it can also handle a variety of tempered distributions such as DiracDelta to enlarge the pool of functions or generalized functions it can effectively transform.
  • The following options can be given:
  • AccuracyGoal Automaticdigits of absolute accuracy sought
    Assumptions $Assumptionsassumptions to make about parameters
    FourierParameters {0,1}parameters to define the inverse Fourier sine transform
    GenerateConditions Falsewhether to generate answers that involve conditions on parameters
    PerformanceGoal$PerformanceGoalaspects of performance to optimize
    PrecisionGoal Automaticdigits of precision sought
    WorkingPrecision Automaticthe precision used in internal computations
  • Common settings for FourierParameters include:
  • {0,1}
    {1,1}
    {-1,1}
    {0,2Pi}
    {a,b}

Examples

open allclose all

Basic Examples  (4)

Compute the inverse Fourier sine transform of a function:

Plot the function and its inverse Fourier sine transform:

Inverse Fourier sine transform of an exponential function:

For a different convention, change the parameters:

Compute the inverse Fourier sine transform of a multivariate function:

Plot the function and its transform:

Compute the transform at a single point:

Scope  (38)

Basic Uses  (3)

Inverse Fourier sine transform of a function for a symbolic parameter :

Inverse Fourier sine transforms involving trigonometric functions:

Plot the transform:

Plot the transform:

Evaluate the inverse Fourier sine transform for a numerical value of the parameter :

Algebraic Functions  (3)

Inverse Fourier sine transform of power functions:

Inverse sine transform of rational functions:

Plot the transform for :

Plot the transform for :

Plot the transform for :

Plot the transform for :

Inverse Fourier sine transform of a quotient of two polynomials:

Plot the transform:

Exponential and Logarithmic functions  (3)

Inverse Fourier sine transforms for exponential functions:

Plot the transform for :

Plot the transform for :

Plot the transform:

Inverse Fourier sine transform of a Gaussian:

Plot the transform for :

Plot the transform for :

Inverse sine transforms of logarithmic functions:

Plot the transform:

Plot the transform for :

Plot the transform for :

Plot the transform:

Trigonometric Functions  (3)

Composition of elementary functions:

Plot the transform for :

Plot the transform for :

Plot the transform for :

Plot the transform for :

Inverse Fourier sine transform of product of exponential and trigonometric functions:

Plot the transform for , :

Plot the transform for :

Inverse Fourier sine transforms of arctangent functions:

Plot the transform:

Plot the transform:

Special Functions  (8)

Inverse Fourier sine transform of ExpIntegralEi:

Plot the transform:

Transform of Erf:

Plot the transform:

Transform of Erfc:

Plot the transform for :

Expression involving SinIntegral:

Plot the transform:

CosIntegral:

Plot the transform for :

Inverse sine transforms for BesselJ functions:

Plot the transform for :

Plot the transform for and :

Plot the transform for and :

Inverse sine transforms for BesselY functions:

Plot the transform for :

Plot the transform for and :

Inverse sine transform for a Sinc function:

Plot the transform:

Piecewise Functions and Distributions  (4)

Inverse Fourier sine transform of a piecewise function:

Restriction of a sine function to a half-period:

Triangular function:

Transforms in terms of FresnelS:

Plot the transform:

Plot the transform:

Periodic Functions  (2)

Inverse Fourier sine transform of sine:

Inverse Fourier sine transform of SquareWave:

Generalized Functions  (4)

Inverse Fourier sine transforms of expressions involving HeavisideTheta:

Inverse Fourier sine transforms involving DiracDelta:

Plot the transform:

Plot the transform:

Inverse Fourier sine transform involving HeavisideLambda:

Inverse Fourier sine transform involving HeavisidePi:

Multivariate Functions  (3)

Inverse Fourier sine transform of a rational function in two variables:

Plot of both:

Two-variable exponential:

Plot of both:

Inverse Fourier sine transform of product of exponential and SquareWave:

Formal Properties  (3)

Inverse Fourier sine transform of a first-order derivative:

Inverse Fourier sine transform of a second-order derivative:

Inverse Fourier sine transform threads itself over equations:

Numerical Evaluation  (2)

Calculate the Inverse Fourier sine transform at a single point:

Alternatively, calculate the inverse Fourier sine transform symbolically:

Then evaluate it for specific value of :

Options  (8)

AccuracyGoal  (1)

The option AccuracyGoal sets the number of digits of accuracy:

With default settings:

Assumptions  (1)

Use Assumptions to indicate the region of interest for the parameters:

FourierParameters  (3)

Inverse Fourier sine transform for the unit box function with different parameters:

Use a nondefault setting for a different definition of the transform:

To get the inverse, use the same FourierParameters setting:

Set up your particular global choice of parameters once per session:

Restore defaults:

GenerateConditions  (1)

Use GenerateConditions True to get parameter conditions for when a result is valid:

PrecisionGoal  (1)

The option PrecisionGoal sets the relative tolerance in the integration:

With default settings:

WorkingPrecision  (1)

If a WorkingPrecision is specified, the computation is done at that working precision:

With default settings:

Applications  (4)

Ordinary Differential Equations  (1)

Consider the following ODE with initial condition :

Apply the Fourier sine transform to the ODE:

Solve for the transform:

Find the inverse Fourier sine transform with and :

Compare with DSolveValue:

Partial Differential Equations  (1)

Solve the infinite diffusion problem for , : with initial condition for and boundary condition for :

Fourier sine transform with respect to :

With and , solve this ODE:

Compute the inverse sine transform:

Compare with DSolveValue:

Consider the special case with and :

Evaluation of Integrals  (2)

Calculate the following definite integral for :

Fourier sine transform of an exponential function:

Apply Fourier sine inversion formula:

Solve for the definite integral:

Compare with Integrate:

Calculate the following definite integral for :

Compute inverse Fourier sine transform of the square root of the integrand:

Apply Parseval's identity:

Or equivalently:

Solve for the definite integral:

Compare with Integrate:

Properties & Relations  (4)

By default, the inverse Fourier sine transform of is:

For , the definite integral becomes:

Compare with InverseFourierSinTransform:

Use Asymptotic to compute an asymptotic approximation:

FourierSinTransform and InverseFourierSinTransform are mutual inverses:

For odd functions, results are identical to InverseFourierTransform except for a factor -:

The results differ by a factor of - for :

Possible Issues  (2)

The result from a Fourier sine transform may not have the same form as the original:

Inverse Fourier sine transforms may require generalized functions such as DiracDelta:

Neat Examples  (2)

The inverse Fourier sine transform represented in terms of MeijerG:

Create a table of basic inverse Fourier sine transforms:

Wolfram Research (1999), InverseFourierSinTransform, Wolfram Language function, https://reference.wolfram.com/language/ref/InverseFourierSinTransform.html (updated 2025).

Text

Wolfram Research (1999), InverseFourierSinTransform, Wolfram Language function, https://reference.wolfram.com/language/ref/InverseFourierSinTransform.html (updated 2025).

CMS

Wolfram Language. 1999. "InverseFourierSinTransform." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/InverseFourierSinTransform.html.

APA

Wolfram Language. (1999). InverseFourierSinTransform. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/InverseFourierSinTransform.html

BibTeX

@misc{reference.wolfram_2024_inversefouriersintransform, author="Wolfram Research", title="{InverseFourierSinTransform}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/InverseFourierSinTransform.html}", note=[Accessed: 20-January-2025 ]}

BibLaTeX

@online{reference.wolfram_2024_inversefouriersintransform, organization={Wolfram Research}, title={InverseFourierSinTransform}, year={2025}, url={https://reference.wolfram.com/language/ref/InverseFourierSinTransform.html}, note=[Accessed: 20-January-2025 ]}