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

How do we factor polynomials that are in $\mathbb{Z}_m$ (congruence classes)

I'm really confused, or maybe overthinking it, but how would I factor something like $x^4+2x-4$ in $\mathbb{Z}_5[x]$?
Joe
  • 91
2
votes
0 answers

Proof of inequality of polynomials

Assume F, G, M, and N are Laurent polynomials over $\mathbb{R}$, with coefficients either 0 or 1. Assume that $F \neq M$, and that we have $$F(X^{2^n})G(X^{-1})=M(X^{2^n})N(X^{-1}),$$ for $n \in \mathbb{N}, n\geq1$. I want to show that we have…
OliverX1
  • 225
2
votes
2 answers

Find the value of the polynomial at a given point

f is a polynomial of degree $1007$ ,if $f(k) = 2^k$ for $0\le k \le 1007$ find the value of $f(2015)$ The solution should be $f(2015) = 2^{2014}$ and the polynomial $p(x) = \sum_{k=0}^{1007}{x \choose k}$ but i don't get how we can arrive to that.
Azazel
  • 43
2
votes
1 answer

What does insolvability of the quintic mean exactly?

Suppose I had the quintic equation $(x+1)(x+2)(x+3)(x+4)(x+5)=0$. Does the insolvability theory mean that I can only get approximations because the root is in general an irrational number, or does it mean that even in this case I can only get an…
Kenny
  • 727
2
votes
2 answers

Graded lex and graded reverse lex

I just want to know what the difference between graded lex and graded reverse lex is. For example, if we have \begin{equation} f=3x^4 y - 2x^2 y^3 z + 7x^2 y z^3 - x^3 y^2 z + z^3 y^3 - 6x^3 yz^2 \end{equation} I know that if we have a graded rev…
tellap
  • 161
2
votes
5 answers

How to prove that $(x-1)^2$ is a factor of $x^4 - ax^2 + (2a-4)x + (3-a)$ for $a\in\mathbb R$?

Let $a \in R$. Verify that $(x − 1)^2$ is a factor of $$p(x) = x^4 − ax^2 + (2a − 4)x + (3 − a)$$ How can I solve this question?
2
votes
1 answer

Show that $( f(x)=ax^2 + bx + c \wedge a \neq 0 ) \rightarrow f(x)=a(x-\alpha)(x-\beta)$

Given that $\alpha$ and $\beta$ are roots of the following polynom, show that for $ a \neq 0$ $$( f(x)=ax^2 + bx + c ) \rightarrow f(x)=a(x-\alpha)(x-\beta)$$ I have a question regarding a step in this proof. I'll outline it quickly: We're given a…
2
votes
1 answer

polynomial remainder problem

If a polynomial $f(x)$, of degree at least four, is such that $$f(x) \equiv 3x+1 \mod (x^{2}-1)$$ and $$f(x) \equiv 2x-3\mod (x^{2}+1),$$ find the remainder $g(x)$ such that $$f(x) \equiv g(x) \mod (x^{2}-1)(x^{2}+1).$$
Yes
  • 20,719
2
votes
0 answers

How to find out $Q(1)+R(1)$?

I have got stuck in it. although the problem is not so difficult but I am willing to see from the expertise if there is any innovative way to handle the problem. Suppose that $p(x),d(x)$ be polynomials with integer coeffcients with degrees $n, d$…
KON3
  • 4,111
2
votes
1 answer

solving some complex equations

I want to solve the following three equations for $x,y,z$: $$\begin{eqnarray}k_1&=&\frac{x+y+z}{yz}\\ k_2&=&\frac{x^2+y^2+z^2}{y^2z^2}\\ k_3&=&\frac{x^3+y^3+z^3}{y^3z^3}\end{eqnarray}$$ where $k_1,k_2,k_3$ are constants. Is there any kind of…
aaaaaa
  • 2,656
2
votes
3 answers

Find a polynomial given the remainders of the division of that polynomial with 3 other polynomials

A polynomial from $ \mathbb{C}[x]$ divided by $ x - 1$, $x + 1$, $ x -2$ has the remainders 2, 6 and 3. Find the remainder of the division of that polynomial by $(x-1)(x+1)(x-2)$ The degree of the expression $(x-1)(x+1)(x-2)$ is 3, so the degree…
cristid9
  • 747
2
votes
2 answers

Babylonian solution to general cubic

Problem: Otto Neugebauer believes that the Babylonians were quite capable of reducing the general cubic equation to the "normal form" $n^3 + n^2 = c$, although there is as yet no evidence that they actually did do this. Show how such a reduction…
2
votes
3 answers

Lower bound for degree of polynomial.

Let $f:\mathbb{R}\to\mathbb{R}$ be a polynomial such that $$|f(x)|<\epsilon\quad\text{for all $x$ with }|x|<1.$$ Can we find an explicit lower bound for the degree of $f$ in terms of $\epsilon$?
Fred
  • 21
2
votes
5 answers

$x^3-3x^2+4x-2$ cannot be factored over $\mathbb R$

I'm new to the site, and I need a bit of help from you. How can I prove that the polynomial: $f(x)=x^3-3x^2+4x-2$ cannot be factored as a product of polynomials of degree 1 with real coefficients? Thanks.
2
votes
1 answer

How to change the gradient of polynomial?

I have a polynomial equation: $$y=(-2 \times 10^{-10} \times x^5)+(1 \times 10^{-7} \times x^4)-(2 \times 10^{-5} \times x^3)+(0.0018 \times x^2)-(0.0156 \times x)-0.164$$ I want to be able to change the equation of this line, so that when x=10,…
TDJ92
  • 33