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
3
votes
1 answer

$P (x)$ have a local minimum at $x = \sqrt 2$. Prove that $P (x)$ has also a local minimum or maximum at $x = -\sqrt 2$

Let the polynomial $P (x)$ with integer coefficients have a local minimum at the point $x = \sqrt 2$. Prove that $P (x)$ has also a local minimum or maximum at the point $x = -\sqrt 2$ (not an inflection point). Let…
Roman83
  • 17,884
  • 3
  • 26
  • 70
3
votes
1 answer

Complex polynomials vanishing at all real points

Suppose $f \in \mathbb C[X_1,\ldots,X_n]$ is a complex polynomial in $n$ variables such that $f(P) = 0$ for all $P \in \mathbb R^n$. Is then necessarily $f = 0$? This is certainly true for $n=1$ as a univariate polynomial that vanishes in infinitely…
marlu
  • 13,784
3
votes
1 answer

What is the general form of a polynomial of degree n and with m variables?

I have tried to start with a polynomial with $2$ variables and with degree $2$; it was simple. But with degree $n$ is much harder. I would like to know the general form not only with $2$ variables but with $m$ variables.
3
votes
1 answer

Polynomial remainder theorem for bivariate polynomials.

Suppose $p(x,y)$ is a bivariate polynomial of degree at most $N$ in $x$ and $y$. If $p(x_0,y) = 0$, for all y, then is it true that $$ p(x,y) = (x-x_0)q(x,y)?$$ I know this holds in the univariate case, but does this work?
3
votes
1 answer

Calculation of coefficients of this simple sequence of polynomials

For $k \in \mathbb N$ we have polynomial $n(n+1) \cdots (n+k-1)$. I would like to know how to determine the value of coefficients of this sequence of polynomials. Is there any formula for this coefficients?
user480281
3
votes
1 answer

Possible values of $a+b^2+c^3$?

If $a, b$ and $c$ are rational numbers satisfying the equation $x^3+ax^2+bx+c=0$ then find the possible values of $a+b^2+c^3$. I have found one of the possible values as 0 using some vieta's rules and substituting $c$ for $x$. But can't find other…
Rohan Shinde
  • 9,737
3
votes
2 answers

Find all values of $x$ at which $P(x)=x^4-4x^3+22x^2-36x+18$ is a perfect square

Find all values of positive integer $x$ at which the following expression is perfect square $$P(x)=x^4-4x^3+22x^2-36x+18$$ I tried to assume $P= (x^2+ax+b)^2$ ; and comparing the cofactors , get that $a= -2 ; b= 9$ , but when expand the…
user373141
  • 2,503
3
votes
1 answer

Polynomial $ax^2 + (b+c)x + (d+e)$

Let $a, b, c, d$ be real number such that polynomial $ax^2 + (b+c)x + (d+e)$ has real roots greater than $1$. Prove that polynomial $ax^4+bx^3+cx^2+dx+e$ has at least one real root. Is my work correct ? Let $r$ be real root of $ax^2+(c+b)x+(e+d)$,…
user403160
  • 3,286
3
votes
1 answer

Polynomial equation : $P(P(P(n)))=n$

Let $P(x) \in \mathbb{Z}[x]$ for which $S = \{n\in\mathbb{Z} : P(P(P(n)))=n\}$ is nonempty. Prove that $P(n) = n$ for all $n\in S$. My attempt : Let $n=k$ for which $P(P(P(k)))=k$, so $P(P(P(k)))-k=0$ Let $Q(x)$ be polynomial such that…
user403160
  • 3,286
3
votes
2 answers

Find all real coefficient polynomial such $f(x)|f(x^2-2)$

Find all real coefficient polynomial with the degree is $3$,and such $$f(x)|f(x^2-2),\forall x\in Z $$ I try: let $f(x)=ax^3+bx^2+cx+d$,then $$f(x^2-2)=ax^6-6ax^4+12ax^2-8a+bx^4-4bx^2+4b+cx^2-2c+d$$,then such…
math110
  • 93,304
3
votes
1 answer

Find coefficients of polynomial

I sometimes encounter a problem where I need to find coefficients of a polynomial given planar points, which lie on it. I usually plug the points in the polynomial and solve the equations. I noticed that it is possible to construct the polynomial…
Bezdomnyi
  • 139
3
votes
0 answers

Vague question about polynomials and symmetry

The problem to find polynomials $f(x,y)$ such that $f(x,y) - f(y,x) = 0$ can be 'solved' by characterizing the solutions as all polynomials in $xy$ and $x+y$ (according to the fundamental theorem of symmetric functions). Is there an analogous…
Erik
  • 453
3
votes
1 answer

show that there exist 2 polynomials $F(x,y,z)$ ang $G(x,y,z)$ such that $F(x,y,z)^2+G(x,y,z)^2=A(x,y)z^2+B(x,y)z+C(x,y)$

Let $A(x,y), B(x,y)$, and $ C(x,y) $ are three homogeneous real-coefficient polynomials of x and y with degree 2, 3, and 4 respectively. we know that there is a real-coefficient polinimial R(x,y) such that $$B(x,y)^2-4A(x,y)C(x,y)=-R(x,y)^2$$show…
math110
  • 93,304
3
votes
1 answer

Domain over which a polynomial is strictly positive

$$Q(x) = x^k + a_1x^{k+1}+ ... + a_nx^{k+n}$$ where $k,n$ are positive integers is a polynomial with real coefficients. I have to show that $Q(x)/x^k$ is strictly positive for all real x satisfying $$0<|x|<1/(1+\sum_{i=0}^n |a_i|)$$ Source: ISI UGB…
Anish Bhattacharya
  • 345
  • 1
  • 3
  • 10
3
votes
3 answers

Raising a polynomial to a power

Let $f$ be a degree $n$ univariate polynomial in $Z[x]$, defined as $f = \sum\limits_{i=0}^{i=n} f_i x^i$. Let $$g = f^2 = f \cdot f = \sum\limits_{k=0}^{k=2n} g_k x^k$$ be the square of $f$. I am trying to find an expression for the coefficients…
user2468