I need to show if $4x+2$ is irreducible over $\Bbb{Q}[x]$ and over $\Bbb{Z}[x]$.
I claim its irreducible over $\Bbb{Q}$ because
$$4x+2=2(2x+1)$$
where $2$ is a unit in $\Bbb{Q}$.
But I don't know a method for showing its reducible in $\Bbb{Z}[x]$.
Do I suppose
$$4x+2=ab; \space \text{$a,b \in \Bbb{Z}[x]$}$$
Then the degree of ab would have to equal 1 which means the degree of their sums needs to equal 1 so one has to have degree $0$ and the other degree $1$. Then where would I do from there? Though I read somewhere that irreducible over rrationals implies irreducible over integers. is this true????
And in general (without use of Eeinsteins criteria) how do you determine wether or not a polynomial is or is not reducible in either $\Bbb{Q}[x]$ or $\Bbb{Z}[x]$, can one use the fact that the product of degrees is the sum of the products? I don't think my exam will have any polynomials with higher powers but I'd like to know how to generalize this to higher degree polynomials. Thanks in advance. I am preparing to a PhD qualifying exam and he briefly covered polynomial rings with us.
You've got your two methods pretty much entirely backwards.
First off, writing $4x+2 = 2(2x+1)$ doesn't prove that it is irreducible in $\mathbb{Q}[x]$. You've shown that one particular decomposition requires a unit, but that doesn't mean that every decomposition requires a unit (Unless you already have reason to believe that $2x+1$ is irreducible).
However, $4x+2 = 2(2x+1)$ is exactly the method for showing that $4x+2$ is reducible in $\mathbb{Z}[x]$. You've expressed it as a product of two factors. $2$ isn't a unit in $\mathbb{Z}[x]$. $2x+1$ isn't a unit in $\mathbb{Z}[x]$. Therefore this give a reduction into two different factors.
At the same time, your degree argument that you mention under $\mathbb{Z}[X]$ is exactly how you go about proving that it's irreducible in $\mathbb{Q}[X]$. If $4x+2=ab$ then one of the factors has degree one and the other has degree zero. The factor with degree zero is a non-zero constant, so it has an inverse in $\mathbb{Q}[X]$ - it is a unit. Therefore given any expressing as factors at least one of the factors is a unit: i.e. it is irreducible.
It's concerning that you managed to switch around the two methods like this. Suggests that you read them without understanding what was going on in them.