Uncoupling Equations: A Matrix Approach

  • Thread starter Thread starter Winzer
  • Start date Start date
  • Tags Tags
    Approach Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Winzer
Messages
597
Reaction score
0

Homework Statement


I am having trouble remembering how to uncouple these.



Homework Equations


[tex]\frac{dt}{ds}=1[/tex]
[tex]\frac{du}{ds}=2tu[/tex]



The Attempt at a Solution


I remember putting it into a matrix.
[tex]x'=\lambda x[/tex]
 
Physics news on Phys.org
The equation with du/ds is nonlinear, so this system might not be amenable to uncoupling by matrix methods, which involves finding eigenvalues and eigenvectors, and using them to diagonalize a matrix.

Alternatively, I think it works to solve for t as a function of s in the first equation, and substitute for t in the second equation, and solve it for u.

To get you started, if dt/ds = 1, what is t as a function of s? Hint: there is not just one solution.
 
t(s)=s+C

Plugging that into the latter u = A Exp(s^2+Cs). Is that right?