Consider $f = x^5 -11x + 1 \in \mathbb{Q}[x]$. I want to prove that its not solvable by radicals. I know that its solvable by radicals iff its galois group is solvable. My attempt was first to use the following:
For any prime $p$ not dividing the discriminant of $f \in \mathbb{Z}[x]$ , the galois group of $f$ over $\mathbb{Q}$ contains an element with cyclic decomposition $(n_1,..,n_k)$ where $n_1,...,n_k$ are the degrees of the irreducible factors of $f$ reduced mod $p$.
Then, I could use this to determine the galois group of $f$. However, the discriminant proved to be super hard to calculate (wolfram alpha works but its not intended to be used). So I am thinking that I got the wrong approach here. Any other hints?
It is true that this polynomial has Galois group $S_5$. The discriminant is $-41225931 = -1 \cdot 3^2 \cdot 1409 \cdot 3251$.
But there is an easier way to show that the Galois group is $S_5$ using a related idea to what you wrote.
This is often called "a result of Dedekind". See this other question and its answer for a bit more.
Computing the discriminant is annoying, but factoring over $\mathbb{F}_p$ is a computationally friendly, finite task. One can check that mod $5$, the polynomial is irreducible (and thus there is a $5$-cycle in the Galois group). And mod $23$, the polynomial factors as $$ f = (x + 9)(x + 10)(x + 12)(x^2 + 15x + 22). $$ Thus the Galois group contains a transposition.
As any $5$-cycle and any transposition generates $S_5$, we find that the Galois group is necessarily $S_5$.