page 28 : cutwidth $k$ upper bounds maximum degree by $\mathcal O(k)$ – Lemma 2.18. For any graph $G$ and any vertex $v \in V(G), cutw(g) \ge \lceil \frac{deg(v)}2 \rceil$.
page 38 : cutwidth $k$ upper bounds carving-width by $\mathcal O(k)$ – Theorem 4.3 (carw $\prec$ cutw) Carving-width is bounded by cut-width.
page 22 : cutwidth – Let $G=(V,E)$ be a graph, and let $f\colon V\to {1,2,\dots,n}$ be a linear ordering of $G$. … 2. The \emph{cutwidth} of $f$ is $\max_{1\le i\le n} |{(u,v)\in E \mid f(u) \le i < f(v) }|$. … [cutwidth] of a graph $G$ is the minimum [cutwidth] … over all possible linear orderings of $G$.
page 24 : cutwidth $k$ upper bounds pathwidth by $\mathcal O(k)$ – Theorem 47. For every graph $G$, the pathwidth of $G$ is at most the cutwidth of $G$.
bandwidth $k$ implies that cutwidth is $k^{\mathcal O(1)}$ – Any bandwidth bound cutwidth quadratically. An example where this happens is $(P_n)^k$ which has bandwidth $k$ and cutwidth $O(k^2)$; both seem to be optimal.
bounded components $k$ upper bounds cutwidth by $k^{\mathcal O(1)}$ – By greedily placing one component after another.