You are not logged in.
How do I solve the following system:
v' = 4v - 5w
w' = 2v - 3w
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Hi;
Start by writing the whole thing in matrix form:
The eigenvalues of
are {2,-1} and the eigenvectors are
The solution to that set of equations is then
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
What are Eigenvalues?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
hi Agnishom,
In the vector equation:
A is a square matrix of size equal to the dimension of the vector b, and lambda is a scalar.
b is called an eigenvector of A and lambda is its associated eigenvalue.
In the two by two case, if you give the vector, components of u and v and write out the simultaneous equations that come from the above, you can find b and lambda. It is not unusual for a 2 x 2 matrix to have two of these.
http://en.wikipedia.org/wiki/Eigenvalue … genvectors
Bob
In bobbym's post he has switched from v and w, to u and v respectively, but it comes out the same. I'll forgive him as I expect he is still a bit shaken after the alligator incident.
Last edited by Bob (2015-04-02 22:37:28)
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
How does one find the eigenvalues and then solve the rest of the problem?
Last edited by Agnishom (2015-04-02 23:23:31)
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Like this:
Do the matrix multiplication to get
Now there are three unknowns and only two equations but that often doesn't matter with vectors because if u is a solution so is ku for any scalar k. So you only need to find a simple vector from an infinite set to get your solution.
Make lambda the subject of each and equate to eliminate lambda:
So we can choose
And you can go back and substitute these values to get the two values for lambda.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Brilliant.
Can you explain the next step?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Partly.
When something differentiates to give something like itself, it's usually an exponential. (There are, no doubt, learned works explaining why this is so but I don't have this in my brain. But lots of integration consists of using a trick to get a possible answer and then observing that it is indeed the answer. If it works you might be content with that. For my own satisfaction, with a recent question where an exponential expression provided a solution I did rough out a proof that any other solution (however obtained) would have to be a scalar multiple of the exponential. I could probably do the same here if you're really keen to see the full pure mathematical solution. Or you could just wait for Olinguito to teach us both.
So using, for example,
a solution is:
proof:
Similarly the other particular solution. Then construct a linear combination of these two with arbitrary constant c1 and c2 and there you are.
That's the extent of my knowledge on this.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
This is really just an application of diagonalisation. Let's consider the following system:
Suppose that
and that
.Then, if ' denotes differentation with respect to t, we write x' = Ax. We now make a change of variable. Put x = Py, where P is invertible, and:
and
Then, differentiating with respect to t, x' = Py' so that the system x' = Ax reduces to Py' = APy. That is:
Py' = APy => y' = P⁻¹APy.
Does P⁻¹AP look familiar to you?
Last edited by zetafunc (2015-04-03 02:25:44)
Offline
No, what is it supposed to be?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
hi zetafunc
Great to hear from you again. How are the studies going?
It's been a loooong time since I saw P⁻¹AP.
How do you know it is going to be diagonalisable?
For Agnishom:
This might help:
http://en.wikipedia.org/wiki/Diagonalizable_matrix
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Let
[list=*]
[*]
and suppose
[list=*]
[*]
for some v ≠ 0. Then
[list=*]
[*]
Since the LHS is zero for some x, y not both zero, the determinant of the matrix on the LHS must be 0.
Note that eigenvalues can be complex.
Bassaricyon neblina
Offline
Thanks for that.
Do you know why we have to choose e^(something) for these, why no other solutions are possible
and also why the general solution is c1.(a particular solution) + c2.(another particular solution)?
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Hi;
I'll forgive him as I expect he is still a bit shaken after the alligator incident.
As most of you may have surmised my conflict with a gator was a fictitious event. In reality, there is no alligator with the intestinal fortitude to stand up to me. In the future, that may change...
How does one find the eigenvalues and then solve the rest of the problem?
The eigenvalue problem is considered one of the central problems of numerical analysis along with root finding and simultaneous linear equations. I have always wondered how there can be 3 centers?!
Boils down to solving for roots of a characteristic or auxiliary polynomial. When the systems are bigger, hand methods will breakdown. Take note of the story of how the great Alan Turing took a full month to get the roots of a 7th degree poly. Use this when the going gets tough and just keep motoring along...
Eigenvalues[{{4, -5}, {2, -3}}]
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Eigenvalues are okay, what about the next part?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Eigenvectors[{{4, -5}, {2, -3}}]
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
As most of you may have surmised my conflict with a gator was a fictitious event. In reality, there is no alligator with the intestinal fortitude to stand up to me. In the future, that may change...
What! You made that up
Why will it change? Are you getting tastier? Or are alligators evolving to become less picky?
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Eigenvectors[{{4, -5}, {2, -3}}]
No, not that.
Can you explain what I can do when I already have these
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Do you know why we have to choose e^(something) for these, why no other solutions are possible
and also why the general solution is c1.(a particular solution) + c2.(another particular solution)?
Last edited by Olinguito (2015-04-04 02:29:02)
Bassaricyon neblina
Offline
Thank you Olinguito
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Thank you bob, bobbym, Olinguito
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Hi;
Why will it change? Are you getting tastier? Or are alligators evolving to become less picky?
In the past alligators were afraid of man but due to silly laws they are no longer.
Can you explain what I can do when I already have these
The secret to effective problem solving is to learn by example. Most math types are trained to think theoretically, there are few if any examples in their books. Computer programmers are trained to think algorithmically and are more easily able to reason by following an example. Consider that when I provide an example it is a template or model for how to do all the rest you find. In this case all the rest of the types that have two distinct real eigenvalues.
Practice makes perfect.
Want to do another one and did you verify the solutions you already obtained?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I did verify them.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Do you want to do another then?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline