What are the roots of the characteristic equation 2m^2 + (1-1)m - 1 = 0?

  • Thread starter Thread starter ryan8888
  • Start date Start date
  • Tags Tags
    Cauchy Roots
ryan8888
Messages
26
Reaction score
0

Homework Statement



Solve: 2x2y" + xy' - y = 3x4

Homework Equations





The Attempt at a Solution



I know this is a Euler Cauchy solution because of the x2 before the y" in the ODE.

I try to solve the characteristic equation m2 +(a-1)m + b = 0

I get 2m2 + (1-1)m - 1 =0 or 2m2 - 1 = 0

What I tried was:

2(m2-1) = 0
So one root would be m = 1

But I still don't think that is the correct solution
 
Physics news on Phys.org
Your characteristic equation is wrong. Instead of plugging into some formula, try substituting y = xm into your DE and get the correct characteristic equation for yourself.
 
Okay thanks. I didn't realize that you couldn't just simply utilize that formula for the characteristic equation.

So I took y = xm and found its derivatives:

y' = mxm-1
y" = m(m-1)xm-2

Substituting them into my original ODE and simplifying I obtain the following characteristic equation:

2m2 - m - 1 = 0

This is from an old test I've been practicing on. Is that the correct characteristic equation?



LCKurtz said:
Your characteristic equation is wrong. Instead of plugging into some formula, try substituting y = xm into your DE and get the correct characteristic equation for yourself.
 
ryan8888 said:
Okay thanks. I didn't realize that you couldn't just simply utilize that formula for the characteristic equation.

So I took y = xm and found its derivatives:

y' = mxm-1
y" = m(m-1)xm-2

Substituting them into my original ODE and simplifying I obtain the following characteristic equation:

2m2 - m - 1 = 0

This is from an old test I've been practicing on. Is that the correct characteristic equation?

Correct. And much more reliable than trying to remember another formula. :cool:
 
LCKurtz said:
Correct. And much more reliable than trying to remember another formula. :cool:

Okay 1 final question. When I go to determine my roots what is the best way to handle the 2m^2? Is it the same as saying two numbers that multiply to -2 and add to -1. So my roots are m = 2 and m = -1?

And I agree the y = x^m method is significantly easier to deal with!

Thanks
 
ryan8888 said:
Okay 1 final question. When I go to determine my roots what is the best way to handle the 2m^2? Is it the same as saying two numbers that multiply to -2 and add to -1. So my roots are m = 2 and m = -1?

And I agree the y = x^m method is significantly easier to deal with!

Thanks

Oh my...here you are in differential equations and are asking how to solve a quadratic equation? Factor it. Or failing that, use the quadratic formula.
 
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