Second Diff Eq question of the day

  • Thread starter Thread starter myusernameis
  • Start date Start date
  • Tags Tags
    Diff eq
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
myusernameis
Messages
56
Reaction score
0

Homework Statement



10. If y(t) = -te^(3t) is a solution to y'' + py' + qy = 0, then what are p and q?

Homework Equations






The Attempt at a Solution



so it's equal to r^2 + pr +q = 0, but then how can i find the two numbers?

thanks
 
Physics news on Phys.org
You don't need to do any algebra. Remember there are some formulas for solving different equations? This one looks like e^at (At + B) form. Just look over them.
 
If your solutions were y1 = e^(3t) and y2 = e^(4t), your characteristic equation would be r^2 - 7r + 12 = 0, or (r - 3)(r - 4) = 0, right?

Under what circumstances related to the work above will you get a solution y = te^(3t)?
 
You don't need to look at the characteristic equation at all. If [itex]y= -te^{3t}[/itex] then [itex]y'= -e^{3t}- 3te^{3t}= -(1+ 3t)e^{3t}[/itex] and y"= [itex]-3e^{3t}- 3(1+ 3t)e^{3t}[/itex][itex]= -(6+ 9t)e^{3t}[/itex]. Putting those into the equation we have [itex]-(6+ 9t)e^{3t}- p(1+ 3t)e^{3t}- qte^{3t}= ((-6- p)+(-9-3p-q)t)e^{3t}= 0[/itex] for all t. Since [itex]e^{3t}[/itex] is never 0, we must have (-6- p)+ (-9-3p-q)t= 0 for all t which means we must have -6-p= 0 and -9- 3p- q= 0.

Of course, it is also true that eat will be a solution if and only if a is a root of the characteristic equation and that teat will be a solution if and only if a is a double root of the characteristic equation, which means that the characteristic equation must reduce to (x-a)2= 0.
 
Last edited by a moderator: