Solve the following system of equations { <mtable columnalign="left left" rowspacing=".

Banguizb

Banguizb

Answered question

2022-07-07

Solve the following system of equations
{ x 1 ( t ) = x 1 ( t ) + 3 x 2 ( t ) x 2 ( t ) = 3 x 1 ( t ) 2 x 2 ( t ) x 3 ( t ) x 3 = x 2 ( t ) + x 3 ( t )
First, I create the column vectors X and X . Then the matrix
A = [ 1 3 0 3 2 1 0 1 1 ]
Now, I find the eigenvalues, 4 , 3 , 1 and their corresponding eigenvectors ( 3 , 5 , 1 ) T ( 3 , 2 , 1 ) T ( 1 , 0 , 3 ) T .
Then, what?

Answer & Explanation

Oliver Shepherd

Oliver Shepherd

Beginner2022-07-08Added 24 answers

The matrix A that you have is symmetric. So it has an orthonormal basis of eigenvectors. The eigenvectors you have found are mutually orthogonal (which they must be because they correspond to different eigenvalues.) So, if you normalize your eigenvectors and make those normalized vectors the columms of a matrix U, then U T U = I is automatic, and U T A U = D is diagonal. Explicitly,
U = [ 3 35 3 14 1 10 5 35 2 14 0 1 35 1 14 3 10 ]
The inverse of U is the transpose U T of U. And,
U T A U = [ 4 0 0 0 3 0 0 0 1 ] = D .
Equivalently,
A = U [ 4 0 0 0 3 0 0 0 1 ] U T = U D U T .
The general solution is expressed in terms of a = x 1 ( 0 ), b = x 2 ( 0 ), c = x 3 ( 0 ) as
[ x 1 x 2 x 3 ] = e t A [ a b c ] = U e t D U T [ a b c ] = U [ e 4 t 0 0 0 e 3 t 0 0 0 e t ] U T [ a b c ]

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?