Cramer's Rule application in differential 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
1 reply · 5K views
Hiche
Messages
82
Reaction score
0
We have this system of equations:

[tex] \begin{cases}<br /> x'= -x + 2y & (1)\\<br /> y' = -2x - y + e^{-t} & (2)<br /> \end{cases}[/tex]

where [itex]x(0) = 0 ; y(0) = 0[/itex]

We apply the Laplace transform on (1) and (2) and get:

[tex] (s + 1)X - 2Y = 0\\<br /> 2X + (s + 1)Y = \frac{1}{s + 1}[/tex]

We can use elimination here, but can we apply Cramer's Rule? We find the determinant [itex]D = (s + 1)^2 + 4[/itex], and to find [itex]X_s[/itex] and [itex]Y_s[/itex], we use a certain formula. Is this applicabale here?
 
Physics news on Phys.org
yes you can in fact Cramer's rule is only a shortcut to standard gaussian elimination