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
0 answers

Polynomials with integer coefficients such that $p(a)=b,p(b)=c,p(c)=a$

While studying polynomials a question struck in my mind that To have a polynomial $p(x)$ with integer coefficients and $a,b,c$ are three distinct integers, then is it possible to have $$p(a)=b$$$$p(b)=c$$$$p(c)=a$$
Harsh Kumar
  • 2,846
3
votes
1 answer

Prove $fgh$ has more then $\deg f$ different zeroes

Given $3$ coprime polynomials $f,g,h\in \mathbb{C}[x]$ such that $f+g=h$. Prove that the number of different zeroes of the polynomial $fgh$ is bigger then the $\deg f$. Have no idea about this one.
kingW3
  • 13,496
3
votes
1 answer

Polynomial division in $\mathbb{Z}_3[x]$

I'm working on an assignment dealing with $\gcd$'s between 2 polynomials in some $\mathbb{Z}_n[x]$. Now I've solved most of it and it's all straight forward, except for this particular problem: $$A(x) = 2x^3 + x^2 + 1 \quad\mbox{ and }\quad B(x) =…
user396492
3
votes
0 answers

Find the number of pairs $\left(P(x),Q(x)\right)$ polynomial, for which the identity $P(x)^2+Q(x)^2=\left(x^{2^n}-1\right)^2$

Find the number of pairs $\left(P(x),Q(x)\right)$ polynomial with integer coefficients, for which the identity $$P(x)^2+Q(x)^2=\left(x^{2^n}-1\right)^2$$ is hold for every positive integer $n$. My work so far: 1)…
Roman83
  • 17,884
  • 3
  • 26
  • 70
3
votes
1 answer

Polynomial Sum of Squares is a Square

If $l_1$ and $l_2$ are linear forms in $\mathbb{C}[x, y]$, then $l_1^2 + l_2^2$ is a square if and only if one of the $l_i = 0$ or they scalar multiples of each other. What is the analogous statement for three linear forms $l_1$, $l_2$, $l_3$ in…
user44413
  • 171
3
votes
1 answer

Take a look and try to solve it - circle intersecting a circle like curve

Let there be a circle of unit radius centered at $(1,1)$ in Cartesian plane Another curve $(x)^{\frac 12} + (y)^{\frac 12} = 1,$ if drawn, will meet the circle at only (0,1) & (1,0) Same goes for $(x)^{\frac 13} + (y)^{\frac 13} = 1,$ but…
3
votes
4 answers

Small math help with polynomials

If one solution of the equation $3x^2 = 8x + 2k + 1$ is $7$ times the other. Find the solutions and the value of $K$. Note: This isn't a homework question. I'm skipping ahead in my textbook. Thank you for the help. Also please help me with this…
3
votes
2 answers

Determine how many roots are real, and finding all roots of a quintic: $-2y^5 +4y^4-2y^3-y=0$

Using a computer we can see that the only real root of $f(y)=-2y^5 +4y^4-2y^3-y=0$ is $0$. Furthermore, we know from algebra that since this polynomial lives in $\Bbb R[y]$ that the roots come in complex conjugate pairs. I.e. we knew that there were…
3
votes
2 answers

Why is the CRC, essentially polynomial division over GF(2), linear?

On the Wikipedia page for Cyclic Redundancy Check, it says that: CRC is a linear function with a property that ${\displaystyle \operatorname {crc} (x\oplus y)=\operatorname {crc} (x)\oplus \operatorname {crc} (y)}$ This linearity property is a…
rityzmon
  • 179
3
votes
2 answers

Image of polynomial is $\mathbb{Q}$

I know that the polynomial $f(x)=\frac{1}{2} x^2 + \frac{1}{2}x \in \mathbb{Q}[x] $ has that $f(\mathbb{Z})\subset\mathbb{Z}$. My question is a bit different: Does there exist a polynomial $f \in \mathbb{R}[x]$ such that $f(\mathbb{Z}) =…
Noam
  • 439
3
votes
3 answers

Find a polynomial f(x) of degree 5 such that 2 properties hold.

I have been trying to find a polynomial $f(x)$ such that these $2$ properties hold: $f(x)-1$ is divisible by $(x-1)^3$ $f(x)$ is divisible by $x^3$ To start, I set $f(x) =ax^5 + bx^4 + cx^3 + dx^2 + ex + f$. This is divisible by $x^3$, so $d, e, f…
RK01
  • 803
3
votes
3 answers

Is $\frac{x^2+x}{x+1}$ a polynomial?

Is $\frac{x^2+x}{x+1}$ a polynomial? First question can be: on which field/ring or etc? In basic, let's take over $\mathbb R$. Actually, it is $x$ if $x \ne -1$. Can we say again it is a polynomial, or a near-polynomial or what? Can we say it is a…
3
votes
2 answers

A polynomial $P(x)$ of degree $5$ with lead coefficient one,increases in the $(-\infty,1)$ and $(3,\infty)$ and decreases in the interval $(1,3)$

A polynomial function $P(x)$ of degree $5$ with leading coefficient one,increases in the interval $(-\infty,1)$ and $(3,\infty)$ and decreases in the interval $(1,3)$. Given that $P(0)=4$ and $P'(2)=0$, find the value of $P'(6)$. I noticed that…
learner_avid
  • 1,691
3
votes
3 answers

question related to radical sign

My question is- Let $p(x)= \sqrt{x + 2 + 3\sqrt{2x-5}} - \sqrt{x - 2 + \sqrt{2x-5}}$. Then $p(2012)^6$ equals? Any solution for this question would be greatly appreciated. Thank you,
mgh
  • 1,005
  • 2
  • 10
  • 22
3
votes
2 answers

Determine $a$ values allowing $x^2+ax+2$ to be divided by $x-3$ in $\mathbb Z_5$

Determine for which $a$ values $f = x^2+ax+2$ can be divided by $g= x-3$ in $\mathbb Z_5$. I don't know if there are more effective (and certainly right) ways to solve this problem, I assume there definitely are, but as I am not aware of them, I…
haunted85
  • 1,418