New Reply

Solving second order linear homogeneous differential equation! HELP!?

 
Share Thread
May24-11, 12:56 AM   #1
 

Solving second order linear homogeneous differential equation! HELP!?


Solve the second order linear homogeneous differential equation with constant coefficients by reqriting as a system of two first order linear differential equations. Show that the coefficient matrix is not similiar to the diagonal matrix, but is similiar to a Jordan matrix, J. Determine the matrix P so that A = PJP^-1. y'' + 2y' + y = 0

I'm not sure how to go on about solving this question. Can someone help me get to the answer?
PhysOrg.com science news on PhysOrg.com

>> Leading 3-D printer firms to merge in $403M deal (Update)
>> LA to give every student an iPad; $30M order
>> CIA faulted for choosing Amazon over IBM on cloud contract
May24-11, 03:39 AM   #2
 
Recognitions:
Homework Helper Homework Help
You write y'=z, so y''=z' and you have the system:

z'+2z+y=0
y'=z

You write a matrix W=(y,z)^T and then the system is W=AW for some A which you have to find.
May24-11, 01:51 PM   #3
 
Quote by hunt_mat View Post
You write a matrix W=(y,z)^T and then the system is W=AW for some A which you have to find.
Do you think you can explain more as to why I need to find the matrix W = (y,z)^T? And also when finding A for system W = AW, how is it similiar to a Jordan matrix. Maybe I'm not understanding the Jordan matrix...
May24-11, 01:57 PM   #4
 
Recognitions:
Homework Helper Homework Help

Solving second order linear homogeneous differential equation! HELP!?


So the System you have is:
[tex]
\left(
\begin{array}{c}
z' \\
y'
\end{array}\right) =\left(
\begin{array}{cc}
2 & 1 \\
1 & 0
\end{array}\right)\left(
\begin{array}{c}
z \\
y
\end{array}\right)
[/tex]
That is your system is matrix form. Now I think the idea is to diagonalise this by computing the eigenvectors and eigenvalues.
May24-11, 02:00 PM   #5
 
Recognitions:
Homework Helper Homework Help
Not too sure what went wrong with my tex...
May24-11, 02:10 PM   #6
 
Yeah, I can't really tell what you put there ahahah
May24-11, 02:12 PM   #7
 
Recognitions:
Homework Helper Homework Help
(z)' = (2 1)(z)
(y)' (1 0)(y)
May24-11, 02:34 PM   #8
 
So, when after finding the eigenvalues and eigenvectors, do I form a matrix out of the eigenvectors? Would that be the answer? How is that a Jordan matrix?
May24-11, 02:40 PM   #9
 
Recognitions:
Homework Helper Homework Help
The matrix of eigenvectors, P can be used to solve the system. i don't know why they are referring to a jordan matrix, you can swap the rows around and that will be a jordan matrix.
May24-11, 02:46 PM   #10
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by hunt_mat View Post
Not too sure what went wrong with my tex...
You have a typo in the second \begin{array}. Instead of a closing brace, you used a parenthesis.
May24-11, 02:48 PM   #11
 
Recognitions:
Homework Helper Homework Help
Cheers
May24-11, 02:56 PM   #12
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
If you try to solve for eigenvectors the regular way, you'll find you can only find one independent vector, so you can't diagonalize the matrix. You can get to Jordan normal form, however, using generalized eigenvectors.
May24-11, 03:45 PM   #13
 
Quote by vela View Post
If you try to solve for eigenvectors the regular way, you'll find you can only find one independent vector, so you can't diagonalize the matrix. You can get to Jordan normal form, however, using generalized eigenvectors.
So what is the difference between solving for eigenvectors the regular way and the generalized way? Also what is Jordan normal form? Thanks a lot for your help!
May24-11, 04:20 PM   #14
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
The generalized way works for this kind of matrix. It allows you do deal with certain situations that arise when you have repeated eigenvalues.

The first thing you need to do when you approach a problem is know what it's talking about. You presumably have a textbook. Don't let all that money you spent on it go to waste! Look up what Jordan normal form is.
May25-11, 08:24 PM   #15
 
Quote by vela View Post
If you try to solve for eigenvectors the regular way, you'll find you can only find one independent vector, so you can't diagonalize the matrix. You can get to Jordan normal form, however, using generalized eigenvectors.
So, after getting the generalized eigenvectors, how do i get it to Jordan normal form? My book doesn't explain this part. Is there some steps I need to follow?
May25-11, 08:54 PM   #16
 
So I got the Jordan form to be :
[ -1 1 ]
[ 0 -1 ]

and A is:
[ -2 -1 ]
[ 1 0 ]

But I need to find a matrix P so that A = PJP^-1. Any ideas on how to find P?
May25-11, 11:29 PM   #17
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
When you diagonalize a matrix, you form the matrix by using the eigenvectors as its columns. To get Jordan form, you do the same thing except you use the generalized eigenvectors.
New Reply

Similar discussions for: Solving second order linear homogeneous differential equation! HELP!?
Thread Forum Replies
Solutions of a linear, second-order, homogeneous differential equation Calculus & Beyond Homework 1
Help toward solving second order non-linear differential equation Differential Equations 1
Solving non Homogeneous second order differential equation Calculus & Beyond Homework 3
2nd order linear differential equation (homogeneous) Calculus & Beyond Homework 3
Second Order homogeneous linear differential equation solution Calculus 7