Coupled non-homogenous eigenvalue problem help?

Click For Summary
SUMMARY

The discussion focuses on solving a coupled non-homogeneous eigenvalue problem represented by the system of differential equations for variables v1 and v2. The equations are defined as dv1/dt = -v1 - (2/3)v2 + 1 + (t/3) and dv2/dt = -2v2 - 1 - 2t, with initial conditions v1(0) = 6 and v2(0) = -6. The solution approach involves diagonalizing the matrix A associated with the system, allowing the transformation of the problem into independent first-order linear ordinary differential equations. The final solution is obtained by multiplying the solution vector by the inverse of the transformation matrix S.

PREREQUISITES
  • Understanding of linear algebra, specifically matrix diagonalization
  • Familiarity with ordinary differential equations (ODEs)
  • Knowledge of non-homogeneous linear systems
  • Experience with initial value problems in differential equations
NEXT STEPS
  • Study the process of diagonalizing matrices in linear algebra
  • Learn about the method of undetermined coefficients for non-homogeneous ODEs
  • Explore the theory behind eigenvalues and eigenvectors
  • Practice solving coupled differential equations with varying initial conditions
USEFUL FOR

Students and professionals in mathematics, engineering, and physics who are dealing with systems of differential equations, particularly those involving non-homogeneous terms and eigenvalue problems.

de1337ed
Messages
10
Reaction score
0

Homework Statement



Equations:
[itex]\frac{dv_{1}}{dt}[/itex] = [itex]-v_{1}[/itex] - [itex]\frac{2v_{2}}{3}[/itex] + 1 + [itex]\frac{t}{3}[/itex]
[itex]\frac{dv_{2}}{dt}[/itex] = [itex]-2v_{2}[/itex] - 1 - 2t

Initial Conditions:
[itex]v_{1}(0)[/itex] = 6
[itex]v_{2}(0)[/itex] = -6

2. The attempt at a solution

Defined the following:
v(t) =
[ [itex]v_{1}(t)[/itex]
[itex]v_{2}(t)[/itex] ]

[itex]\frac{dv(t)}{dt}[/itex] =
[ [itex]\frac{dv_{1}(t)}{dt}[/itex]
[itex]\frac{dv_{2}(t)}{dt}[/itex] ]

v(0)=
[ 6
-6 ]

s =
[ 1 + [itex]\frac{t}{3}[/itex]
-1 - 2t ]

A =
[ -1 [itex]\frac{-2}{3}[/itex]
0 -2 ]

Particular:

[itex]\frac{dv(t)}{dt}[/itex] = Av + s
Try v = [itex]k_{0}[/itex] + [itex]k_{1}t[/itex]

And now I'm stuck. I know what to do in homogenous cases when we use [itex]cxe^{\lambda t}[/itex] because in that case, you can represent [itex]\frac{dv(t)}{dt}[/itex] as [itex]\lambda v[/itex]
But what do I do in the non-homogeneous case when there is a polynomial driving function? Thank you.
 
Physics news on Phys.org
You do exactly the same thing as in homogeneous case. You want to write your equation as v'=Av+f(t), where v', v, and f(t) are vectors, and A is a 2x2 matrix. You've gotten that far. Now, you need to diagonalize A. So say you found matrix S such that Ad=S-1AS, where Ad is your diagonalized matrix.

Having that, multiply your equation by S-1 from the left on both sides. You get.

S-1v' = S-1Av + S-1 f(t)

Now I'm going to insert I=SS-1 between A and v.

S-1v' = S-1AS S-1v + S-1 f(t)

S-1v' = Ad S-1v + S-1 f(t)

Because Ad is diagonal, you can re-write the above as two completely independent driven first order linear ordinary differential equations. Their driving terms are completely separate, so you should have no trouble solving each independently. Then simply multiply your solution vector by S from the left, and you'll get your answer.
 

Similar threads

Replies
6
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
12
Views
2K