Here's the problem:
Find the volume formed by revolving the region above $y=x^3$ under $y=1$ and between $x=0$ and $x=1$ about the $x$-axis
Now here's the integral I came up with:
$\int_{0}^{1}\pi\left(x^{3}-1\right)^{2}dx=2.02$, since the radius is $x^3-1$.
But when I plug it in Wolfram and others, I get $0.45$. What's wrong?


You slices are not disks: they are annuli (disks with holes). The outer radius of the annulus at $x$ is $1$, and the inner radius is $x^3$, so you should be computing
$$\pi\int_0^1\left(1^2-(x^3)^2\right)\,dx=\pi\int_0^1(1-x^6)\,dx=\pi\left[x-\frac{x^7}7\right]_0^1=\frac{6\pi}7\;.$$
The volume that you computed in Wolfram is that generated by the region between the $x$-axis and the curve $y=x^3$ from $x=0$ to $x=1$, not the volume generated by the region between $y=x^3$ and $y=1$.