I want to solve n ODE in Mathematica, but there is an error I cannot understand: "The function x appears with no arguments."
This is the code I used:
eqn = x^''[y]x''[y] + a (x^')[y]x'[y] sin[ySin[y - y0] + a x[y] (cos[yCos[y - y0] - s) == 0; sol = DSolve[eqn, x, y] Could anyone help me? Is there another function that solve the problem?