I stumbled upon this question while solving an exercise of DI.
$$\int_0^{2} \left(1+x^3\right)^{1/2}+\left(x^2+2x\right)^{1/3} dx$$
I observed something...
If we denote $f(x)=(1+x^3)^{1/2}$, then the second part of the integrand is merely $f^{-1}(x+1)$ where $f^{-1}(x)$ denotes the inverse of function $f(x)$.
(Had it been something like $\int_{a_1}^{a_2}f(x)dx +\int_{f(a_1)}^{f(a_2)} f^{-1}(x)dx$, It would've been pretty straightforward)
I'm not really sure how should I proceed further...
Any hints would be appreciated
Thanks!