Printable View
I want to solve simple differential equation 2x(1+sqrt(x^2-y)) = y'*sqrt(x^2-y) 10x in advance
Quote: Originally Posted by pafpat I want to solve simple differential equation 2x(1+sqrt(x^2-y)) = y'*sqrt(x^2-y) 10x in advance Well, there's probably some obviously simple approach. In the meantime: Make the substitution . Then after a little algebra the DE becomes which is seperable. Solve for w and then substitute back .