Is the Kernel of Z[x] to R a Principal Ideal?

  • Thread starter Thread starter pivoxa15
  • Start date Start date
  • Tags Tags
    Kernel Principle
pivoxa15
Messages
2,250
Reaction score
1

Homework Statement


Prove that the kernel of the homomorphism Z[x]->R sending x to 1+sqrt(2) is a principle ideal, and find a generator for this ideal.

Z is the integers
R is the real numbers

The Attempt at a Solution


I assume sending x to sqrt(2) is an example. We should first find the actual map shoudn't we? Otherwise we can't find the kernel of this map. I have tried like

1. Sending the coefficients of x to C+sqrt(x) or C(1+sqrt(2)) where C is the coefficient of x.
2. Sending the constant of the polynomial to C+1+sqrt(2) or C(1+sqrt(2)) where C is the consant of the polynomial.
3. Sending the coefficient of the greatest power in the polynomial to C+sqrt(2) or C(1+sqrt(2)) where C is the coefficient of the greatest power of the polynomial.

All 3 example maps do not form a homomorphism.
 
Physics news on Phys.org
Or does this homomorphism only sends polynomials in Z[x] with a single elements to 1+sqrt(2) guided by x->1+sqrt(2) so x^2->(1+sqrt(2))^2 and x^0->(1+sqrt(2))^0. 2x->2(1+sqrt(2)).
 
Z[x] is the ring of all polynomials with integer coefficients. This homomorphism essentially "evaluates" the polynomial at x= 1+ \sqrt{2}.

For example the polynomial ax^2+ bx+ c is mapped into a(1+ \sqrt{2})^2+ b(1+ \sqrt{2})+ c. Yes, that is a homomorphism and its kernel is the set of polynomials having 1+ \sqrt{2} as a zero. Obviously, if P(x) has 1+ \sqrt{2} as zero, then any product P(x)Q(x) has also. It should also be obvious that if a polynomial with integer coefficients has 1+ \sqrt{2} as a zero, then it must also have 1- \sqrt{2} and so has (x-1-\sqrt{2})(x-1+\sqrt{2})= (x-1)^2- 2= x^2- 2x- 1 as a factor.
 
I see, that makes more sense. It means evaluate the polynomial at 1+sqrt(2). I think they should have been more clear with it as it took me 2 hours and still couldn't figure it out what the question meant until HallsofIvy came along.

Although with your last point, there are many integer coefficient polynomials with 1+sqrt2 as a zero but 1-sqrt2 not being a zero. i.e g(x)(x-(1+sqrt2)) contains many polynomials with 1+sqrt2 being a zero but very few with 1-sqrt2 also as a zero. i.e let g(x)=x-1 and many other g(x). However if the polynomial was in C[x] (which this question does not involve) then zeros do come in complex conjugates.

Looks like the hard bit of the question was working out what it's asking and working out what map it describes.
 
Last edited:
No, I made a mistake in my last post. g(x)(x-(1+sqrt2)) is not in Z[x]. Now I understand why you said x^2-2x-1 must be a factor of a polynomial in order for it to lie in the kernel.
 
Sorry, but I thought the problem was very clear. What was NOT clear to me was why you were looking at things like "Sending the coefficients of x to C+sqrt(x) or C(1+sqrt(2)) where C is the coefficient of x" or "Sending the coefficient of the greatest power in the polynomial to C+sqrt(2) or C(1+sqrt(2)) ". Those couldn't possibly be homomorphisms- they don't use all of the "information" in the polynomial.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top