Group of polynomials with coefficients from Z_10.

In summary: Z}$ but it holds for any Commutative ring.In summary, the conversation revolves around finding the order of a polynomial in the group of polynomials under addition with coefficients from the ring $\mathbb{Z}_{10}$. The approach of using ordered pairs and adding the polynomial until reaching the identity element is discussed, but it is noted that this method may not always work. The idea of $\mathbb{Z}_{10}$ being isomorphic to $\mathbb{Z}_{10}^{\infty}$ is mentioned, and its relevance in
  • #1
alyafey22
Gold Member
MHB
1,561
0
Contemporary Abstract Algebra by Gallian

This is Exercise 14 Chapter 3 Page 69

Question

Let $G$ be the group of polynomials under the addition with coefficients from $Z_{10}$. Find the order of $f=7x^2+5x+4$ .

Note: this is not the full question, I removed the remaining parts.

Attempt

For simplicity I represented the coefficients as ordered pair $(a,b,c)$

Then to compute $|f|$ , I add $f$ until I get a positive integer $n$ such that $f^n=(0,0,0)$

\(\displaystyle f^2=(7,5,4)+(7,5,4)=(4,0,8)\)
\(\displaystyle f^3=(4,0,8)+(7,5,4)=(1,5,2)\)
\(\displaystyle f^4=(1,5,2)+(7,5,4)=(8,0,6)\)
\(\displaystyle f^5=(8,0,6)+(7,5,4)=(5,5,0)\)
\(\displaystyle f^6=(5,5,0)+(7,5,4)=(2,0,4)\)
\(\displaystyle f^7=(2,0,4)+(7,5,4)=(9,5,8)\)

That approach seems wrong since that could go anywhere.

If we put $f=ax^2+bx+c$ then $f=(a,b,c)$ either circulates or approaches a finite order but what would be the method to prove it is of infinite or finite order ?
 
Physics news on Phys.org
  • #2
ZaidAlyafey said:
\(\displaystyle f^2=(7,5,4)+(7,5,4)=(4,0,8)\)
\(\displaystyle f^3=(4,0,8)+(7,5,4)=(1,5,2)\)
\(\displaystyle f^4=(1,5,2)+(7,5,4)=(8,0,6)\)
\(\displaystyle f^5=(8,0,6)+(7,5,4)=(5,5,0)\)
\(\displaystyle f^6=(5,5,0)+(7,5,4)=(2,0,4)\)
\(\displaystyle f^7=(2,0,4)+(7,5,4)=(9,5,8)\)
Why did you stop? Three more steps, and you would have reached enlightening! (Smile)
 
  • #3
Hint : $\Bbb Z/10 \Bbb Z$ is of order $10$.

See, Z, every member of I&S goes senile from time to time (not to mention me), as I suspected before.
 
  • #4
Ok , I must be kidding. It is easy to see that the system of equations

\(\displaystyle 7n \equiv 0 (\text{mod} \, 10)\)

\(\displaystyle 5n \equiv 0 (\text{mod} \, 10)\)

\(\displaystyle 4n \equiv 0 (\text{mod} \, 10)\)

\(\displaystyle n=10\) is an immediate solution .
 
  • #5
ZaidAlyafey said:
\(\displaystyle n=10\) is an immediate solution .

And smallest. Neither 7, 5 or 4 is 0 modulo 10.
 
  • #6
mathbalarka said:
Hint : $\Bbb Z/10 \Bbb Z$ is of order $10$.

See, Z, every member of I&S goes senile from time to time (not to mention me), as I suspected before.

I hope that one won't last for a long time!
 
  • #7
Zaid said:
I hope that one won't last for a long time!

That forum's cursed. Forget all hope of the light he who enters there! :D
 
  • #8
Just a few comments:

1. Your observation that additively, $\Bbb Z_{10}[x]$ is isomorphic to $\Bbb Z_{10}^{\infty}$ is actually a very astute one. The set of $n$ degree polynomials is a subgroup, and isomorphic to $\Bbb Z_{10}^n$ (in this case, $n$ = 3).

2. It is customary to write $f^n$ in an abelian group as $nf$. Beginners in abstract algebra always seem to struggle with this largely notational issue.

3. Both of these observations come in handy much later, when one is studying $R$-modules (which act "sort of" like vector spaces, but with ring elements as coordinates, which introduces some peculiarities). Here the ring is $\Bbb Z_{10}$, and the fact that $\Bbb Z_{10}$ is a quotient ring of $\Bbb Z$ allows us to view it as a $\Bbb Z$-module with some interesting $\Bbb Z$-linear dependencies.

4. $\Bbb Z$-modules are just abelian groups, and this is why you are seeing this example at such an early stage. you have just shown that the integer 10 is the smallest positive $n$ for which $nI$ annihilates $(a,b,c)$ with a = 7, b = 5, c = 4. A little reflection shows that it annihilates all of $\Bbb Z_{10}^3$. This should suggest to you that matrices over certain rings (even when the ring is commutative) don't always act as nicely as we want them to.

5. mathblalarka's observation that none of the entries of (7,5,4) are 0 (mod 10) is somewhat incomplete, consider the order of $p(x) = 2 + 4x + 8x^2$ in the same group...
 
  • #9
I think if we have \(\displaystyle f= \sum_{k=0}^n a_k x^k \) then if we restrict that $\text{gcd}(a_1,a_2, \cdots , a_n)=1$ we have the order as $10$.

