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
1
vote
2 answers

Polynomial division without a remainder

I saw in some book (Page 214) that the polynomial $x^{15}+x^{14}+1$ can divide every polynomial $x^k+1$ for each $k<32768$ with non-zero remainder, without any proof. I'm just curious to understand why is there the limitation $k<32768$? The…
nrofis
  • 210
1
vote
0 answers

Do we have non algebraic solution for arbitrary nth degree polynomial?

I try to code a method to solve 16th degree polynomial in computer given equation $a_0x^{16} + a_1x^{15} + a_2x^{14} + ... + a_{16}$ In fact it should be array of $a[n]$ to solve this $a_0x^n + a_1x^{n-1} + a_2x^{n-2} + ... + a_n$ equation I want to…
Thaina
  • 672
1
vote
0 answers

What is the smallest value of $n$ for which $f_n(x)$ is a constant polynomial

Let $f_1(x)=(x+53)(x+106)(x+159)\cdots(x+2014)$. Define $f_2(x)=f_1(x+1)-f_1(x)$ ; $f_3(x)=f_2(x+1)-f_2(x)$ ; $\ldots$ ; $f_n(x)=f_{n-1}(x+1)-f_{n-1}(x)$. What is the smallest value of $n$ for which $f_n(x)$ is a constant polynomial? The only thing…
1
vote
1 answer

Local extrema for non-constant polynomials

For a given real polynomial $$p(x)=a_0 + a_1x + a_2x^2+\dots +a_nx^n,\quad\text{with $a_0=0$, $x\in \mathbb{R}$},$$ is there any proof that all local extrema will always lie between two roots of $p(x)=0$? I was messing around with some…
1
vote
1 answer

Non real roots and Gauss Lucas

I am stuck on this problem: a) let a be a complex number, M and M' the images of a and $\bar a$. Study the sign of Im{$\frac{1}{z-a}+\frac{1}{z-\bar a}$} with the position of the point P image of z d to the real axis and to the circle of diameter…
Matfi
  • 61
1
vote
2 answers

Factorization of a 4th degree polynomial

Factorization of : $$x^4-x^3+3x^2+3x+5$$ $$x^4-x^3+3x^2+3x+5=(x^4-x^3+2)+3(x^2+x+1)$$ what do i do ? please help me
Fricul38
  • 711
1
vote
1 answer

Find the Bezout coefficients

Find the Bezout coefficients for $a(x)$ and $b(x)$: $a(x)=3x^4-4x^3-11x^2+4x+9, b(x)=3x^3+5x^2+x-1$ I find the greatest common divisor: 1) $\frac{(3x^4-4x^3-11x^2+4x+9)}{(3x^3+5x^2+x-1)} = x-3$. Remainder of the division: 3x^2+8x+6 2)…
1
vote
3 answers

Take complex roots and apply it to a new polynomial

Polynomial $f(x)=x^3-x^2+x+18$ has three distinct complex roots $r_1$,$r_2$, and $r_3$. Denote by $g(x)$ the cubic polynomial with leading coeffecient $1$ such that $g(r_i+\frac{1}{r_i})=0$, for $i=1,2,3$. The value of $g(2)$ can be expressed in the…
Kit_Kat
  • 255
1
vote
3 answers

$p(x) = x^3 + 2x^2 + kx − 2$ zeroes at $a$, $\frac{1}{a}$ and $b$ for what value of k?

For what values of $k$ has $p(x) = x^3 + 2x^2 + kx − 2$ zeroes at $a$, $\frac{1}{a}$ and $b$? The options I'm given are $k=-7$, $k=1$, $ k=0$ and $k=2$.
1
vote
2 answers

How to factor the polynomial $6x^3 - 13x^2y + 4y^3 $?

I have difficulties in factorizing the following polynomial in two variables : $6x^3 - 13x^2y + 4y^3 $. Thanks to a calculator I know that $6x^3 - 13x^2y + 4y^3 = (2y-3x)(2y-x)(y+2x)$, but I have no idea how to find this factorization. Is there any…
user513928
1
vote
2 answers

Polynomial long division - intermediate steps missing

I'm trying to find the intermediate step: $$\frac{1}{(x-\frac{x^2}{2}+\frac{x^3}{12}-\frac{x^4}{144}+...)^2} = \frac{1}{x^2}+\frac{1}{x}+\frac{7}{12}+\frac{19x}{72} ...$$ Is there a quick way to find these first few terms that I'm missing here?…
1
vote
1 answer

$P(\alpha) = \alpha^3$ and $P(\beta) = \beta^3$, find the remainder when $P(x)$ is divided by $(x-\alpha)(x-\beta)$

The statement of the problem is: When polynomial $P(x)$ is divided by $x-\alpha$, the remainder is $\alpha^3$. When it is divided by $x-\beta$, the remainder is $\beta^3$. Find the remainder when $P(x)$ is divided by $(x-\alpha)(x-\beta)$. I'm not…
1
vote
2 answers

MIT PRIMES Question, polynomial satisfying conditions

There was an MIT PRIMES application problem that goes like this: (don't worry, the admission ended on Dec 1, so I'm not cheating or anything) For all $d\geq 0$, determine if there is a polynomial $p(x)$ with degree $d$ such that for all $n$ in…
D.R.
  • 8,691
  • 4
  • 22
  • 52
1
vote
1 answer

Polynomial expansion

Question from the Probability and Computing book by Mitzenmacher M. and Upfal E. Given is the following polynomial: $$F(x)=\prod_{i=1}^d(x-a_i)$$ Then the book says: Transforming $F(x)$ to its canonical form by consecutively multiplying the $i$th…
1
vote
1 answer

solution method for polynomial equation

I am looking for approximation methods for polynomial equations of this kind: $$x^n -k\cdot x + (k-1) = 0$$ where $n\geq 5$ (typically $n=5, 10, 25, 50, 100$), $k\in\mathbb{R^+}$, and $1.05
dee7kay
  • 11