Solving Characteristic Equation: y'''-y''+y'-y=0

newtomath
Messages
37
Reaction score
0
I am stuck on solving for the roots of a charactristic equation:

y'''- y''+y'-y=0

where I set r^3-r^2+r-1=0 and factored out r to get r*[ r^2-r +1] -1 =0 to get the real root of 1. How can I solve for the compex roots?
 
Physics news on Phys.org
By inspection, r = 1 is a root of your characteristic equation.
In order to find the other roots, you should factor (r - 1) from the char. eq.
 
So what I would do is write:
<br /> (r-1)(ar^{2}+br+c)=r^{3}-r^{2}+r-1<br />
Expand and equate coefficients, then solve the quadratic
 
hunt_mat said:
So what I would do is write:
<br /> (r-1)(ar^{2}+br+c)=r^{3}-r^{2}+r-1<br />
Expand and equate coefficients, then solve the quadratic
Typically people use long division. But in this case it's obvious that the other factor is r^2+1.

Or you could just go to Wolfram Alpha and say "factor r^3-r^2+r-1" :-)
 
Last edited:
I never really understood long division.
 
Got it now, thanks
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top