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

Zero divisor polynomial

Let $f(x)\in R[x]$ be a zero divisor. How to prove that there is an element $0\neq a\in R$ such that $af(x) = 0$? If $R$ has no nilpotent elements, it is easy. What about the general case? Can anyone help me? Thanks.
ksj03
  • 553
  • 2
  • 8
2
votes
1 answer

Over the field $\mathbb{Z}_2$, does $x^6 + x^3 + 1$ divide $(x^4 + 1)^n + 1$ for some $n \in \mathbb{N}$?

I am currently investigating whether the polynomial $x^6 + x^3 + 1 \in \mathbb{Z}_2[x]$ divides $(x^4 + 1)^n + 1$ for some $n \geq 1$. I think it is impossible, and so far, I've checked in the case where $n$ is a power of 2: Suppose $n = 2^m$ for…
2
votes
2 answers

Find all pairs (p,q) of real numbers such that whenever $\alpha$ is a root of $x^2 + px+q=0$ $\alpha^2-2$ is also root of the equation.

Find all pairs (p,q) of real numbers such that whenever $\alpha$ is a root of $x^2 + px+q=0$ $\alpha^2-2$ is also root of the equation. My Approach: I could not find any elegant method that is why I tried applying quadratic formula: the roots will…
2
votes
1 answer

Let $a,b,c,d,e$ be five numbers satisfying the following conditions...

Let $a,b,c,d,e$ be five numbers satisfying the following conditions: $$a+b+c+d+e =0$$ and $$abc+abd+abe+acd+ace+ade+bcd+bce+bde+cde=33$$ Find the value of $$\frac{a^3+b^3+c^3+d^3+e^3}{502}$$ My Approach: $$(a+b+c+d+e)^3 = \sum_{a,b,c,d,e}{a^3} +…
2
votes
4 answers

to find number of distinct root of a three degree polynomial

Given that $a,b,c$ be three distinct real numbers then the number of distinct real roots of the equation $p(x)=(x-a)^3+(x-b)^3+(x-c)^3=0$ is 1 2 3 depends on $a,b,c$ what I did is $p'(x)=0$ which is two degree polynomial with three distinct root,…
Myshkin
  • 35,974
  • 27
  • 154
  • 332
2
votes
1 answer

How to prove this two condtions are equivalent

Let $p$ be an odd prime and $a_1, a_2,...,a_p$ be integers. Prove that the following two conditions are equivalent: $1)$ :There exists a polynomial $P(x)$ with degree $\leq \frac{p-1}{2}$ such that $P(i) \equiv a_i \pmod p$ for all $1 \leq i \leq…
math110
  • 93,304
2
votes
0 answers

Find the closest point on a polynomial

I have a 3rd-degree polynomial $f(x)$ and a 2D point $p=(x,y)$. I want to find a point $p'$ on the polynomial that has the smallest distance between $p$ and $p'$: $$\min_{p'=(x',y'), p'\in{f}}{\sqrt{(x'-x)^2+(y'-y)^2)}}$$ Is there a formula to find…
nrofis
  • 210
2
votes
0 answers

When is a really long multivariable polynomial equal to a square?

I've been trying to a find a solution to this for a while now, but I can't get anywhere. I need to find nontrivial rational values for x and y such…
Chixen
  • 21
2
votes
1 answer

Proof $d(x)=\text{GCD}(f(x),g(x))$

Question1: Proof: If $d(x)|f(x),d(x)|g(x)$, $d(x)$ is an combination of $f(x)$ and $g(x)$, then $d(x)$ is $\text{GCD}(f(x),g(x))$. My proof 1 $d(x)=u(x)f(x)+v(x)g(x)$. If $d(x)$ is not $\text{GCD}(f(x),g(x))$ , then…
HyperGroups
  • 1,393
2
votes
1 answer

Define the Intersection Points of Polynomials

I am facing the following problem. Let’s consider that there are 2 points that are not known. $${(x_0,y_0) (x_1,y_1)}$$ I know that from these 2 unknown points a set of quadratics passes $$f_i(x)=a_2x^2+a_1x+a_0 $$ $$0
Herc11
  • 63
2
votes
1 answer

Find the polynomial $P(x)$ satisfy $P(1)=5$ and $P(x)=\sqrt[3]{4P(x^3+1)-20}+3, \forall x\in \mathbb{R}$.

Find the polynomial $P(x)$ satisfy $P(1)=5$ and $$P(x)=\sqrt[3]{4P(x^3+1)-20}+3, \forall x\in \mathbb{R}$$ I found out that the coefficient of the highest degree is 2, I tried finding the degree but it returns always true. One result I found out is…
2
votes
1 answer

Determine, with proof, all polynomials $P(x)$ such that, $P(x)P(x+1)=P(x^2)$, $P(X)$ is belonging to $R[X]$

Determine, with proof, all polynomials $P(x)$ such that, $P(x)P(x+1)=P(x^2)$ Put $x=1$ into this equation, we can get $P(2)=1$ and put $x=0$, we can get $P(1)=1$ $x=-1$, $P(-1)P(0)=P(1)$ Then what should I do, just simply calculate the product of…
2
votes
1 answer

Solve a polynomial equation when some coefficients tend to infinity

Let us consider $\beta, k_1,k_2,k_3,k_4,k_5,k_6\in\mathbb R$ and define the equation: $$(\beta k_1+k_2)x^4+(\beta k_3+k_4)x^3+\beta k_5 x+k_6=0$$ I would like to approximate the solution of this equation when $\beta\to+\infty$. I proceeded in this…
Mark
  • 7,841
  • 6
  • 38
  • 72
2
votes
1 answer

Polynomial Inequality Holds for All Real Numbers x

Problem: The quadratic polynomial $P(x),$ with real coefficients, satisfies $$P(x^3 + x) \ge P(x^2 + 1)$$ for all real numbers $x.$ Find the sum of the roots of $P(x).$ Work: Since $P(x)$ is a quadratic polynomial, let $P(x)=ax^2+bx+c$. Then, we…
2
votes
0 answers

Determining the quotient of a $2n$ degree and a linear polynomial.

Find the quotient of polynomials $f(x)=x^{2n}-nx^{n+1}+nx^{n-1}-1$ and $g(x)=x-1$. I know that by the remainder theorem the remainder is $f(1)=1-n+n-1=0$ so we can write $f(x)=(x-1)q(x)$ but beyond that I don't know what to do even though I tried…