Modern Algebra 2 Chapter 4 vocab (copy)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

idk

Last updated 8:08 PM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Field

A set F with two binary operators, multiplication and addition

- F is an abelian group under addition (closure, associativity, identity)

- F is an abelian group under multiplication

- F obeys the distributive laws

2
New cards

Examples of fields

Rational, real, and complex numbers and prime integers

3
New cards

polynomial

A polynomial in the indeterminate x on a field F is an expression of the form a_nx^n + .. + a_1x + a_0, where n>= 0 is an integer and a_i is a field element for all i. a_i are coefficients.

4
New cards

Leading coefficient

if a_n != 0, then a_n is the leading coefficient

5
New cards

Monic polynomial

a polynomial with a leading coefficient of 1

6
New cards

Constant polynomial

Polynomial with a degree of 0 (a_i = 0 for all i > 0)

7
New cards

F[x]

the set of all polynomials over F in the indeterminate x

8
New cards

Equality

two polynomials p(x) = a_nx^n + .... + ax + a_0, q(x) = b_nx^n + ... +bx + b_0 are equal if a_i = b_i, for all i

9
New cards

Division Algorithm for integers

If a,b are integers, and b != 0, then there exists integers q and r such that a = bq + r, where 0 <= r < | b |

10
New cards

Division Algorithm for polynomials

If a(x), b(x) are in F[x], and b(x) != 0 then there exist unique polynomials q(x), r(x) in F[x] such that a(x) = b(x)q(x) + r(x), where r(x) = 0 or deg(r(x)) < deg(b(x))

11
New cards

f(α)

the evaluation of f(x) at alpha (α). f(α) = a_nα^n + ... + a_1α + a_0

12
New cards

Remainder Theorem

If f(x) is in F[x], then there exists q(x) is in F[x] such that

f(x) = (x - α)q(x) + f(α) (that is, the remainder on dividing f(x) by x - α is f(x)).

13
New cards

Combination theorem for polynomials

Let f(x), g(x), h(x) are in F[x]. If h(x) | f(x) and h(x) | g(x), then

h(x) | a(x)f(x) + b(x)g(x), for all a(x)b(x) in F[x]

14
New cards

Relatively prime

f(x), g(x) in F[x] are relatively prime if their GCD = 1

15
New cards

Euclid's Lemma

if f(x) | g(x)h(x) and (f(x), g(x)) = 1, then f(x) | h(x)

16
New cards

Irreducible polynomial

p(x) is irreducible iff whenever p(x) = f(x)g(x), f(x), g(x) in F[x] one of f(x) or g(x) is a constant polynomial.

17
New cards

Reducible polynomial

p(x) is reducible iff p(x) = a(x)b(x) with 1 <= deg a(x) < deg p(x) and 1<= deg b(x) < deg p(x)

18
New cards

Unique factorizatioin theorem

Any nonconstant polynomial with coefficients in the field F can be expressed as an element of F times a product of monic polynomials, each of which is irreducible over the field F. This expression is unique except for the order in which the factors occur

19
New cards

Root of multiplicity

Number of times a root appears in a polynomial. Let f(x) be in F[x]. An element c in F is said to be a root of multiplicity m>=1 of f(x) if (x-c)^m | f(x) but (x-c)^m+1 \ f(x)

20
New cards

Extension field

Let E and F be fields. If F is a subset of E and has the operations of addition and multiplication induced by E, E is the extension field of F

21
New cards

Subfield

Let E and F be fields. If F is a subset of E and has the operations of addition and multiplication induced by E, F is the subfield of E.

22
New cards

Congruence class

The set {b(x) in F[x] | a(x) congruent mod p(x)} is the congruence class of a(x) [a(x)]

23
New cards

Field Isomorphism

Let F_1 and F_2 be fields. A function phi: F_1 -> F_2 is called an isomorphism of fields if it is one-to-one and onto such that

phi(a + b) = phi(a) + phi(b)

phi(ab) = phi(a) * phi(b)

for all a, b in F_1

24
New cards

Primitive polynomial

A polynomial with integer coefficients (Z[x]) if 1 and -1 are the only common divisors of its coefficients

25
New cards

Gauss's Lemma

Let f(x) be in Z[x]. If f(x) = a_1(x)b_1(x) for some a_1(x), b_1(x) in Q[x], then f(x)=a(x)b(x) for some a(x), b(x) in Z[x] and a_1(x) = alpha a(x), b_1(x) = beta b(x) for some alpha, beta in Q

26
New cards

Rational Roots Theorem

Let f(x) = a_n*x^n + .. + a_1x + a_0 in Z[x]. If alpha = r/s in Q is a rational root of f(x) with (r, s) = 1, then r | a_0 and s | a_n.

27
New cards

Eisenstein's Criterion

Let f(x) = a_nx^n + a_(n-1)x^(n-1) + ... + a_1x + a_0 be a polynomial with integer coefficients. If there is a prime p such that p | a_0, p | a_1, ... p | a_(n-1) but p \ a_n and p^2 \ a_0 then f(x) is irreducible over Q.

28
New cards

Fundamental theorem of Algebra

If f(x) in C[x] is a nonconstant polynomial then f(x) has a root in C. In particular, no polynomial in C[x] of degree greater than 1 is irreducible over C.