Differential equation with repeated roots

In summary: Instead ofx1' + 5x1 = x2which is x1 = -5x1 + x2Yes, the homogeneous solution to x1' + 5x1 = x2 is x1 = Ce-5t, but I'm confused as to why the eigenvalue of the matrix are used to find the homogenous solution of the system, but not used for the homogenous solution of the individual equationsIn summary, the conversation is about finding the solutions to a system of equations involving a 2*2 matrix. The individual equations of the system are solved using eigenvalues, but
  • #1
hops1
24
1
Hi,
I'm somewhat new here, only posted a few times, and would like some help from you guys here if possible
I'm stuck with a problem on the topic mentioned.

x'=Ax

A is a 2*2 matrix
A =
[-5 1]
[-1 -3]

Now I managed to find the eigenvalues which is -4, repeated twice (multiplicity 2)
And the eigenvector as well which is

[1]
[1]

Now I'm really confused as to what to do next, I know the equation is e-4t
But I am having trouble deriving the homogenous and particular solutions to the problem.
Would appreciate any input
 
Last edited:
Physics news on Phys.org
  • #2
hi hops1! :smile:
hops1 said:
[-5 1]
[-1 3]

Now I'm really confused as to what to do next, I know the equation is e-4t
But I am having trouble deriving the homogenous and particular solutions to the problem.
Would appreciate any input

(don't you mean
[-5 1]
[-1 -3] ? :confused:)

for a repeated root, the solutions are usually eAt and teAt :wink:
 
  • #3
tiny-tim said:
hi hops1! :smile:


(don't you mean
[-5 1]
[-1 -3] ? :confused:)

for a repeated root, the solutions are usually eAt and teAt :wink:

You are correct thanks, but what I'm actually having trouble with is that the second vector should come out to be [t;1]
I don't understand how that comes about.
The first colution I understand is C1[1;1]e-4t, but for the second solution I had the feeling that I should use teAt, but to get the second vector, that's what's got me confused
 
  • #4
hi hops1! :smile:

try an easier one …

[1 2]
[0 1] :wink:
 
  • #5
Ok thanks, I tried the one you posted.
I hope I did it right
x'=Ax

I split it into a system of equations
x1' = x1 + 2x2
x2' = x2

x2 could be found easily,
since x2' - x2 = 0
Thus follows x2 = C2et

Then to find x1 -> x1' - x1 = 2x2
I first find the homogenous solution thus x1' - x1 = 0
Which yields the same solution as x2, so x1 = C1et

Now to find the particular solution
x1' - x1 = 2x2
Tried Atet

Aet + Atet - Atet = 2C2et
Solving this yields A = 2C2

Thus
x1 = C1et + 2C2tet
x2 = C2et

x = C1 [1;0] et + C2[2t;1] et
 
Last edited:
  • #6
i'm really not following your reasoning :confused:

and if we put C1 = 0, C2 = 1, into your solution, it gives x = [(t/2);1] et, which doesn't work :redface:
 
  • #7
tiny-tim said:
i'm really not following your reasoning :confused:

and if we put C1 = 0, C2 = 1, into your solution, it gives x = [(t/2);1] et, which doesn't work :redface:

:frown: I'm worse of than I thought.

Well I think et is correct.
I'm guessing I messed up in the particular solution for x1 ??I think I found the error in my calculation, will try to run through it again
 
Last edited:
  • #8
I think I got it now, I made an error in the particular solution

So it should be
C1 [1;0]et + C2 [2t;1] et
 
  • #9
Now I went back to my initial problem.
I'm stuck when trying to get the particular solution, since if you rearrange the matrix
x1' + 5x1 = x2
x2' + 3x1 = -x1

So let's say I take the top equation.

x1' + 5x1 = x2

I choose a particular solution to test say Cte-4t
I end up with
Ce-4t-4Cte-4t + 5Cte-4t = x2
But I have yet to solve x2 , and doing the same for x2 would give
Ce-4t-4Cte-4t + 3Cte-4t = x1
And except for combining the Cte-4t in each individual equation I don't see where to go next from there. :confused:
 
  • #10
(just got up :zzz:)

i don't understand where you think a particular solution comes into it :confused:

x' - Ax = 0 is a homogeneous equation (it has no t)

x' - Ax = B(t) is not, and its solutions are all the solutions to the homogeneous equation plus one particular solution to the whole equation

when the RHS is 0, no particular solution is needed

(because every homogeneous solution is a particular solution)
 
  • #11
tiny-tim said:
(just got up :zzz:)

i don't understand where you think a particular solution comes into it :confused:

x' - Ax = 0 is a homogeneous equation (it has no t)

x' - Ax = B(t) is not, and its solutions are all the solutions to the homogeneous equation plus one particular solution to the whole equation

when the RHS is 0, no particular solution is needed

(because every homogeneous solution is a particular solution)

I understand that the Homogenous equation doesn't require the t.
I have already gotten the homogenous solution. That's where I get the e-4t from.
So found the homogenous solution already using the eigenvalues of the system

But the equation given as
x1' + 5x1 = x2
requires the solution to be a sum of the homogenous solution and the particular solution, since it's not set equal to 0.
 
Last edited:
  • #12
hops1 said:
… But the equation given as
x1' + 5x1 = x2
requires the solution to be a sum of the homogenous solution and the particular solution, since it's not set equal to 0.

ohh, i see what you mean now …

