These sort of problems are fun, inverse calculus.
Write f(x) = int[0,x, (1+t^3) ^(1/2),dt]
Set the integral equal to u so that you have:
f(x) = u
Take the inverse of both sides:
x = g(u)
Differentiate wrt x, using the chain rule:
(dg/du)(du/dx) = 1
Using FTC, du/dx = (1+x^3) ^(1/2)
Then dg/du = (1+x^3) ^(-1/2)
but remember x =g(u)
So g' = (1+g^3) ^(-1/2)
differentiate again (remember to use the chain rule):
g'' = (-1/2)(3g)(g')(1+g^3) ^(-3/2)
g'' = (-1/2)(3g)(1+g^3) ^(-1/2))(1+g^3) ^(-3/2)
Which simplifies to your expression. I am sorry to have deprived you of solving this wonderful problem, but it is pretty difficult to get started on a problem like this if you do not know where to begin.
I invented this method to to derive an expression for the integral int[0,x, 1/t, dt] .
