Finding Wavevector in 2D Domain

  • Thread starter Thread starter Crot
  • Start date Start date
  • Tags Tags
    2d
AI Thread Summary
To find the wavevector in a 2D domain, performing a Fourier transform (FFT) of the wave is a recommended method. The FFT will yield amplitudes for both positive and negative wavenumbers, k_x and k_y, with indices representing cycles per domain length. For an N-point FFT, the output will range from -N/2 to N/2, depending on whether N is even or odd. Identifying the peak wavenumbers in both directions will provide the necessary wavevector information. This approach is straightforward and effective for analyzing wave properties.
Crot
Messages
15
Reaction score
0
Dear forumers,

There is a wave computed in a 2D domain.
Could you please give me a hint how to find the wavevector of the wave?
I think I have to Fourier transform the wave in space but I cannot figure out how to
obtain that k_x and k_y from the transformation.


Crot
 
Physics news on Phys.org
There other ways to do this, but FFT is a straightforward (if brute force) approach.

You will want to look up the reference for your FFT routine (if you are using a prepackaged one). Typically, the FFT will give you amplitudes for +/- k_x, k_y with the index being wavenumber expressed as integer multiples of cycles per domain length (since the longest periodic wave in the domain completes 1 cycle). However, for the N-point FFT, you will likely get an order like -N/2, -N/2+1, ..., 0, N/2-1 cycles per domain for even N (or -N/2,...,0,...,N/2 for an odd N).

Anyway you are just looking for the peak wavenumbers in both k_x and k_y, right?
 
Thanks a lot for the answer. Now, it is clear!
 
Consider an extremely long and perfectly calibrated scale. A car with a mass of 1000 kg is placed on it, and the scale registers this weight accurately. Now, suppose the car begins to move, reaching very high speeds. Neglecting air resistance and rolling friction, if the car attains, for example, a velocity of 500 km/h, will the scale still indicate a weight corresponding to 1000 kg, or will the measured value decrease as a result of the motion? In a second scenario, imagine a person with a...
Scalar and vector potentials in Coulomb gauge Assume Coulomb gauge so that $$\nabla \cdot \mathbf{A}=0.\tag{1}$$ The scalar potential ##\phi## is described by Poisson's equation $$\nabla^2 \phi = -\frac{\rho}{\varepsilon_0}\tag{2}$$ which has the instantaneous general solution given by $$\phi(\mathbf{r},t)=\frac{1}{4\pi\varepsilon_0}\int \frac{\rho(\mathbf{r}',t)}{|\mathbf{r}-\mathbf{r}'|}d^3r'.\tag{3}$$ In Coulomb gauge the vector potential ##\mathbf{A}## is given by...
Dear all, in an encounter of an infamous claim by Gerlich and Tscheuschner that the Greenhouse effect is inconsistent with the 2nd law of thermodynamics I came to a simple thought experiment which I wanted to share with you to check my understanding and brush up my knowledge. The thought experiment I tried to calculate through is as follows. I have a sphere (1) with radius ##r##, acting like a black body at a temperature of exactly ##T_1 = 500 K##. With Stefan-Boltzmann you can calculate...
Back
Top