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

Is there a special one-parametric solution of an equation $y^n+y^{n-1}=x^m+x^{m-1}$?

Two weeks ago user759001 asked on integer solutions $x>y\ge 2$ of a Diophantine equation $$x^{m-1}(x+1)=y^{n-1}(y+1)\tag{1}$$ for integers $m,n\geq 2$. The only known solutions are $(x,y;m,n)=(3,2;2,3)$ and $(98,21;2,3)$. User2020201 showed that…
Alex Ravsky
  • 90,434
1
vote
1 answer

Prove the condition below mentioned.

Let $f(x)$, denote a polynomial in one variable with real coefficients, such that $f(a)=1$ for some real number a. Does there exist a polynomial $g(x)$ with real coefficients, such that, if $p(x)=f(x) g(x),$ then $p(a)=1$ $p^{\prime}(a)=0$ and…
user791682
1
vote
2 answers

Is it possible to write every real polynomial in two variables like ths one in this form?

Is it possible to write every real polynomial in two variables $x$ and $y$ with this form: $$a x^2+b x y +c y^2$$ with general coefficients $a,b,c$ into the form $$(d x + e y)^2$$ for some, possibly complex, $d$ and $e$? From the second form to the…
mattiav27
  • 413
1
vote
1 answer

How does Synthetic Division for linear divisors $ax + c$ with $a>1$ work?

I used this guide from Mesa Community College to learn synthetic division. However it does not seem to work if $a>1$ in the divisor $ax + c$. For example for this problem $\frac{3x^3-5x^2+4x+2}{3x+1}$ from the same website when I expand the solution…
timtam
  • 848
1
vote
1 answer

Question about polynomial division

Given that $P(x) =ax^5+8x^4+bx^3-10x^2+9x+c$, $P(x) $ is exactly divisible by $2x^3+5x^2-x-6$. Then how many among the following statements is/are true? I) $a=4$   II) $b=5$   III) $c=-18$   IV) $a+b-c=-19$   V) $a^2+b^2
1
vote
1 answer

On a 6th degree polynomial

Say $p(x)$ is a 6th degree polynomial. We know that $p \geq 1, \forall x \in \mathbb R$ and that $$p(2014) = p(2015) = p(2016) = 1$$ while $p(2017)=2$. What is the value of $p(2018)$? My first approach was to define $q(x) = p(x)-1$ such that its…
bianco
  • 391
1
vote
2 answers

Find Remainder when $(x+1)^n$ divided by $x^2+1$

I put $(x+1)^n=p(x)(x^2+1)+bx+c$ for some $p(x)$ as the other exercise where we asked to find the remainder when one polynomial is divided by another polynomial. But to make $p(x)(x^2+1)$ go so I could find $b,c$ I have to put $x=i$ which is…
1
vote
1 answer

About manipulation of equation, when do you add and when do you move terms?

I'm reading a book related to numerical methods (Chapra, Canale) and on the topic of fixed point iteration, (copying from the book) we have to rearrange the function $\operatorname{f}(x) = 0$ so that $x$ is on the left side of the equation: $x=…
Trevor
  • 13
1
vote
1 answer

What does this definition of a polynomial mean?

In a book I am reading, there is the following definition for a polynomial: A function $p: \mathbb{F} \rightarrow \mathbb{F}$ is called a polynomial with coefficients in $\mathbb{F}$ if there exists $a_0, \ldots, a_m \in \mathbb{F}$ such that $p(z)…
1
vote
1 answer

special polynomials

I'm searching for a polynomial $f$ of degree 4 with the following property: $f$ and all its derivatives have the maximum number of integer roots. Concretely formulated: $$\begin{eqnarray*} f(x) & = & (x-a)(x-b)(x-c)(x-d) \\ f'(x) & = &…
Peter
  • 41
1
vote
1 answer

Does there exist a degree $n$ polynomial in $n$ variables which vanishes at the vertices of the unit cube?

Let ${\cal C}=\{0,1\}^n$ be the vertices of the unit cube. The polynomial $$ (1-x_1) x_1 x_2 \cdots x_n$$ has degree $n+1$ and vanishes at every point $(x_1, \ldots, x_n) \in {\cal C}$. Does there exist a polynomial of degree $n$ with this property?
jean
  • 13
1
vote
3 answers

Are Polynomials more than just functions?

I have been wondering for a while that polynomials aren't just functions they are more than that. I think it's quite convincing to think of polynomials as functions adjoined with a finite sequence in some field $\mathbb{F}$. For instance, I would…
1
vote
1 answer

The degree of a polynomial over arbitrary field is not well-defined

I was wondering how a degree of a polynomial can be well-defined when it's representation is not unique. Consider the field $Z_{2}$(a finite field consisting of only two elements) which contains only two elements namely $0$ and $1$ and $1+1=0$ then…
1
vote
1 answer

The degree of a polynomial is unique

Let $\mathbb{F}$ be a field and let $P:\mathbb{F} \to \mathbb{F}$ be a polynomial (i.e, there exists a finite sequence $a_{0},\dots ,a_{n}$ of scalars in $\mathbb{F}$ such that $P(z)=\sum_{i=0}^{n}a_{i}z^{i}$ for all $z$ in $\mathbb{F}$). How can…
1
vote
3 answers

Evaluating $\frac{f(2016)}{f(2015)}$

Let $f(x)$ be a polynomial such that $xf(x)=(x+1)f(x-1)$. Find $\frac{f(2016)}{f(2015)}$. Evaluating at $x=0$: $$f(-1)=0$$ so we have that $x+1$ is a root of $f(x)$. We can now write $f(x) = (x+1) \cdot g(x)$, where $g(x)$ is some other…
user745970