What is the e^At Problem for a 4x4 Matrix?

  • Thread starter Thread starter jahandideh
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the e^{At} problem for a given 4x4 matrix A, where t represents time. The matrix A is structured with specific values and requires proper formatting in LaTeX for clarity. A suggestion is made to represent the matrix as a block matrix, which simplifies finding a general formula for its powers. Participants emphasize using Taylor's series to derive the solution effectively. The conversation highlights the importance of correct notation and mathematical representation in solving matrix exponentiation problems.
jahandideh
Messages
7
Reaction score
0
e^At problem!

1. Homework Statement [/b]

Hi
for given 4 by 4 matrix, say A, find the e^{At}
which t is time variable.


Homework Equations



A= {\left(\begin{array}{cccc} 0 & a & 0 & 0 \\ -a& 0 & 0 & 0\\ 0 & 0 & 0 & a\\0 & 0 & -a & 0 \end{array}\right)t}Y(0).


The Attempt at a Solution

 
Last edited by a moderator:
Physics news on Phys.org
jahandideh said:
1. Homework Statement [/b]

Hi
for given 4 by 4 matrix, say A, find the e^{At}
which t is time variable.


Homework Equations



A= {\left(\begin{array}{cc} 0 & a & 0 & 0 \\ -a& 0 & 0 & 0\\ 0 & 0 & 0 & a\\0 & 0 & -a & 0 \end{array}\right)t}Y(0).


The Attempt at a Solution

......
 
The Latex should be

A= {\left(\begin{array}{cccc} 0 & a & 0 & 0 \\ -a& 0 & 0 & 0\\ 0 & 0 & 0 & a\\0 & 0 & -a & 0 \end{array}\right)t}Y(0)
You forgot the ending "[ / tex ]" and, the reason it didn't show up right when I edited your post and in sutupidmath's post is because you also have "{cc}" rather than the "{cccc}" you need for 4 columns.

Now, what have you done about this problem your self? This can be written as a "block" matrix of the form
\left(\begin{array}{cc}A & 0 \\ 0 & A\end{array}\right)
where
A= \left(\begin{array}{cc}0 & a \\ -a & 0\end{array}\right)
so it should be easy to find a general formula for the powers of the matrix and then use the Taylor's series for ex.
 
Last edited by a moderator:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top