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
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
Well, the problem tells you to solve y'=-2y first, so what is the general solution y(t) to this homogeneous equation?
 
I solved this and got y(t)= -(e^(t+c))/2. Is this right?
 
Well,

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

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:

x'=-x+ae^{-2t} \Rightarrow x'+x=ae^{-2t}

which is an inhomogeneous DE which you can solve using undetermined coefficients. Start with the complimentary solution x_c(t), what do you get for that?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top