WOLFRAM

FourierSinTransform[expr,t,ω]

gives the symbolic Fourier sine transform of expr.

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

gives the multidimensional 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 Fourier sine transform of the time domain function is the frequency domain function for :
  • The Fourier sine transform of a function is by default defined to be .
  • The multidimensional Fourier sine transform of a function is by default defined to be or when using vector notation, (2/pi)^(n/2)int_(t in TemplateBox[{}, PositiveReals]^n )f(t) sin(omega t)dt.
  • 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 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 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, FourierSinTransform 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 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  (6)Summary of the most common use cases

Compute the Fourier sine transform of a function:

Out[1]=1

Plot the function and its Fourier sine transform:

Out[2]=2

Fourier sine transform of an exponential function:

Out[1]=1

For a different convention, change the parameters:

Out[1]=1

Fourier sine transform of the reciprocal of a square root:

Out[1]=1

Compute the Fourier sine transform of a multivariate function:

Out[1]=1

Plot the function and its transform:

Out[2]=2

Compute the transform at a single point:

Out[1]=1

Scope  (37)Survey of the scope of standard use cases

Basic Uses  (3)

Fourier sine transform of a function for a symbolic parameter :

Out[1]=1

Plot the transform:

Out[2]=2

Fourier sine transforms involving trigonometric functions:

Out[1]=1

Plot the transform:

Out[2]=2
Out[3]=3

Plot the transform:

Out[4]=4

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

Out[1]=1

Algebraic Functions  (3)

Fourier sine transform of power functions:

Out[1]=1

Sine transform of rational functions:

Out[1]=1
Out[2]=2

Plot the transform for :

Out[3]=3
Out[4]=4

Plot the transform for :

Out[5]=5
Out[6]=6

Transform when :

Out[7]=7

Plot the transform:

Out[8]=8
Out[9]=9

Plot the transform for :

Out[10]=10

Fourier sine transform of a quotient of two polynomials:

Out[1]=1

Plot the transform for:

Out[2]=2

Exponential and Logarithmic Functions  (3)

Fourier sine transforms for exponential functions:

Out[1]=1

Plot the transform for :

Out[2]=2
Out[3]=3

Plot the transform for :

Out[4]=4
Out[5]=5

Plot the transform:

Out[6]=6

Fourier sine transform of a Gaussian:

Out[1]=1

Transform when :

Out[2]=2

Plot the transform:

Out[3]=3
Out[4]=4

Plot the transform for :

Out[5]=5

Sine transforms of logarithmic functions:

Out[1]=1

Plot the transform:

Out[2]=2
Out[3]=3

Plot the transform for :

Out[4]=4
Out[5]=5

Plot the transform for :

Out[6]=6
Out[7]=7

Plot the transform:

Out[8]=8

Trigonometric Functions  (3)

Composition of elementary functions:

Out[1]=1

Plot the transform for :

Out[2]=2
Out[3]=3

Plot the transform for :

Out[4]=4
Out[5]=5

Plot the transform for :

Out[6]=6
Out[7]=7

Plot the transform for :

Out[8]=8

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

Out[1]=1

Plot the transform for , :

Out[2]=2
Out[3]=3

Plot the transform for , :

Out[4]=4

Fourier sine transforms of arctangent functions:

Out[1]=1

Plot the transform:

Out[2]=2
Out[3]=3

Plot the transform:

Out[4]=4

Special Functions  (8)

Fourier sine transforms of expressions involving the Sinc function:

Out[1]=1

Plot the transform:

Out[2]=2
Out[3]=3

Plot the transform:

Out[4]=4

Fourier sine transform of ExpIntegralEi:

Out[1]=1

Plot the transform:

Out[2]=2

Transform of Erf:

Out[1]=1

Plot the transform:

Out[2]=2

Transform of Erfc:

Out[1]=1

Plot the transform for :

Out[2]=2

Expression involving the SinIntegral:

Out[1]=1

Plot the transform:

Out[2]=2

CosIntegral:

Out[1]=1

Plot the transform for :

Out[2]=2

Sine transforms for BesselJ functions:

Out[1]=1

Plot the transform for :

Out[2]=2
Out[3]=3

Plot the transform for and :

Out[4]=4
Out[5]=5

Plot the transform for and :

Out[6]=6

Sine transforms for BesselY functions:

Out[1]=1

Plot the transform for :

Out[2]=2
Out[3]=3

Plot the transform for and :

Out[4]=4

Piecewise Functions and Distributions  (4)

Fourier sine transform of a piecewise function:

Out[2]=2
Out[3]=3

Restriction of a sine function to a half-period:

Out[1]=1
Out[2]=2

Triangular function:

Out[1]=1
Out[2]=2

Transforms in terms of FresnelS:

Out[1]=1

Plot the transform:

Out[2]=2
Out[3]=3

Plot the transform:

Out[4]=4

Periodic Functions  (2)

Fourier sine transform of sine:

Out[1]=1

Fourier sine transform of SquareWave:

Out[1]=1
Out[2]=2

Generalized Functions  (4)

Fourier sine transforms of expressions involving HeavisideTheta:

Out[1]=1
Out[2]=2
Out[3]=3
Out[4]=4

Fourier sine transforms involving DiracDelta:

Out[1]=1

