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

Logical significance of substitutions for general cubic equation solution

This is in continuance to my earlier post : Deriving expression for general cubic equation solution. Also, the links are repeated for the first four pages of the book by Dickson, titled "Introduction to Theory of Algebraic Equations" are given as :…
jiten
  • 4,524
1
vote
2 answers

Elementary algebraic equivalent expression for $(y_1-y_2)(y_2-y_3)(y_3-y_1)$.

*It is a question unanswered in my earlier post at: https://math.stackexchange.com/a/2755962/424260. * I have been given that: $(y_1-y_2)(y_2-y_3)(y_3-y_1) = y_1y_2(y_1-y_2)+y_2y_3(y_2-y_3)+y_1y_3(y_3-y_1)$. But, the derivation below shows that…
jiten
  • 4,524
1
vote
2 answers

How can I find the root of this polynomial?

How can I find the root of this polynomial? $f(x) =x^5 - 15x^3-10x^2 +60x -20 $ My attempts : By fundamental theorem of algebra, every odd degree polynomial has at least one root. But here I don't know how to find the root? And how to…
user396850
1
vote
0 answers

Polynomial behavior beyond some finite region.

Is a polynomial, except for some finite region, always dominated by the highest power term, at least on Euclidean or hyperbolic(?) manifolds?
1
vote
3 answers

Finding $n$-th root using only square root operation by finding the binary equivalent expression.

It is given in the text of 'Polynomia And Related Realms', by Dan Kalman, that to efficiently approximate the $5$-th root using only the square-root key; need find the binary equivalent expression for $\frac{1}{5}$. So, $\frac{1}{5} =…
jiten
  • 4,524
1
vote
1 answer

What is $f(z)$?

Let $0
draks ...
  • 18,449
1
vote
1 answer

Every non-negative multivariate polynomial has degree even?

Is it true that every non-negative multivariate polynomial with $n$ variable on $\mathbb R$ has even degree? By degree of polynomial I mean greatest sum of powers of variables for each monomial.
user522529
1
vote
0 answers

Distance between the solutions of a polynomial

I have a polynomial of degree six: $x^6+a_5x^5+a_4x^4+a_3x^3+a_2x^2+a_1x+a_0=0$ for which I know it will always have only two real roots and 4 complex. The coefficients $a_5\ldots{a}_0$ will change, creating a family of this kind of polynomials. I…
Manda
  • 11
1
vote
1 answer

Generator polynomial of dual code?

Let talk about Cyclic codes, if $C$ is an $[n, k]$ cyclic code generated by $g(x) $and and $h(x) = \frac {x^n−1}{g(x)}$. How can i proof that the dual code of $C$ is a cyclic $[n, n − k]$ code whose generator polynomial is $(x^k)h(x^{-1})$ Thank you…
joeback
  • 11
1
vote
0 answers

Are there polynomials of non-integer degree?

There is a mathematical concept of polynomials with non integer degree? for example, something mid way between a linear function and a parabola. I have interest in a general expression which can continuously vary between polynomials of integer…
zexot
  • 21
1
vote
1 answer

The form of a cyclotomic polynomial

If $n$ is a prime number then the cyclotomic polynomial $\Phi_n(x)$ has the form $\sum_{k=0}^{n-1}x^k$. Is the converse also true, i.e. has $\Phi_n(x)$ this form only if $n$ is prime?
1
vote
2 answers

Is there a general method for transforming equations with powers of .0 and .5 into polynomials?

I found that taking a general nonlinear equation with powers of .0 and .5 e.g. $$x^2 + x^{1.5} - x + x^{0.5} + 2 = 0$$ They can be transformed into a polynomial equation by multiplying by the same equation, switching the signs of the coefficients of…
1
vote
2 answers

Equation and polynomial

a) For $a,\,b,\,c\in \mathbb{R}$ , let $f(x)=x^3+ax^2+bx+c$ and $M=\max\{1,|a|+|b|+|c|\}$. Show that $f(x)>0$ for $x>M$ and $f(x)<0$ for $x<-M$ b) Consider the following polynomial with integer coefficients $a_1,...,a_n$: $P(x)=x^n+a_1…
RAM_3R
  • 1,256
1
vote
3 answers

Solve $x^4 - 8x^3 + 21x^2 - 20x + 5 = 0$ given that the sum of two of its roots is $4$

Here's what I tried: Let the roots be $a$, $b$, $c$ and $d$, $a+b=4$. Then, $$a + b + c + d = 8 \Longrightarrow 4 + c+ d = 8 \Longrightarrow a+b = c+d = 4$$ $$(a + b)(c + d) + ab + cd = 21$$ $$ab (c + d) + cd (a + b) = 20 \Longrightarrow 4ab + 4cd =…
Moon Cat
  • 241
1
vote
2 answers

Newton’s interpolating Polynomial - PROOF -

How would I go about showing that the third coefficient of the 2nd order Newton's interpolating polynomial is : $$a3=D^2y1= \frac{Dy2-Dy1}{x3-x1}= \frac{\frac{y_3-y_2}{x_3-x_2}-\frac{y_2-y_1}{x_2-x_1}}{x_3-x_1}$$ I dont know how to use math…
NLed
  • 301