General solution to system of equations and initial value problem

Click For Summary
The discussion focuses on finding the general solution for a system of equations represented in matrix form and solving an initial value problem. The eigenvalues of the matrix are identified as 1 and 3, derived from the characteristic equation of the triangular matrix. Eigenvectors are determined by solving the equations resulting from the matrix multiplication, leading to eigenvectors <1, 0> and <1, 1>. Clarification is provided on how to derive these eigenvectors from the equations formed. The conversation emphasizes the importance of understanding eigenvalues and eigenvectors in solving such systems.
paperweight11
Messages
5
Reaction score
0

Homework Statement



Find the general solution for the following systems of equations, a solution to the
initial value problem and plot the phase portrait.
--> this is in matrix formx' =

1 2
0 3

all multiplied by x.

also, x(0) =

2
-1

Homework Equations



Determinant, etc.

The Attempt at a Solution



I first use the eigen values and get it to:

eigenvalue1 = 1; eigenvalue2= 3

however, when I start with 1, my matrix is pretty screwed up:

0 2
0 2

So when I'm trying to figure out the values for the eigenvector I am confused. I don't know what to put it as.

Any help would be appreciated. Thanks.
 
Physics news on Phys.org
hi paperweight11! :smile:
paperweight11 said:
I first use the eigen values and get it to:

eigenvalue1 = 1; eigenvalue2= 3

how did you get those? :confused:

(those would be the eigenvalues for 1,0,,0,3)
 
They are also the eigenvalues for
\begin{bmatrix} 1 &amp; 2 \\ 0 &amp; 3\end{bmatrix}
since the characteristic equation is just
\left|\begin{array}{cc}1- \lambda &amp; 2 \\ 0 &amp; 3- \lambda\end{array}\right|= (1- \lambda)(3- \lambda)= 0
(The eigenvalues for any triangular matrix are just the values on the diagonal.)

The eigenvectors must satisfy
\begin{bmatrix}1 &amp; 2 \\ 0 &amp; 3\end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}x \\ y\end{bmatrix}
so x+ 2y= x and y= y. x+ 2y= x reduces to y= 0 which gives <1, 0> as an eigenvector, and
\begin{bmatrix}1 &amp; 2 \\ 0 &amp; 3\end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}3x \\ 3y\end{bmatrix}
so x+ 2y= 3x and 3y= 3y so that y= x which gives <1, 1> as an eigenvector.

( Your
0 2
0 2
is the same as 2y= 0 so the eigenvector is <1, 0>.)
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
933