I Dsolved the following 3rd order ODE:
x'[t]==(3x''[t]^2-Sqrt[9x''[t]^4+4x'''[t]^2])/(2x'''[t])
Mathematica (version 8) gave me three solutions including the following two:
x[t] == +/-(Sqrt[-1+t^2 C[1]^2 + 2t C[1]^2 C[2] + C[1]^2 C[2]^2)/C[1] + C[3]
The problem is that these do not appear to be solutions to the above equation. When I take the derivative of x and plug them back in the equation, the result is not a truth. It is 'close' to a truth: plugging in numbers yields two sides of the equation that are clearly systematically related. But they are not identical. Can anyone tell me whether other versions of Mathematica give the same answers and if so what is going on?
Comments
Post a Comment