Numerical method for wave equation

semc
Messages
364
Reaction score
5
Hi, I am trying to plot a function subjected to a nonlinear wave equation. One of the method I found for solving the nonlinear schrodinger equation is the split step Fourier method. However I noticed that this method only works for a specific form of PDE where the equation has an analytic solution for both the linear and nonlinear part. So how do I solve numerically any arbitrary PDE? Specifically, my PDE is

\partial_zE(r_⊥,z,\tau)-∇^2_⊥\int^{\tau}_{-\infty}d\tau 'E(r_⊥,z,\tau ')=\int^{\tau}_{-\infty}d\tau '\omega^2(r_⊥,z,\tau ')-\frac{\partial_{\tau}n(r_⊥,z,\tau)}{E(r_⊥,z,\tau)}

and I want to solve for the evolution of E. Any help would be greatly appreciated. Thanks!
 
Physics news on Phys.org
Boundary conditions, please.
 
From my experience with PDE, you only need boundary conditions when solving for specific solutions. I am looking for a way to solve the PDE numerically. Would it be possible to give me the general method? For example you can \bf{explain} the split step Fourier method without knowing the boundary conditions?
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top