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

Is it possible to obtain the coefficient of a specific term in a polynomial without calculating others'?

Now I have a polynomial like this $$f(x)=\prod\limits_{i=1}^{n}\left(1+x^{a_i}\right)$$ where $a_i\in\mathbb{N}\,(i=1,2,\cdots,n)$. Let its expanded form be $$f(x)=c_0+c_1x^1+c_2x^2+\cdots+c_tx^t\quad\left(t=\sum\limits_{i=1}^n a_i\right)$$ I want…
Soha
  • 185
4
votes
1 answer

Relative Maxima/Minima of polynomial functions

I am taking the Pre Calculus 12 course online. I came across this concept that the online material teaches in 3 different ways, and each one contradicts the other. I find this extremely frustrating. Instructor 1 describes Relative maxima and minima…
4
votes
3 answers

How many real roots does $(x-a)^3+(x-b)^3+(x-c)^3$ have?

Let $a,b,c$ be distinct real numbers. What is the number of distinct real roots of the equation $(x-a)^3+(x-b)^3+(x-c)^3=0$? $1$, $2$, $3$, Depends on the value of $a,b,c$. How can I solve this?
sam
  • 125
4
votes
0 answers

Proving non-existence of polynomial

Is there an easy way to see that no polynomial $P(X)$ of degree $2n$ satisfies the polynomial equation $$(X-n)^2P(X+1)-X^2P(X)-1=0,$$ where $n\geq 1$ is some integer? I am trying to show that the hypergeometric term $\binom{n}{k}^2$ is not…
Zuy
  • 4,656
4
votes
1 answer

Question about symmetric even polynomials

This might be an easy question but here goes. I am looking for a polynomial $P\in \mathbb{Q}[x,y,z]$ such that $P$ is symmetric and homogenous. $P$ is even in all three variables, i.e. $P\in \mathbb{Q}[x^2,y^2,z^2]$. $P$ is divisible by $x+y+z$.…
4
votes
1 answer

Inequality for quartic polynomial

I have the following inequality: $\alpha x<1+\beta x^4$ and this equality should hold for all $x \geq 0$ and some $\alpha,\beta \geq 0$ to be determined ($\alpha,x,\beta$ should all be real). I am considering the pairs $(\alpha,\beta)$ for which…
4
votes
2 answers

Application of remainder theorem and factor theorems to multivariable polynomials.

The remainder theorem and factor theorem are usually stated as follows: The Remainder Theorem When a polynomial p(x) is divided by x − c, the remainder is equal to the value of p(c). The Factor Theorem The term x − c is a factor of a polynomial…
4
votes
1 answer

polynomials commuting with their derivatives

Consider the equation $P\circ P'=P'\circ P$ for polynomials (real polynomials of one variable). For any degree of $P$ it has a solution: $P_n(x)=\frac{1}{n^{n-1}}x^n$. For degree 2 it gives $\frac{1}{2}x^2$, while all solutions are…
larry01
  • 1,816
4
votes
3 answers

Prove that $x^8+x^7+x^6-5x^5-5x^4-5x^3+7x^2+7x+6=0$ has no solutions over $\mathbb{R}$

The problem goes as follows: Using elementary methods prove that $x^8+x^7+x^6-5x^5-5x^4-5x^3+7x^2+7x+6=0$ has no solutions for $x \in \mathbb{R}$. I first came across the problem in a school book targeted towards students just exposed to…
4
votes
2 answers

What am I doing wrong in these quartic formula calculations?

I was a bit surprised that there is a general formula for the roots of a quartic equation, so I decided to test Wikipedia's version of it myself. To my surprise, I have arrived at a correct answer only once in about five attempts, using only integer…
Lee Sleek
  • 1,682
4
votes
5 answers

Remainder of Polynomial Division of $(x^2 + x +1)^n$ by $x^2 - x +1$

I am trying to solve the following problem: Given $n \in \mathbb{N}$, find the remainder upon division of $(x^2 + x +1)^n$ by $x^2 - x +1$ the given hint to the problem is: "Compute $(x^2 + x +1)^n$ by writing $x^2 + x +1 = (x^2 - x +1) + 2x$. Then,…
Omar Khan
  • 203
4
votes
1 answer

What is a polynomial with integer coefficients called?

What is the proper mathematical name for a polynomial with only integer coefficients? Having done some searching myself, I found "numerical polynomial" but these have integer values for integer parameters, and don't necessarily have to have integer…
Penelope
  • 3,147
4
votes
3 answers

Polynomial division in $\mathbb{Z}[x]$.

How is polynomial division defined in $\mathbb{Z}[x]$? For example, how to divide $x$ by $2$ or any other two polynomials in $\mathbb{Z}[x]$?
StefanH
  • 18,086
4
votes
3 answers

Deduce a coefficient of a cubic polynomial.

So, I have this question which is still troubling me: Find the value of $k$ such that the equation $2x^3 + 3x^2 + kx - 48 = 0$ has two solutions equal in value but opposite in sign. I've had numerous attempts at this, such as using simultaneous…
missiledragon
  • 605
  • 9
  • 23
4
votes
1 answer

Exam Question And Solution Verification

In My Exam a question was as follows: $$$$Find all real values of $a$ such that the polynomial $$q(x)=(x+7)^2(x+2)^2+a$$ has exactly one double root. $$$$As we see that the polynomial $$p(x)=(x+7)^2(x+2)^2$$ has two double roots at $x=-7, -2$ and by…
user728159
  • 465
  • 2
  • 6