Proving Convergence of (x+z) as t Approaches Infinity in a System of Three ODEs

  • Thread starter Thread starter hzzhangyu
  • Start date Start date
  • Tags Tags
    Odes System
hzzhangyu
Messages
2
Reaction score
0

Homework Statement


In a problem I was given a system of three differential equations concerning three functions, x(t), y(t) and z(t):

dx(t)=2y(t)dt,
dy(t)=[z(t)-x(t)]dt,
dz(t)=[c^2x(t)-2y(t)]dt. (where c is a constant)

The problem asked me to prove that when t is large, x(t)+z(t) converges to K*exp{wt},
where w is a positive real root of equation w^3+4w-2c^2=0,

Homework Equations





The Attempt at a Solution



I haven't studied how to solve this kind of ODE system in my calcus class, so now I am stuck at the beginning of this question. If you are willing to take time to look at it for me, I will be real grateful for that. Thanks!
 
Physics news on Phys.org
The middle equation is

y'(t) = z(t)-x(t).

If you differentiate it, you'll get

y''(t) = z'(t)-x'(t)

You can substitute for x'(t) and z'(t) using the first and third equations. With a bit more manipulation, you can eventually get a differential equation for just y(t), which you should be able to solve (in principle). Next, write (x+z)'' in terms of y. Then you should be able to argue what you're trying to show.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top