Question: How can I interpret the strange form of dsolve answer

Hi, I solved a differential equation which is: ode := diff(y(x), x) = 2*(e1*m_b*sqrt(y(x))+m_b*psi+m_b*c1*(R0^2-y(x))); dsolve(ode); but the answer that I got is: x-Intat(1/(2*m_b*(e1*sqrt(_a)+psi+c1*R0^2-c1*_a)), _a = y(x))+_C1 = 0 How can I interpret this answer? Thank you,
Please Wait...