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

Proof by induction on division theorem of polynomials.

I read the proof from here for convenience, I shall summarise the proof. Claim: If $f(x)$ and $g(x)$ are two polynomials and $g(x)$ is not a zero polynomial, then there exist polynomials $q(x)$ and $r(x)$ such that $f(x)=q(x)g(x)+r(x)$ and either…
2
votes
1 answer

Polynomial interpolation when the coefficient vector has bounded 1-norm

Given $1<\alpha_{1}<\alpha_{2}<\alpha_{3}\cdots<\alpha_{N}<2$ I need to construct a degree-$L$ (with $L>N$) real polynomial $f(x)=x^{L}+\sum\limits_{i=1}^{L}b_ix^{L-i}$ which satisfies 1) $f(\alpha_{i})=0$, $1\leq i\leq N$ and 2)…
Tao
  • 530
  • 2
  • 11
2
votes
0 answers

What is a criterion that a polynomial has only positive coefficients?

Let $f(x)=\sum\limits_{i=0}^n a_i x^i$ be a polynomial that given in implicit way, so I dont know $a_i$. I need to know if all its coefficient are positive. A brute force way to do it is check out its derivative - if $$ \frac{d^i…
Leox
  • 8,120
2
votes
1 answer

Polynomial long division(alternative methods)

I used the book Mathematical methods for physics and engineering. In the algebra section, it uses a method for dividing polynomials I have never seen for decomposing $\frac{g(x)}{h(x)}$ into $s(x)+\frac{r(x)}{h(x)}$ (basically what long division is…
user685013
2
votes
0 answers

Multiple of a given polynomial with least number of non-zero coefficients

The question deals with polynomials in one variable with coefficients in some in some fixed ring $A$. Given a polynomial $P\in A[X]$, I denote: C(P)= number on non zero coefficients of $P$. (So for example, $C(X)=1$, $C(X^3-4X+2)=3$.) $(P)^*$ the…
Oblomov
  • 482
2
votes
2 answers

Are all non-real complex roots of $f(x)=x^n-kx^{n-1}-kx^{n-2}-\cdots-kx-k$ have magnitudes less than 1?

We know the following fact about the roots of the polynomial $f(x)=x^n-kx^{n-1}-kx^{n-2}-\cdots-kx-k$, where $n,k$ are integers and $n,k\geq 2$: if $n$ is odd, then $f$ has a positive root in the open interval (k,k+1) and $n-1$ non-real complex…
Jason
  • 123
2
votes
1 answer

The root of the polynomial $f(x)=x^n-kx^{n-1}-kx^{n-2}-\cdots-kx-k$ of the largest magnitude?

There is a root, say $\lambda$, of the polynomial $f(x)=x^n-kx^{n-1}-kx^{n-2}-\cdots-kx-k$ between k and k+1 (by the intermediate value theorem), where $n,k$ are integers and $n,k\geq 2$. Is $\lambda$ the root of $f(x)$ of the largest…
Jason
  • 123
2
votes
3 answers

Show $I=\{sf\mid s\in \mathbb Z_{11}[x]\}$ matches $J=\{h \in \mathbb Z_{11}[x] \mid h(1) = h(-2) = 0\}$.

Let $f=x^2+x+\overline{9} \in \mathbb Z_{11}[x]$. Show that $I=\left\{sf\mid s\in \mathbb Z_{11}[x] \right\}$ matches $J=\left\{h \in \mathbb Z_{11}[x] \mid h(\overline{1}) = h(\overline{-2}) = \overline{0}\right\}$. I don't have the palest idea…
haunted85
  • 1,418
2
votes
3 answers

Finding value of expression with roots of a given polynomial.

If $p(x) = x^3-3x^2+2x+5$ and $p(a)=p(b)=p(c)=0$, what is the value of $(2-a)(2-b)(2-c)$? At first glance, it seemed to me that I needed to find the roots of the given polynomial. But this polynomial cannot be factorized using factors of the…
SPat04
  • 21
2
votes
0 answers

Analytical coefficients of a polynomial

Suppose I have the following polynomial, $$f(x)=(1+x)^2(1+x+x^2+x^3)^2$$ expanding this gives: $$f(x)=1+4x+8x^2+12x^3+14x^4+12x^5+8x^6+4x^7+x^8$$ now suppose I want to extend this as follow: $$f(x)=(1+x)^2(1+x+x^2+\cdots+x^n)^{n-1}$$ where $n$ is…
Wiliam
  • 493
2
votes
5 answers

if an integer $\mathcal{a}$ is ​​a root of f, then a divides $a_ {0}$

everyone I have this problem If a and b are integers, we say that $b$ divides $a$, and we write $b | a$ , if there is an integer c such that $a = bc$. Consider the polynomial f given by: $$f (t) = t ^ {n} + a_ {n-1} t ^ {n-1} + ... + a_ {0}$$ where…
user63192
  • 1,081
2
votes
0 answers

Determine derivative of polynomial from graph on a multiple choice question

On a multiple choice question I need to determine which of the following graphs: Multiple choice graphs When derivated, yields: The graph Is there a general, fastest way to solve this kind of questions? My math is rusty and I'm trying to catch up.
2
votes
2 answers

Does there exists a polynomial $Q(x,y)$ such that $x-1=Q(x^2-1,x^3-1)$.

I have a question: Does there exists a polynomial $Q(x,y)$ such that $x-1=Q(x^2-1,x^3-1)$. I did as following: Let $Q(x,y)=\sum\limits_{k=0}^n\sum\limits_{i+j=k}a_{ij}x^iy^j$. Then I could find some coefficients: the coefficient of $(x^2-1)$ is…
Jie Fan
  • 1,886
2
votes
6 answers

rule applied when negating a polynomial expression

I'm wondering what mathematical rule is applied when negating a polynomial expression. For example, in high school it is taught that $-(-6x^2 + 15x - 5) = 6x^2 -15x + 5$, but what rule(s) is applied here? Some say it's the distributive property…
yroc
  • 1,075
2
votes
2 answers

find the value of k and a

If the polynomial $f(x)=x^4- 6x^3+16x^2-25x+10$ is divided by another polynomial $q(x) = x^2-2x+k$, the reminder is $x+a$ . Find $k$ and $a$. please don't solve it by long division as i am searching for some other approaches my attempt : i thought…