Plot the transform:

Out[2]=2
Out[3]=3

Plot the transform:

Out[4]=4

Fourier sine transform involving HeavisideLambda:

Out[1]=1
Out[2]=2

Fourier sine transform involving HeavisidePi:

Out[1]=1
Out[2]=2

Multivariate Functions  (2)

Fourier sine transform of an exponential functions in two variables:

Out[1]=1

Plot of both:

Out[2]=2
Out[3]=3

Plot of both:

Out[4]=4

Fourier sine transform of product of exponential and SquareWave:

Out[1]=1
Out[2]=2

Formal Properties  (3)

Fourier sine transform of a first-order derivative:

Out[1]=1

Fourier sine transform of a second-order derivative:

Out[1]=1

Fourier sine transform threads itself over equations:

Out[1]=1

Numerical Evaluation  (2)

Calculate the Fourier sine transform at a single point:

Out[1]=1

Alternatively, calculate the Fourier sine transform symbolically:

Out[1]=1

Then evaluate it for specific value of :

Out[2]=2

Options  (8)Common values & functionality for each option

AccuracyGoal  (1)

The option AccuracyGoal sets the number of digits of accuracy:

Out[1]=1
Out[2]=2

With default settings:

Out[3]=3

Assumptions  (1)

Fourier sine transform of BesselJ is a piecewise function:

Out[1]=1
Out[2]=2

FourierParameters  (3)

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

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

Out[1]=1

To get the inverse, use the same FourierParameters setting:

Out[2]=2

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

Out[1]=1

Restore defaults:

Out[3]=3

GenerateConditions  (1)

Use GenerateConditions True to get the parameter conditions necessary for the result to be valid:

Out[1]=1

PrecisionGoal  (1)

The option PrecisionGoal sets the relative tolerance in the integration:

Out[1]=1
Out[2]=2

With default settings:

Out[3]=3

WorkingPrecision  (1)

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

Out[1]=1
Out[2]=2

With default settings:

Out[3]=3

Applications  (4)Sample problems that can be solved with this function

Ordinary Differential Equations  (1)

Consider the following ODE with initial condition :

Out[1]=1

Apply the Fourier sine transform to the ODE:

Out[2]=2

Solve for the transform:

Out[3]=3

Find the inverse Fourier sine transform with and :

Out[4]=4

Compare with DSolveValue:

Out[5]=5

Partial Differential Equations  (1)

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

Fourier sine transform with respect to :

Out[2]=2

With and , solve this ODE:

Out[3]=3

Compute the inverse sine transform:

Out[4]=4

Compare with DSolveValue:

Out[5]=5

Consider the special case with and :

Out[6]=6

Evaluation of Integrals  (2)

Calculate the following definite integral for :

Out[1]=1

Compute the Fourier sine transform of an exponential function:

Out[2]=2

Apply the Fourier sine inversion formula:

Out[3]=3

Solve for the definite integral:

Out[4]=4

Compare with Integrate:

Out[5]=5

Calculate the following definite integral for :

Out[1]=1

Compute the Fourier sine transform of an exponential function:

Out[2]=2

Apply Parseval's identity:

Out[3]=3

Or equivalently:

Out[4]=4

Solve for the definite integral:

Out[5]=5

Compare with Integrate:

Out[6]=6

Properties & Relations  (4)Properties of the function, and connections to other functions

By default, the Fourier sine transform of is:

Out[1]=1

For , the definite integral becomes:

Out[2]=2

Compare with FourierSinTransform:

Out[3]=3

Use Asymptotic to compute an asymptotic approximation:

Out[1]=1

FourierSinTransform and InverseFourierSinTransform are mutual inverses:

Out[1]=1
Out[2]=2
Out[3]=3
Out[4]=4

Results from FourierSinTransform and FourierTransform differ by a factor of for odd functions:

Out[1]=1
Out[2]=2

The results differ by a factor of for ω>0:

Out[3]=3

Possible Issues  (1)Common pitfalls and unexpected behavior

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

Out[1]=1
Out[2]=2

The Fourier sine transform may be given in terms of generalized functions such as DiracDelta:

Out[3]=3
Out[4]=4

Neat Examples  (2)Surprising or curious use cases

The Fourier sine transform represented in terms of MeijerG:

Out[1]=1

Create a table of basic Fourier sine transforms:

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

Text

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

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

CMS

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

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

APA

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

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

BibTeX

@misc{reference.wolfram_2025_fouriersintransform, author="Wolfram Research", title="{FourierSinTransform}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/FourierSinTransform.html}", note=[Accessed: 23-February-2025 ]}

@misc{reference.wolfram_2025_fouriersintransform, author="Wolfram Research", title="{FourierSinTransform}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/FourierSinTransform.html}", note=[Accessed: 23-February-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_fouriersintransform, organization={Wolfram Research}, title={FourierSinTransform}, year={2025}, url={https://reference.wolfram.com/language/ref/FourierSinTransform.html}, note=[Accessed: 23-February-2025 ]}

@online{reference.wolfram_2025_fouriersintransform, organization={Wolfram Research}, title={FourierSinTransform}, year={2025}, url={https://reference.wolfram.com/language/ref/FourierSinTransform.html}, note=[Accessed: 23-February-2025 ]}