Coupled system of 1st order PDEs

hunt_mat
Homework Helper
Messages
1,798
Reaction score
33
I have the following system of first order PDEs
<br /> \begin{array}{rcl}<br /> \frac{\partial v}{\partial t}+v\frac{\partial v}{\partial x} &amp; = &amp; -\varepsilon\gamma^{-3}(v)E \\<br /> \frac{\partial n}{\partial t}+\frac{\partial}{\partial x}(nv) &amp; = &amp; 0 \\<br /> \frac{\partial E}{\partial t}+E &amp; = &amp; nv<br /> \end{array}<br />
With inital conditions v(t,0)=\beta_{0},n(0,x)=1,E(x/\beta_{0},x)=0. Now it is possible to solve for E explicitly to obtain:
<br /> E(t,x)=\int_{\frac{x}{\beta_{0}}}^{t}e^{s-t}n(s,x)v(s,x)ds<br />
Now I have decided to solve this system numerically using a predictor corrector method for v and n and the solution above to find E. Now I have got the predictor-corrector to work (such that it gives no errors when I run it) but I am having a little trouble coding up the integral for E, can anyone suggest something? I am working in MATLAB.

Cheers

Mat
 
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...

Similar threads

Back
Top