3rd Order Linear Homogenous DE from Solutions

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

Homework Statement



Find a third order, linear, homogeneous DE which has the following solutions:

e[itex]\pi[/itex]t, te[itex]\pi[/itex]t and e-t


Homework Equations



Standard form of a third-order linear homogenous ODE:

Ay''' + By'' + Cy' + Dy = 0

The Attempt at a Solution



I tried deriving the characteristic equation given the r values of the solutions.

For e[itex]\pi[/itex]t:
r = [itex]\pi[/itex], therefore one part of the equation is (r - [itex]\pi[/itex])

For e-t:
r = -1, therefore another part of the equation is (r+1)

But I can't figure out what to do for the second one.
 
Last edited:
Physics news on Phys.org
SArnab said:

Homework Statement



Find a third order, linear, homogeneous DE which has the following solutions:

e[itex]\pi[/itex]t, te[itex]\pi[/itex]t and e-t


Homework Equations



Standard form of a third-order linear homogenous ODE:

Ay''' + By'' + Cy' + Dy = 0

The Attempt at a Solution



I tried deriving the characteristic equation given the r values of the solutions.

For e[itex]\pi[/itex]t:
r = [itex]\pi[/itex], therefore one part of the equation is (r - [itex]\pi[/itex])

For e-t:
r = -1, therefore another part of the equation is (r+1)

But I can't figure out what to do for the second one.

Remember that a repeated root ##r## of the characteristic equation gives rise to the solution pair ##\{e^{rt},te^{rt}\}##.
 
Ah, so it just has a repeated root.

So the characteristic equation would be:

(r-[itex]\pi[/itex])2(r+1)

Factor that out and we get:
(r2 - 2r[itex]\pi[/itex] + [itex]\pi[/itex]2)(r+1)

r3 - 2r2[itex]\pi[/itex] + r[itex]\pi[/itex]2 + r2 - 2r[itex]\pi[/itex] + [itex]\pi[/itex]2

r3 - 2r2[itex]\pi[/itex] + r2 + r[itex]\pi[/itex]2 - 2r[itex]\pi[/itex] + [itex]\pi[/itex]2

r3 + r2(-2[itex]\pi[/itex] + 1) + r([itex]\pi[/itex]2 - 2[itex]\pi[/itex]) + [itex]\pi[/itex]2

Therefore the DE would be:

y''' + (1-2[itex]\pi[/itex])y'' + ([itex]\pi[/itex]2 - 2[itex]\pi[/itex])y' + [itex]\pi[/itex]2y = 0

Thanks for the help!