Systems of Nonlinear Differential Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
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:

[tex]\frac{dy}{dx}[/tex]=[tex]\sum\frac{By}{M1}[/tex]

B and M1 are constats.

When I apply the Runge-Kutta I have:

y[tex]_{i}[/tex]=y[tex]_{i-1}[/tex]+[tex]\frac{h}{6}[/tex](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?