Variables x 1 , x 2 , and u are functions of time t satisfying the system of equations below:
⎩ ⎪ ⎨ ⎪ ⎧ x ˙ 1 = 3 x 1 − x 2 + u x ˙ 2 = 5 x 1 − x 2 u = k 1 x 1 + k 2 x 2
where x ˙ denotes the derivative of x with respect to t , and k 1 and k 2 are constants. Let the general solution of the system be
{ x 1 = c 1 e − 4 t + c 2 e − 3 t x 2 = c 3 e − 4 t + c 4 e − 3 t
where c 1 , c 2 , c 3 , and c 4 are arbitrary real constants. What are the values of k 1 and k 2 ? Enter your answer as 5 ( k 1 + k 2 )
Bonus: Refer to the previous version of this problem. What comments can be made from an energy standpoint?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Thanks for the solution
Log in to reply
Thanks; it was a fun problem. I used it to revise and practice Linear Algebra. During quarantine there's a lot of spare time as school isn't very frequent; I try to do maths in the spare time.
With the forcing function, the system matrix becomes:
( 3 + k 1 5 − 1 + k 2 − 1 )
We need the matrix to have eigenvalues of − 4 and − 3 . To solve for the eigenvalues, set the determinant of the following matrix to zero:
( 3 + k 1 − λ 5 − 1 + k 2 − 1 − λ )
This yields:
λ 2 + λ ( − 2 − k 1 ) + 2 − k 1 − 5 k 2 = 0
The system of equations to solve becomes:
λ 1 = − 4 = 2 2 + k 1 − ( 2 + k 1 ) 2 − 8 + 4 k 1 + 2 0 k 2 λ 2 = − 3 = 2 2 + k 1 + ( 2 + k 1 ) 2 − 8 + 4 k 1 + 2 0 k 2
Solving yields:
k 1 = − 9 k 2 = − 5 1
Because the solutions consist of decaying exponentials, the energy of the system decreases over time.
Given that
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ x ˙ 1 = ( k 1 + 3 ) x 1 + ( k 2 − 1 ) x 2 x ˙ 2 = 5 x 1 − x 2 x 1 = c 1 e − 4 t + c 2 e − 3 t x 2 = c 3 e − 4 t + c 4 e − 3 t . . . ( 1 ) . . . ( 2 ) . . . ( 3 ) . . . ( 4 )
Substitute ( 3 ) and ( 4 ) in ( 1 ) and ( 2 ) and differentiate ( 3 ) and ( 4 ) with respect to t .
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ x ˙ 1 = ( k 1 c 1 + k 2 c 3 + 3 c 1 − c 3 ) e − 4 t + ( k 1 c 2 + k 2 c 4 + 3 c 2 − c 4 ) e − 3 t x ˙ 2 = ( 5 c 1 − c 3 ) e − 4 t + ( 5 c 2 − c 4 ) e − 3 t x ˙ 1 = − 4 c 1 e − 4 t − 3 c 2 e − 3 t x ˙ 2 = − 4 c 3 e − 4 t − 3 c 4 e − 3 t . . . ( 1 a ) . . . ( 2 a ) . . . ( 3 a ) . . . ( 4 a )
From ( 2 a ) = ( 4 a ) , ⟹ { 5 c 1 − c 3 = − 4 c 3 5 c 2 − c 4 = − 3 c 3 ⟹ c 1 = − 5 3 c 3 ⟹ c 2 = − 5 2 c 4
From ( 1 a ) = ( 3 a ) :
k 1 c 1 + k 2 c 3 + 3 c 1 − c 3 − 5 3 k 1 + k 2 − 5 9 − 1 ⟹ − 3 k 1 + 5 k 2 = − 4 c 1 = 5 1 2 = 2 6 . . . ( 5 ) Since c 1 = − 5 3 c 3
k 1 c 2 + k 2 c 4 + 3 c 2 − c 4 − 5 2 k 1 + k 2 − 5 6 − 1 ⟹ − 2 k 1 + 5 k 2 = − 3 c 2 = 5 6 = 1 7 . . . ( 6 ) Since c 2 = − 5 2 c 4
From ( 6 ) − ( 5 ) : k 1 = − 9 . From ( 6 ) : k 2 = − 5 1 . Therefore, 5 ( k 1 + k 2 ) = 5 ( − 9 − 5 1 ) = − 4 6 .
Very nice solution. Thank you for sharing
Log in to reply
Glad that you like the solution. I have changed the wording of the problem for you. Check my answer to your previous problem.
Log in to reply
Yes, I noticed the changes. Also upvoted the other solution that you have posted. Thank you
Very clever; it's interesting as there was no requirement for previous Linear Algebra knowledge for you solution. Your solution is quite unique. Clever indeed!
Problem Loading...
Note Loading...
Set Loading...
This lecture by MIT professor Gilbert Strang is the most relevant for this problem. The lecture videos by Strang are very helpful! System of linear differential equations
Let the system of equations be represented as: d t d v = A v ,
Where A is the coefficient matrix of the system and v is the vector [ x 1 x 2 ] .
The system is:
5 x 1 − 1 x 2 = d t d x 1
( 3 + k 1 ) x 1 + ( k 2 − 1 ) x 2 = d t d x 2
The coefficient matrix A is:
[ 5 3 + k 1 − 1 k 2 − 1 ]
Therefore the system as a linear transformation is:
[ 5 3 + k 1 − 1 k 2 − 1 ] [ x 1 x 2 ] = d t d v
The general solution of v is:
v = c 1 e λ 1 t e 1 + c 2 e λ 2 t e 2 ,
where λ 1 and λ 2 are the eigenvalues, and e 1 and e 2 are the eigenvectors of the system coefficient matrix.
Therefore, when solving det ( A − λ I ) = 0 , we get:
λ 1 = − 4 = 2 2 + k 1 − ( 2 + k 1 ) 2 − 8 + 4 k 1 + 2 0 k 2
λ 2 = − 3 = 2 2 + k 1 + ( 2 + k 1 ) 2 − 8 + 4 k 1 + 2 0 k 2
Solving the simultaneous equation for k 1 and k 2 , we get k 1 = − 9 and k 2 = − 5 1