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

If the roots of ${x^3}+3x+1=0$ are a, b and c then find the value of $(a-b)(b-c)(c-a)$

I tried using Vieta's relation and wanted to somehow generate a term which would cancel out using $abc=-1$ but was unsuccessful..
Rexquiem
  • 334
1
vote
0 answers

How can the degree of the constant term of a polynomial equal zero?

I have read that the constant term of a univariate polynomial is assumed to be the constant coefficient multiplied with the variable raised to zero (which makes the variable equal one for any input other than zero and effectively makes the entire…
jacob78
  • 433
1
vote
1 answer

Is there a formula for $x^5 + x = y$

I would like to know if there is a close-form formula for $x^5 + x = y$. For $x^2 + x = y$, we have: $$ \begin{aligned} &x = \frac{-1 + \sqrt{1+4y}}{2} \end{aligned} $$ For $x^3 + x = y$ we have: $$ \begin{aligned} &x =…
isedgar
  • 105
1
vote
1 answer

Showing that a real polynomial with $n$ complex roots can be vertically shifted to have exactly $n$ real roots

By real polynomial, I mean a univariate polynomial with real coefficients. We know that polynomials with real coefficients either have only real numbers as roots or non-real complex roots that come as conjugate pairs. This means any real polynomial…
jacob78
  • 433
1
vote
1 answer

Proving a relation regarding polynomials

If $m$ is a zero of $$ p(x)=x^n+a_{n-1} x^{n-1}+\ldots+a_0, $$ where $a_i$ may be complex, show that $$ |m| \leq \max \left\{1,\left|a_0\right|+\left|a_1\right|+\ldots+\left|a_{n-1}\right|\right\} $$ I am not sure where to begin on this problem. I…
Anomaly
  • 105
1
vote
2 answers

Finding all $n \in N$ that $P(x) = x^n - 1$ is divisible by $Q(x) = x^4 -x^3 + x^2 - x + 1$

I started by finding roots of $Q(x)$: $$Q(x) = x^4 - x^3 + x^2 - x + 1 = 0 \; \; // * (x + 1) \land x \neq - 1$$ $$(x + 1)(x^4 - x^3 + x^2 - x + 1) = x^5 + 1 = 0 \; \land x \neq -1$$ $$x^5 + 1 = 0 \Leftrightarrow x^5 = -1 \Leftrightarrow x =…
1
vote
0 answers

Let $p(x)=a_0+a_1x+\ldots+a_nx^n$ be a polynomial with integer coefficients and $0≤a_1,a_2,\ldots ,a_n<3$. Given $p(\sqrt 3)=20+17\sqrt 3$ find $p(2)$

I tried to make an equation $20+2x+2x^3+x^5$ which satisfied the above property but after putting 2 in place of $x$ I am not getting the correct answer. The answer is 86 but I want to know how or why 86 is true and mine is false.
1
vote
2 answers

Polynomial degrees

I have this very trivial question, but I think I might have interpreted it incorrectly. The expression shown below is a polynomial of what degree? $$x^3 {(x+\frac{1} {x})} {(1 + \frac {1} {x+1} + \frac {1} {x^4})}$$ I was going to say degree 4, but…
1
vote
4 answers

How to find the remainder when a large degree polynomial is divided by a cubic polynomial with repeated roots.

I was solving a question in which we had to find, as a step, the remainder when $x^{32}$ was divided by $x^3-x^2-x+1$. at first I tried to find it by using the remainder theorem in parts, once for each factor and then combine $3$ equations to find…
1
vote
1 answer

Given some conditions-finding the minimum degree of a polynomial equation.

On, the first look, I think the solution to this problem is a long one with all these conditions. Please give me hints on starting off with this problem because I have been struggling with this(maybe due to wrong method) for a while.
1
vote
3 answers

How many roots of $x^4-4x^2-8x+12$ lie in the range $[-2,2]$

I tried to use the Sturm Theorem and computed the Sturm sequence as the following: $$ P_0 = x^4-4x^2-8x+12 $$ $$ P_1 = 4x^3-8x-8 $$ $$ P_2 = 3x^3+2x^2-18 $$ $$ P_3 = 8x^2/3+8x-16 $$ $$ P_4 = 60-39x $$ $$ P_5 = something\ positive $$ where the…
OriginK
  • 113
1
vote
2 answers

What is the remainder of the division of $P(x)$ by $x^2+x+1$?

Let a polynomial be given by $$P(x) = 3x^{12n+5}+x^{3}+1$$ What is the remainder of the division of $P(x)$ by $x^2+x+1$? As suggested in comments, we start off with observing that $$x^3-1\equiv 0\pmod{x^2+x+1}\tag{1}$$ $$x^2\equiv…
user956668
1
vote
2 answers

Find all real polynomials $f,g$ such that $\forall n\in\Bbb N,\;f(n) = \frac{g(1) + g(2) + \dots + g(n)}{g(n)}$

Question: Let $f,g: \mathbb{R} \to \mathbb{R}$ be polynomials such that $$f(n) = \frac{g(1) + g(2) + \dots + g(n)}{g(n)}$$ for all integers $n \ge 1$. We want to find all such pairs of polynomials $(f,g)$. Here is my attempt WLOG $g$ is monic. Claim…
Martin.s
  • 1
  • 1
  • 22
1
vote
3 answers

For polynomial $x^3 + x^2 - 4x + 1$, values of $\frac{\alpha}{\beta} + \frac{\beta}{\gamma} + \frac{\gamma}{\alpha}$

Problem: Consider the polynomial $f(x) = x^3 + x^2 - 4x + 1$ a) Show that if $r$ is a root of $f$, then $r^2 + r -3$ is also a root of $f$. b) Let, $\alpha, \beta, \gamma$ be the three roots of $f$. Determine all possible values of…
1
vote
1 answer

Polynomial with $\sqrt{2}+\sqrt[3]{3}$ as a root

Let $P(x)=x^6+bx^5+cx^4+dx^3+ex^2+fx+g$ be a polynomial with integer coefficients. $$P\left(\sqrt{2}+\sqrt[3]{3}\right)=0$$ $R(x)$ is the remainder of the division between $P(x)$ by $x^3-3x-1$. Determine the sum of the coefficients of $R(x)$. What i…