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
61
votes
10 answers

How to solve an $n$-th degree polynomial equation

The typical approach of solving $$ f_2(x):=ax^2+bx+c=0 $$ is to solve for the roots $$x_{1/2}=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}.$$ Here, the degree of $f$ is given to be $2$. However, I was wondering on how to generalize this problem. For example,…
46
votes
1 answer

Every polynomial with real coefficients is the sum of cubes of three polynomials

How to prove that every polynomial with real coefficients is the sum of three polynomials raised to the 3rd degree? Formally the statement is: $\forall f\in\mathbb{R}[x]\quad \exists g,h,p\in\mathbb{R}[x]\quad f=g^3+h^3+p^3$
Glinka
  • 3,182
36
votes
6 answers

Why can't polynomials have negative exponents or division by a variable

Why can't: $$2x^{-3} - 3x$$ or $$\frac{1}{2x}$$ be polynomials too? Why have a definition that excludes these algebraic forms?
Quora Feans
  • 1,059
30
votes
4 answers

Is there a unique polynomial function $f(x)$ of degree $\lt n$ such that $f(n) = a_n$ where $\{a_n\}$ is a sequence?

Is it true that for every sequence $a$ of $n$ numbers there is exactly one polynomial function $f(x)$ of degree $\leq n$ such that all $f(1)=a_1,f(2)=a_2,\dots f(n)=a_{n}$? If so, is there an algorithm to, given the sequence, generate the…
25
votes
3 answers

Proving that a polynomial is irreducible over a field

What's the general strategy to show that a particular polynomial is irreducible over a field? For example, how can I show $x^4 - 10x^2 -19$ is irreducible over $\mathbb Q$?
Mohan
  • 14,856
25
votes
3 answers

Conditions for distinct real roots of cubic polynomials.

Given a cubic polynomial with real coefficients of the form $f(x) = Ax^3 + Bx^2 + Cx + D$ $(A \neq 0)$ I am trying to determine what the necessary conditions of the coefficients are so that $f(x)$ has exactly three distinct real roots. I am…
Sarah
  • 253
23
votes
6 answers

Prove that $f(x)\in \mathbb{Z}[x]$ such that $f(0)$ and $f(1)$ are odd has no integer roots

Suppose $f(x) \in \mathbb{Z}[x]$ is such that $f(0)$ and $f(1)$ are odd. How do I show that $f(x)$ has no integer roots?
Mohan
  • 14,856
22
votes
7 answers

Which polynomials fix the unit circle?

Find all polynomials $P(x)$ with real coefficients such that for every $x,y\in \mathbb{R}$ satisfying $x^2+y^2=1$ we have $$P(x)^2+P(y)^2=1$$
Hesam
  • 735
22
votes
2 answers

Algorithm for finding the square root of a polynomial...

I'm going through Wallace Clarke Boyden's A First Book in Algebra, and there's a section on finding the square root of a perfect square polynomial, eg. $4x^2-12xy+9y^2=(2x-3y)^2$. He describes an algorithm for finding the square root of such a…
ivan
  • 3,237
22
votes
1 answer

Define $f(x),g(x)\in \mathbb{R}$. Prove $f(x)=g(x)$.

Problem: Define $f(x),g(x)\in \mathbb{R}$ are polynomials and both of them have at least one real root and satisfy: $$f(1+x+g(x)^{2})=g(1+x+f(x)^{2}),\forall x\in\Bbb{R}$$ Prove $f(x)\equiv g(x)$. Rather naturally, I define $m(x)=1+x+g(x)^{2}$,…
21
votes
4 answers

Prove there exists a unique $n$-th degree polynomial that passes through $n+1$ points in the plane

I know given two points in the plane $(x_1,y_1)$ and $(x_2,y_2)$ there exists a unique 1st degree (linear) polynomial that passes through those points. We all learned in Algebra how to find the slope between those points and then calculate the…
chharvey
  • 2,612
20
votes
3 answers

What is the degree of the zero polynomial and why is it so?

My teacher says- The degree of the zero polynomial is undefined. My book says- The degree of the zero polynomial is defined to be zero. Wikipedia says- The degree of the zero polynomial is $-\infty$. I am totally confused and want to know…
Soham
  • 9,990
19
votes
5 answers

How to prove that factors of homogeneous polynomial are homogeneous?

How to prove that factors of homogeneous polynomial are homogeneous? I was thinking that for a homogeneous polynomial of degree $n$, $f(ax_1,....,ax_n)=a^nf(x_1,....,x_n)$ where $a\in k$ Now if $f=f_1...f_r$ and atleast one $f_i$ is not homogeneous…
Ri-Li
  • 9,038
18
votes
4 answers

Polynomial shift

Suppose there is a polynomial: $p(x) = a_0x^n + a_1x^{n-1} + ... + a_{n-1}x + a_{n}$ I would like to "shift" it (I'm not sure what is the right term), by substituting $x$ for some other function of $x$. What I mean is that I would like to…
Ecir Hana
  • 985
  • 1
  • 9
  • 20
17
votes
1 answer

Do there exist four polynomials with real coefficients so that ...

Do there exist four polynomials with real coefficients so that sum of every two doesn't have a real root while the sum of every three has a real root. I have seen a similar problem with six polynomials which Ramsey's theorem could show that the…
Taha Akbari
  • 3,559
1
2 3
99 100