If you divide the equation by x2, you have dy/dx = (y/x)2 + (y/x) - 1
Then if you let u = y/x, you change the equation to du/(u2 - 1) = dx/x
After solving this equation, you have (c = integration constant) u = (1 + c2x2)/(1 - c2x2) = y/x
Then, solving for the initial condition, y = x(1 + x2/3)/(1 - x2/3)