thecoop Messages 15 Reaction score 0 Thread starter Aug 30, 2012 #1 hi guys , i want to write a complicated differential equation as autonomous equations , is there any method ? i have no idea to overcome it ! thank you
hi guys , i want to write a complicated differential equation as autonomous equations , is there any method ? i have no idea to overcome it ! thank you
voko Messages 6,053 Reaction score 391 Aug 31, 2012 #2 It may be possible to introduce a new variable, which will eliminate the time from the equation. For example: (x' - x)t + x = 0 Let u = xt and the equation becomes u' = u If that fails, you can always convert an equation to an autonomous system of two equations in two variables, letting the second variable = time.
It may be possible to introduce a new variable, which will eliminate the time from the equation. For example: (x' - x)t + x = 0 Let u = xt and the equation becomes u' = u If that fails, you can always convert an equation to an autonomous system of two equations in two variables, letting the second variable = time.