General solution of third order DE

Click For Summary

Homework Help Overview

The discussion revolves around solving a third-order differential equation given by y''' - 3y' + 2y = 0, along with specified initial conditions y(0) = 0, y'(0) = 1, and y''(0) = 1. Participants explore the implications of the roots obtained from the characteristic equation and the necessity of finding a general solution that accommodates repeated roots.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Initial attempts involve substituting y = e^{rt} to find the roots of the characteristic equation, leading to confusion regarding the number of constants in the general solution. Participants question how to handle repeated roots and the implications for the general solution.

Discussion Status

Participants have identified the need for three linearly independent solutions due to the presence of a repeated root. Some have provided guidance on how to construct the general solution accordingly, and there is an ongoing exploration of the initial conditions and their satisfaction with the proposed solutions.

Contextual Notes

There is mention of a resource that discusses methods applicable to higher-order equations, which may aid in resolving the issues related to repeated roots. The discussion reflects a collaborative effort to clarify the approach to the problem without reaching a definitive conclusion.

beetle2
Messages
110
Reaction score
0

Homework Statement



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

initial conditions y(0)=0, y'(0)=1,y''(0)=1

Homework Equations



Assume y=e^{rt}


The Attempt at a Solution



By the substitution I'm left with

r^3-3r+2=0

which gives me the roots of -2 and 1.

my question is a lot of times with this type of question I can get three roots and get a general solution of

y=c_1e^{rx}+c_2e^{rx}+c_3e^{rx}

this time my solution is

y=c_1e^{-2x}+c_2e^{t}
therefore
y'=c_1-2e^{-2x}+c_2e^{t}
and
y''=c_14e^{-2x}+c_2e^{t}

because I've only got the two constants I solved for c_1=\frac{-1}{3} and c_2=\frac{1}{3}


The problem is when I substitue back into the solutions for y,y',y''

I'm getting

initial conditions y(0)=0, y'(0)=1 which is good but I'm getting y''(0)=-1.


can some please let me know where I'm going wrong?
 
Physics news on Phys.org
r3-3r+2=0 should give you three solutions.
 
If you have a third-order differential equation, you need three linearly independent solutions. You only have two because one of the roots is repeated. What do you usually do when you have a repeated root? You do the same thing here.
 
So I have the roots of -2 ,1 and the repeated root 1.
forgive my ignorance but I don't know what to do with a repeated root
 
Hi Vela,

I see that pesky extra x sneaking in there when r1=r2.

So my general solution should be

y=c_1e^{-2x}+c_2e^{x}+c_2xe^{x}
 
Last edited:
Yes, and now with three linearly independent solutions, you can get a consistent solution for the constants that will satisfy the initial conditions.
 
Hi Guys,
using the general solution I found the following.

y=c_1e^{-2x}+c_2e^{x}+c_3xe^{x}
y'=c_1-2e^{-2x}+c_2e^{x}+c_3e^{x}+xe^{x}
y''=c_14e^{-2x}+c_2e^{x}c_32e^{x}+xe^{x}


Using the coefficients and initial conditions in a matrix.

\[ \left( \begin{array}{cccc}<br /> 1 &amp; 1 &amp; 1 &amp; 0 \\<br /> -2 &amp; 1 &amp; 1 &amp; 1\\<br /> 4 &amp; 1 &amp; 2 &amp; 1\end{array} \right)\]

I solved for the row reduced echelon matrix.

\[ \left( \begin{array}{cccc}<br /> 1 &amp; 0 &amp; 0 &amp; -\frac{1}{3} \\<br /> 0 &amp; 1 &amp; 0 &amp; -\frac{5}{3}\\<br /> 0 &amp; 0 &amp; 1 &amp; 2\end{array} \right)\]


which gives the solution of

y=-\frac{1}{3}e^{-2x}+-\frac{5}{3}e^{x}+2xe^{x}

which satisfies

y(0)=0
y&#039;(0)=1
y&#039;&#039;(0)=1


thanks for all your help guys.

It was a pretty challenging problem!
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
2K