Coupled differential equations

In summary, the conversation discusses a set of differential equations and the solution to such a set. The person asking the question wants a brief explanation rather than a lengthy one. Two different methods for solving the equations are mentioned, one being more "elementary" and the other more "sophisticated". The conversation also touches upon proper language usage.
  • #1
aaaa202
1,169
2
A bit related to my other topic but here goes:

I have the set of differential equations:

x1' = a-ax1-ax2
x2' = b-bx1-bx2

What is the solution to such a set? I could google systems of differential equations, but that turns up large texts on the theory. I just wonna know in a few lines what the solution to such a set is. I know how to diagonalize the coefficient matrix etc. if I need that.
 
Physics news on Phys.org
  • #2
aaaa202 said:
A bit related to my other topic but here goes:

I have the set of differential equations:

x1' = a-ax1-ax2
x2' = b-bx1-bx2

What is the solution to such a set? I could google systems of differential equations, but that turns up large texts on the theory. I just wonna know in a few lines what the solution to such a set is. I know how to diagonalize the coefficient matrix etc. if I need that.

I did a search for "nonhomogeneous system of linear equations". Here is one link.
http://tutorial.math.lamar.edu/classes/de/NonhomogeneousSystems.aspx
 
  • #3
It takes more that "a few lines" to describe how to solve systems such as yours...
 
  • #4
aaaa202 said:
A bit related to my other topic but here goes:

I have the set of differential equations:

x1' = a-ax1-ax2
x2' = b-bx1-bx2

What is the solution to such a set? I could google systems of differential equations, but that turns up large texts on the theory. I just wonna know in a few lines what the solution to such a set is. I know how to diagonalize the coefficient matrix etc. if I need that.

Are the three 'a's in the first equation really supposed to be all the same (and ditto for the 'b's in the second equation)? If so, try looking at y = x1+x2.

BTW: what does the word "wonna" mean?
 
  • #5
'wonna' is a variant of 'wanna' = 'want to'
 
  • #6
SteamKing said:
'wonna' is a variant of 'wanna' = 'want to'
Not like in "wonna these days"?:-p
 
  • #7
SteamKing said:
'wonna' is a variant of 'wanna' = 'want to'

I know that of course; but it does no harm to try to encourage proper language.
 
  • #8
There several different ways to handle
[itex]x_1'= a- ax_1- ax_2[/itex]
[itex]x_2'= b- bx_1- bx_2[/itex]

