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

Polynomial division in $\mathbb{Z}[t]$

Let $p$ be a polynomial in $\mathbb{Z}[t]$ with $p(0) = \pm 1$ and $L$ a positive integer, then there is a polynomial $q \in \mathbb{Z}[t]$ such that $p$ divides $t^Lq - 1$. I know that if $p(t) = t - 1$, then for any integer $L$, we can take $q(t)…
1
vote
1 answer

What's the point of having explicit formulae of equation roots

There exist equations the roots of which cannot be explicitly written as a function of the constants, for example $xe^x = a$, where the roots can be found using the product log, the value of which is found using Newtons method. As in the example…
user350195
  • 11
  • 1
1
vote
2 answers

A polynomial with the property $P(1)=1$ can't have three distinct roots?

For polynomial $P$ with whole-number coefficients, it is given that $P(1)=1$. Prove that this polynomial doesn't have three distinct whole-number roots. Any help would be appreciated.
1
vote
1 answer

If $N$ is expressed as a polynomial in a prime $p$, with each of the the coefficients less than $p$ and $s$,..........?

If $N$ is expressed as a polynomial in a prime $p$, with each of the the coefficients less than $p$, and $s$ is the sum of these coefficients, prove that the power of $p$ contained in $N!$ is $\frac{(N-s)}{(p-1)}$. Here's my approach:— As $N$ be…
Crocogator
  • 1,007
1
vote
2 answers

How do I factor $6 - 4x - 12$?

I need some help factoring: $6-4x-12$. How do I solve this problem? Aren’t I supposed to take out the GCF, which is $2$? This is how I solved it: $2 (3-2x-6)$. When I simplified this expression, it keeps going back to $6 - 4x - 12$.
Ocean
  • 25
1
vote
1 answer

Find a cubic polynomial satisfying the given conditions

Find $p(x) = ax^3 + bx^2 + cx + d $, where a, b, c and d are real constants, satisfying the following conditions: $1)\quad 4x^3 - 12x^2 + 12x - 3 \le p(x) \le 2019(x^3 - 3x^2 + 3x) - 2018,$ for all values of $x \ge 1$. $2)\quad p(2) = 2011.$ My…
1
vote
1 answer

How can I find out the exact number of positive, negative or real roots of a single-variable polynomial equation?

I know about Des Cartes' rule of signs. But that can't help very much find out the exact number of positive, negative or real roots of a single-variable polynomial equation. So my question is if there is any rule to find out the exact number.
F Nishat
  • 707
1
vote
2 answers

Why is the degree of the zero polynomial not infinity?

I understand that we do not want to say that the degree of the zero polynomial is zero, since deg($pq$) = deg($p$) + deg($q$), but this does not convince me that negative infinity is a better choice than infinity for the degree of the zero…
1
vote
1 answer

Prove that if a polynomial f is constant for infinitely many arguments then it is constant.

Let $f$ a polynomial with real coefficients. There exists a constant $ c $ such that $f(x)=c $ for infinitely many numbers $x$. Prove $f$ is constant. I have no idea how to do this. I started by denoting $f=a_n x^n+...+a_0$ but I have no idea how…
furfur
  • 598
1
vote
2 answers

$(z + 1/z)^2 + (z^2 + 1/z^2)^2 + (z^3 + 1/z^3)^2 + (z^4 + 1/z^4)^4 + (z^5 + 1/z^5)^2 + (z^6 + 1/z^6)^2$ if $z^2 + z + 1 = 0$

Solve $(z + \frac{1}{z})^2 + (z^2 + \frac{1}{z^2})^2 + (z^3 + \frac{1}{z^3})^2 + (z^4 + \frac{1}{z^4})^2 + (z^5 +\frac{1}{z^5})^2 + (z^6 + \frac{1}{z^6})^2$ if $z^2 + z + 1 = 0$ I tried this problem and come up with this solution: $z^2 + z + 1 =…
Y.T.
  • 1,427
  • 9
  • 20
1
vote
0 answers

Find $x$ such that the sum of fractions equals to 1: $\sum_{i=1,...,N}\frac{a_i}{b_i+x}=1$

For two lists of non-zero real numbers $a_i$ and $b_i$, $i=1,...,N$, how to express $x$, in terms of the $a_i$'s and $b_i$'s, such that $\sum_{i=1,...,N}\frac{a_i}{b_i+x}=1$? Thank you.
Smile
  • 43
1
vote
3 answers

Algorithm to find when a polynomial with integer coefficients has a perfect square value

Given a polynomial of the form $f(x) = x^2 + ax + b$, where $a$ and $b$ are integer coefficients, is there an efficient algorithm for finding integer values $x$ for which $f(x)$ is a perfect square? That is, for finding all integers $x$ where $f(x)…
Archie
  • 113
1
vote
3 answers

Writing polynomial using powers of (x-a)

I have a question related to writing a polynomial using powers of binomial of form $(x-a).$ I found an example: polynomial $P(x) = x^4 + 2x^3-3x^2-4x+1$ can be written as $ (x+1)^4-2(x+1)^3-3(x+1)^2+4(x+1)+1$ using powers of $(x+1)$ and Horner's…
user121
  • 527
1
vote
2 answers

Express the polynomial in the form p(x) = (x+1) Q(x) +R where (x+1) is the divisor, Q(x) is the quotient and R is the remainder

Express the polynomial in the form p(x) = (x+1) Q(x) +R where (x+1) is the divisor, Q(x) is the quotient and R is the remainder, Hey I would just like to know how to solve this as the question had me confused I don’t know if I am suppose to do long…
1
vote
2 answers

Why can a polynomial be rewritten this way?

I was calculating something and it seemed like any polynomial of the form $$f(x)=x^n+bx^{n-1}+cx^{n-2}+...+d$$ has this property.…
Caleb Briggs
  • 1,083