2nd order homogenous differential equation

zanazzi78
Messages
115
Reaction score
1
Solve the following for y(x);

y'' - 3y' + 2y = 0

I kind of know what to do up to a point but after that I`m stuck (bad notes and no textbook!).

Here`s what i`ve done so far, if someone could hint as how to finish this question i should be able to do the other 9 I have.


let y = e^rx then y' = r e^rx and y''= r^2 e^rx

therefor

r^2 e^rx -3re^rx + 2e^rx = 0

or
r^2 -3r +2 = 0

or

(r-2)(r-1)=0

i.e. r=2 and r=1


now i`m stuck! What do i need to do to find the solution?

(sorry about the lack of latex but my pc refuses to display it! so if you could not use it i would be gratefull)
 
Physics news on Phys.org
Well, as you said you proposed solutions of the form y = e^{rx} and you found r to be 2 and 1. A lineair combination of these solutions, together with two constants, is your complete solution to the homogenous equation.
 
So i would have a solution something like

y= A e^2x + B e^x

How do I find A and B or is that an irrelavent question?
 
zanazzi78 said:
So i would have a solution something like

y= A e^2x + B e^x

How do I find A and B or is that an irrelavent question?
Your solution is fine and you cannot determine A and B, unless there are initial or boundary conditions. For a general n-th order DE, you'll have n constants.
 
TD thank you very much, your help is gratefully received.
 
zanazzi78 said:
TD thank you very much, your help is gratefully received.
You're welcome :smile:
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top