Systems of Nonlinear Differential Equations

Aline Rocha
Messages
6
Reaction score
0
Hi,
I trying to solve a system of Nonlinear Differential Equations.
I'm using Runge-Kutta on the Differential equations and Newton Method
for the system. I have some doubts in how to create the JAcobian to the
differential equations.

Could somebody help me, please?
Thank you,
Aline
 
Physics news on Phys.org
What are the equations? Hard to help when there are no equations.

Thanks
Matt
 
I have in my system a equation like this:

\frac{dy}{dx}=\sum\frac{By}{M1}

B and M1 are constats.

When I apply the Runge-Kutta I have:

y_{i}=y_{i-1}+\frac{h}{6}(k1+2k2+2k3+k4)

My doubt is: How do I incert this in the equation of the system to build the Jacobian?

Thaks,
Aline
 
Before discuss my question I have to learn how to post using the Latex.
Do you know why this happened?
 
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