Given a matrix $A=\begin{pmatrix} \sigma & \omega \\ -\omega & \sigma \end{pmatrix}$ with two complex eigenvalues $\sigma\pm i\omega$, using the Euler formula $e^{i \omega t}=\cos(\omega t)+i \sin(\omega t)$ my objective is to show that $e^{At}=e^{\sigma t}\begin{pmatrix} \cos(\omega t) & \sin(\omega t)\\ -\sin(\omega t)& \cos(\omega t) \end{pmatrix}$.
It should be done without using Taylor expansion.
2026-03-26 06:17:30.1774505850
Exponential Matrix 2 - complex eigenvalues Euler
1.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in COMPLEX-NUMBERS
- Value of an expression involving summation of a series of complex number
- Minimum value of a complex expression involving cube root of a unity
- orientation of circle in complex plane
- Locus corresponding to sum of two arguments in Argand diagram?
- Logarithmic function for complex numbers
- To find the Modulus of a complex number
- relation between arguments of two complex numbers
- Equality of two complex numbers with respect to argument
- Trouble computing $\int_0^\pi e^{ix} dx$
- Roots of a complex equation
Related Questions in EIGENVALUES-EIGENVECTORS
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- Show that this matrix is positive definite
- Is $A$ satisfying ${A^2} = - I$ similar to $\left[ {\begin{smallmatrix} 0&I \\ { - I}&0 \end{smallmatrix}} \right]$?
- Determining a $4\times4$ matrix knowing $3$ of its $4$ eigenvectors and eigenvalues
- Question on designing a state observer for discrete time system
- Evaluating a cubic at a matrix only knowing only the eigenvalues
- Eigenvalues of $A=vv^T$
- A minimal eigenvalue inequality for Positive Definite Matrix
- Construct real matrix for given complex eigenvalues and given complex eigenvectors where algebraic multiplicity < geometric multiplicity
Related Questions in MATRIX-EXPONENTIAL
- Computing the logarithm of an exponentiated matrix?
- proof of $e^{(A+B)t}=e^{At}e^{Bt}$
- Exponentiation in tensor product of Hilbert spaces
- Matrix exponentiation for given recurrence relation
- Some questions about a $3 \times 3 $ real skew-symmetric matrix
- Solving non-homogeneous matrix exponential problem
- Show that $\exp: \mathfrak h \to \mathfrak H$ is a bijection.
- Matrix exponential, containing a thermal state
- The exponential function and one-parameter subgroups
- Finding the solution to a non-homogeneous matrix exponential.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The eigen values of the matrix are :
λ=α+iω and λ¯=α−iω. The corresponding eigenvectors are $v=\begin{bmatrix}1 \\ i\end{bmatrix} = \begin{bmatrix}1 \\ 0\end{bmatrix} + i\begin{bmatrix}0\\ 1\end{bmatrix},$ and $v¯= \begin{bmatrix}1 \\ −i\end{bmatrix} = \begin{bmatrix}1 \\ 0\end{bmatrix} − i\begin{bmatrix}0 \\ 1\end{bmatrix}$
Write, $A = αI + ωJ, \: I = \begin{bmatrix}1 & 0\\ 0& 1\end{bmatrix},J = \begin{bmatrix}0 &−1 \\ 1& 0\end{bmatrix}$
The matrices I and J commute (check), so $e^{tA}=e^{αtI + ωtJ} = e^{αtI} e^{ωtJ}$.
We have,
$e^{αtI} = \begin{bmatrix}e^{αt} & 0 \\ 0 & e^{αt}\end{bmatrix}, \: e^{ωtJ} = \begin{bmatrix}cosωt & −sinωt \\ sinωt & cosωt\end{bmatrix}$
which gives the desired result.
Check that this holds true $e^{ωtJ} = \begin{bmatrix}cosωt & −sinωt \\ sinωt & cosωt\end{bmatrix}$ The definition of matrix exponential (refer to any standard book) is based on the converging Taylor series, but since you are not allowed to use that definition to conclude the above, you may instead use the Lemma for the derivative of a matrix exponential to prove that the above expression holds true.
For any matrix $A \in \mathbb{R}^{n \times n}$ and $t \in \mathbb{R}$, we have,
$ \frac{d}{dt} e^{At} = A e^{At} $
Also, note that the above only holds for scalar matrix $A$ and not when A is also a function of time. Using this lemma, you can substitute the expression for $e^{\omega tJ} $ above (i.e. for $A = \omega J$, in this case) , differentiate with respect to $t$ and show that it holds to complete the proof.