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

Polynomials such that $\frac{P(x^2)}{P(x)}$ is also a polynomial

Just a question I've been thinking about: find/characterize all rational monic polynomials $P(x)$, such that $\frac{P(x^2)}{P(x)}$ is also a polynomial. Of course it is possible that this is not an easy to describe list because of its infinite…
Alan Abraham
  • 5,142
  • 6
  • 20
7
votes
2 answers

Finding the number of polynomial when $f(a) , f(b)$ is given

Find the number of polynomials given by $f(x)$ , with integral coefficients. Such that $$f(7) =11; f(11)=13$$ Please suggest the solution of this.. Thanks ..
Sachin
  • 9,896
  • 16
  • 91
  • 182
7
votes
0 answers

Number of distinct roots between complex roots among three polynomials

I want to prove that any three relatively prime polynomials $A, B, C \in \mathbb C[X]$ verifying $A+B+C=0$ have at least $1+\max(\deg A, \deg B, \deg C)$ distinct roots in total among each other. I have tried using the gcd to characterize the number…
FXV
  • 1,525
7
votes
0 answers

What can be P(0), when $P(x^2+1)=(P(x))^2+1$ and P(x) is polynomial?

What can be $P(0)$, when $P(x^2+1)=(P(x))^2+1$ and $P(x)$ is polynomial? Let $P(0)=0$, then $P(1)=1$, $P(2)=2$, $P(5)=5$, $P(26)=26$, $P(677)=677$ ... and so on. Then $P(x)=x$, because all the points on $y=P(x)$ are $y=x$. If $P(0)=2$, then…
7
votes
3 answers

Reason for substitution : $a=z + \frac{1}{z}$.

Have read regarding the substitution $a = z + \frac{1}{z}$ to get the factorization of $z^6+z^5+z^4+z^3 +z^2+z+1$ to get the form $a^3+a^2-2a -1=0$ in the book by Erickson martin, titled: Beautiful mathematics, on page #$58$ as shown below. I am…
jiten
  • 4,524
7
votes
2 answers

One polynomial problem

It's known that a polynomial $f\in\mathbb{C}[x]$, whose degree is $n$, possesses integer values at each of the points: $0,1,4,\ldots,n^2$. Prove that this polynomial possesses an integer value at $m^2$ for any $m$. Thanks in advance!
Michael
  • 95
7
votes
1 answer

Can $P^3 - Q^2$ have degree 1?

The question is simple: Do there exist two polynomials $P,Q\in\mathbb{R}[x]$ such that $$ \text{deg}(P^3-Q^2) = 1\ ?$$ One may assume that both $P$ and $Q$ are monic, and most naively one could consider the case that $\text{deg}(P) = 2$ and…
Mike Daas
  • 1,879
7
votes
1 answer

Factoring polynomials with prime discriminant

I was busy doing a homework exercise in which I had to compute the discriminant $\Delta(f)$ of the polynomial $$f(X) = X^4+X^2+X+1$$ which turned out to be the prime $257$. Subsequently, I was asked to show that $f$ is irreducible over $\Bbb Q[X]$…
Lord_Farin
  • 17,743
7
votes
3 answers

Square of polynomial

I have a problem with the following task. Let $W(n) := an^2 + bn + c$ where $a,b,c \in \mathbb{Z}$. Assume that for all $n \in \mathbb Z$ we have that $W(n)$ is the square of an integer. Show that there exists some $P$ such that $W(n) =…
7
votes
3 answers

Error in predicting remainders

I recently came across the problem What is the remainder when $x^5 + 2x^4 -3x^2 + 2x -4$ is divided by $(x^2 + 2x)$? a. $x^3 - 3$ b. $8x - 4$ Correct answer c. 4 d. $2x-4$ e. $20x$ And I attempted to solve using the remainder theorem (the textbook…
7
votes
3 answers

How to show that $a_{1}=a_{3}=a_{5}=\cdots=a_{199}=0$

Let $$(1-x+x^2-x^3+\cdots-x^{99}+x^{100})(1+x+x^2+\cdots+x^{100})=a_{0}+a_{1}x+\cdots+a_{200}x^{200}$$ show that $$a_{1}=a_{3}=a_{5}=\cdots=a_{199}=0$$ I have one methods to solve this…
user246384
7
votes
2 answers

Irreducible Polynomial over $\mathbb{Q}$

I'm trying to see if the following polynomials are irreducible over $\mathbb Q$: $f(x) = x^4 - x^2 + 2x -1$ $g(x) = x^3 + 7x^2 -8x +1$ $h(x) = x^4 + x^3 + x^2 + x + 1.$ Now, for $h(x)$, I can write $(x+1)$ for $x$ and get : $x^4 + 5x^3 + 10x^2 + 10x…
user29553
  • 197
7
votes
4 answers

Irreducibility of polynomials

This is a very basic question, but one that has frustrated me somewhat. I'm dealing with polynomials and trying to see if they are irreducible or not. Now, I can apply Eisenstein's Criterion and deduce for some prime p if a polynomial over Z is…
user29553
  • 197
7
votes
2 answers

If $(f(x_1,...,x_n))^2$ is symmetric in $x_1,..,x_n$, is $f(x_1,...,x_n)$ necessarily symmetric?

Consider a polynomial in $n$ variables: $f(x_1,...,x_n)$. If the polynomial $(f)^2$ is symmetric in $x_1,..,x_n$, does it follow that $f$ is also symmetric in $x_1,..,x_n$? Generalize for higher exponents. I just made up this problem. I think it is…
math_lover
  • 5,826
7
votes
1 answer

$f=X^3+aX+b$ has pairwise different roots iff $-4a^3-27b^2\neq0$

I have to proof that $f=X^3+aX+b\in F$, where $f$ is a polynomial which is a product of linear terms in a field $F$, has pairwise different roots iff $d=-4a^3-27b^2\neq0$. Now what I have done is $f=(x-\alpha)(x-\beta)(x-\gamma)$. So I get…
frac
  • 73