Polynomial Equations#
Definition: Real Polynomial Equation
A real polynomial equation is a polynomial equation \(P = 0\) where \(P\) is a real polynomial.
Properties#
Theorem: Maximum Number of Roots
The maximum number of distinct roots which the real polynomial equation
can have is equal to the degree of \(A\).
Proof
TODO
Theorem: Laguerre's Bound
If the real polynomial \(\sum_{k = 0}^n a_k x^k\) with \(n \ge 2\) can be linearly factorized, then all roots of the equation
lie within the interval with endpoints
Proof
TODO
Theorem: Roots and Divisibility
A number \(p \in \mathbb{R}\) is a root of the real polynomial equation
if and only if \(A(x)\) is divisible by \((x - p)\).
Proof
TODO
Theorem: Real Polynomial Equations with Integer Coefficients I
If the coefficients \(a_0, \cdots, a_n\) of the real polynomial equation
are [[TODO|integers]] and it has a [[TODO|rational]] root \(x^\ast = \frac{p}{q}\) (where \(p\) and \(q\) are [[TODO|coprime]]), then \(p\) is a [[TODO|divisor]] of \(a_0\) and \(q\) is a divisor of \(a_n\).
Proof
Proof that \(q\) is a divisor of \(a_n\):
If \(x^\ast = \frac{p}{q}\) is a root of the polynomial equation, then
Multiply by \(q^{n-1}\).
Since \(p,q\) and \(a_k\) are all integers, the right-hand side must be an integer as well. This means that \(a_n \frac{p^n}{q}\) is an integer, but \(p^n\) and \(q\) have no common divisors, since they are coprime. This means that \(q\) must divide \(a_n\).
Proof that \(p\) is a divisor of \(a_0\):
If \(x^\ast = \frac{p}{q}\) is a root of the polynomial equation, then
Multiply by \(q^n\).
Divide by \(p\).
Once again, \(p,q\) and \(a_k\) are all integers and so the right-hand side must be an integer. This means that \(a_0 \frac{q^n}{p}\) is an integer. The numbers \(q^n\) and \(p\) have no common divisors, since \(q\) and \(p\) are coprime. This means that \(p\) must be a divisor of \(a_0\).
Theorem: Real Polynomial Equations with Integer Coefficients II
If the coefficients of the real polynomial equation
are [[TODO|integers]] and it has a [[TODO|rational]] root \(x^\ast = \frac{p}{q}\) (where \(p\) and \(q\) are [[TODO|coprime]]), then for every [[TODO|integer]] \(m\), the number \(A(m)\) is divisible by \(p - mq\).
Proof
TODO
Reciprocal Polynomial Equations#
Definition: Reciprocal Polynomial Equations
A reciprocal polynomial equation is a polynomial equation which can be written either as
or as
Definition: Reciprocal Polynomial Equations
Properties#
Algorithm: Degree Reduction for Reciprocal Polynomial Equations of Even Degree
We are given a reciprocal polynomial equation
of degree \(2n\). We can reduce it to a real polynomial equation of degree \(n\) in the following way:
-
Divide by \(x^n\).
-
Group the terms appropriately.
- Substitute \(y = x + \frac{p}{x}\).
Theorem: Roots of Reciprocal Polynomial Equations of Odd Degree
Every reciprocal polynomial equation
of odd degree \(2n+1\) has the root \(x = -p\).
Proof
TODO
Theorem: Reduction of Reciprocal Polynomial Equations of Odd Degree
Every reciprocal polynomial equation
of odd degree \(2n+1\) can be reduced to a reciprocal polynomial equation of even degree \(2n\) by dividing it by \(x+p\).
Proof
TODO