Linear Algebra/Factoring and Complex Numbers: A Review

From testwiki
Revision as of 15:19, 11 August 2017 by imported>PokestarFanBot (Bot: Automatic Cosmetic Changes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Navigation

This subsection is a review only and we take the main results as known. For proofs, see Template:Harv or Template:Harv.

Just as integers have a division operation— e.g., "4 goes 5 times into 21 with remainder 1"— so do polynomials.

Template:TextBox

In this book constant polynomials, including the zero polynomial, are said to have degree 0. (This is not the standard definition, but it is convienent here.)

The point of the integer division statement "4 goes 5 times into 21 with remainder 1" is that the remainder is less than 4— while 4 goes 5 times, it does not go 6 times. In the same way, the point of the polynomial division statement is its final clause.

Template:TextBox

Template:TextBox

Template:TextBox

If a divisor m(x) goes into a dividend c(x) evenly, meaning that r(x) is the zero polynomial, then m(x) is a factor of c(x). Any root of the factor (any λ such that m(λ)=0) is a root of c(x) since c(λ)=m(λ)q(λ)=0. The prior corollary immediately yields the following converse.

Template:TextBox

Finding the roots and factors of a high-degree polynomial can be hard. But for second-degree polynomials we have the quadratic formula: the roots of ax2+bx+c are

λ1=b+b24ac2aλ2=bb24ac2a

(if the discriminant b24ac is negative then the polynomial has no real number roots). A polynomial that cannot be factored into two lower-degree polynomials with real number coefficients is irreducible over the reals.

Template:TextBox

Template:TextBox

Note the analogy with the prime factorization of integers. In both cases, the uniqueness clause is very useful.

Template:TextBox

Template:TextBox

While x2+1 has no real roots and so doesn't factor over the real numbers, if we imagine a root— traditionally denoted i so that i2+1=0— then x2+1 factors into a product of linears (xi)(x+i).

So we adjoin this root i to the reals and close the new system with respect to addition, multiplication, etc. (i.e., we also add 3+i, and 2i, and 3+2i, etc., putting in all linear combinations of 1 and i). We then get a new structure, the complex numbers, denoted .

In we can factor (obviously, at least some) quadratics that would be irreducible if we were to stick to the real numbers. Surprisingly, in we can not only factor x2+1 and its close relatives, we can factor any quadratic.

ax2+bx+c=a(xb+b24ac2a)(xbb24ac2a)

Template:TextBox

Template:TextBox

References

Template:Navigation

Template:BookCat