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

Polynomial representation

Why is the polynomial $P(x)$ represented as $$ P(x) = a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \cdots+ a_2 x^2 + a_1 x + a_0 \text{ ?}$$ A polynomial can be $5x^4 + 3x^3 + 7x^2 + 10x -2$ and it is not necessarily $a_n x^n + a_{n-1}…
Minu
  • 971
  • 1
  • 9
  • 16
2
votes
1 answer

Complexity substitution of variables in multivariate polynomials

I want to substitute a variable with a number in multivariate polynomials. For example for the polynomial $$ P = (z^2+yz^3)x^2 + zx $$ I want to substitute $z$ with $3$. I have intuition how to do that algorithmatic: I have to regard the…
Joachim
  • 2,623
2
votes
2 answers

Finding the remainder when a polynomial is divided by another polynomial.

Find the remainder when $x^{100}$ is divided by $x^2 - 3x + 2$. I tried solving it by first calculating the zeroes of $x^2 - 3x + 2$, which came out to be 1 and 2. So then, using the Remainder Theorem, I put both their values, and so the remainder…
2
votes
1 answer

Finding the remainder polynomial for a given polynomial.

When a polynomial $p(x)$ of degree 3 is divided by $3x^2 − 8x + 5$, quotient and remainder obtained are linear polynomials such that $p(1)$ = 19 and $p(5/3)$ = 25. So, find the remainder polynomial. Please give thorough explanation. I tend to be…
2
votes
2 answers

Trying to understand proof that there is always an integer such that a polynomial is composite

I'm trying to follow the main given answer here There is a positive integer $y$ such that for a polynomial with integer coefficients we have $f(y)$ as composite What I don't understand is where in the binomial expansion at the top the other powers…
zork
  • 53
2
votes
1 answer

algebraic Modulo question

What are the following $\text{unknown}_1$ and $\text{unknown}_2$? as I find that $$\frac{x^2y-xy^3+2y^2-2}{6x^2y-5x^2-xy^3+7y^2+13} = \text{a constant}$$ but use this constant can not find back the rem result. it is for calculating…
M-Askman
  • 281
2
votes
3 answers

Whether $f(x)$ is reducible in $ \mathbb Z[x] $?

Suppose that $f(x) \in \mathbb Z[x] $ has an integer root. Does it mean $f(x)$ is reducible in $\mathbb Z[x]$?
Mohan
  • 14,856
2
votes
0 answers

Dense set in $\mathbb{R}$

Let $\displaystyle f=ax^2+bx+c$ be a quadratic polynomial in $\displaystyle \mathbb{R}[x]$, with $a\ne 0$ and $\displaystyle \mathcal{R}_f$ be its range. Denote $\displaystyle \mathcal{A}_{i+1}$ be the set of real numbers that lie in $\displaystyle…
shadow10
  • 5,616
2
votes
1 answer

does it have a name : $\prod\left(1-x_i\right)$

I want to know whether there is a formula or theorem on the expansion of this expression: $$ \prod_{i=1}^n \left(1-x_i\right). $$ I only know the bionomial theorem and multinomiol theorem, but this one seems not those cases. Thanks.
Chang
  • 457
2
votes
1 answer

Real solutions of the polynomial

Let $a, b, c$ be distinct real numbers. Then find the number of real solutions of $(x − a)^5 + (x − b)^3 + (x − c)$ I can't understand how there will be any solution. The polynomial is not equated with anything.
Rudstar
  • 1,173
2
votes
2 answers

Polynomial coefficients dilemma

Let $a, b, c$ be real numbers and assume that all roots of $x^3 + ax^2 +b x+c=0$ have the same absolute value. Show that, $a=0 $ if and only if $ b=0$.
user71408
2
votes
1 answer

Determine the square or triangular polynomial closest to a given polynomial

Define the term “closer to” for polynomials in the intuitive way: $B(z)$ is closer to $A(z)$ then $C(z)$ if the degree of $\lvert A(z) \pm B(z) \rvert$ is smaller than the degree of $\lvert A(z) \pm C(z) \rvert$, or the coefficients are smaller in…
Kieren MacMillan
  • 7,889
  • 2
  • 28
  • 70
2
votes
2 answers

At most one degree-$n$ polynomial commutes with $X^2+\alpha$

I took an exam a few hours ago and there was a question I couldn't do. For those who speak French, here is the document http://www.concours-centrale-supelec.fr/CentraleSupelec/2014/MP/sujets/2012-006.pdf (precisely III.B.3). Let $\alpha \in \mathbb…
Gabriel Romon
  • 35,428
  • 5
  • 65
  • 157
2
votes
2 answers

Rational polynomials

I'm not very familiar with algebra and was wondering if there are any results regarding the effective order of rational polynomials (i.e. rational functions). Specifically: given $P(z)$ and $Q(z)$ as polynomials in $z$ with real coefficients of…
firdaus
  • 703
2
votes
2 answers

When do polynomials have common roots?

When do polynomials have common roots? In my workbook is given such an exercise and, so , can you write please what's the condition for this thing to happen, so that two polynomials have one or more common roots. Thank you!
wonderingdev
  • 1,761