We know the infinite series:
This series can be generalised for square matrices. Consider a matrix . Its exponential can be defined as:
Here, is the Identity matrix having the same size as .
Let us consider a situation where:
The exponential for this matrix turns out to be the matrix . This implies:
Now consider a matrix being defined as such:
The goal is to find the matrix exponential of the matrix .
Compute . The result is of the form:
Enter your answer as , where , , and are real numbers.
Note: denotes the greatest integer less than or equal to a real number .
Hint: Use the series expansions to arrive at general results and use those results in your computations. First, arrive at a general result for the matrix exponential of a diagonal matrix, and then attempt to find a general result for the matrix defined as .The solver may use a calculator in the last steps of the problem.
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.
Consider any diagonal matrix A.
A = [ a 1 0 0 a 2 ]
Using the definition of the matrix exponential: e A = [ 1 0 0 1 ] + [ a 1 0 0 a 2 ] + 2 ! [ a 1 2 0 0 a 2 2 ] + 3 ! [ a 1 3 0 0 a 2 3 ] + . . .
After some trivial simplification:
e A = [ ( 1 + a 1 + 2 ! a 1 2 + 3 ! a 1 3 + … ) 0 0 ( 1 + a 2 + 2 ! a 2 2 + 3 ! a 2 3 + … ) ]
Which turns out to be:
e A = [ e a 1 0 0 e a 2 ]
So, in the case where a 1 = 2 and a 2 = 3 , we have
B = e A = [ e 2 0 0 e 3 ]
Now, we consider an arbitrary matrix T . The need is to compute the matrix exponential of T A T − 1 .
To do this, we again use the series expansion:
e T A T − 1 = I + T A T − 1 + 2 ! ( T A T − 1 ) 2 + 3 ! ( T A T − 1 ) 3 + …
Remember that
T T − 1 = I
T − 1 T = I
The above matrix exponential can be rewritten as:
e T A T − 1 = T I T − 1 + T A T − 1 + 2 ! T A T − 1 T A T − 1 + 3 ! T A T − 1 T A T − 1 T A T − 1 + …
All the terms having T − 1 T combined cancel to be the identity matrix. The expression simplifies to:
e T A T − 1 = T I T − 1 + T A T − 1 + 2 ! T A 2 T − 1 + 3 ! T A 3 T − 1 + …
or:
e T A T − 1 = T ( I + A + 2 ! A 2 + 3 ! A 3 + … ) T − 1
This gives us the result:
e T A T − 1 = T e A T − 1
Using this result, the matrix C can be computed as such:
C = e T A T − 1 = [ 1 3 2 4 ] [ e 2 0 0 e 3 ] [ 1 3 2 4 ] − 1
Having found B and C , the final result can be computed. The answer is 117 .