Operational determinants in ODE

  • Thread starter Thread starter cue928
  • Start date Start date
  • Tags Tags
    Determinants Ode
cue928
Messages
129
Reaction score
0
I am to find the general solution of the following two equations, using operator notation:
x''-3y'-2x=0
y''+3x'-2y=0
The book suggests starting out with:
(D^2 -2)x - 3Dy = 0
3Dx+(D^2 - 2)y = 0 but for the life of me, I do not see how they got this from the first two equations.
 
Physics news on Phys.org
D represents the first derivative (with what ever the independent variable is in this problem) and D^2 is the second derivative.
The first equation is x''- 3y'- 2x= D^2x- 3Dy- 2x= D^2x- 2x- 3y= (D^2-2)x- 3y= 0.

The second equation is y''+ 3X'- 2y= D^2y+ 3Dx- 2y= D^2y- 2y+ 3Dx= (D^2- 2)y+ 3Dx= 0.

(You titled this "Operational determinants in ODE. Were you thinking that "D" was the determinant of something?)
 
No, not really. To be honest, I wasn't sure what it meant. Let me try running through the problem with that piece of insight, which I appreciate, and see if it makes any sense.
 
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