Skip to main content
1-Visitor
June 3, 2015
Question

Solving two simultaneous differential equations and need to plot them wrt to time .

  • June 3, 2015
  • 1 reply
  • 5245 views


Hello all,

I am currently trying to solve two simultaneous equations and they are dependent on multiple variables . I could not solve them and simultaneously and also have to use the output of them to make an input for other and try to iterate and optimise it . I have removed all the units as I was facing problem with a couple of them . so just I m working with plain numbers .

Can some one please help me ..

I am kind of on intermediate level in mathcad prime

Nitin

1 reply

19-Tanzanite
June 3, 2015

Sorry, that's a Prime 3.1 file, so I can't read it. If you post a pdf maybe I (or someone else that does not have Prime 3.1) can help.

nkarna1-VisitorAuthor
1-Visitor
June 3, 2015

Thanks a lot for the reply , please find the attached xps file for the same

19-Tanzanite
June 3, 2015

I assume the two equations you want to solve are M(h) and U(h). You have two definitions of M(h). For the first, you define it as d/dt(h), but since h is a constant that's 0. Your definition of U(h) includes an undefined variable T, and d/dt(omega_rel), but you have defined omega_rel as a constant, not a function of t, so the derivative is 0. Even if you define the variable T and fix the definition of omega_rel the variable h will not appear on  the rhs of the equation though, so the value returned by U(h) will be constant. Lastly, you are using odesolve in the solve block, but you do not have differential equations.

Please specify exactly the form of the two equations you wish to solve, and which two variables you wish to solve for.