Understanding Systems of DEs with Non-Zero $b(t)$

  • MHB
  • Thread starter madflame991
  • Start date
  • Tags
    Systems
In summary, the conversation discusses a system of differential equations and different methods for solving them, such as using matrix form and computing eigenvectors. The question is also raised about where $b(t)$ fits in when solving the system, and potential methods to approach the problem, such as variation of parameters or undetermined coefficients.
  • #1
madflame991
3
0
Hi!

Let's say we have a system of DEs
$$
\begin{cases}
\frac{dx}{dt} = y + e^t\\
\frac{dy}{dt} = x - t^2\\
\end{cases}
$$

One would write it in matrix form and compute the eigenvectors and stuff like in this tutorial (can't post links due to low post count - it's from "Paul's online math notes")

The only problem is that in that tutorial $b(t)$ is always $0$. In my case $b(t)$ is $(e^t ; -t^2)$
Where does $b(t)$ fit in when solving this type of system?
 
Physics news on Phys.org
  • #2
There's a "variation of parameters" method for systems.
 
  • #3
madflame991 said:
Hi!

Let's say we have a system of DEs
$$
\begin{cases}
\frac{dx}{dt} = y + e^t\\
\frac{dy}{dt} = x - t^2\\
\end{cases}
$$

One would write it in matrix form and compute the eigenvectors and stuff like in this tutorial (can't post links due to low post count - it's from "Paul's online math notes")

The only problem is that in that tutorial $b(t)$ is always $0$. In my case $b(t)$ is $(e^t ; -t^2)$
Where does $b(t)$ fit in when solving this type of system?

In this case, note that $ \displaystyle \frac{dx}{dt} = y + e^t \implies \frac{d^2x}{dt^2} = \frac{dy}{dt} + e^t $, so that means

\[ \displaystyle \begin{align*} \frac{d^2x}{dt^2} &= x - t^2 + e^t \\ \frac{d^2x}{dt^2} - x &= e^t - t^2 \end{align*} \]

which is a second order linear constant coefficient nonhomogeneous ODE.
 
  • #4
Prove It said:
In this case, note that $ \displaystyle \frac{dx}{dt} = y + e^t \implies \frac{d^2x}{dt^2} = \frac{dy}{dt} + e^t $, so that means

\[ \displaystyle \begin{align*} \frac{d^2x}{dt^2} &= x - t^2 + e^t \\ \frac{d^2x}{dt^2} - x &= e^t - t^2 \end{align*} \]

which is a second order linear constant coefficient nonhomogeneous ODE.

I think he wants a systems approach to this problem.
 
  • #5
Either "variation of parameters" as Danny suggested or try "undetermined coefficients" trying a solution of the form $$\begin{bmatrix}Ae^t+ Bt^2+ Ct+ D \\ Ee^t+ Ft^2+ Gt+ Y\end{bmatrix}$$.
 

FAQ: Understanding Systems of DEs with Non-Zero $b(t)$

1. What does it mean for a system of DEs to have a non-zero $b(t)$ term?

A non-zero $b(t)$ term in a system of differential equations means that there is a function of time present in the equations, representing a time-dependent external force or input into the system. This can significantly affect the behavior of the system and make it more complex to solve.

2. How does the presence of a non-zero $b(t)$ term impact the stability of a system?

The presence of a non-zero $b(t)$ term can make a system more unstable, as it introduces a time-varying input that can disrupt the equilibrium of the system. This can lead to more complicated behavior, such as oscillations or chaotic behavior.

3. Can a system of DEs with non-zero $b(t)$ have an analytical solution?

It is possible for a system of DEs with a non-zero $b(t)$ term to have an analytical solution, but it is not always feasible to find it. In most cases, numerical methods must be used to approximate a solution.

4. How do initial conditions affect the solution of a system of DEs with non-zero $b(t)$?

The initial conditions of a system of DEs with non-zero $b(t)$ play a crucial role in determining the solution. They can affect the stability of the system, the type of solution (e.g. transient or steady-state), and the behavior of the system over time.

5. What are some real-life applications of systems of DEs with non-zero $b(t)$?

Systems of DEs with non-zero $b(t)$ have many real-life applications, including modeling population growth, analyzing the spread of diseases, and studying chemical reactions. They are also used in engineering and physics to model complex systems such as electrical circuits and mechanical systems.

Similar threads

Replies
1
Views
1K
Replies
2
Views
1K
Replies
4
Views
1K
Replies
3
Views
1K
Replies
5
Views
2K
Replies
6
Views
2K
Back
Top