Solving Complicated Autonomous Equations: Tips and Methods

  • Context: Undergrad 
  • Thread starter Thread starter thecoop
  • Start date Start date
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
1 reply · 2K views
thecoop
Messages
15
Reaction score
0
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
 
Physics news on Phys.org
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.