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

Solution to particular polynomial type

I was wondering if it is possible to find the exact solution to the following type of polynomial. \begin{equation*} x+x^2+x^3+x^4+...x^n=const \end{equation*} Where the coefficient for each polynomial term is always 1. It is very similar to the 'all…
Travis
  • 425
3
votes
2 answers

Is there a concrete description of the ideal $I$ such that $\mathbb{Q}[x]/I\cong\mathbb{Q}[\sqrt{2}+\sqrt{3}]$?

I know that in general if $R[u]$ is the ring obtained by adjoining an element $u$ to a ring $R$, then $R[u]\cong R[x]/I$ for some ideal $I$ such that $I\cap R=\{0\}$. In a particular instance, I'm working with $u=\sqrt{2}+\sqrt{3}$, so I'm…
Izzy
  • 33
3
votes
1 answer

How many solution are there to equation $f(x)=f(f(x))$ given the following function?

Shown is the graph of $y=f(x)$,a polynomial function of degree $10$ whose domain is restricted to $[1,5]$.Function $f$ is symmetric about $x=3$.Compute the number of solutions to the equation $f(x)=f(f(x))$. My effort Considering the cases where…
Mr. Y
  • 2,637
3
votes
1 answer

Alternating polynomial

Let $p(x_1,x_2,\dots, x_n)=\prod \limits_{i
Raheem Najib
  • 1,011
3
votes
1 answer

Easy roots for constant plus factorized polynomial?

I have a polynomial $p(x) = \prod_{j=1}^m (x-a_j)$. Now I make a new polynomial by adding a constant, $q(x) = p(x) + c$. Can I use my knowledge of the roots of $p(x)$ to make it easier to find the roots of $q(x)$? Clarifications: The constants are…
3
votes
1 answer

For polynomial equations of order above $2$, if a quadratic factor has no solution, does it only have one solution?

I am to study the following equation for real solutions: $$x^3 - 3x^2 + 4 = 0$$ I can see that $x = 2$ is a solution. Then, using polynomial long division, I get the factor $x^2 - x - 2$. Now, using the quadratic equation to solve this factor for…
Hanshan
  • 179
3
votes
4 answers

find $ \cfrac{1}{r^2} +\cfrac{1}{s^2} +\cfrac{1}{t^2}$ given that $r,s,t$ are the roots of $x^3-6x^2+5x-7=0$

I am asked to find $$ \cfrac{1}{r^2} +\cfrac{1}{s^2} +\cfrac{1}{t^2}$$ given that $r,s,t$ are the roots of $x^3-6x^2+5x-7=0$ . So what I did was to get the polynomial whose roots are the reciprocals of $r,s,t$ ,namely $$-7x^3+5x^2-6x+1=0$$ From…
Mr. Y
  • 2,637
3
votes
2 answers

Bound number of roots of nearly polynomial map

Let $P,Q\in\mathbb{R}[x]$ be polynomials of degrees $p$ and $q$, respectively, and $c\in\mathbb{R}$ with $c\neq 0$. I am interested in bounding the number of real roots of the map $$x \mapsto P(x) + e^{cx} Q(x)\tag{1}.$$ Let $\mathbb{A}$ denote the…
parsiad
  • 25,154
3
votes
1 answer

Numbers with ear tags

I have a black-box polynomial function, with $n$ inputs. The only things I know for sure about this polynomial are that (a) it has no constant term, and (b) all coefficients and exponents are integers with magnitude below some $k$. (Exponents are…
Sneftel
  • 760
3
votes
1 answer

Using the roots of polynomial finding the value of sum.

If $a,b$ and $c$ are the roots of $x^{3}+px^{2}+qx+r$, then how can we find the value of $\displaystyle \sum \frac{b^{2}+c^{2}}{bc}$.
Kns
  • 3,165
3
votes
1 answer

Remainder of the polynomial division, knowing other remainders

Let $p(x)$ be a polynomial of 3rd degree. We know that the division of $p(x)$ by $x-4$ gives us a remainder of 2 and divided by $x+2$ gives us the remainder of 1. What's the remainder of $p(x)$ by $(x-4)(x+1)$? I've used the remainder theorem but I…
Concept7
  • 405
3
votes
2 answers

Find all $P$ with $P(x^2)=P(x)^2$

The following problem is from Golan's book on linear algebra, chapter 4. I have posted a proposed answer below. Problem: Let $F$ be a field. Find all nonzero polynomials $P\in F[x]$ satisfying $$P(x^2)=[P(x)]^2.$$
Potato
  • 40,171
3
votes
1 answer

Polynomial with $k$ positive and $k+1$ negative zeroes

A polynomial of degree $n$ is written in standard form. All numerical coefficients are positive. It has $k$ positive zeroes and $k+1$ negative zeroes. $0$ is not a zero of the polynomial. What can we deduce about $n$? The answer in the…
3
votes
4 answers

To determine if a polynomial has real solution

I have the following polynomial : $x^{7}+x^{6}+x^{5}+x^{4}+x^{3}+x^{2}+x+1$ I must determine if this polynomial has at least 1 real solution and justify why. We have a theorem which says that all polynomials with real coefficients can be decomposed…
user108343
3
votes
1 answer

Find all polynomial $f(x)$ such that $x^3-1\mid f(x)g(x)-1$

This is a problem that has haunted me for more than some days. Not all the time - but from time to time, and always on windy or rainy days, it suddenly reappears in my mind: Find all polynomial $f(x)$,such $f(x)\in Z[x],\deg{(f(x))}\le 2$,and there…
user237685