Coupled Nonlinear Differential Equations

Thomas_W
Messages
3
Reaction score
0
Hey,

I need your help to solve the following set of coupled differential equations numerically.

dn(t,z)/dt=I^5(t,z)+I(t,z)*n(t,z)

dI(t,z)/dz=I^5(t,z)-α(n(t,z))*I(t,z)

where I(t,0)=I0*exp(-4ln2(t/Δt)^2) and n(t,0)=0 and n(-certrain time,z)=0. Some constant parameters I did not show here.
α(n(t,z)) is just a parameter which depends linear on n(t,z)

I tried to solve it with Mathematica and NDsolve.. since it works fine if I just solve the first equation without the z dependence. But Mathematica seems to be unhappy with the boundary conditions.

Thanks!

Thomas
 
Physics news on Phys.org
There doesn't seem to be enough information. There's nothing to set how n varies with z or I with t. You said it was ok if you just took the first equation and treated z as constant, but then you have two unknown dependent variables, n and I, and only 1 equation.
 
Thanks for your fast response.

Yeah I know, but what I solved was
dn(t)/dt=I^5(t)+I(t)*n(t)
with a time dependent I(t).

n depends on z only due to the fact that I is depending on z, there is no direct dependence. dI(t,z)/dt I only can give for the case I(t,0).. so I just adapt these coupled equations from a paper.

Thank you

Thomas
 
Thomas_W said:
Hey,

I need your help to solve the following set of coupled differential equations numerically.

dn(t,z)/dt=I^5(t,z)+I(t,z)*n(t,z)

dI(t,z)/dz=I^5(t,z)-α(n(t,z))*I(t,z)

where I(t,0)=I0*exp(-4ln2(t/Δt)^2) and n(t,0)=0 and n(-certrain time,z)=0. Some constant parameters I did not show here.
α(n(t,z)) is just a parameter which depends linear on n(t,z)

I tried to solve it with Mathematica and NDsolve.. since it works fine if I just solve the first equation without the z dependence. But Mathematica seems to be unhappy with the boundary conditions.

Thanks!

Thomas

This is why mathematica is not solving thsi.

"where I(t,0)=I0*exp(-4ln2(t/Δt)^2)"

are you sure this is so, what if Δt=0? then what?
 
yus310 said:
This is why mathematica is not solving thsi.

"where I(t,0)=I0*exp(-4ln2(t/Δt)^2)"

are you sure this is so, what if Δt=0? then what?

Δt is not zero. so I is just a gaussian distribution around Δt
 
Can't the method of characteristics be used here?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Replies
1
Views
2K
Replies
5
Views
3K
Replies
1
Views
3K
Replies
4
Views
2K
Replies
6
Views
2K
Replies
1
Views
3K
Back
Top