Unbounded Solutions for Coupled First Order ODEs

In summary, the conversation discusses finding the explicit solution for a system of differential equations and the use of matrix form and diagonalization. The responders suggest using MATLAB or the Runge-Kutta method, but the original poster wants to solve it by hand. It is noted that the eigenvalues of the coefficient matrix are negative for all t, indicating that the solutions are unbounded.
  • #1
dirk_mec1
761
13

Homework Statement



[tex]
\dot{x}= \cos(t) x_1 +\sin(t) x_2
[/tex]

[tex]
\dot{y}= \sin(t) x_1 - \cos(t) x_2
[/tex]

Show that the solutions are unbounded.


The Attempt at a Solution


I tried to find the explicit solution (by hand) but I failed numerous times. What is the right course of action I should take in solving this question?
 
Physics news on Phys.org
  • #2
Your system of equations can be represented in matrix form as
[tex]\dot{X} = AX[/tex]
The usual technique involves finding a diagonal matrix D, such that D = P^(-1)AP, and where the columns of P are the eigenvectors of A, and the entries on the diagonal of D are the eigenvalues of A. The process of diagonalization to solve a system of linear DEs is too involved for me to describe it all right here, but presumably you have seen it discussed in your class.

One thing to note about the matrix that comes out of your system of equations: the matrix A of coefficients of x_1 and x_2 causes a rotation by an angle -t. An eigenvector of a matrix A is a vector x such that Ax = [itex]\lambda[/itex]x. In other words, multiplying an eigenvector x produces another vector that is merely a scalar multiple of x. Due to the fact that your matrix A is a rotation matrix, I don't see how Ax can produce a vector that is a scalar multiple of x, for arbitrary rotation angles t.
 
  • #3
I think you can solve it using MATLAB...

you have a built in function ode45 in which we can give the functions and boundary conditions

another way is using Runge kutta method ...
 
  • #4
madhavhmk said:
I think you can solve it using MATLAB...

you have a built in function ode45 in which we can give the functions and boundary conditions

another way is using Runge kutta method ...

No, I have to do it via hand calculations.
 
  • #5
dirk_mec1 said:

Homework Statement



[tex]
\dot{x}= \cos(t) x_1 +\sin(t) x_2
[/tex]

[tex]
\dot{y}= \sin(t) x_1 - \cos(t) x_2
[/tex]

Notice that the responders are assuming you mean
[tex]
\dot{x_1}= \cos(t) x_1 +\sin(t) x_2
[/tex]

[tex]
\dot{x_2}= \sin(t) x_1 - \cos(t) x_2
[/tex]
 
  • #6
Mark44 has told you how to do this. It's easy to show that the eigenvalues of the coefficient matrix are negative for all t.
 
  • #7
Yes, you're right, the y must be an x2. Moreover if the eigenvalues are negative then the solutions are bounded.
 

FAQ: Unbounded Solutions for Coupled First Order ODEs

What is a coupled first order ODE?

A coupled first order ODE is a set of two or more first order ordinary differential equations that are connected or "coupled" through one or more variables. These equations can be solved simultaneously to determine the behavior of the system.

How do you solve a coupled first order ODE?

To solve a coupled first order ODE, you can use various methods such as separation of variables, substitution, or numerical methods. These methods involve manipulating the equations to isolate the variables and then solving for them using integration or other mathematical techniques.

What are some real-world applications of coupled first order ODEs?

Coupled first order ODEs are commonly used in physics, engineering, and other scientific fields to model and analyze phenomena such as chemical reactions, population growth, and electrical circuits. They are also used in economics and finance to study the behavior of complex systems.

Can coupled first order ODEs have multiple solutions?

Yes, coupled first order ODEs can have multiple solutions depending on the initial conditions and parameters of the system. These solutions can often be represented graphically as different curves or trajectories in a phase space diagram.

Are there any techniques for simplifying coupled first order ODEs?

Yes, there are techniques such as variable transformations, reduction to autonomous systems, and linearization that can be used to simplify coupled first order ODEs. These techniques can make the equations easier to solve and provide insight into the behavior of the system.

Back
Top