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

Remainder in Polynomials

The remainder of dividing $P(x)$ by $(x-1)$ is $5$ and by $(x+2)$ is $2$. Determine the remainder of dividing $P(X)$ by $x^2+x-2$. I tried writing $P(x)$ as $P(x) = (x-1)(x+2)B(x)+K$ and thought that K should be equal to $P(1)$ or $P(-2)$ which are…
2
votes
1 answer

Understanding 'root' in its context

For which of the following primes p, does the polynomial $x^4+x+6$ have a root of multiplicity$> 1$ over a field of characteristic $p$? $p=2/3/5/7$. My book solves it using the concepts of modern algebra, which I am not very comfortable with. I…
aarbee
  • 8,246
2
votes
0 answers

How to prove that $P(x_{0})$ is divisible by $(a+b)^3$

I need a help for this question please. $P$ is a polynomial defined by $$P(x)=ab\left(a-c\right)x^{3}+\left(a^{3}-a^{2}c+2ab^{2}-b^{2}c+abc\right)x^{2}+\left(2a^{2}b+b^{2}c+a^{2}c+b^{3}-abc\right)x+ab\left(b+c\right)$$ $$ a,b,c \in \mathbb{N}$$ I…
cauchy
  • 75
2
votes
1 answer

Would this polynomial be linear?

I have an integer polynomial $p(x)$ such that $p(n)>n$ for all natural numbers and for some positive integer $c,m$, $p^{m+1}(c)-p^{m}(c)= p^{m+2}(c)-p^{m+1}(c)=...$. I have to determine if this polynomial is linear or not. ($p^k(c)$ is $p$…
zaemon_23
  • 465
2
votes
1 answer

finding polynomial $f(x)$ such that $f(f(x)) = f(x)^{2013}$

Suppose $f(x)$ is a function from $\mathbb{R} \rightarrow \mathbb{R}$ such that $f(f(x)) = f(x)^{2013}$. Show that there are infinitely many such functions, of which exactly four are polynomials. I found a solution here. It goes as following…
zaemon_23
  • 465
2
votes
1 answer

$f(x)+2f(-x)=x^3$. Is $f(x)$ odd, even, nor, or we can not tell?

If $f$ is a function that $f(x)+2f(-x)=x^3$, then $f(x)$ A- Even B- Odd C- Neither even nor odd D- The given is not sufficient to determine the type of f This is a question from an old test I found. Well, I tried to assume it's odd once and even…
2
votes
2 answers

Associativity of polynomial composition

Let $K$ be a field of characteristic $0$. Let $\alpha,\beta,\gamma \in K[X]$. We write $\alpha(X) = \sum_{i=0}^{n_\alpha} a_i X^i$, $\beta(X) = \sum_{i=0}^{n_\beta} b_i X^i$, $\gamma(X) = \sum_{i=0}^{n_\gamma} g_i X^i$. We impose $b_0 = g_0 = 0$.…
kiyopi
  • 255
2
votes
1 answer

Cyclic polynomial proof

If$$ x+y+z = 0 $$ Then prove, $$ (x^2+xy+y^2)^3+(y^2+yz+z^2)^3+(z^2+zx+x^2)^3$$ $$=3(x^2+xy+y^2)(y^2+yz+z^2)(z^2+zx+x^2)$$
Ghost
  • 759
2
votes
1 answer

A problem about the fixed point of polynomial with integer coefficients

Introduction Recently I found an easy but interesting problem: Let $P(x)\in \mathbb{Z}[x]$ and $a_1,...,a_{2019}\in \mathbb{Z}$.If $P(a_1)=a_2,P(a_2)=a_3,...,P(a_{2018})=a_{2019},P(a_{2019})=P(a_1)$,prove that $a_1=a_2=...=a_{2019}$. In fact we…
jdhejw
  • 501
2
votes
1 answer

there exists a polynomial $R(x)$ such that $P(x)=R(x^2)$

If $P(x)$ is an even polynomial such that $P(x) \in \mathbb{R}[x]$, then prove that there exists a real valued polynomial $R(x)$ such that $P(x)=R(x^2)$ Would the result still be true if $P(x),R(x)$ are complex valued polynomial. Attempt: For…
Ellie_Wong
  • 222
  • 8
2
votes
2 answers

Evaluating $\sqrt[3]{x_1}+\sqrt[3]{x_2}$

Consider the following quadratic equation: $$x^2-4x-1 = 0 \tag{1}$$ Whose solutions are denoted by $x_1, x_2\in \mathbb{R}$. Then by using the fact that $x_1+x_2 = 4$ and $x_1x_2 = -1$, how can we evaluate…
user1183224
2
votes
1 answer

Euclidean algorithm for polynomials over a field

Let $f$ and $g$ be polynomials in $F[X]$, with $F$ a field and let $d(X)$ be their $\gcd$. Euclid's algorithm constructs polynomials $a(X),b(X)$ such that: $$a(X)f(X)+b(X)g(X)=d(X);\quad\deg(a)<\deg(g);\quad\deg(b)<\deg(f).$$ I can understand how…
bateman
  • 4,000
2
votes
1 answer

Why a polynomial defined on $\mathbb{C}^n$ with $n>1$ has a infinitely many roots?

The image correspond to the text "basic linear partial differential equations" by the author Treves. Question. Why a polynomial on $\mathbb{C}^n$ with $n>1$ has infinitely many distinct zeros? I don't see this. By example, in the case $n=2$ with…
eraldcoil
  • 3,508
2
votes
2 answers

Problem with coefficients of the polynomial

I got stuck on this problem and would appreciate if someone could give me a hint or, maybe even better, a complete solution of it, and it goes like this: While doing some sums I arrived at the polynomial of degree $n+1$ which is of the following…
user90628