I want to show that $P(x)= x^4+2x^2+5$ is irreducible over rational numbers. I have decomposed the polynomial into $(x^2+ax+b)(x^2+cx+d)$, and since $P(x)$ is an even function, we have either $P(x)=(x^2+b)(x^2+d)$ or $P(x)=(x^2+ax+b)(x^2-ax+b)$. In the first case, $b$ and $d$ should be complex numbers. But in the second case, we have $2b-a^2=2$ and $b^2=5$, from which we can evaluate $a$ and $b$ to see that they are not rational numbers.
I'm new to the subject of irreducible polynomials. So I'm wondering if there are other methods to check if $P(x)$ is irreducible over rational numbers.