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
1 answer

Find the constant term of polynomial

There's fifth degree polynomial, it's first coefficient equals $-7$. $$-7x^5+a_4x^4+a_3x^3+a_2x^2+a_1x+a_0$$ Also: $$W(1)=-2$$ $$W(2)=-4$$ $$W(3)=-6$$ $$W(4)=-8$$ $$W(5)=-10$$ Find the value of constant term. It could be solved by system of…
1
vote
3 answers

Question Regarding Remainder Theorem and Polynomials

Show that when the polynomial $f(x)$ is divided by $(x-a)(x-b)$ where $a \neq b$, the remainder is $ \frac{(x-a)f(a)-(x-a)f(b)}{a-b} $. Thanks!
Yonder
  • 25
1
vote
0 answers

Do these lie in a particular class of interestingly-structured (univariate) polynomials?

I have a series of polynomials ($i=1,2...,14$) of the form \begin{equation} 1-v \end{equation} \begin{equation} 1-v^2 \end{equation} \begin{equation} -v^3-\frac{27 v^2}{11}+\frac{27 v}{11}+1 \end{equation} \begin{equation} -v^4-\frac{32…
1
vote
3 answers

How to compute remainder of division of $P(x)$ by $x^2 -3x+2$?

The remainder of division of $P(x)$ by $x^2−1$ is $2x+1$, and the remainder of division of the same polynomial by $x^2−4$ is $x+4$. Compute the remainder of division of $P(x)$ by $x^2−3x+2$. I will translate these into math equations $$P(x) =…
Melz
  • 792
1
vote
4 answers

Evaluate the constant term of $P(x-1)$ if the remainder of the division of $P(x)$ by $x-3$ is $18$ and $P(x+1) = (x^2 -4)Q(x)+3ax+6$

Assume that $$P(x+1) = (x^2 -4)Q(x)+3ax+6$$ and that the remainder of the division of polynomial $P(x)$ by $x-3$ is $18$. Evaluate the constant term of polynomial $P(x-1)$. All I could see so far is that the polynomial $P(x)$ should be…
Melz
  • 792
1
vote
1 answer

Solving a polynomial with grouping

I am a student learning competition math, and in a past test I found, you need to find the sum of the reciprocals of the roots of the polynomial $x^4-7x^3+4x^2+7x-4 = 0$. I have watched some videos on how to solve higher order polynomials, and I…
SpencerLS
  • 129
  • 6
1
vote
1 answer

Relation between Roots and Coefficients Question

If the roots of the equation $x^3+px^2+qx+r=0$ are consecutive terms of a geometric series, prove that $q^3 = p^3r$. Show that this condition is satisfied for the equation $8x^3-100x^2+250x-125=0$ and solve this equation.
nick
  • 63
1
vote
1 answer

Root dependence on coefficient terms

I'm trying to solve how to roots of this polynomial depend on $k$: $$ x^3 + (c_2 + a_1 k^2) x^2 + (c_1 + a_2 k^2 + a_3 k^4) x + (c_0 + a_4 k^2 + a_5 k^4 + a_6 k^6) = 0 $$ I could put this into the cubic formula, and I've tried doing this, but it's…
Mike Flynn
  • 1,917
1
vote
0 answers

Methods for ruling out rational roots of polynomials

Given a polynomial $P(x)$ of degree $m>1$: $$P(x)=a_m x^m +...+ a_k x^k +...+ a_2 x^2 + a_1 x - \alpha$$ Where $\lvert a_m \rvert >...> \lvert a_k \rvert > ... > \lvert a_1 \rvert = 1$ and $\alpha$ are integer coefficients, such that $a_k <0$…
1
vote
2 answers

Remainder of the polynomial: What is wrong with this approach?

Find the remainder when $P(x)=5x^6 + x^5 - 2x^3 - x^2 + 1$ is divided by $x^2+1$. $$ P(x)=(x^2+1)\cdot Q(x)+R(x) $$ When $x^2=-1$, $$ P(x)=-5+x+2x+1+1 = 3x-3 $$ Exactly, why the method above, does not work for the following question? Find the…
blackened
  • 1,115
1
vote
2 answers

Polynomial roots?

For which real values of parameter $a$ both roots of polynom $f(x)=(a+1)x^2 + 2ax + a +3$ are positive numbers. In solution they give 3 conditions that have to be satisfied. 1) $(a+1)f(0)>0$ 2) $D>0$ 3) $x_{0}>0$ First 2 i understand but not last…
1
vote
2 answers

Multiplying polynomials / distributive property of an exponent

I am doing an Algebra course (UC Irvine / Coursera), and am having a bit of trouble understanding the following property: $$ 3(x+h)^2 $$ Seems to be distributed as such: $$ 3(x^2+2xh+h^2) $$ .. now, due to the distributive property, I understand…
1
vote
2 answers

Polynomial Graphs in the neighbourhood of zero

Given a polynomial $P(x) = a_1 x + a_2 x^2 + .. + a_n x^n$ with $a_0 = 0$ I am trying to prove that in the neighbourhood of zero $B_{r}(0)$ the graph of the polynomial will cross the x-axis if and only if the smallest integer $k \in \{1,...,n\}$…
mic
  • 474
1
vote
2 answers

A polynomial is exactly divided by$ x+1$, and when it is divided by $3x-1$, the remainder is $4$... (continued in post)

A polynomial is exactly divided by $x+1$, and when it is divided by $3x-1$, the remainder is $4$. Given that the polynomial gives a remainder $hx+k$ when divided by $3x^2+2x-1$, find $h$ and $k$ I've been having a little bit of trouble with this…
Roo23
  • 43
1
vote
0 answers

Wanted to check if this proof is correct [Polynomials, 1st year university]

WTP: If $P\in {\Bbb C[x]}$ has a leading coefficient $a_n$, then P factorises completely into linear factors in $\Bbb C$, $$P(x) = a_n(x - \alpha)(x - \alpha_1)(x - \alpha_2)\ldots(x - \alpha_n)$$ I have been told to use induction on $n$ (ignored…