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

can $u^8-u^4-u^2+u-35=0$ be simplified?

I'm trying to solve a problem with multiple unknowns, and I've managed to put all of them in terms of $u$, where $u^8-u^4-u^2+u-35=0$. In fact, I only need the positive real zero of this polynomial, which is just above 1.59. However, WolframAlpha…
2
votes
4 answers

Is there a simple algorithm for factoring polynomials over the reals?

Any real polynomial can be expressed as a product of quadratic and binomial factors like $(x+a)$ and $(x^2 + bx + c)$. Given a polynomial, is there an algorithm which will find such factors? For example, how can I express $x^4 +1$ in the form…
Mark
  • 5,696
2
votes
1 answer

Generalizing Ruler and Compass

Using Ruler and Compass we can construct any solution to a quadratic equation. I am wondering whether the idea can be generalized to construct solutions to higher order polynomials. For example can quadratic curves and compass construct any solution…
YeatsL
  • 272
  • 1
  • 8
2
votes
2 answers

Computing $m-n$

When $P(x+4)$ is divided by $P(x)$, the remainder is $3x+m$. When $P(x)$ is divided by $P(x+4)$, the remainder is $nx-6$. Compute $m-n$ Here I wrote down the equations as follows $$P(x+4) = P(x)Q_1(x)+3x+m$$ $$P(x) = P(x+4)Q_2(x) +…
2
votes
2 answers

Where do these $x-a, x-b,x-c$ come from and how?

Suppose we have a polynomial $P(x)$ $$P(x) = x^3 - 8x^2+6x-k$$ and it is given that $$P(a) = P(b) = P(c) = 3$$ I noticed that my teacher wrote down some equations such as $$P(x) = \color{blue}{(x-a)}Q(x) +3$$ $$P(x) = \color{blue}{(x-b)}B(x)…
2
votes
0 answers

Existence of a monic polynomial with integer coefficients and a given set of root

Let $r > 1$, $\epsilon > 0$, $\eta > 0$ does there always exist a monic polynomial with integer coefficients $P$ such that $P$ has a unique real root $r_0$, s.t $|r_0 - r| < \epsilon$ For all other roots of $P$, $r_i$, $|r_i| < \eta$ (I'm…
Arthur B.
  • 908
2
votes
0 answers

Tricky problem of infinite harmonic sum of polynomials

Let A be the set of all polynomials f with positive integral coefficients such that $f(n)|(2^n-1)$ for all $A\in\mathbb{N}$. Then $$\sum_{f\in A} {1\over f(2019)}=?$$ I tried to define a polynomial, but where is the degree? Hence I considered all…
user636268
2
votes
1 answer

True/false: $f(x)=x^4-x^3+14x^2+5x+16$ is the product of two degree two polynomials over $\Bbb Z$?

Is the following statement is true/false? Consider the polynomial $$f(x)=x^4-x^3+14x^2+5x+16,$$ then $f$ is a product of two polynomials of degree two over $\mathbb{Z}$. My answer : I think it will be true $f(x)=x^4-x^3+14x^2+5x+16= (x^2…
jasmine
  • 14,457
2
votes
4 answers

Values of $a$ for which $p(x)$ has a complex roots?

Let $p(x) = x^4 + ax^3 + bx^2 + ax + 1$. Suppose $x = 1$ is a root of $p(x)$, then find the range of values of $a$ such that $p(x)$ has complex (non-real) roots? My approach: Using the fact that $1$ is a root, I am able to deduce $b = -2(a+1)$. Then…
2
votes
2 answers

Name for polynomial with this factoring property

If I wanted to describe a multivariable polynomial that could be factored into linear factors $p(x)=\prod_i \left( a_ix+b_it+c_i\right)$, what should I say? For example, $x^2-t^2$ would belong but but $x^2-t$ would not.
countunique
  • 2,449
2
votes
3 answers

Polynomial division with remainder

If the polynomial $$x^4-x^3+ax^2+bx+c$$ divided by the polynomial $$x^3+2x^2-3x+1$$ gives the remainder $$3x^2-2x+1$$ then how much is (a+b)c? So what I know, and how I solved these problems before, I can write this down like…
Aleksa
  • 861
2
votes
1 answer

Does there exist a test, or series of tests, to ensure that a polynomial has only one real root, and it's positive?

I don't need to know solutions. I figured that the logic would be similar to computing the discriminant and testing whether it is positive. For example in quadratic systems with real coefficients, $$ ax^2 + bx + c = 0$$ if $b^2 - 4ac < 0$ then both…
Mike Flynn
  • 1,917
2
votes
0 answers

Multilinear polynomials

Let $P(x_1,x_2,\ldots,x_n)$ be a multilinear polynomial of $n$ (real or complex) variables. As I see, it can be represented in the form $$ P(x_1,x_2,\ldots,x_n)=\sum_{(\alpha_1, \alpha_2, \ldots \alpha_n)\in \{0,1\}^{n}}C_{\alpha_1, \alpha_2,…
ann1018
  • 21
2
votes
2 answers

Find the coefficients of the following polynomial whose roots are real.

Let $P(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_0$ be a polynomial of degree $n \ge 3$, Knowing that $a_{n-1}=- {n \choose 1}$ and $a_{n-2}={n \choose 2}$, and that all roots are real, find the remaining coefficients. $n$ is obviously even. Now the product…
2
votes
3 answers

Roots of polynomial equation in geometric progression

Find the relation between $a, b, c, d$ if the roots of $ax^3+bx^2+cx+d=0$ are in geometric progression. By considering $(\alpha+\beta)(\beta+\gamma)(\alpha+\gamma)$ show that the above cubic equation has two roots equal in size but opposite in sign…
bbr4in
  • 451
  • 1
  • 4
  • 14