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
9
votes
5 answers

Prove that $p \in \mathbb{R}[x]$ can be represented as a sum of squares of polynomials from $\mathbb{R}[x]$

$p \in \mathbb{R}[x]$ and $ \forall x\in\mathbb{R} \ \ p(x) > 0$. Prove that $p = \sum_{k=1}^{n}p^2_k, \ \ p_k \in \mathbb{R}[x]$. I have noticed that $\deg(p)$ must be even, because $p(x)$ doesn't intersect $\{x=0\}$. How can I proceed with the…
9
votes
3 answers

Suppose that $P(x)$ is a polynomial of degree $n$ such that $P(k)=\dfrac{k}{k+1}$ for $k=0,1,\ldots,n$. Find the value of $P(n+1)$

Suppose that $P(x)$ is a polynomial of degree $n$ such that $$P(k)=\dfrac{k}{k+1}$$ for $k=0,1,\ldots,n$. Find the value of $P(n+1)$. I could not relate this question with this one How to find $P(n+1)$, given $P(x)$ for $x = 0,1,\ldots,n$?, so…
Hawk
  • 6,540
9
votes
2 answers

How prove this $f_{2m+1}(x)+xf_{2m-1}(x)=0 $ only have real roots

let $$f_{1}(x)=1, f_{2}(x)=1+x, f_{n}(x)=f_{n-1}(x)+xf_{n-2}(x)$$ show that $$f_{2m+1}(x)+xf_{2m-1}(x)=0,m\in N$$only have real roots. Thank you everyone. This problem is my frend ask me.I don't known this problem come from which books,Thank you It…
math110
  • 93,304
9
votes
4 answers

The minimum of $f(x)=1+x+\cdots+x^{2n}$

For the function $$ f(x)=\sum_{k=0}^{2n}{x^k} $$ I think this function has no zeros, and if ${f(x_0)}$ is the minimum point, then ${x_0\in \left[-1,0 \right] }$. For $1+x+x^2+x^3+x^4$ and $1+x+x^2$, I can get the minimum by calculating $f'(x)$ and…
9
votes
3 answers

Vertical shift of polynomials with integer roots

Given a polynomial with integer roots, is it possible to add an integer to the polynomial so the roots of the new polynomial are also integers. Apparently it is possible for some polynomials. For example $$ x^2-6x+5$$ and $$x^2-6x+8$$ satisfy our…
9
votes
2 answers

What is the algorithm for long division of polynomials with multiple variables?

I was helping a high-school student last night whose teacher had given as a homework problem the division $$\frac{15x^4-y^2}{x^2+y};$$ I tried a heuristic involving splitting off a difference of squares to end up with…
9
votes
2 answers

When does a polynomial have only nonnegative real roots

Is there a general criterion to determine whether a polynomial with rational coefficients has the property that all of its roots are real and nonnegative?
parsiad
  • 25,154
9
votes
5 answers

Solve $\frac{(b-c)(1+a^2)}{x+a^2}+\frac{(c-a)(1+b^2)}{x+b^2}+\frac{(a-b)(1+c^2)}{x+c^2}=0$ for $x$

Is there any smart way to solve the equation: $$\frac{(b-c)(1+a^2)}{x+a^2}+\frac{(c-a)(1+b^2)}{x+b^2}+\frac{(a-b)(1+c^2)}{x+c^2}=0$$ Use Maple I can find $x \in \{1;ab+bc+ca\}$
Xeing
  • 2,967
9
votes
1 answer

Existence of real roots of a polynomial.

Suppose we have a $P(z) = \sum_{i = 0}^{m} a_{i}z^{i}$ and this polynomial has $m$ real roots. Is it true or not that $P(z+qi) + P(z-qi)$ also has $m$ real roots ? I still doesn't find any counter-examples. Any hints?
openspace
  • 6,470
9
votes
2 answers

Find all positive integers $n$ ,such that the polynomial $ a_1^n+a_2^n + ... + a_n^n - n a_1 a_2 ... a_n $is irreducible over the real numbers

Find all positive integers $n$ with $n \ge 2$ such that the polynomial $$P(a_1, a_2, ..., a_n) = a_1^n+a_2^n + ... + a_n^n - n a_1 a_2 ... a_n $$ in the $n$ variables $a_1$, $a_2$, $\dots$, $a_n$ is irreducible over the real numbers, i.e. it cannot…
math110
  • 93,304
9
votes
2 answers

Help on an old Putnam Problem

I came across an old Putnam problem that i was having some difficulty with, and I was wondering if I could get some assistance of this community. For a given positive integer $m$, I need to find all the triples $(n,x,y)$ of positive integers, with…
Barbara
  • 281
9
votes
4 answers

Is there a formula for the roots of a Quintic Equation?

I can get my head around this so someone explain it please. $(1)$ From Galois theory it is known there is no formula to solve a general quintic equation. But it is known a general quintic can be solved for the 5 roots exactly. Back in 1858 Hermite…
Developer
  • 137
  • 1
  • 1
  • 8
9
votes
2 answers

Factoring polynomial in two variables.

Given a polynomial $P(x,y)$ I would like to know what the criteria are for factoring out linear factors. For instance, in one variable, if $Q(a) = 0$, then one may say $Q(x) = (x-a)R(x)$. In two variables this is not true, as shown by $P(x,y) =…
nullUser
  • 27,877
8
votes
3 answers

Is this a polynomial?

$$x^4 + x^3 + x + 1$$ Notice how I skipped $x^2$. Do "polynomials" need to have a sequence of exponents that start from $1$ and go up by $1$ and only $1$ each time? Thanks
8
votes
5 answers

Find the value of a+b+c

If $x+1$ is a factor of $ax^4 + bx^2 + c$, find the value of $a + b + c$? I know that it is equal to zero, but I have to know How to do it.