I'm trying to find the Galois group of $P(X)=X^5+3X^2+1 \in \mathbb{Q}[X]$, but I have no idea how to proceed.
First, the polynomial is irreducible in $\mathbb{Q}[X]$ (we can reduce modulo $2$ for instance). By checking the extrema, we verify there's only one real root. Let $R$ denote the set of roots. Since the polynomial has real coefficients, taking complex conjugates show the $5$ distinct (since $char\ \mathbb{Q}=0$ and $P$ is irreducible) roots can be written as $R=\{x,\alpha,\bar{\alpha},\beta,\bar{\beta}\}$, with $x\in\mathbb{R}$.
Let $K$ be the splitting field of the polynomial, and $G$ the associated Galois group, with $|G| = n$. Since the polynomial is a quintic, we know that $5| n$ and $n|5!=120$
By Cauchy's Theorem, $G$ contains an element of order $5$ i.e. a $5$-cycle $(12345)$. Complex conjugation defines a double transposition $(23)(45)$ that leaves fixed the real root; this implies, in particular, that $2|n \Rightarrow 10|n$.
This is where I start having doubts. These two elements seem generate the $3$-cycle $(345)$ as follows: $$12345 \rightarrow 23451 \rightarrow 24315 \rightarrow 15243\rightarrow 12534$$ Since a $3$-cycle has order $3$, we now have $3|n \Rightarrow 30|n$.
However, this seems to be wrong according to this list. Where do I go from here?