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

Bounded number of multiple roots in a family of polynomials

Let $F$ be a field and let $f(x)$ be a fixed nonconstant polynomial. Look at the family of polynomials $x^n - f(x)$, where $n$ varies. It is reasonable to assume that these have $n - C$ distinct roots (ignoring multiplicity!) at least, where $C$ is…
user115940
  • 1,969
1
vote
1 answer

Taylor series and differentiation

The Taylor series about 0 for the function $$f(x) = \left(\frac14 + x\right) ^ {-\frac{3}{2}}$$ is $$f(x) = 8 - 48x+240x^2-1120x^3 + \dots$$ for $-\frac{1}4 < x <\frac14$ Use differentiation to find the Taylor series about $0$ for the…
Debbie
  • 11
1
vote
2 answers

Polynomial Division - "Define the largest natural number..."

Would someone mind helping me with this question? The more detailed possible so I can have 100% of understanding. Thanks. Question: Define the largest natural number m such that the polynomial $$P(x) = x^5-3x^4+5x^3-7x^2+6x-2$$ be divisible by…
1
vote
1 answer

polynomial factorization and equation solving

Given a polynomial equation: $$x^4+Ax^3+(B+C+D)x^2+(AB+AC)x^2+BD=0$$ where $A$, $B$, $C$, $D$ are known. Numerically I know it has complex solutions. However, I tried but failed to analytically convert the polynomial to be like…
1
vote
0 answers

Zero of a polynomial and factors

If $(a-b)$ and $(a+b)$ are the zeroes of the polynomial $f(x)=2x^3-6x^2+5x-7$ find the value of $a$ and $b$. I solved this problem considering ${x-(a-b)} , {x-(a+b)}$ but I could not evaluate the values of a and b
1
vote
0 answers

AES polynomial binary division

Could some one just explain me how the binary division of this polynomial evalutes to the mentioned ans ? $$x^{13} + x^{11} + x^{9} + x^8 + x^6 + x^5 + x^4 + x^3 +1 \pmod{x^8 + x^4 + x^3 + x +1} \\\equiv x^7 + x^6 + 1$$ If I use binary division the…
user22348
  • 111
1
vote
3 answers

Polynomial -definition-non-negative degrees

What is the rationale that the degree of a polynomial is non-negative? Can the degree be a fractional number. why the definition is only with the non-negative integers We are bounded by the definition But I am curious to know the reason
1
vote
3 answers

Proof that polynomial multiplication works

I would like to understand why polynomial multiplication works the way it is defined. For example, we know that $(x+1)^2 = x^2+2x+1$, but how can we prove that this actually works? More generally, how did we came up with the method used to…
1
vote
2 answers

Find the value of "k" so that the quadratic polynomial has equal zeroes.

The question is this: Find the the value(s) of $k$ so that the quadratic polynomial $kx^2 + x + k$ has equal zeroes. Answers along with appropriate explanations would be appreciated. Thanks.
1
vote
1 answer

Descartes rule of signs extension

Let $V(\text{sequence})$ be the number of sign changes in the sequence, e.g. $V(-3,0,-2,9,0,1)=1$. Show that $V(a_0,a_1,...,a_n)\ge V(a_0,a_0+a_1,a_0+a_1+a_2,...)$. Furthermore, prove that if $\sum_{i=0}^na_i=0$, then the number of positive roots of…
1
vote
3 answers

A closed formulae for the coefficient of $x^k$ in $(x-1)^a(x+1)^b$

Let a,b positive integer Do you know any closed formulae for the coefficient of $x^k$ in $(x-1)^a(x+1)^b=\sum_{k=0}^{a+b}u(k;a,b)x^k$ ? I look for an a closed expression of $u(k;a,b)$ involving maybe integral , special function not the symbol…
Jean.P
  • 11
1
vote
6 answers

Simplifying polynomial fraction

Working through an old book I got and am at this problem: Simplify: $$\frac{3x^2 + 3x -6}{2x^2 + 6x + 4}.$$ The answer is supposed to be $\frac{3(x - 1)}{2(x - 1)}$. I thought I had all this polynomial stuff figured out well enough, but I'm having…
windy401
  • 1,211
1
vote
2 answers

how to solve this question of polynomials

Given the polynmial is exactly divided by $x+1$, when it is divided by $3x-1$, the remainder is $4$. The polynomial leaves remainder $hx+k$ when divided by $3x^2+2x-1$. Find $h$ and $k$. This is the question which is confusing me.. i have done…
anni
  • 349
1
vote
2 answers

how to find the remainder when a polynomial $p(x)$ is divided my another polynomial $q(x)$

i was solving the question from the book IIT FOUNDATION AND OLYMPIAD - X and i was solving the problems of polynomials-III. so on the page number 136, there is a question (question 17) given below: The remainder when $x$^100 is divided by…
anni
  • 349
1
vote
2 answers

Does Property of Division of Polynomials apply to Constant functions in the Numerator and Denominator

My text book states that "if $p$ and $q$ are polynomials, with $q \ne 0$, then there exist polynomials $G$ and $R$ such that $p/q = G + R/q$, and $\deg R < deg q$ or $R=0$" So if $p(x) = 1$ and $q(x) = 4$, then $p/q only = G + R/q$ where $R/q = 0$…