If we do $f=(8,4,2)$ then we expect that $|f|=5$ since for the simultaneous equations

\(\displaystyle 8n \equiv 0 (\text{mod}\, 10)\)
\(\displaystyle 4n \equiv 0 (\text{mod}\, 10)\)
\(\displaystyle 2n \equiv 0 (\text{mod}\, 10)\)

sine $\text{gcd}(2,4,8)=2$ it suffies to put $n=5$.

To check we have

\(\displaystyle 2f= (8,4,2)+(8,4,2)=(6,8,4)\)
\(\displaystyle 3f= (6,8,4)+(8,4,2)=(4,2,6)\)
\(\displaystyle 4f= (4,2,6)+(8,4,2)=(2,6,8)\)
\(\displaystyle 5f= (2,6,8)+(8,4,2)=(0,0,0)\)

which is what we expect so generally we have the order of $f$ under $\mathbb{Z}_n$ as $|f|=n/ \text{gcd}(a_1,a_2,\cdots ,a_n)$ ,right ?
 
  • #10
Right, you want to ensure the gcd and 10 have no common factors. This is why finite fields (of characteristic $p$) are so nice to work over (and produce vector spaces, instead of mere modules), because we no longer have to worry about that.

Prime factorization (in its basic integer form, and in its extensions to more complicated systems) is just *that* useful.

Your last statement is "almost correct". To see why I say "almost" consider the order of:

$4 + 4x + 8x^2$.

It is clear that gcd(4,4,8) = 4, but the order is not 10/4 = 5/2, it is 5.

In other words the order is actually:

$\dfrac{n}{\text{gcd}(n,\text{gcd}(a_1,a_2,\dots,a_k))}$

for a polynomial in $\Bbb Z_n[x]$ (under addition) of degree $k$

(here it is implicitly assumed the integers $a_1,\dots,a_k$ are already reduced mod $n$).

Given that 10 (our example) only has 2 divisors d with 1 < d < 10, it is unlikely that a polynomial chosen at random has order < 10, but this becomes much more of a concern if working over a highly divisible number like 60.

See if you can guess the order of $30x + 12x^2$ in $\Bbb Z_{60}[x]$ under addition, and then prove it (your proof should consist of just three calculations).
 
  • #11
ZaidAlyafey said:
I think if we have \(\displaystyle f= \sum_{k=0}^n a_k x^k \) then if we restrict that $\text{gcd}(a_1,a_2, \cdots , a_n)=1$ we have the order as $10$.

How about the order of $5x+2$?
 
  • #12
I like Serena said:
How about the order of $5x+2$?

Not a very good example, we have:

$2(5x + 2) = 4 \neq 0$
$5(5x + 2) = 5x \neq 0$

which shows the order is indeed 10.
 
  • #13
Deveno said:
Your last statement is "almost correct". To see why I say "almost" consider the order of:

$4 + 4x + 8x^2$.

It is clear that gcd(4,4,8) = 4, but the order is not 10/4 = 5/2, it is 5.

In other words the order is actually:

$\dfrac{n}{\text{gcd}(n,\text{gcd}(a_1,a_2,\dots,a_k))}$

Yup, I was concerned about that !

See if you can guess the order of $30x + 12x^2$ in $\Bbb Z_{60}[x]$ under addition, and then prove it (your proof should consist of just three calculations).

The order of $30$ is $2$ and the order of $12$ is $5$ and they will coincide at the first even integer namely $10$.
I don't understand what you mean by three calculations ?
 
  • #14
I like $\text{lcm}(|a_1|, ..., |a_k|)$.
 
  • #15
ZaidAlyafey said:
Yup, I was concerned about that !
The order of $30$ is $2$ and the order of $12$ is $5$ and they will coincide at the first even integer namely $10$.
I don't understand what you mean by three calculations ?

Yes, it is clear that the order is at most 10. What two other possibilities need to be ruled out?
 

Related to Group of polynomials with coefficients from Z_10.

1. What is a "Group of polynomials with coefficients from Z_10"?

A "Group of polynomials with coefficients from Z_10" is a set of polynomials where the coefficients are restricted to integers from 0 to 9, also known as the set Z_10. This means that the coefficients can only take on 10 different values.

2. How is a "Group of polynomials with coefficients from Z_10" different from a regular polynomial group?

Unlike a regular polynomial group, a "Group of polynomials with coefficients from Z_10" has a limited set of coefficients that can be used. This restriction can affect the operations and properties of the group.

3. What is the significance of using coefficients from Z_10 in a polynomial group?

Using coefficients from Z_10 allows for easier and more efficient computations in certain applications, such as coding theory and cryptography. It also allows for the creation of finite fields, which have many applications in mathematics and computer science.

4. How are the operations of addition and multiplication defined in a "Group of polynomials with coefficients from Z_10"?

The operation of addition is defined as adding the coefficients of each term in the polynomials, and the operation of multiplication is defined as multiplying the coefficients of each term and adding the exponents.

5. Can a "Group of polynomials with coefficients from Z_10" be infinite?

No, since the coefficients are limited to a finite set, the number of possible polynomials in the group is also finite. Therefore, a "Group of polynomials with coefficients from Z_10" is always a finite group.

Similar threads

  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
18
Views
4K
  • Math Proof Training and Practice
2
Replies
46
Views
5K
  • Calculus and Beyond Homework Help
Replies
28
Views
4K
Replies
3
Views
936
  • Calculus and Beyond Homework Help
Replies
1
Views
878
Back
Top