Skip to content
Surf Wiki
Save to docs
general/polynomials

From Surf Wiki (app.surf) — the open knowledge base

Reciprocal polynomial

Polynomial with reversed root positions


Polynomial with reversed root positions

In algebra, given a polynomial :p(x) = a_0 + a_1x + a_2x^2 + \cdots + a_nx^n, with coefficients from an arbitrary field, its reciprocal polynomial or reflected polynomial, denoted by p∗ or pR, is the polynomial

:p^*(x) = a_n + a_{n-1}x + \cdots + a_0x^n = x^n p(x^{-1}).

That is, the coefficients of p∗ are the coefficients of p in reverse order. Reciprocal polynomials arise naturally in linear algebra as the characteristic polynomial of the inverse of a matrix.

In the special case where the field is the complex numbers, when

:p(z) = a_0 + a_1z + a_2z^2 + \cdots + a_nz^n,

the conjugate reciprocal polynomial, denoted p†, is defined by,

:p^{\dagger}(z) = \overline{a_n} + \overline{a_{n-1}}z + \cdots + \overline{a_0}z^n = z^n\overline{p(\bar{z}^{-1})},

where \overline{a_i} denotes the complex conjugate of a_i, and is also called the reciprocal polynomial when no confusion can arise.

A polynomial p is called self-reciprocal or palindromic if . The coefficients of a self-reciprocal polynomial satisfy for all i.

Properties

Reciprocal polynomials have several connections with their original polynomials, including: 1.

  1. .
  2. For α is a root of a polynomial p if and only if α−1 is a root of p∗ or if \alpha = 0 and p ^* is of lower degree than p .
  3. If xp(x) then p is irreducible if and only if p∗ is irreducible.
  4. p is primitive if and only if p∗ is primitive.

Other properties of reciprocal polynomials may be obtained, for instance:

  • A self-reciprocal polynomial of odd degree is divisible by x+1, hence is not irreducible if its degree is 1.

{{anchor|Palindromic polynomial|Antipalindromic polynomial}} Palindromic and antipalindromic polynomials

A self-reciprocal polynomial is also called palindromic because its coefficients, when the polynomial is written in the order of ascending or descending powers, form a palindrome. That is, if : P(x) = \sum_{i=0}^n a_ix^i is a polynomial of degree n, then P is palindromic if for .

Similarly, a polynomial P of degree n is called antipalindromic if for . That is, a polynomial P is antipalindromic if .

Examples

From the properties of the binomial coefficients, it follows that the polynomials are palindromic for all positive integers n, while the polynomials are palindromic when n is even and antipalindromic when n is odd.

Other examples of palindromic polynomials include cyclotomic polynomials and Eulerian polynomials.

Properties

  • If a is a root of a polynomial that is either palindromic or antipalindromic, then is also a root and has the same multiplicity.
  • The converse is true: If for each root a of polynomial, the value is also a root of the same multiplicity, then the polynomial is either palindromic or antipalindromic.
  • For any polynomial q, the polynomial q + q∗ is palindromic and the polynomial qq∗ is antipalindromic.
  • It follows that any polynomial q can be written as the sum of a palindromic and an antipalindromic polynomial, since .
  • The product of two palindromic or antipalindromic polynomials is palindromic.
  • The product of a palindromic polynomial and an antipalindromic polynomial is antipalindromic.
  • A palindromic polynomial of odd degree is a multiple of x + 1 (it has –1 as a root) and its quotient by x + 1 is also palindromic.
  • An antipalindromic polynomial over a field k with odd characteristic is a multiple of x – 1 (it has 1 as a root) and its quotient by x – 1 is palindromic.
  • An antipalindromic polynomial of even degree is a multiple of x2 – 1 (it has −1 and 1 as roots) and its quotient by x2 – 1 is palindromic.
  • If p(x) is a palindromic polynomial of even degree 2d, then there is a polynomial q of degree d such that .
  • If p(x) is a monic antipalindromic polynomial of even degree 2d over a field k of odd characteristic, then it can be written uniquely as , where Q is a monic polynomial of degree d with no constant term.
  • If an antipalindromic polynomial P has even degree 2n over a field k of odd characteristic, then its "middle" coefficient (of power n) is 0 since .

Real coefficients

A polynomial with real coefficients all of whose complex roots lie on the unit circle in the complex plane (that is, all the roots have modulus 1) is either palindromic or antipalindromic.

Conjugate reciprocal polynomials{{anchor|Conjugate}}

A polynomial is conjugate reciprocal if p(x) \equiv p^{\dagger}(x) and self-inversive if p(x) = \omega p^{\dagger}(x) for a scale factor ω on the unit circle.

If p(z) is the minimal polynomial of z0 with , and p(z) has real coefficients, then p(z) is self-reciprocal. This follows because

:z_0^n\overline{p(1/\bar{z_0})} = z_0^n\overline{p(z_0)} = z_0^n\bar{0} = 0.

So z0 is a root of the polynomial z^n\overline{p(\bar{z}^{-1})} which has degree n. But, the minimal polynomial is unique, hence :cp(z) = z^n\overline{p(\bar{z}^{-1})} for some constant c, i.e. ca_i=\overline{a_{n-i}}=a_{n-i}. Sum from to n and note that 1 is not a root of p. We conclude that .

A consequence is that the cyclotomic polynomials Φn are self-reciprocal for n 1. This is used in the special number field sieve to allow numbers of the form x11 ± 1, x13 ± 1, x15 ± 1 and x21 ± 1 to be factored taking advantage of the algebraic factors by using polynomials of degree 5, 6, 4 and 6 respectively – note that φ (Euler's totient function) of the exponents are 10, 12, 8 and 12.

Per Cohn's theorem, a self-inversive polynomial has as many roots in the unit disk {z\in\mathbb{C}: |z| as the reciprocal polynomial of its derivative.

Application in coding theory

The reciprocal polynomial finds a use in the theory of cyclic error correcting codes. Suppose x**n − 1 can be factored into the product of two polynomials, say . When g(x) generates a cyclic code C, then the reciprocal polynomial p∗ generates C⊥, the orthogonal complement of C. Also, C is self-orthogonal (that is, CC⊥), if and only if p∗ divides g(x).

Notes

References

References

  1. (1994). "Concrete mathematics : a foundation for computer science". Addison-Wesley.
  2. Aigner, Martin. (2007). "A course in enumeration". Springer.
  3. {{harvnb. Roman. 1995
  4. {{harvnb. Pless. 1990
  5. {{harvnb. Roman. 1995
  6. {{harvnb. Pless. 1990
  7. Stein, Jonathan Y.. (2000). "Digital Signal Processing: A Computer Science Perspective". Wiley Interscience.
  8. {{harvnb. Durand. 1961
  9. Katz, Nicholas M.. (2012). "Convolution and Equidistribution : Sato-Tate Theorems for Finite Field Mellin Transformations". Princeton University Press.
  10. (2008). "2008 16th Mediterranean Conference on Control and Automation". IEEE.
  11. (2008). "Number theory and polynomials. Proceedings of the workshop, Bristol, UK, April 3–7, 2006". [[Cambridge University Press]].
  12. Ancochea, Germán. (1953). "Zeros of self-inversive polynomials". Proceedings of the American Mathematical Society.
  13. (1952). "Zeros of self-inversive polynomials". Proceedings of the American Mathematical Society.
  14. {{harvnb. Pless. 1990
  15. {{harvnb. Pless. 1990
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Reciprocal polynomial — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report