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

How can I show that the all of the roots of the polynomial $f = 2x^4-12x^2+2$ are real.

I am given the polynomial $$f = 2x^4-12x^2+2$$ and I have to show that all of the roots of this polynomial are real. I have no idea how to approach this. I tried plugging in the rational roots given by the rational root theorem, but none of them…
user592938
1
vote
0 answers

finding coefficient of power basis function

I have for example the coordinate of 3 points and I want to fit a 2 degree polynomial on it. how can I find the coefficients of the polynomial?? it is noted that the function is parametric and is expressed as in which 0
1
vote
1 answer

Polynomial of Least Degree

What is polynomial of the least degree? How is it different from a polynomial of any degree? Is it possible to give some examples? I came across this from the definition of minimal polynomial of a in a field. Thanks
1
vote
1 answer

Find a monic quartic polynomial $f(x)$ with rational coefficients whose roots include $x=3-i\sqrt[4]2$. Give your answer in expanded form

Find a monic quartic polynomial $f(x)$ with rational coefficients whose roots include $x=3-i\sqrt[4]2$. Give your answer in expanded form Would I use some kind of factoring of $(x+y)^4$ I am guessing that there will a step to get rid of the…
1
vote
5 answers

If $f(x)$ is a polynomial of degree three leaves remainder $1$ when divided by $(x−1)^2$ and leaves remainder $–1$ when divided by $(x+1)^2$

$f(x)$ is a polynomial of degree three which leaves remainder $1$ when divided by $(x−1)^2$ and leaves remainder $–1$ when divided by $(x+1)^2$. If $f(x)=0$ has roots $\alpha,\beta,\gamma$, then…
1
vote
1 answer

Polynomial Degree Help

A nonzero polynomial with rational coefficients has all of the numbers$$1+\sqrt{2}, \; 2+\sqrt{3}, \;3+\sqrt{4},\; \dots, \;1000+\sqrt{1001}$$ as roots. What is the smallest possible degree of such a polynomial? Since there are $1000$ terms, adding…
1
vote
1 answer

Is there any simpler way to find a remainder in multiple divisions?

I got a question as follows. $3x-5$ is the remainder when unknown $f(x)$ is divided by $x^2-x+1$ that has relatively complicated roots. Find the remainder when $f(x)$ is divided by $(x^2-x+1)(x-1)$. Express your answer in terms of unknown…
Display Name
  • 2,715
1
vote
2 answers

Annihilator polynomial of $\sqrt{5} + \sqrt[5]{2}$

I can find an annihilator polynomial of $\alpha = \sqrt{5} + \sqrt[5]{2}$. But I have an exercise which asks me to show that $$P = X^{10} - 25 X^8 + 250 X^6 - 4X^5 - 1250X^4 - 200 X^3 + 3125 X^2 - 500X - 3121$$ is also an annihilator polynomial. How…
Arnaud
  • 1,242
1
vote
2 answers

Find all values of $m$ such that the equation $ mx^4 + x^3 + (8m - 1)x^2 + 4x + 16m = 0$ has nonnegative roots.

Find all values of $m$ such that the equation $$\large mx^4 + x^3 + (8m - 1)x^2 + 4x + 16m = 0$$ has nonnegative roots. For an equation to have nonnegative roots, it mustn't only have negative roots. Let $y = x^2 - x + 4$ $(y > 0)$, we have that…
1
vote
3 answers

Find the remainder when $x^{100}$ is divided by $x^8 - x^6 + x^4 - x^2 + 1.$

I need help in the problem: Find the remainder when $x^{100}$ is divided by $x^8 - x^6 + x^4 - x^2 + 1.$ I have tried factoring $x^{100}-1$ and adding 1 to that, but that hasn't helped. Could someone please help with this?
Mike Smith
  • 1,122
  • 6
  • 26
1
vote
3 answers

"If x - a is a factor of polynomial P(x), then a is a factor of the constant term of the polynomial." - Confused with proof

I have recently started learning about polynomials. I've been able to grasp polynomial long division algorithm and the remainder and factor theorems and also a few other common-sense theorems about polynomials. There's just one property of…
Dom Turner
  • 201
  • 1
  • 7
1
vote
1 answer

Find the remainder when $p(x)$ is divided by $x^2 -1$

Polynomial $p(x)$ leaves a remainder of $4$ when divided by $x-1$ and a remainder of $-2$ when divided by $x+1$. Find the remainder when $p(x)$ is divided by $x^2 -1$ . According to Remainder Theorem, when a polynomial $p(x)$ is divided by…
gc3941d
  • 487
  • 1
  • 4
  • 13
1
vote
2 answers

Polynomial as a product of monomials

How do you prove that a polynomial $P(x) = \sum_{i=0}^n a_i x^i$ where the first coefficient ($a_n$) is 1 can be written as $$ P(x) = \prod_{i=1}^n (x-r_i) $$ where the $r_i$ are the roots of $P(x)$? I tried to apply the polynomial identity theorem…
alexvas
  • 279
1
vote
1 answer

why the degree of $P(x)$ in remainder theorem cannot be equal to "$0$"?

As per the statement of the remainder theorem: Let $P(x)$ be any polynomial of degree greater than or equal to $1$ and "$a$" be any real number. If $P(x)$ is divided by $(x-a)$, then the remainder is equal to $P(a)$. In the statement of the…
1
vote
1 answer

Nontrivial linear combinations of polynomial shifts do not cancel

I have a proof of the following statement: Let $P \in \mathbb{Z}[X]$ be a polynomial of degree $d\geq 1$, and $\alpha_0, \alpha_1, \ldots, \alpha_k \in \mathbb{Z}$, where $k\le d$. If $\sum_{i=0}^k \alpha_i \cdot P(x+i) = 0$, then all the…