Math 361, Spring 2017, Assignment 3
Carefully define the following terms, then give one example and one non-example of each:
- Polynomial function defined by a polynomial expression.
- Zero (a.k.a. root) of a polynomial.
- Degree (of a polynomial).
- $R[x, y]$.
- $R[x_1,\dots,x_n]$.
Carefully state the following theorems (you do not need to prove them):
- Bound on the degree of the sum of two polynomials.
- Bound on the degree of the product of two polynomials.
- Exact formula for the degree of the product of two polynomials, in case the base ring is an integral domain.
Solve the following problems:
- Section 22, problems 5, 7, 9, 11, 13, and 15.
- Prove that if $D$ is an integral domain, then so is D[x]. (Hint: the only hard part is showing that the product of two non-zero polynomials is non-zero. So suppose $f,g\neq0$. What can you say about $\mathrm{deg}(f)$, $\mathrm{deg}(g)$, and $\mathrm{deg}(fg)$? Alternatively, what can you say about the highest-degree term of $fg$?)
- Let $D$ be any integral domain. The field of rational expressions in one indeterminate, with coefficients in $D$ is the field $D(x) = \mathrm{Frac}(D[x])$. Write down two or three sample elements of $\mathbb{Q}(x)$, then show how to add, multiply, and invert them.
- More generally, the field of rational expressions in $n$ indeterminates is the field $D(x_1,\dots,x_n) = \mathrm{Frac(D[x_1,\dots,x_n])}$. Give sample elements and sample calculations, as above, for the field $\mathbb{Q}(x,y)$.
- Let $p$ be any prime number. Show that $\mathbb{Z}_p(x)$ is always an infinite field (even though $\mathbb{Z}_p$ itself is a finite field).
==Questions:== I have no idea where to start with Question 5 in section 22. How many polynomials are there of degree $\leq 3 \in \mathbb{Z}_2[x]$? include (0) Any suggestions I have been looking at this problem for a few hours now still have no clue.
Solutions: Question 11) $\phi_4(3x^{106}+5x^{99}+2x^{53})$ in $\mathbb{Z}_7$
1) First use Fermat's theorem. $a^{p-1}= 1(mod$ $p$) in our case $a^{7-1}=1 (mod$ $7$) So $a^6 = 1 (mod$ $7$)
2)Now take each power in the polynomial function $(3x^{106}+5x^{99}+2x^{53})$ So you get $106=6 \cdot 17+4$, $99=6 \cdot 16 + 3$, $53=6 \cdot 8 +5$
3) Now plug in 4 into the new x and the new exponent powers. so that you get $3 \cdot 4^4(4^6)^{17} + 5 \cdot 4^3(4^6)^{16} + 2 \cdot 4 ^5 \cdot (4^6)^8$
$3 \cdot 4^4(1)^{17} + 5 \cdot 4^3(1)^{16} + 2 \cdot 4 ^5 \cdot (1)^8$
$3 \cdot 4^4 + 5 \cdot 4^3 + 2 \cdot 4 ^5$
$3 \cdot 256 + 5 \cdot 64 + 2 \cdot 1024$
$ 768+320+2048$
$3136$
$\frac{3136}{7}$=448 Remainder of 0
thus the answer is zero
My question for this problem is there something I am missing that would make less step. Specify is their a way to make this line $3 \cdot 4^4 + 5 \cdot 4^3 + 2 \cdot 4 ^5$ be simple without doing out by hand or without a calculator?