Hi,
Sorry to hear that WTP Pepper, but if you are tired of looking for solutions i guess i cant really blame you as this is a different problem from the normal one.
Steve, i was able to do a numerical with two first order coupled equations and that seems to be the easiest to do, but i am open to just about anything at this point
Supposedly with the two first order equations we could look at the phase space and determine various things about the equation such as if a solution exists, but i'd really have to read up on this.
All:
Also, i have a feeling what we found means that this equation doesnt have a solution. My reasoning is that if we found a trial solution that actually works in the DE but does not lend itself to a general solution, then there is probably no solution. Or possibly if that solution works in the DE then a mariad of solutions exists so there's no real solution either. I have a feeling this is a theory but im too lazy to read up on this subject of finding out if a solution exits or not. Maybe in the future some time.
I also tried misterT's solution try, taking it step by step as he was illustrating nicely, although i get stopped when it comes to "integrate" because there is no way to integrate y not having the function it represents, without doing it numerically, unless there is a trick of some kind we can use, but i dont know what it is at the moment or if it even exists. If i integrate the way he showed it would have been integrated, that means integrating with respect to y itself which of course just does not work because y is not a variable it is a function as illustrated here:
y=f(x)
then what is Integrate(y,x) equal to? There's no way to know without information about f(x).
Consider a slightly simpler problem:
y"+y'= -y
If we try to integrate directly with respect to y we get something like:
y'+y=-y^2/2
and subtracting y we get:
y'=-y^2/2-y
and integrating we get:
y=-y^3/6-y^2/2-y+K
and solving for y now we get a real constant y=K2 and either two more real or a complex pair.
But the real solution is in the basic form of:
y=e^(a*x)*(k1*sin(W*x)+k2*cos(W*x))
so how do we get those trig functions and exponential from a direct integration? Of course we dont so we cant do it that way