Can the System of Linear Diff Eqs be Solved Using Undetermined Coefficients?

  • Thread starter Thread starter LMKIYHAQ
  • Start date Start date
  • Tags Tags
    Linear System
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
5 replies · 2K views
LMKIYHAQ
Messages
26
Reaction score
0

Homework Statement



Consider the system x'= -x+y
y'= -2y
Find the general solution (x(t),y(t)) by first solving for y(t) and then solving for x(t).

Homework Equations



Should I use undetermined coefficients for each of these separate diff eqs or should I substitute x'+x into the y' +2y=0?

The Attempt at a Solution


When I attempted this, I substituted x'+x into y'+2y=0 and got ae^-2t +be^-t where a and b are arbitraty constants. I am not sure if I need to look at a particular solution using undetermined coefficients or if I am even on the right track??
 
Physics news on Phys.org
I solved this and got y(t)= -(e^(t+c))/2. Is this right?
 
Well,

[tex]y'(t)=\frac{d}{dt}\left( \frac{-1}{2} e^{t+c}\right)= \frac{-1}{2} e^{t+c} \neq -2y[/tex]

so I'm gunna say no on that one.

The DE y'(t)=-2y(t) tells you that the time derivative of y(t) is proportional to y(t), and that the constant of proportionality is -2. I can think of only one type of function that could account for that: Ae^(-2t)
 
Last edited:
ok so y(t)=ae^(-2t). I think I understand how to get this by using undetermined coeff. where y'+2y=0.
For x(t)... x'(t)= -x+y...what information do I have for the y part in order to slove for x(t)?
 
You have y=ae^(-2t); plug that in and use it:

[tex]x'=-x+ae^{-2t} \Rightarrow x'+x=ae^{-2t}[/tex]

which is an inhomogeneous DE which you can solve using undetermined coefficients. Start with the complimentary solution [itex]x_c(t)[/itex], what do you get for that?