Quadratic Solution to Homogeneous Second-Order ODEs

  • Thread starter Thread starter epsilonzero
  • Start date Start date
  • Tags Tags
    Ode Quadratic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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: