Solve Diff. Equation System: Find Mistake

  • Thread starter Thread starter prehisto
  • Start date Start date
  • Tags Tags
    System
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
3 replies · 2K views
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);λ[itex]_{1}[/itex]=-3 and λ[itex]_{2}[/itex]=3

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

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

That menas that solution in form of y=C_1*[itex]\beta[/itex]_1*exp(λ[itex]_{1}[/itex]*t)+C_2*[itex]\beta[/itex]_2*exp(λ[itex]_{2}[/itex]*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-λ)[itex]\alpha[/itex]+[itex]\beta[/itex]=0
8[itex]\alpha[/itex]+(-1-λ)[itex]\beta[/itex]=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?