Solving a systemof eqns by given initial conditions

limes14514qqmn

limes14514qqmn

Answered question

2022-04-03

Solving a systemof eqns by given initial conditions
x(t)=2x+8y
y(t)=x2y
Which has the I.C. X(0)=(6,2). So I take that it means this:
6=2x+8y
2=x2y
and then it is solved as any other system? We get eigenvector (1,12), but since the eigenvalues of the system are two, ±2i, we have to find the second generalized eigenvector.
(2-2i8-1-2-2i)(112)=(6-2i-2-i)
So the second vector would be (62i,2i). Using the general solutions for the system, we get
y(t)=e2it(1,12)+e2it(62i,2i)
Would this be correct, or did I misinterpret the initial conditions?

Answer & Explanation

Kailee Castro

Kailee Castro

Beginner2022-04-04Added 8 answers

Step 1
If A=28-1-2
then exp(tA)=sin(2t)+cos(2t)4sin(2t)-12sin(2t)cos(2t)-sin(2t).
Step 2
So, if f(t)=exp(tA).(6,2), you have f(0)=(6,2) and f(t)=A.f(t). So, take
(x(t),y(t))=f(t) =(6cos(2t)2sin(2t),sin(2t)2cos(2t)).

undodaonePvopxl24

undodaonePvopxl24

Beginner2022-04-05Added 13 answers

Step 1
In your case, the solution writes
x(t)=a1eλ1tv1+a2eλ2tv2
using the eigenvector/eigenvalue of the matrix A in the relation x˙(t)=Ax(t).
Both coefficients a1,a2 are found using the provided initial conditions
x(0)=a1v1+a2v2
which is again a 2-by-2 linear system..
UPDATE With Matlab commands,
A=[2,8;1,2];[U,D]=eig(A);U[6;2]
Step 2
I found ak=3.1820±1.0607i and v1=[0.9428;0.2357+0.2357i] Thus
x(t)=a1e2itv1+a1e2itv1=2R[a1e2itv1]
UPDATE 2 Because eigenvalues/eigenvectors are complex conjugate, it holds
x(0)=a1v1+a1v1=2R(a1v1)
Ax(0)=λ1a1v1+λ2a2v2=4iI(a1v1)
Thus 2a1v1=x(0)iAx(0)2
From here simplifications occur x(t)=R(2a1v1e2it) =x(0)cos(2t)+Ax(0)2sin(2t)

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?