If I use non-zero initial amplitudes for all three frequencies (say w1,w2,w3) then real parts of the solutions appear with changing amplitudes for all (as expected). But when I use zero initial amplitude for any one of w (say w1) and non-zero for other two (say w2,w3), the real part of solutions for w1 remains zero while that for w2 and w3 is non-zero. However, the imaginary parts for w1 are non-zero causing changes in amplitudes for w2 and w3!

I expect that field amplitude must be real not imaginary to say that a new frequency is generated. Hence, based on my results these equations rather describe only the interaction of existing frequencies and not their generation (from zero, of course generation is there for non-zero). Am I correct or not?

Equations used:

c=0;

dy(1) =1i *conj(y(2)) * y(3) * exp(1i*c*t);

dy(2) =1i *conj(y(1)) * y(3) * exp(1i*c*t);

dy(3) =1i *y(1)*y(2) * exp(-1i*c*t);

Solver ode45 (from MATLAB)

More Danish Shamoon's questions See All
Similar questions and discussions