Change of variables from one set of coordinates to another in Fourier

In summary: When we multiply a complex vector with another complex vector, the result is always a complex number. This is because the real and imaginary parts of a complex number are both real numbers. We can think of this as saying that the real part of a complex number is the component in the real coordinate space, and the imaginary part is the component in the imaginary coordinate space.
  • #1
anhnha
181
1
...
...

I am curious to know why we have to multiply with [tex]e^{-j\omega t}[/tex] in Fourier transform? What is the purpose of this? I have heard somewhere that the transform is merely a change of variables from one set of coordinates to another.
I would like to know more about this.
Can you help me?
 
Physics news on Phys.org
  • #2
anhnha said:
I have heard somewhere that the transform is merely a change of variables from one set of coordinates to another.

Have you studied linear algebra? It is like representing the same vector in two different basis. We can consider functions in [itex]\mathbb{R}[/itex] or [itex]\mathbb{C}[/itex] to be vectors too, although they have an infinite amount of coordinates.

Consider the vector to be [itex]f(x)[/itex]. We can also represent this vector in the basis of functions [itex]e^{j\omega t}[/itex]. The coordinates in this basis are [itex]F(\omega)[/itex], which is the Fourier transform of f(x).

[tex]f(x) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty} F(\omega)e^{j\omega t} \mathop{d\omega}[/tex]

So, why do we multiply by [itex]e^{-j\omega t}[/itex] to get [itex]F(\omega)[/itex]? If I had the vector [itex]\begin{bmatrix} 7 \\ 3 \end{bmatrix}[/itex] and I wanted to get the x component of this vector, I could take the dot product with the x basis vector.

[tex]\hat{x} \cdot \begin{bmatrix} 7 \\ 3 \end{bmatrix} = \begin{bmatrix}1 & 0\end{bmatrix}\begin{bmatrix} 7 \\ 3 \end{bmatrix} = 7 + 0 [/tex]

What were are doing is taking the component of the basis vector and multiplying it by the component of the second vector and then adding this up for each component. For functions, we still multiply each component (a value of [itex]f(x)[/itex]) by a corresponding component of the basis, but instead of adding we integrate.

But why do we multiply by [itex]e^{-j\omega t}[/itex] when getting the Fourier transform instead of [itex]e^{+j\omega t}[/itex]? Well this has to do with it being a complex vector space.
Consider what happens here:

[tex] \begin{bmatrix}\frac{1}{\sqrt{2}} & \frac{i}{\sqrt{2}}\end{bmatrix}\begin{bmatrix} \frac{1}{\sqrt{2}} \\ \frac{i}{\sqrt{2}}\end{bmatrix} = 1/2 - 1/2 = 0 [/tex]

This is a problem, since we want every vector to be some number times a unit vector in that direction. When we take the dot product of the unit vector with the vector, we should get the number. This will not work if the dot product of some (non-zero) vectors with themselves is zero.

The way to fix this is to take the complex conjugate.
[tex] \left(\begin{bmatrix}\frac{1}{\sqrt{2}} & \frac{i}{\sqrt{2}}\end{bmatrix}\right)^* \begin{bmatrix} \frac{1}{\sqrt{2}} \\ \frac{i}{\sqrt{2}}\end{bmatrix} = \begin{bmatrix}\frac{1}{\sqrt{2}} & \frac{-i}{\sqrt{2}}\end{bmatrix}\begin{bmatrix} \frac{1}{\sqrt{2}} \\ \frac{i}{\sqrt{2}}\end{bmatrix}= 1/2 + 1/2 = 1 [/tex]
 
  • Like
Likes 1 person
  • #3
Well, thanks a lot!
I am starting to understand it.
 
  • #4
anhnha said:
...
...

I am curious to know why we have to multiply with [tex]e^{-j\omega t}[/tex] in Fourier transform? What is the purpose of this? I have heard somewhere that the transform is merely a change of variables from one set of coordinates to another.
I would like to know more about this.
Can you help me?

The integral of a function multiplied by [tex]e^{-j\omega t}[/tex] is a definition of Fourier transform.
 
  • #5
This is a problem, since we want every vector to be some number times a unit vector in that direction. When we take the dot product of the unit vector with the vector, we should get the number. This will not work if the dot product of some (non-zero) vectors with themselves is zero.

The way to fix this is to take the complex conjugate.
Hi, can you explain more about this? May be a link?
I intended to think about it more but I got stuck.
 
  • #6
Basically if the components of vectors are complex numbers, it is necessary to use a modified version of the inner product so that it works well with concepts like length, orthogonality, and projection.

[itex] \vec{v} = \begin{bmatrix} a_1\\ a_2 \end {bmatrix}[/itex][itex](\vec{v}^T)^* \vec{v} = a_1^*a_1 + a_2^*a_2 \geq 0[/itex]

[itex]\left\| \vec{v}\right\| = \sqrt{a_1^*a_1 + a_2^*a_2} [/itex]

If we omitted the conjurgation, there would be more than one vector whose product with itself is zero. This is bad; we want to connect a zero product to orthogonality, and a non-zero vector should not be orthogonal to itself.
 

FAQ: Change of variables from one set of coordinates to another in Fourier

What is a change of variables in Fourier?

A change of variables in Fourier refers to the process of converting a mathematical function expressed in one set of coordinates to another set of coordinates. This is often used in Fourier analysis to simplify complex functions or to make them more suitable for certain types of calculations.

Why is a change of variables needed in Fourier analysis?

A change of variables is needed in Fourier analysis because it allows us to transform a function from the time or spatial domain to the frequency domain, where it can be analyzed more easily. This is particularly useful in signal processing and image processing applications.

How is a change of variables carried out in Fourier?

A change of variables in Fourier is typically carried out using a mathematical technique called the Fourier transform. This involves integrating the function over its entire domain with respect to the new set of variables. The resulting transformed function can then be expressed in terms of the new variables.

What are the benefits of using a change of variables in Fourier?

One of the main benefits of using a change of variables in Fourier is that it allows us to analyze complex functions in a simpler way, making it easier to understand and manipulate them. It also enables us to solve certain types of equations more easily, as well as providing a more intuitive representation of the data.

Are there any limitations to using a change of variables in Fourier?

Yes, there are some limitations to using a change of variables in Fourier. For example, it may not always be possible to find a suitable change of variables that will simplify the function in the desired way. In addition, the Fourier transform may not be appropriate for all types of functions, so other mathematical techniques may need to be used in these cases.

Similar threads

Back
Top