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
4
votes
3 answers

Let $f(x) =7x^{32}+5x^{22}+3x^{12}+x^2$. Then find its remainder in the following cases.

Let $f(x) =7x^{32}+5x^{22}+3x^{12}+x^2$. (i) Then find the remainder when $f(x)$ is divided by $[x^2+1]$. (ii) Also find the remainder when $xf(x)$ is divided by $[x^2+1]$. Given both the remainders will be of the form $4(ax+b)$. The 'polynomial…
Number
  • 53
4
votes
2 answers

Can properties of a polynomial over $\mathbb{Q}$ be carried over to properties over $\mathbb{R}$?

The following question arose while trying to generalize some combinatorial statements from $\mathbb{Z}$ to $\mathbb{R}$. Suppose I have a multivariate homogenous polynomial $f$ with coefficients in $\mathbb{Z}$, and its integral zeroes lie only on…
Ofir
  • 6,245
4
votes
3 answers

$P,Q$ are polynomials with real coefficients and for every real $x$ satisfy $P(P(P(x)))=Q(Q(Q(x)))$. Prove that $P=Q$

$P,Q$ are polynomials with real coefficients and for every real $x$ satisfy $P(P(P(x)))=Q(Q(Q(x)))$. Prove that $P=Q$. I see only that these polynomials are same degree
Sinister
  • 585
4
votes
2 answers

Two variable polynomial whose image is $\mathbb R^+\setminus\{0\}$

Polynomial $P(x,y)$ takes only positive values for all x,y . Can it take all the positive values? My thoughts : This is quite a strange one. I tried proving this by contradiction but I got nowhere fast.
4
votes
0 answers

Zeros of a system of bivariate polynomials

Suppose $f$ is a degree $n$ univariate polynomial with roots $\alpha_1, \ldots, \alpha_n$. Then we know that $$\frac{f'(x)}{f(x)} = \sum_{i=1}^n \frac{1}{(x-\alpha_i)}.$$ Can we say something similar for a system $F=(f,g)$, where $f,g$ are…
Vikram
  • 41
4
votes
1 answer

Factor $x^{14}+8x^{13}+3$ over the rationals

I need to factor $x^{14}+8x^{13}+3$ over the rationals, and there is a hint to use reduction mod 3. The reduction is $x^{14}+2x^{13}=x^{13}(x+2)$, but I know it has no rational roots (they would have to be $\pm 3$ by the rational roots theorem), so…
Psy
  • 111
4
votes
1 answer

Polynomials with purely imaginary coefficients?

Finished a homework problem concerning polynomials with all real coefficients and why complex roots of p(z)=0 come in pairs. Curious is there is a similar situation for polynomials with all purely imaginary coefficients. I can't figure this one…
4
votes
2 answers

Polynomial $(x − a)^2(x − b)^2 + 1$ is not the product of two polynomials with integral coefficients

Let $a, b$ be integers. Then the polynomial $(x − a)^2(x − b)^2 + 1$ is not the product of two polynomials with integral coefficients. Suppose $(x − a)^2(x − b)^2 + 1 = p(x)q(x)$ then $p(a)q(a)=1$, so $p(a)=q(a)=1$ or $p(a)=q(a)=-1$, thus $x-a…
Sinister
  • 585
4
votes
1 answer

Does there exist a polynomial over integers possesing certain property?

Does there exist a polynomial with integer coefficients which posseses the local minimal value $\sqrt{2}$ (not a local minimum at $\sqrt{2}$)?
user64494
  • 5,811
4
votes
0 answers

Find all polynomials $P(x)$ has $n$ rational roots.

Find all polynomials $P(x)=a_nx^n+a_{n-1}x^{n-1}+...+a_1x+a_0$ such as: 1) $(a_0,a_1,a_2,...,a_n)$ is a permutation of $(0,1,2,...,n)$ 2) $P(x)$ has $n$ rational roots.
Road Human
  • 1,012
4
votes
1 answer

The resultant of two homogeneous polynomials is homogeneous

I haven't been able to find a proof for this theorem in the literature: Let $f,g\in k[x_0,\dots,x_k]$ be homogeneous polynomials, of degree $m$ and $n$ respectively. Then $R_{x_0}(f,g)$ is homogeneous of degree $mn$, where $R_{x_0}(f,g)$ stands for…
4
votes
3 answers

Minimum Number of Values to Guess a Polynomial with Non-Negative Coefficients

My math teacher claimed that he could guess any polynomial with non-negative coefficients given two values that he asked for. For example, he asked me to write down a function of which I wrote down (x^5 + 3x^2) and didn't tell him. Simply by knowing…
4
votes
0 answers

How to find out if a polynomial equation has real solutions?

I have a polynomial equation of $N$th order. The coefficients of the equation are parametrized by two variables, let's call them $a$ and $b$, both of which are real and positive. For general $N$, I can't write the solution as a function of $a$ and…
Echows
  • 189
  • 6
4
votes
1 answer

Every polynomial ( not identically zero) has a multiple (polynomial not identically zero) in which every exponent is prime?

Is it true that every polynomial $f(x) $ ( not identically $0$ ) has a multiple $g(x)=f(x)h(x)\ne0$ in which every exponent is prime , that is $g(x)$ is of the form $\sum_{p \text{ is prime}} a_p x^p$ ?
Souvik Dey
  • 8,297
3
votes
2 answers

If a polynomial is zero on a field F, is it zero on every extension of F?

Let $p$ be a univariate polynomial over a field $F$, and let $K$ be an extension of $F$. If $p(x) = 0$ for all $x \in F$, does this imply that $p(x) = 0$ for all $x \in K$? How about if $p$ is multivariate? For context, I'm trying to understand if…