Abstract algebra: systems of differential linear equations

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
2 replies · 5K views
vikkivi
Messages
4
Reaction score
0

Homework Statement



Solve the inhomogeneous differential equation dX/dt=AX+B in terms of the solutions to the homogeneous equation dX/dt=AX.


Homework Equations



A is an nxn real or complex matrix and X(t) is an n-dimensional vector-valued function.
If v is an eigenvector for A with eigenvalue a, then X=v*ea*t is a particular solution to the differential equation dX/dt=AX.
And the general solution of the homogenous eqn is X=P-1*Xtilda.


The Attempt at a Solution



So, the general solution of the inhomogeneous equation should be a particular solution of the inhomogenous equations + the general solution of the homogeneous equation. We know the general part, but I am lost on how to find the particular solution for an inhomogeneous equation. Any help would be apprecaited!
 
Last edited:
Physics news on Phys.org
You can use a multi-dimensional version of "variation of parameters". If the general solution to the homogeneous equation is [itex]X= P^{-1}X^~[/itex] try a solution of the from [itex]Y= P^{-1}X^~u(t)[/itex] where u(t) is an unknown function. Then [itex]Y'= P^{-1}X^~'u+ P^{-1}X^~u'[/itex] and [itex]Ay= AP^{-1}X^~u[/itex] so the equation becomes [itex]P^{-1}X^~'u+ P^{-1}X^~u'+ AP^{-1}X^~u= B[/itex].

Since [itex]X= P^{-1}X^~[/itex] is a solution to the homogeneous equation, [itex]P^{-1}X^~'u+ AP^{-1}X^~u= (P^{-1}X^~'+ AP^{-1}X^~)u= 0[/itex] and the equation reduces to [itex]P^{-1}X^~u'= B[/itex] so [itex]u'= X^~^{-1}PB[/itex]. Integrate that to find u.