Questions tagged [polynomials]

For both basic and advanced questions on polynomials in any number of variables, including, but not limited to solving for roots, factoring, and checking for irreducibility.

Usually, polynomials are introduced as expressions of the form $\sum_{i=0}^dc_ix^i$ such as $15x^3 - 14x^2 + 8$. Here, the numbers are called coefficients, the $x$'s are the variables or indeterminates of the polynomial, and $d$ is known as the degree of the polynomial. In general the coefficients may be taken from any ring $R$ and any finite number of variables is allowed. The set of all polynomials in $n$ variables $X_1,\ldots,X_n$ over a ring $R$ is denoted by $R[X_1,\ldots,X_n]$. Strictly speaking this is a formal sum, because the variables do not represent any value. Nevertheless, the variables of a polynomial obey the usual arithmetic laws in a ring (like commutativity and distributivity). This makes $R[X_1,\ldots,X_n]$ a ring itself. One should note that $R[X_1][X_2]=R[X_1,X_2]$. This idea can be extended to $R[X_1,\ldots,X_n]$ in a very natural way.

An expression of the form $rX_1^{i_1}X_2^{i_2}\cdots X_n^{i_n}$ ($r\in R$) is called a term (of the polynomial). Polynomials are defined to have only finitely many terms. An expression with infinitely many different terms is generally not considered to be a polynomial, but a (formal) power series in one or more variables.

When $P\in R[X]$, $P(x)$ is the evaluation of $P$ at $x$ (pronounced $P$ of $x$, or simply $Px$). Here $x$ does not necessarily have to be an element of $R$. For $P(x)$ to be properly defined for an $x$ in some ring $S$ we need:

  • a homomorphism $\phi:R\to S$
  • the image of all coefficients of $P$ under $\phi$ should commute with $x$.

Evaluation is now simply performed by replacing all coefficients $r_i$ of $P$ by $\phi(r_i)$ and all appearances of $X$ by $x$. This quite naturally gives an expression that is well defined as an element of $S$. The concept of evaluation is naturally extended to $R[X_1,\ldots,X_n]$.

26755 questions
6
votes
6 answers

Find polynomial $f(x)$ based on divisibility properties of $f(x)+1$ and $f(x) - 1$

$f(x)$ is a fifth degree polynomial. It is given that $f(x)+1$ is divisible by $(x-1)^3$ and $f(x)-1$ is divisible by $(x+1)^3$. Find $f(x)$.
6
votes
0 answers

Bézout's identity for resultant

If $\mathbb A$ is a principal ideal domain, Bézout's identity (for the gcd) reads as follows: For any $a,b\in\mathbb A$, there exist $u,v\in\mathbb A$ such that $a\cdot u+b\cdot v= \gcd(a,b)$. Conversely, if there exist $u,v,g\in\mathbb A$ such…
Bruno
  • 317
6
votes
0 answers

Multivariable polynomial decomposition

There is a beautiful theorem that allows us to decompose a polynomial of several variables into the sum of polynomials of a single variable. Let $P_{N}(x)$ be a multivarible polynomial of degree $N$, where $x = (x_1,...,x_n) \in \mathbb{R}^n$. Let…
Appliqué
  • 8,576
6
votes
3 answers

Does this polynomial exist?

I'm looking for a polynomial $P(x)$ with the following properties: $P(0) = 0$. $P\left(\frac13\right) = 1$ $P\left(\frac23\right) = 0$ $P'\left(\frac13\right) = 0$ $P'\left(\frac23\right) = 0$ From 1 and 3 we know that $P(x) = x\left(x -…
user3002473
  • 8,943
5
votes
1 answer

Definition of a multilinear polynomial

Is a multilinear polynomial of variables $x_1, \dots, x_n$ over a ring defined as a monomial $c \prod_{i=1}^n x_i$, where $c$ is a constant from the ring? Equivalently, is a multilinear polynomial function of variables $x_1, \dots, x_n$ over a ring …
Tim
  • 47,382
