Fourier transform between variables of different domains

Click For Summary
SUMMARY

The discussion focuses on constructing an inverse Fourier transform to derive the function ##C_q(z)## from the known function ##q(x) = x^{1/5}(1-x)^3## defined on the interval ##[0,1]##. The user employs a substitution ##\mu = Mz## to relate the variables and utilizes the inverse Fourier transform formula to express ##C_q(z)##. The key equations derived include ##\tilde{C}_{q}(\mu) = \int _{0}^{1} dx e^{ix\mu} q(x)## and ##C_{q}(z) = \int _{0}^{1} dx e^{iMxz} q(x)##. The discussion concludes that the inverse Fourier transform should yield zero outside the interval and match the original function within it.

PREREQUISITES
  • Understanding of Fourier transforms and inverse Fourier transforms
  • Familiarity with complex exponentials and integration techniques
  • Knowledge of the properties of piecewise functions
  • Basic experience with mathematical notation and calculus
NEXT STEPS
  • Study the properties of the Fourier transform and its applications in signal processing
  • Learn about the convergence of Fourier series and integrals, especially at discontinuities
  • Explore the implications of the inverse Fourier transform in different domains
  • Investigate the use of substitution methods in integral calculus
USEFUL FOR

Mathematicians, physicists, and engineering students involved in signal processing, as well as anyone interested in understanding the application of Fourier transforms in research projects.

alec_grunn
Messages
7
Reaction score
0
I'm doing a research project over the summer, and need some help understanding how to construct an inverse Fourier transform (I have v. little prior experience with them).

1. Homework Statement

I know the explicit form of ##q(x)##, where
$$ q(x) = \frac{M}{2 \pi} \int _{- \infty}^{\infty} dz e^{-iMxz} C_q(z)
$$
and want to find ##C_q(z)## using an inverse Fourier transform. As far as I can tell, there's no simple relationship between ##z## and ##x##. And the domain of ##x## is ##[0,1]##.

Homework Equations


[/B]
Explicit form of ##q(x)##: ##q(x) = x^{1/5}(1-x)^3##.

The Attempt at a Solution



I thought I would start with a substitution, since ##z## and ##M## are independent: ##\mu = Mz##. Therefore,
$$q(x) = \frac{1}{2 \pi} \int _{- \infty}^{\infty} d\mu e^{-ix\mu} \tilde{C}_{q}(\mu)
$$
And from this relation I use the inverse Fourier transform to get
$$\tilde{C}_{q}(\mu) = \int _{0}^{1} dx e^{ix\mu} q(x)
$$
$$ \Rightarrow \quad C_{q}(z) = \int _{0}^{1} dx e^{iMxz} q(x)
$$
Is this reasoning sound? Any help is appreciated.
 
Physics news on Phys.org
alec_grunn said:
I'm doing a research project over the summer, and need some help understanding how to construct an inverse Fourier transform (I have v. little prior experience with them).

1. Homework Statement

I know the explicit form of ##q(x)##, where
$$ q(x) = \frac{M}{2 \pi} \int _{- \infty}^{\infty} dz e^{-iMxz} C_q(z)
$$
and want to find ##C_q(z)## using an inverse Fourier transform. As far as I can tell, there's no simple relationship between ##z## and ##x##. And the domain of ##x## is ##[0,1]##.

Homework Equations


[/B]
Explicit form of ##q(x)##: ##q(x) = x^{1/5}(1-x)^3##.

The Attempt at a Solution



I thought I would start with a substitution, since ##z## and ##M## are independent: ##\mu = Mz##. Therefore,
$$q(x) = \frac{1}{2 \pi} \int _{- \infty}^{\infty} d\mu e^{-ix\mu} \tilde{C}_{q}(\mu)
$$
And from this relation I use the inverse Fourier transform to get
$$\tilde{C}_{q}(\mu) = \int _{0}^{1} dx e^{ix\mu} q(x)
$$
$$ \Rightarrow \quad C_{q}(z) = \int _{0}^{1} dx e^{iMxz} q(x)
$$
Is this reasoning sound? Any help is appreciated.
Do you mean
$$q(x) = \begin{cases}
0 & x < 0 \\
x^{1/5}(1-x)^3 & 0 \leq x \leq 1 \\
0 & x > 1
\end{cases}
$$
If so, the Fourier transform is
$$F(k) = \int_0^1 e^{ikx} q(x) \, dx$$
and the inverse Fourier transform is
$$q(x) = \frac{1}{2 \pi} \int_{-\infty}^{\infty} e^{-ikx} F(k) \, dk$$

If you do everything correctly the inverse Fourier transform should evaluate to ##0## if ##x < 0## or ##x > 1##, and to ##x^{1/5}(1-x)^3## if ##0 \leq x \leq 1##.

To see what is happening, look at the simpler example of
$$
f(x) = \begin{cases}
0, & x< 0 \\
1, & 0 \leq x \leq 1 \\
0, & x > 1
\end{cases}
$$
Computing ##g(k) = \int_0^1 e^{i k x} \, dx## is easy, and inverting to get
$$F(x) = \frac{1}{2 \pi} \int_{-\infty}^{\infty} g(k) e^{-ikx} \, dk$$
is also relatively straightforward. You will find that ##F(x) = 0## for ##x<0 \; \text{or} \; x>1##, and ##F(x) = 1## for ##0 < x < 1##.

However, the values of ##F(x)## at ##x=0## and at ##x=1## may differ from ##f(0)## and ##f(1)## for the usual reasons about the values of Fourier series/integrals at discontinuity points.

In fact:
$$F(x) = \begin{cases}
0,& x < 0 \\
1/2, & x = 0 \\
1, & 0 < x < 1 \\
1/2, & x=1 \\
0 , & x > 1
\end{cases}
$$
Thus, ##f(x) = f(x),\, x \neq 0,1##.
 
Last edited:

Similar threads

Replies
1
Views
2K
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K