Solve Diff. Equation System: Find Mistake

  • Thread starter Thread starter prehisto
  • Start date Start date
  • Tags Tags
    System
prehisto
Messages
111
Reaction score
0

Homework Statement


System1:
dx/dt=x+y
dy/dt=8x-y


Homework Equations





The Attempt at a Solution


detreminant=(1-λ)(-1-λ)=(λ-3)(λ+3);λ_{1}=-3 and λ_{2}=3

So system 2:
(1-λ)\alpha+\beta=0
8\alpha+(-1-λ)\beta=0

When i put λ_{1}=-3 in system 2 -> \alpha and \beta=0.
the same goes for λ_{2}

That menas that solution in form of y=C_1*\beta_1*exp(λ_{1}*t)+C_2*\beta_2*exp(λ_{2}*t) is equal to 0. Thats wrong.

Where is my mistake?
 
Last edited by a moderator:
Physics news on Phys.org
hi prehisto! :smile:

so far so good! …
prehisto said:
(1-λ)\alpha+\beta=0
8\alpha+(-1-λ)\beta=0

now solve either line to get β = 2α, so your eigenvector is any multiple of x + 2y :wink:
 
ok,that means that i can chose α1=1 β1=2 and
α2=1 β2=-4

y=C11*exp(λ1*t)+C22*exp(λ2*t)
x=C11*exp(λ1*t)+C22*exp(λ2*t)
Is this form of solution correct or I have to use something else?
 
i think it would be better if you checked by starting with the eigenvector equations

x + 2y = Ae3t
x - 4y = Ae-3t
 
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