Quadratic Solution to Homogeneous Second-Order ODEs

  • Thread starter Thread starter epsilonzero
  • Start date Start date
  • Tags Tags
    Ode Quadratic
epsilonzero
Messages
14
Reaction score
0

Homework Statement


Consider ax''+bx'+cx=0 for b^2-4ac=0 with k= -b/(2a).

Show x=e^(kt) is a solution.

The Attempt at a Solution



x=e^(kt)
x'=(-b/2a)e^((-b/2a)t)
x''=(-b^2/4a^2)e^((-b/2a)t)

Then i plugged these into ax''+bx'+cx=0 and simplified to get e^((-b/2a)t)(-((b^2)/2)+c)=0

I'm stuck at what to do next.

Thank you for any help.
 
Physics news on Phys.org
To make things easier, don't use the k=-b/2a substitution until you're ready to compute the final answer. This helps to keep it a lot more tidier. Just subsitute the derivatives of x into the DE, factor out e^kt and make use of k = -b/2a as well as b^2 - 4ac = 0. It'll all cancel out to give 0.
 
Ok, just got it. Thanks.
 
Last edited:
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