Thread Closed

System of Differential Equations

 
Share Thread
Jun24-08, 06:27 PM   #1
 

System of Differential Equations



SOLVE THE SYSTEM OF DIFFERENTIAL EQUATIONS:

X'= -x+y
Y'= -x-y

WHEN x(0)=2 och y(0)=3.



3. The attempt at a solution

HELP...I don't know how to go about this. I have used the matrix
A= [-1 1
-1 -1]

and got a lambda1=-1+i
lambda2=-1-i and eigenvectors: [1
i] for lambda1
and [i
1] for lambda2

I need to get the solution in a general form. Please help!




2. Relevant equations
PhysOrg.com science news on PhysOrg.com

>> A robot that runs like a cat (w/ Video)
>> Global cooling as significant as global warming, research shows
>> 'Chase and run' cell movement mechanism explains process of metastasis
Jun24-08, 06:44 PM   #2
 
Recognitions:
Gold Membership Gold Member
Hey Aeroguy! Welcome

So if you have the Eigenvectors, what is the solution to the system? You should have two arbitrary constants right?

Now just plug in the given conditions and solve for C1 and C2!
Jun24-08, 07:16 PM   #3
 
Thanks for your reply and for the welcome. I guess my problem is that I don't really know what the system should look like. I can't figure out which of the following four cases I'm dealing with.

Case 1)

[x [a [c
y] = b]exp*(t)+ d]exp*(-t) ?

Case 2)

[x [a [c
y] = b]cos(t)+ d]sin(t) ?

Case 3)

[x [a [c
y] = b]exp*(t)*cos(t)+ d] exp*(t)sin(t) ?

Case 4)

[x [a [c
y] = b]exp*(-t)*cos(t)+ d] exp*(-t)sin(t) ?

Further I know that I should use 2 and 3 as a Left Hand Side in Two Linear Equations since x(0)=2 och y(0)=3 is given. But, unfortunately I don't quite know where to use them:(
Jun24-08, 07:29 PM   #4
 
Recognitions:
Gold Membership Gold Member

System of Differential Equations


one minute AG, I am just looking in my text. BTW, I have a stupid question: what is OCH?
Jun24-08, 07:35 PM   #5
 
OH... OCH means AND in Swedish. I mixed up the languages:P sorry about that!
Jun24-08, 07:57 PM   #6
 
Recognitions:
Gold Membership Gold Member
Alrighty-then!

Here we go! I believe that in with the case of complex Eigenvalues of lambda, you will need only to establish one Eigenvector. It is due to the fact that complex Eigenvalues will always show up in conjugate pairs

Now lets take your first one and make some use of it:

[tex]K_1=
\left[\begin{array}{c}1\\i\end{array}\right][/tex]

This column vector can be split up into its real and imaginary parts, that is:
[tex]\left[\begin{array}{c}1\\i\end{array}\right]=\left[\begin{array}{c}1\\0\end{array}\right]+\left[\begin{array}{c}0\\1\end{array}\right]i[/tex]

Do you follow so far?
Jun24-08, 08:02 PM   #7
 
Yes I do please go on...
Jun24-08, 08:18 PM   #8
 
Recognitions:
Gold Membership Gold Member
Well, I don't know what kind of approaches your teacher has you take, but there is a pretty straight forward formula to these kinds of problems:

[tex]X=C_1[B_1\cos\beta t-B_2\sin\beta t]e^{\alpha t}[/tex]

[tex]Y=C_2[B_2\cos\beta t+B_1\sin\beta t]e^{\alpha t][/tex]

Where B1 is the column vector that is the REAL part of your Eigenvector i.e [tex]\left[\begin{array}{c}1\\0\end{array}\right][/tex]

B2 is the column vector that is the IMAGINARY part i.e. [tex]\left[\begin{array}{c}0\\1\end{array}\right][/tex]

[itex]\alpha[/itex] is the REAL term in [itex]\lambda=-1+i[/itex] which is of course -1

and [tex]\beta[/tex] is the COEFFICIENT of the imaginary term in lambda which is +1


Now plug it all in and apply those initial conditions and solve for C1 and C2!
Jun26-08, 07:45 AM   #9
 
Thanks for trying to help me. To be honest I dont not know how to get C1 and C2? Do I put t=0? If you can, could you please tell me what values C1 and C2 will get? Thanks...
Jun27-08, 12:53 AM   #10
 
Recognitions:
Gold Membership Gold Member
Quote by aeroguy2008 View Post
Thanks for trying to help me. To be honest I dont not know how to get C1 and C2? Do I put t=0? If you can, could you please tell me what values C1 and C2 will get? Thanks...
From the initial conditions you know that when t=0--->x=2 AND when t=0---->y=3


Plug those values in. Two equations and two unknowns.
Jun27-08, 06:16 AM   #11
 
Quote by Saladsamurai View Post
From the initial conditions you know that when t=0--->x=2 AND when t=0---->y=3

Plug those values in. Two equations and two unknowns.
Hello. I have tried your method with regards to my earlier attempts. But the problem I am facing is that I can't get C1 and C2 without setting c1=2 and c2 =3 according to the equations. Yet, I don't think my C1 and C2 are correct.
Attached Thumbnails
Salad.jpg   Salad1.jpg  
Jun27-08, 01:26 PM   #12
 
Recognitions:
Gold Membership Gold Member
Quote by aeroguy2008 View Post
Yet, I don't think my C1 and C2 are correct.
What makes you think that these are incorrect? Why don't you take the first derivative of the solution and plug it back into the original system and see what happens
Jun28-08, 09:40 AM   #13
 
I did that. Thanks. So now I have to chose between these options (found as an attachment):
I would say the correct answer to this problem is D with

a=2, b=0, c=3, d=0. But I know that is not correct. Yet, I can't figure out why. Can you pls tell me what I am doing wrong?
Attached Thumbnails
system.jpg  
Jul3-08, 04:16 PM   #14
 
Ok I got it now:

a=2
b=0
c=3
d=-2

What has to be taken into account is to sum of X and Y to a general solution. This problem is thus solved.
Thread Closed

Similar Threads for: System of Differential Equations
Thread Forum Replies
differential equations-system of equations, cleaning up the great lakes... Calculus & Beyond Homework 1
System of Differential Equations Calculus & Beyond Homework 6
System of Differential Equations Differential Equations 1
A system of differential equations Calculus & Beyond Homework 8
Nonlinear system of differential equations Differential Equations 1