Solving Differential Equation System

sergej21
Messages
3
Reaction score
0

Homework Statement


x`=z-y
y`=z
z`=z-x
x(0)=1; y(0)=1; z(0)=1




The Attempt at a Solution


Would be glad to know the steps I need to take.
 
Physics news on Phys.org
Hi Sergej,

This is a system of first order linear differential equations. Have you learned about them? ehild
 
Seek the solutions in the form

x=Aeλt
y=Beλt
z=Ceλt.

You get a "characteristic equation" for λ, with 3 solutions, real and complex. Substitute back and find A,B,C for all cases. The general solution is a linear combination of these three, match the constants to the initial conditions.


ehild
 
There are a number of different ways to solve linear systems of equations. If you show no work at all, we have no idea which method you have learned and what help would be appropriate. One method is to write the system as a matrix equation. Can you do that? Another would be to differentiate the equations, eleminating variables until you have a third order equation in a single variable. Have you done that in class?
 
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