I have the question:

For part (a) I got 10.449 and 3.357

For part (b) I got 8.68 with the following working:

Is my answer for part (b) correct ? And if not could you point out at which point I went wrong ?
I have the question:

For part (a) I got 10.449 and 3.357

For part (b) I got 8.68 with the following working:

Is my answer for part (b) correct ? And if not could you point out at which point I went wrong ?
You made an error in part a). Notice that
$$f(5)=\sqrt{2+5^3}=\sqrt{127}>\sqrt{121}=11$$
So it must be something slightly larger than $11$. Other than that, the set-up everywhere looks fine.
I cannot grasp the actual purpose of such kind of exercises, the idea of the trapezoid method is simple to understand, performing it by hand is just tedious, very error-prone and quite useless, in my personal opinion. Anyway, over the interval $[4,5]$ the function $f(x)=\sqrt{x^3+2}$ behaves like $x^{3/2}$, hence by the Cauchy-Schwarz inequality
$$ \int_{4}^{5}x^{3/4}\sqrt{\frac{x^3+2}{x^{3/2}}}\,dx \approx\sqrt{\int_{4}^{5}x^{3/2}\,dx \int_{4}^{5}\frac{x^3+2}{x^{3/2}}\,dx} = \frac{2}{5} \sqrt{3739-1411 \sqrt{5}}$$
and the RHS is about $9+\frac{2}{3}$. That suggests there is an off-by-one in your computations.
The trapezoid method should give you
$$ \int_{4}^{5}x^{3/4}\sqrt{\frac{x^3+2}{x^{3/2}}}\,dx\approx\frac{\frac{1}{2}f\left(\frac{16}{4}\right)+f\left(\frac{17}{4}\right)+f\left(\frac{18}{4}\right)+f\left(\frac{19}{4}\right)+\frac{1}{2}f\left(\frac{20}{4}\right)}{4}$$
that is close to $9+\frac{2}{3}$ as well.