Computation Question in the Ring of Polynomial with Integer Coefficients

jmjlt88
Messages
94
Reaction score
0
I have a quick question. The problem reads:

Prove that there is no integer m such that 3x2+4x + m is a factor of 6x4+50 in Z[x].

Now, Z[x] is not a field. So, the division algorithm for polynomials does not guarantee us a quotient and remainder. When I tried dividing 6x4+50 by 3x2+4x + m, it immediately would have push me out of the integers. So, 3x2+4x + m cannot be a factor no matter what m is.

My question, how can write that nicely in a proof? This may be a silly question. I have finished my first run through of Pinter's A Book of Abstract Algebra and I am now going back, re-writing proofs more concisely, fixing mistakes, and trying ones I skipped or did not "get." I only wrote an explanation similar to the one above for my answer with an attempt at divinding the polynomials.
 
Physics news on Phys.org
Based on your description, it sounds like you want to work in Q[x]. What does working in Q[x] tell you, and can you relate that fact to the thing you're trying to show?
 
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