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

What are the coefficients of these "almost-Boolean" polynomials?

For any $q \in \mathbb{N}^{\ge 2}$, consider the polynomial $$ P(q) = \begin{cases} 1 + 2 \sum_{i = 1}^{\lceil q / 2 \rceil - 1} x^i + x^{q / 2} & \text{if $q$ is even}, \\ 1 + 2 \sum_{i = 1}^{\lceil q / 2 \rceil - 1} x^i &…
Sacha
  • 377
  • 1
  • 8
1
vote
1 answer

Critical points of multivariate polynomials

Are there general results of the number/structure of critical points of a polynomial $p : \mathbb{C}^n \rightarrow \mathbb{C}$? To be precise, the set of $z\in\mathbb{C}^n$ such that $\nabla p(z) = 0$. The example $p(z_1,z_2) = (z_1^2 + z_2^2 -…
Jas Ter
  • 1,539
1
vote
1 answer

Roots of a certain family of polynomials

Let $\xi \in (0,1)$ and $p$ be a positive non-zero integer.Show that in the limit $p \rightarrow \infty$ the following algebraic equation: \begin{equation} \frac{x^{p+2} }{\xi} + x^{p+1} + x^p = (-\xi)^p \end{equation} has…
Przemo
  • 11,331
1
vote
4 answers

High degree polynom divisibility

The problem is: Show that $x^{44}+x^{33}+x^{22}+x^{11}+1$ is divisible by $x^4+x^3+x^2+x+1$ I am not sure how to approach this problem so any help would be very appreciated. Thank you in advance.
suomynona
  • 297
1
vote
1 answer

Polynomial divisibility proof

Here is the problem: $P(x)$ and $Q(x)$ are polynomials with real coefficients and $P(x)^3-Q(x)^3$ is divisible by $(x-a)^2$ but not by $(x-a)^3$. Prove that $P(x)-Q(x)$ is divisible by $(x-a)^2$. I am pretty sure this problem is not that hard when…
suomynona
  • 297
1
vote
3 answers

Polynomial extrapolation

If $p(x)$ is a polynomial of degree $n$ and $p(k) = k/(k + 1)$ for $k = 0, 1, 2, \ldots,n$, find $p(n + 1)$. I'm not looking for a solution, I just want help starting it. *Edit: Typo in original post,
Sere
  • 11
1
vote
1 answer

How can I convince myself of this simple and obvious fact

So my text book defined polynomials as expressions of the form: $$\mathcal{P}(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+\cdots+a_{2}x^{2}+a_{1}x^{1}+a_{0}x^{0}$$ And it even called $a_{0}$ a coefficient. And in one exercise they ask to calculate…
1
vote
1 answer

solving quintics up to a number of degree

Let's say I have the following fifth degree polynomial (the coefficients are left simple for clarity) $$\mathcal{P}(x)=2x^5+3x^4-2x^3-x^2-x+1$$ I know that there exists a real number $\eta$ such that $\mathcal{P}(\eta)=0.$ So we can write…
1
vote
2 answers

General formula for multiplying two degree-two polynomials together?

I am trying to figure out a general formula for getting the product of two degree-2 polynomials. For example, I have $ax^2+bx+c$ and want to multiply it by $dx^2+ex+f$ where all variables are constants except for $x$. What would be the product of…
Logan
  • 245
1
vote
1 answer

Can this quartic equation be reformulated as $x =$ an expression?

$c = \sqrt{a^2 + x^2} + \sqrt{(b - x)^2 + (a - x)^2}$ Reformulated as a quartic equation: $x^4 + (-a - b)x^3 + (a^2 + ab + 2b^2 - c^2)x^2 + (-ab^2 - b^3)x + (-a^2c^2 + b^4 + c^4) = 0$ Is there an expression for $x$ (always positive) which is…
1
vote
3 answers

pre algebraic factoring with polynomials

I really need help solving this particular problem. $$\frac14x^2y(x-1)^3-\frac54xy(x-1)^2$$ I need help factoring this. It seems like I need to get rid of the fraction but I really just need a little boost.
Dianna
  • 11
1
vote
1 answer

How many solutions does this polynomial have?

If I have polynomial $f(x) = (x-1)(x-1)(x-1)$ it is a cubic equation but only one root of $1$. I thought the number of roots (real and complex) equaled the degree of the polynomial? Does the equation technically have three roots?
1
vote
0 answers

A polynomial in two variables with perfect square values

How can I find for which X and Y the values of the polynomial $ 100X^2+100Y^2+160X+80Y+81$ are perfect square?
Rally
  • 29
1
vote
1 answer

Find all polynomial such for $x\in Z$ then $f(x)\in Z$

Find all polynomials $f(x)$ such that $\deg(f)=4$ and such for all $x\in Z$ then $f(x)\in Z$. My try: since $f(x)=x^4$ is such it because $$x\in Z\Longrightarrow x^4\in Z$$ and…
math110
  • 93,304
1
vote
0 answers

How find this polynomial such $(f,f'(x))=h(x)$,but $f(x)$ the geometric and algebraic multiplicities is one

Let $h(x)$ be a polynomial of non-zero degree over a field $F$. I am wondering whether there must always exist a Frobenius Polynomial $f \in F[x]$ satisfying the following: $\operatorname{deg}(f)>0$ The geometric and algebraic multiplicities of…
math110
  • 93,304