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
1
vote
3 answers

Find pair of polynomials a(x) and b(x)

If $a(x) + b(x) = x^6-1$ and $\gcd(a(x),b(x))=x+1$ then find a pair of polynomials of $a(x)$,$b(x)$. Prove or disprove, if there exists more than 1 more distinct values of the polynomials.
user31869
1
vote
1 answer

A strange polynomial

I have been stuck on this question for a while: Let $U(x)=\sum_{n=0}^{\infty} u_nx^n$, where $u_n$ is the number of partitions of $n$ into at most two parts. For example, $u_4=3$ because $4$ can be partitioned into at most two parts as $4$, $3+1$,…
user406996
  • 663
  • 1
  • 5
  • 14
1
vote
2 answers

Euclidean division of two polynomials of $\mathbb{Z}[X]$

I'm stuck on an exercice : Let $A,B$ $\in \mathbb{Z}[X]$, where $B$ is a monic polynomial. Consider $A = BQ + R$ the Euclidean division of $A$ by $B$ in $\mathbb{C}[X]$. 1) Show that $Q$ and $R$ are in $\mathbb{Q}[X]$. 2) Show that $Q$ and $R$ are…
MiKiDe
  • 1,478
  • 8
  • 14
1
vote
1 answer

expanding $(a+b+c+...)^x$ where $x$ is natural neatly

Suppose that $a,b,c,d,...$ are unknown variables. One wishes to expand $(a+b+c..)^x$ where $x$ is natural number ina neat manner (for e.g. using combination, sigma etc.). What would be some way? Also, what would be the number of terms that would…
W12
  • 301
1
vote
2 answers

Best way of solving equation having 4 roots

I am new to this site. Can anyone tell me the best way to solve this equation $$144d^4-40d^2-639=0?$$ As for the methodology, I cant even solve this equation. Any methodology is accepted. But the best methodology is preferred. Thank you.
1
vote
2 answers

Polynomials with integer coefficients – find minimal $m$

Let $m$ be the minimal positive integer such that $$(x+4)(x+5)(x+9)p(x) - (x-4)(x-5)(x-9)q(x) = m$$ where $p(x)$ and $q(x)$ are polynomials with integer coefficients. What is the value of $m$? My work : By Bezout's identity, we have, $\exists…
user403160
  • 3,286
1
vote
1 answer

synthetic division question.

Synthetic division is possible when the Divisior is in the form of $x+a$ or $x-a$. but what if the divisor is in the form of $x^2+a$, $x^2-a$, $x^3-a$,... and higher powers. how can we perform synthetic division in such cases. Thanks
Aryabhatta
  • 645
  • 1
  • 11
  • 23
1
vote
3 answers

How is the following "form" called?

What is the following "form" on the right side of the bi-implication called? $$-k^3 + 10k^2 -31k + 30 \leftrightarrow -(k+5)(k+3)(k+2)$$
M.Mac
  • 173
  • 5
1
vote
4 answers

Two expressions with similar arrangement of coefficients, does it imply that the variables are same?

If $a|x|^2 + b|x| + c = a|y|^2 + b|y| +c$, then is it always $|x|=|y|$ ? Or similarly, if $a|x|^n + b|x|^{n-1} + c|x|^{n-2} = a|y|^n + b|y|^{n-1} + c|y|^{n-2}$, then is it $|x| = |y|$ ? More generally, does it happen that, when, $a|x| + b|y| +…
1
vote
1 answer

Find coefficients of a polynomial given several points on its plot

For a polynomial of order n with unknown coefficients, what are the ways to find the coefficients from n+1 points on its plot? I remember one way is to construct a fractional for each point, and the polynomial is the sum of the fractionals, s.t.…
Tim
  • 47,382
1
vote
2 answers

How to find the polynomial?

$f(x)$ is a monic real polynomial with $f(1/x) = f''(x) = c$, when $x$ tends to infinity, and $f(x)\ge f(1)$ for all real $x$. What is $f$? My attempt: I showed that, as $x$ tends to infinity $f(1/x) = c = f''(x)$, f has degree $\le 3$ and constant…
1
vote
1 answer

A question on polynomials with integral coefficients.

I was solving a particular problem (not necessary here) when the following came to my mind. Prove or disprove the statement: If $P(x)$ be a polynomial such that $P(n) \in Z$ $ \forall n \in Z$ (Z denotes set of integers), then all coeffcients of…
Lelouch
  • 724
1
vote
2 answers

How to show $y^2,z^2,u^2$ are roots of $(1)$

Euler's solution for the general quartic are as follows: From the depressed quartic, $x^4+px^2+qx+r=0$, assume $x=y+z+u$ and it may be shown that $u^2,y^2,z^2$ are roots of the cubic$$t^3+\dfrac q2t^2+\dfrac {q^2-4s}{16}t-\dfrac…
Frank
  • 5,984
1
vote
0 answers

Composition of Polynomials in Bernstein Form

I am unable to find the reference, but I once had material with an algorithm for composing univariate polynomials in Bernstein form, directly producing the resulting sequence of coefficients. I'm finding that the "blossoming" based approach is…
defube
  • 111
1
vote
0 answers

When $\sum_{-\infty}^{\infty} C_n x^n=0$ is identically satisfied, why the coefficients are all zero?

Sometimes we use $$ f(x)\equiv\sum_{-\infty}^{\infty} C_n x^n=0 \quad \forall x \quad \Rightarrow \quad C_n=0 \quad \forall_{n} $$ If the summation is $\sum_0^{\infty}$, its proof is easy. $$ f^{(n)}(0)=0 \quad \forall_{n\ge0} \quad \Rightarrow…
GotchaP
  • 299