Want to solve the following system:,
dtdx=2x+2y(1)dtdy=x+3y(2)
i.e., want to find x(t) and y(t) which satisfy the above two equations.
Differentiating equation (1) with respect to t yields,
dt2d2x=2dtdx+2dtdy
Substituting dtdy from equation (2), we obtain,
dt2d2x=2dtdx+(2x+6y)
Substituting y from equation (1) gives,
dt2d2x=2dtdx+2x+3(dtdx−2x)⇒dt2d2x=5dtdx−4x⇒dt2d2x−5dtdx+4x=0(3)
Clearly equation (3) has a solution of the form,
x(t)=Aer1t+Ber2t , where A,B are two fixed constants and r1 and r2 are the two roots of the equation:
r2−5r+4=0⇒(r−1)(r−4)=0⇒r=1 or r=4
Thus we can take r1=1 and r2=4
Hence, x(t)=Aet+Be4t
Using this value of x(t) , we get y(t) (from equation (1)) as follows,
y(t)=21(dtdx)−x⇒y(t)=−2Aet+Be4t
So the solution of the system is given by,
x(t)=Aet+Be4ty(t)=−2Aet+Be4t
The values of A and B has to be determined from the initial values, if provided (for example, those can be obtained if x(0) and y(0) are known.)
Comments