import sympy as smp from sympy import *
smp.integrate((1+smp.sqrt(x))**smp.Rational(1,3)/smp.sqrt(x),x)