Matrix Exponential: Solve Homework Equation w/ Initial Condition

  • Thread starter Thread starter tracedinair
  • Start date Start date
  • Tags Tags
    Exponential Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
tracedinair
Messages
47
Reaction score
0

Homework Statement



Given x' = Ax where A =

( 0 1 )
( -1 0 )

Compute the matrix exponential and then find the solution such that x(0) =

( 1 )
( 2 )

Homework Equations



The Attempt at a Solution



I computed the matrix exponential and obtained the matrix,

e^(A) =

( cos(t) sin(t) )
( -sin(t) cos(t) )

But I don't understand how to compute the initial condition. Am I supposed to compute the initial by multiplying the original A by x(0) and then compute the matrix exponential for the new A? Or multiple e^(A) by x(0)? My notes aren't very clear. But those are my only guesses..

Thanks for any help.
 
Last edited:
Physics news on Phys.org
Alright, I think I've got it. Compute x(t) then differentiate it?
 
You don't have to differentiate it, I was just pointing out why x(t)=e^(At)x(0) works as a solution. x'(t)=Ax(t) and x(0)=e^(0)x(0). It satisfies the ode and has the right initial condition.
 
Alright, thank you.