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

Algebraic structure of set of polynomials passing through points

Is there a nice algebraic structure that can be imposed on the set of polynomials passing through a collection of points in $\mathbb{R}^2$ without duplicated x-coordinates? Consider the polynomials $\mathbb{R}[x]$ and a collection of $n+1$ points…
Greg Nisbet
  • 11,657
1
vote
1 answer

Generators for polynomials annd multiplicative inverses, not sure what is going on here $X^{-3}$ becomes $X^{12}$. How?

I am confused on this problem. I am not sure what is happening with the (-3) for it to become (12), to then become a larger polynomial in a GF type of problem. Here is more information about the problem. I hope it helps, but I don't have an actual…
1
vote
4 answers

Find The Probability of Quadratic having imaginary roots

Two numbers$\ p$ and$\ q$ are both chosen randomly (and independently of each other) from the interval$\ [-2, 2]$. Find the probability that$\ 4x^2+4px+1-q^2=0$ has imaginary roots. How do you solve this problem? Given that we're trying to find out…
1
vote
2 answers

Product of polynomials with negative coefficients

Given $a \in \mathbb{Z}$ with $|a| > 1$. Let $g(x) \in \mathbb{Z}[x]$ be a polynomial with $g(a)=\pm 1$. Let Let $h(x) \in \mathbb{Z}[x]$ be a polynomial with $h(a)=\pm p$, a prime. Let $g(x)$ and $h(x)$ have not all coefficients negative nor…
Turbo
  • 6,221
1
vote
2 answers

How can I find a polynomial that fits a given table?

The first difference is 1, 4, 7, 10, 13, 16 The second difference is 3, 3, 3, 3, 3, 3 Since the second difference is constant this would be quadratic and I would have $\frac{3}{2}n^{2}$ So now I will take the differences between the original…
user130306
  • 1,890
1
vote
1 answer

How is this type of polynomial $\prod_{i=1}^N (x-i)$ called?

How is this type of polynomial $\prod_{i}^N (x-i)$ called? $N$ is an arbitrary integer. Is there a well-known property? It would be nice to get to know that.
mallea
  • 829
1
vote
2 answers

$a,b,c,d,e$ are zeroes of $6x^5+5x^4+4x^3+3x^2+2x+1$ find $(a+1)(b+1)(c+1)(d+1)(e+1)$

If $a,b,c,d,e$ are zeroes of the polynomial $$6x^5+5x^4+4x^3+3x^2+2x+1$$ find the value of $(a+1)(b+1)(c+1)(d+1)(e+1)$. According to me in order to solve this problem one should first factorize the given polynomial in the form…
mtom
  • 43
1
vote
2 answers

Determining what powers come out after polynomial multiplication

Is there a quick method to determine what powers come out after polynomial multiplication? Specifically, I'm working with raising a polynomial by an integral power, so the binomial/multinomial theorem would be useful (though I have no idea how to…
John Glenn
  • 2,323
  • 11
  • 25
1
vote
1 answer

Is it true that for every real root $x_0$ of $P(x)$, there exist an number $i$ such that $x_0 \leq 1+|\frac{a_i}{a_n}|$

Let $P(x)=a_nx^n+...+a_1x+a_0$ be a polynomial with $x_0$ being a real root of $P(x)$. If $P(x)=x-1$, we have $x_0=1$ and $|x_0|=1 \leq 1+|\frac{-1}{1}|=2$ If $P(x)=x^2+2x+1$, we have $x_0=-1$ and $|x_0|=1 \leq 1+|\frac{2}{1}|=2$ If…
apple
  • 1,705
  • 7
  • 19
1
vote
0 answers

Is it true that there are infinite prime numbers in the sequence $S$?

Let $P(x)$ be a polynomial and $P(x)=a_n x^n+...+a_1 x +a_0$, with $a_0,a_1,...,a_n \in \{ 1,0,-1\}, a_n \neq 0$. Consider a sequence $S$ : $$P(0), P(1), ...,P(n)$$ Is it true that there are infinite prime numbers in the sequence $S$? If not, are…
apple
  • 1,705
  • 7
  • 19
1
vote
3 answers

Show that X$^3$+X+1|X$^7$+1

This is a part of the question. Which states Let K= $\mathbb{Z}$/2$\mathbb{Z}$[X]/(d)$\mathbb{Z}$/2$\mathbb{Z}$[X], where d=X$^3$+X+1 and let a be the class of X modulo d. This is the only part that i do not know how to solve. I have tried…
Wallname
  • 67
  • 5
1
vote
1 answer

Intersection of polynomials with positive coefficients and different degrees

This is a variation of this question, but in my case I want to know if two polynomials of different degrees and non-negative coefficients can have more than one intersection in the positive $x$-axis. For example, this is the plot of the polynomials…
user579076
1
vote
3 answers

Dividing polynomial $f(x)$ by $x-3$ and $x+6$ leaves respective remainders $7$ and $22$. What's the remainder upon dividing by $(x-3)(x+6)$?

If I have a polynomial $f(x)$ and is divided by $(x- 3)$ and $(x + 6)$ the respective remainders are $7$ and $22$, what is the remainder when $f(x)$ is divided by $(x-3)(x + 6)$? I tried it by doing: $$f(x) =(x-3)(x+6)q(x) + ax+b $$ And, $a$ and $b$…
1
vote
1 answer

How to solve 4th degree polynomial equation with complex coefficients numerically?

I have a polynomial equation $-(a-ib)e^{(4\pi i/3)}(\sqrt{2}i+x^3/\sqrt{3})x- (a+ib) e^{(2\pi i/3)}(\sqrt{2}ix^3+1/\sqrt{3})=0$ with the conditions $a^{2}+b^{2} \leq 1$, $1/2 \geq a \geq -1$, and $\sqrt{3}/2 \geq b \geq -\sqrt{3}/2$. I want…
Sunita
  • 11
1
vote
0 answers

inequality with polynomials

What are the polynomials $p(x)$ such that $|\sin(p(x))| \leq \frac{1}{2} \forall x \in \mathbb{R}$ ? I think that the only polinomials are of the type $p(x) = k$. That because any polinomial of deg >=1 tends to + or - infinity (or both) and so it…
Lance
  • 401