The more "elementary" method would be to differentiate the first equation again:
[itex]x_1''= -ax_1'- ax_2'= ax_1'- a(b- bx_1- bx_2)= (a+ ab)x_1+ abx_2- ab[itex]
but, from the first equation, multiplied by b, [itex]abx_2= ab- bx_1'- abx_1[itex] so
[itex]x_1''= (a+ ab)x_1+ (ab- bx_1'- abx_1)- ab[/itex]
[itex]x_1''+ bx_1'- ax_1= 0[/itex].
That has characteristic equation [itex]r^2+ br- a= 0[/itex] with roots [itex]r= \frac{-b\pm\sqrt{b^2+ 4a}}{2}[/itex] so that [itex]x_1(t)= e^{-bt}(C_1e^{\sqrt{b^2+ 4a}t}+ C_2e^{-\sqrt{b^2+ 4a}t}[/itex] if [itex]b^2+ 4a>0[/itex], [itex]x_1(t)= e^{-bt}(C_1 cos(\sqrt{-b^2- 4a}t)+ C_2 sin(\sqrt{-b^2- 4a}t)[/itex] if [itex]b^2+ 4a< 0[/itex], or [itex]x_1(t)= e^{-bt}(C_1+ C_2t)[/itex] if [itex]b^2+ 4a= 0[/itex].

In any case, [itex]x_2= (ab- bx_1'- abx_1)/ab[/itex].

A more "sophisticated" method would be to write the differential equations as a matrix equation:
[tex]\begin{pmatrix}x_1 \\ x_2\end{pmatrix}'= \begin{pmatrix}-a & -a \\ -b & -b\end{pmatrix}\begin{pmatrix}x_1 \\ x_2 \end{pmatrix}+ \begin{pmatrix}a \\ b\end{pmatrix}[/tex]

The characteristic equation for that matrix is
[tex]\left|\begin{array}{cc}-a- \lambda & -a \\ -b & -b- \lambda\end{array}\right|= (-a- \lambda)(-b- \lambda)- ab= \lambda^2+ (a+ b)\lambda= 0[/tex]
which has roots [itex]\lambda= 0[/itex] and [itex]\lambda= -a- b[itex].
We can find the eigenvectors corresponding to those eigenvectors and so diagonalize the matrix,
 
  • #9
HallsofIvy said:
There several different ways to handle
[itex]x_1'= a- ax_1- ax_2[/itex]
[itex]x_2'= b- bx_1- bx_2[/itex]

The more "elementary" method would be to differentiate the first equation again:
[itex]x_1''= -ax_1'- ax_2'= ax_1'- a(b- bx_1- bx_2)= (a+ ab)x_1+ abx_2- ab[itex]
but, from the first equation, multiplied by b, [itex]abx_2= ab- bx_1'- abx_1[itex] so
[itex]x_1''= (a+ ab)x_1+ (ab- bx_1'- abx_1)- ab[/itex]
[itex]x_1''+ bx_1'- ax_1= 0[/itex].
That has characteristic equation [itex]r^2+ br- a= 0[/itex] with roots [itex]r= \frac{-b\pm\sqrt{b^2+ 4a}}{2}[/itex] so that [itex]x_1(t)= e^{-bt}(C_1e^{\sqrt{b^2+ 4a}t}+ C_2e^{-\sqrt{b^2+ 4a}t}[/itex] if [itex]b^2+ 4a>0[/itex], [itex]x_1(t)= e^{-bt}(C_1 cos(\sqrt{-b^2- 4a}t)+ C_2 sin(\sqrt{-b^2- 4a}t)[/itex] if [itex]b^2+ 4a< 0[/itex], or [itex]x_1(t)= e^{-bt}(C_1+ C_2t)[/itex] if [itex]b^2+ 4a= 0[/itex].

In any case, [itex]x_2= (ab- bx_1'- abx_1)/ab[/itex].

A more "sophisticated" method would be to write the differential equations as a matrix equation:
[tex]\begin{pmatrix}x_1 \\ x_2\end{pmatrix}'= \begin{pmatrix}-a & -a \\ -b & -b\end{pmatrix}\begin{pmatrix}x_1 \\ x_2 \end{pmatrix}+ \begin{pmatrix}a \\ b\end{pmatrix}[/tex]

The characteristic equation for that matrix is
[tex]\left|\begin{array}{cc}-a- \lambda & -a \\ -b & -b- \lambda\end{array}\right|= (-a- \lambda)(-b- \lambda)- ab= \lambda^2+ (a+ b)\lambda= 0[/tex]
which has roots [itex]\lambda= 0[/itex] and [itex]\lambda= -a- b[itex].
We can find the eigenvectors corresponding to those eigenvectors and so diagonalize the matrix,

The two DEs added together give ##y' = c - cy## where ##c = a+b## and ##y = x_1 + x_2##. Once we know ##y## we can get ##x_1, x_2## from ##x_1' = a - ay##, etc.
 

FAQ: Coupled differential equations

What are coupled differential equations?

Coupled differential equations are a system of differential equations where the variables in one equation depend on the variables in the other equation. This means that the equations are interconnected and cannot be solved independently.

How are coupled differential equations used in science?

Coupled differential equations are commonly used in science to model complex systems that involve multiple interacting variables. They are particularly useful in fields such as physics, chemistry, and biology, where the behavior of a system is determined by the interactions between its components.

What is the difference between coupled and uncoupled differential equations?

In uncoupled differential equations, the variables in each equation are independent and do not affect each other. This allows for the equations to be solved separately. In coupled differential equations, the variables in each equation are interdependent, making it necessary to solve the equations simultaneously.

How are coupled differential equations solved?

Coupled differential equations can be solved using various methods, such as analytical or numerical techniques. Analytical solutions involve finding a closed-form solution using mathematical operations, while numerical solutions use algorithms to approximate the solution. The method used depends on the complexity of the equations and the desired accuracy of the solution.

What are some real-world applications of coupled differential equations?

Coupled differential equations have many real-world applications, including modeling chemical reactions, predicting population dynamics, and understanding fluid flow. They are also used in fields such as engineering, economics, and ecology to study and predict complex systems.

Similar threads

Replies
1
Views
848
Replies
10
Views
1K
Replies
4
Views
2K
Replies
5
Views
964
Replies
2
Views
1K
Back
Top