Solving a Cube Problem with Constant Coefficients

mathmike
Messages
204
Reaction score
0
hi all i have a bit of a problem here, it has to do with completing the cube.

here is the problem

y''' +y' + 2y = 0

i am trying to sove by the methoed of constant coefficients
 
Physics news on Phys.org
So your characteristic equation is r3+ r+ 2= 0.

One of the things I notice immediately is that (-1)3+ (-1)+ 2= 0. Does that help?
 
So how do you divide r+1 into r^3+r+2?

Well r goes into r^3, r^2 times right? So that means:

r^2(r+1)=r^3+r^2

and:

(r^3+r+2)-(r^3+r^2)=-r^2+r+2

Ok, we got the first one: r^2

Now, how do you divide r+1 into -r^2+r+2

Keep doin' that to get to the quadratic form of the remaining roots, remainder at end is 0 if -1 is a root. You know how to do this right?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top