InverseFourierTransform

InverseFourierTransform[expr,ω,t]

gives the symbolic inverse Fourier transform of expr.

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

gives the multidimensional inverse Fourier transform of expr.

Details and Options

  • The Fourier transform and its inverse are a way to transform between the time domain and the frequency domain.
  • Fourier transforms are typically used to reduce ordinary and partial differential equations to algebraic or ordinary differential equations, respectively. They are also used extensively in control theory and signal processing. Finally, they have applications in studying quantum mechanical phenomena, noise filtering, etc.
  • The inverse Fourier transform of the frequency domain function is the time domain function :
  • The inverse Fourier transform of a function is by default defined to be .
  • The multidimensional inverse Fourier transform of a function is by default defined to be or when using vector notation, .
  • 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 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 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, 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 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}default setting/physics
    {1,-1}systems engineering/mathematics
    {-1,1}classical physics
    {0,-2Pi}ordinary frequency
    {a,b}general setting
  • In TraditionalForm, InverseFourierTransform is output using . »

Examples

open allclose all

Basic Examples  (5)

Compute the inverse Fourier transform of a function:

Plot the function and its Fourier transform:

For the systems engineering convention, change the Fourier parameters:

Inverse Fourier transform of a function with parameters:

Plot the result for and :

Compute a numerical inverse Fourier transform:

Inverse Fourier transform of a bivariate function:

Plot the magnitude of the transform:

Scope  (41)

Basic Uses  (3)

Compute the inverse Fourier transform of a function for a symbolic parameter :

Use a numerical value for the parameter:

TraditionalForm formatting:

Elementary Functions  (7)

Power function:

Inverse Fourier transform of a Gaussian is another Gaussian:

Plot both Gaussians:

Sine squared:

Function involving a square root:

Plot the real and imaginary parts of the transform:

Function involving complex exponential and square root functions:

Plot the transform:

Arctangent function:

Plot the magnitude and phase:

Inverse transform of a Sech function:

Plot the inverse transform:

Rational Functions  (4)

Reciprocal function:

Inverse Fourier transform for complex rational function:

Plot the result for :

Reciprocal of quadratic polynomial:

Plot the result:

Quotient of two polynomials:

Real and imaginary part plots:

Special Functions  (6)

Sinc function:

Plot the result:

Inverse Fourier transform leading to a BesselK function:

Plot the result:

Expression involving BesselJ function:

Plot the result:

Inverse transform of a BesselY function:

Plot the result:

Inverse transform of a square root function on , leading to a BesselJ function:

Plot the result:

Product of Gamma, cosine and absolute value functions:

Plot the result for :

Piecewise Functions  (4)

The inverse of the following function is a piecewise function:

Plot the inverse transform:

Inverse transform for a complex rational function leading to a piecewise exponential function:

Plot the inverse transform:

Inverse transform of a box function:

Inverse Fourier transform of a piecewise function:

Periodic Functions  (4)

The inverse transform of the sum of sine and cosine:

SquareWave:

SawtoothWave:

Functions whose inverse transforms are trigonometric functions:

Generalized Functions  (2)

Inverse transform of an exponential imaginary function is the DiracDelta function:

Inverse transform of the product of an exponential imaginary function and a power of is a derivative of the DiracDelta function:

Multivariate Functions  (5)

Inverse Fourier transform of a bivariate rational function:

Inverse Fourier transform of a bivariate exponential function:

Reciprocal of square root function whose inverse transform is itself:

Plot the inverse transform:

Inverse Fourier transform of a trivariate function:

Rational trivariate function:

Formal Properties  (3)

Inverse Fourier transform of a first-order derivative:

Inverse Fourier transform of a second-order derivative:

Inverse Fourier transform threads itself over equations:

Numerical Inversion  (3)

Calculate the inverse Fourier transform at a single point:

Alternatively, calculate the inverse Fourier transform symbolically:

Then evaluate it for a specific value of t:

Plot the inverse Fourier transform numerically and compare it with the exact result:

Options  (7)

AccuracyGoal  (1)

The option AccuracyGoal sets the number of digits of accuracy:

With default settings:

Assumptions  (1)

The inverse Fourier transform of BesselJ is a piecewise function:

FourierParameters  (2)

Inverse Fourier transform for the unit box function and different parameters:

Set up your particular global choice of parameters to work with ordinary frequency once per session:

Restore defaults:

GenerateConditions  (1)

Use GenerateConditionsTrue 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  (7)

Signals and Systems  (2)

Find the convolution of signals:

The product of their Fourier transforms:

Find the inverse transform:

Compare with Convolve:

The ideal lowpass filter is defined:

The impulse response is the inverse Fourier transform of :

Its step response is:

Ordinary Differential Equations  (1)

Solve a differential equation using Fourier transforms:

Apply the Fourier transform over the equation:

Solve for the Fourier transform:

Find the inverse transform to get the solution:

Compare with DSolveValue:

Partial Differential Equations  (1)

Consider the heat equation: with initial condition :

Fourier transform with respect to :

With and , solve this ODE:

Compute the inverse Fourier transform:

And convolution to get the solution:

Consider the special case with initial condition and :

Compare with DSolveValue:

Plot the initial conditions and solutions for different values of :

Plot the solution over the - plane:

Evaluation of Integrals  (1)

Calculate the following definite integral:

Compute the Fourier transform with respect to and interchange the order of transform and integration:

Integrate over :

Use the inverse Fourier transform to get the result:

Compare with Integrate:

Other Applications (2)

The inverse Fourier transform of a radially symmetric function in the plane can be expressed as an inverse Hankel transform. Verify this relation for the function defined by:

Plot the function:

Compute its inverse Fourier transform:

Obtain the same result using InverseHankelTransform:

Plot the inverse Fourier transform:

Generate a gallery of inverse Fourier transforms for a list of radially symmetric functions:

Compute the inverse Hankel transforms for these functions:

Generate the gallery of inverse Fourier transforms as required:

Properties & Relations  (5)

By default, the inverse Fourier transform of is:

For , the definite integral becomes:

Compare with InverseFourierTransform:

Use Asymptotic to compute an asymptotic approximation:

InverseFourierTransform and FourierTransform are mutual inverses:

InverseFourierTransform and InverseFourierCosTransform are equal for even functions:

InverseFourierTransform and InverseFourierSinTransform differ by - for odd functions:

Possible Issues  (1)

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

Neat Examples  (2)

The InverseFourierTransform of is a convolution of box functions:

Create a table of basic inverse Fourier transforms:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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