you're treating x2 as if it's a known function of t, instead of as a variable

as you say, the problem with that is it's not a known function (unless of course you make a guess as to what x2 is)
So attained the homogenous solution already using the eigenvalues of the system

technically, no, the homogeneous solution to x1' + 5x1 = x2 is x1 = Ce-5t, isn't it? :redface:

can you adapt the solution you already found in the easier case? ([1 2][0 1])
 
  • #13
tiny-tim said:
ohh, i see what you mean now …

you're treating x2 as if it's a known function of t, instead of as a variable

as you say, the problem with that is it's not a known function (unless of course you make a guess as to what x2 is)technically, no, the homogeneous solution to x1' + 5x1 = x2 is x1 = Ce-5t, isn't it? :redface:

can you adapt the solution you already found in the easier case? ([1 2][0 1])

Actually I wanted to ask about that as well.
Why does the eigenvalue give a different solution to the equation than if I solve the individual homogenous equation.
That's really been confusing me

That's why I'm having trouble adapting the other solution as well.
 
  • #14
sorry, got to rush out

absolutely no time :redface:
 
  • #15
tiny-tim said:
sorry, got to rush out

absolutely no time :redface:

No prob,
I'll see how far I can get in the mean time.
Hope some more people can give a little input as well
 
  • #16
(i'm back o:))

ok, the reason why your solution doesn't work (though it did work for the simpler case)

is that the "plain" eigenvector is neither x1 nor x2 (in the simpler case, it was)

first you need to find that eigenvector, ie the one that corresponds to e-4t (with no extra t) …

just solve for Ax = -4x :smile:
 
  • #17
tiny-tim said:
(i'm back o:))

ok, the reason why your solution doesn't work (though it did work for the simpler case)

is that the "plain" eigenvector is neither x1 nor x2 (in the simpler case, it was)

first you need to find that eigenvector, ie the one that corresponds to e-4t (with no extra t) …

just solve for Ax = -4x :smile:

Hi, thanks for taking your time with me on this.
I understand now why it wouldn't work since, the two equations are dependent on each other pretty much.
So the eigenvector that corresponds to the given eigenvalue is
[1]
[1]

I actually managed to find some notes online regarding this.
Stating that I should solve
(A-rI)w=v
Where r is my eigenvalue and v is my eigenvector and solve the equations to find the w vector which would then be a generalized eigenvector for the maxtrix A.
So this would give me a particular solution with "t" multiplied the original eigenvector plus a term without "t" multiplied by the vector gotten from solving the above equation.
Using the above method I got this answer after going through the calculations

x= C1Ve^(-4t) + C2Vte^(-4t) + C2We^(-4t)
Where V = [1;1] and W = [-1;0]

So I think I managed to get the answer using this method.
Our lecturer had told us about the other method I was trying to do, but when explaining gave a simple example much similar to what you had given me, but then gave the other one in a mock exam we had and said we were supposed to use the method for the simpler version. Anyway the solution he gave turned out to be incorrect as well after closer inspection.
 
  • #18
hops1 said:
So the eigenvector that corresponds to the given eigenvalue is
[1]
[1]

yes, Ve-4t, where V = [1 1], is a solution :smile:

x= C1Ve^(-4t) + C2Vte^(-4t) + C2We^(-4t)
Where V = [1;1] and W = [-1;0]

yes, or you could write it

x = C1Ve-4t + C2Ue-4t
Where V = [1;1] and U = [t-1;t] :wink:
 
  • Like
Likes 1 person
  • #19
tiny-tim said:
yes, Ve-4t, where V = [1 1], is a solution :smile:



yes, or you could write it

x = C1Ve-4t + C2Ue-4t
Where V = [1;1] and U = [t-1;t] :wink:

Thanks a million man.
 

1. What are repeated roots in a differential equation?

Repeated roots in a differential equation refer to the situation where a single root of the characteristic equation has a multiplicity greater than 1. This means that the root appears more than once in the equation.

2. How do repeated roots affect the solution of a differential equation?

Repeated roots can affect the solution of a differential equation by causing the solution to have a polynomial term in addition to the exponential terms. This can lead to a more complex solution and may require additional steps to find the final solution.

3. Can a differential equation with repeated roots have multiple solutions?

Yes, a differential equation with repeated roots can have multiple solutions. The number of solutions depends on the multiplicity of the repeated root and the order of the differential equation. In general, a second-order differential equation with a repeated root has two linearly independent solutions.

4. How do you determine the multiplicity of a repeated root in a differential equation?

The multiplicity of a repeated root in a differential equation can be determined by looking at the characteristic equation. The multiplicity is equal to the number of times the root appears in the equation. For example, if the root (x-a) appears twice in the characteristic equation, the multiplicity is 2.

5. Is it possible for a differential equation to have only repeated roots?

Yes, it is possible for a differential equation to have only repeated roots. This occurs when all the roots of the characteristic equation are the same. In this case, the solution of the differential equation will be a combination of exponential and polynomial terms.

Similar threads

  • Differential Equations
Replies
2
Views
1K
Replies
2
Views
2K
  • Differential Equations
Replies
7
Views
389
  • Differential Equations
Replies
2
Views
985
  • Differential Equations
Replies
4
Views
1K
  • Differential Equations
Replies
1
Views
1K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
6
Views
2K
Replies
1
Views
2K
Replies
6
Views
2K
Back
Top