5
votes
0 answers

A question about cyclotomic polynomials.

Let $F$ be the smallest subfield of $\mathbb{C}$ which contains $i$ and which, for every positive integer $n$, contains the unique non-negative $n$th root of every non-negative real number that it contains. Are the roots of all the cyclotomic…
5
votes
2 answers

Finding a polynomial's constant from its points

Let's say I was given a set of $d+1$ distinct points known to be from a polynomial $P$ of degree $d$. So: $$P = a_dx^d + a_{d-1}x^{d-1} + ... a_1x + c$$ And I have pairs $(x_i, y_i)$ such that: $$P(x_1) = y_1$$ $$...$$ $$P(x_{d+1}) = y_{d+1}$$ My…
BoppreH
  • 1,026
5
votes
0 answers

A problem with sign of coefficients of a polynomial expression

Let $f$ be a real coefficient homogeneous polynomial in $n$ undeterminates, such that $f(x_1,\cdots,x_n)>0$ whenever $x_1,...,x_n$ are non-negative real numbers, not all $0$. Then how to show that exists a natural number $N$ such that all…
r9m
  • 17,938
5
votes
2 answers

Is it always possible to find polynomials $p(x)$, where the sign of $p(x)$ matches $f(x)$ for every $x$?

Given a function $f:\mathbb{R^n}\to \mathbb{R}$ that can be expressed as sum of roots of polynomials, i.e. $f = \sum_{i=0}^k (p_i)^{1/n_i}$ for some polynomials $p_i$ and integers $n_i$. Can one find a polynomial $p:\mathbb{R}^n \to \mathbb{R}$ such…
Chao Xu
  • 5,768
5
votes
1 answer

Is this definition of a polynomial adequate? If not, how do I fix it?

A function $p$ is a polynomial with coefficients in F if $p$: F $ \to$ F as $p(z) = a_0 + a_1z + a_2z^2 + ··· + a_mz^m$ for some $a_0,\ldots,a_m$ and all $z \in$ F.
5
votes
1 answer

A problem about polynomials

I'm clueless about this problem: Let $P,Q \in \mathbb C[X]$ be polynomials with degree $\geq 1$ Suppose that $P$ and $Q$ have the same set of roots. Suppose also that $P-1$ and $Q-1$ have the same set of roots. Prove that $P=Q$ I really don't know…
Gabriel Romon
  • 35,428
  • 5
  • 65
  • 157
5
votes
2 answers

Solve $(4x+3)^2(2x+1)(x+1)=75$?

How do I find in set of complex numbers the solutions of the following equation? $$(4x+3)^2(2x+1)(x+1)=75$$ I hope you'll give me just a hint. Thank you very much!
wonderingdev
  • 1,761
5
votes
1 answer

How prove this polynomial such $\dfrac{1}{f(x_{i})}=h(x_{i}),i=1,2,\cdots,s$.

Question: let polynomial $\phi{(x)}$ is an irreducible polynomials on the rational number field.and assume that $x_{1},x_{2},\cdots,x_{s}$ is $\phi{(x)}$ complex roots, for any $f(x)$ is rational coefficients…
user94270
5
votes
1 answer

Irreducibility of a quartic polynomial

How can one show that the polynomial $$x^4+x^3+3$$ is irreducible in $\Bbb{Q}[x]$? I only know Eisenstein criterion, but it doesn't apply directly. Of course I verified that there are no rational roots - but how can I exclude that it's a product of…
pxmx
  • 53
5
votes
2 answers

If $p(x)$ maps $\Bbb Z$ to $\Bbb Z$ and $\deg(p)=n$, show $n!\cdot p(x)$ has integer coefficients

Given a single variable real polynomial $p(x)$ of degree $n$ that maps integers to integers, show that $n!\cdot p(x)$ has integer coefficients. I prefer an elementary solution if possible. It seems like some big machinery to take care of this should…