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

How to prove polynomial $p_{10}(z)$ has only real and negative zeros?

I encountered a polynomial: $$p_{10}=0.742134 + 32.583720 z + 345.639505 z^2 + 1369.404360 z^3 $$ $$+ 2400.069657 z^4 + 1996.926314 z^5 + 798.801952 z^6 + 147.695904 z^7 $$ $$+ 11.294899 z^8 + 0.274789 z^9 + 0.000907284…
mike
  • 5,604
3
votes
5 answers

Evaluating a polynomial of degree 4, given some values of the polynomial

If $p(x)$ is a polynomial of degree 4 such that $p(2)=p(-2)=p(-3)=-1$ and $p(1)=p(-1)=1$, then find $p(0)$.
Isaac
  • 39
3
votes
5 answers

difference between the polynomials

I have a homework assignment that I do not know how to solve. I don't understand how to calculate $f(x)$ in this assignment. $f(t)$ is the difference between the polynomials $2t^3-7t^2-4$ and $t^2-7t-3$. Calculate $f(3)$. What should I do to…
S4M1R
  • 701
3
votes
1 answer

System of quadratic equations that is symmetric

Solve for $z$: $z^2-3z+1=x, x^2-3x+1=z$ I see that it is symmetric, but not anything else. Hints would be great, but please do not spoil the answer. Thanks!
Bob Joe
  • 541
3
votes
1 answer

Division of point-value representation polynomials

In Cormen's "Introduction to algorithms" is exercise: "Explain what is wrong with the “obvious” approach to polynomial division using a point-value representation, i.e., dividing the corresponding y values. Discuss separately the case in which the…
Kamil
  • 33
3
votes
2 answers

How does the cross multiplication of Quadratic Equation work?

How does the cross multiplication of Quadratic Equation works? If: $$f_1\left(x\right)=a_1x^2+b_1x+c_1=0$$ and: $$f_2\left(x\right)=a_2x^2+b_2x+c_2=0$$ have a common root, let's say, $\alpha$, then by the method of cross…
3
votes
2 answers

How to Calculate the Sum of Coefficients in a Polynomial with known Integer Roots

I have this problem: given $N$, $1 \leq N\leq 100$ integers which are roots from a polynomial, calculate the sum of coefficients from that polynomial for example: given $3$ integers $2$, $2$ and $3$, I can calculate the polynomial $$x^3 - 7x^2 +16x…
3
votes
1 answer

Explicit expression for polynomial recurrence relation.

I am (as here) working on Machin formula and with some works I'd like to explore the following polynomial recurrence relation : $$P_0 = 1, P_1 =b,\quad P_{n+2} = XP_{n+1} - P_n$$ It seems relation to Chebyshev_polynomials but I am unfamiliar with…
Free X
  • 1,586
3
votes
1 answer

Polynomials vanishing on subsets of $\mathbb{R}^2$

Let $\mathcal{S}\subset\mathbb{R}^2$ such that every point in the real plane is at most at distance $1$ from a point in $\mathcal{S}$. Is it true that if $P\in\mathbb{R}[X,Y]$ is a polynomial that vanishes on $\mathcal{S}$, then $P=0$?
user54632
3
votes
3 answers

What is the lowest-degree function that passes through these points?

I want to find a (preferably polynomial) function that passes through the following twelve points: $(1, 0)$ $(2, 3)$ $(3, 3)$ $(4, 6)$ $(5, 1)$ $(6, 4)$ $(7, 6)$ $(8, 2)$ $(9, 5)$ $(10, 0)$ $(11, 3)$ $(12, 5)$ The values outside these points do…
Selme
  • 33
3
votes
4 answers

Is this polynomial irreducible in $\mathbb{Q}$?

this is a really easy question but I cant find an answer; In need to see if $x^4+x^2+x+1$ is an irreducible polynomial over $\mathbb{Q}$
Carlos Martinez
  • 352
  • 1
  • 9
3
votes
1 answer

Existence of a certain polynomial in $\mathbb Z [X,Y]$

I am at a point where I need to know whether there is a polynomial $f \in \mathbb Z [X,Y]$ such that: $f(1,y) \ge 0$ for all $y \ge 0$ $y-1,x \ge 0 \wedge f(x,y) \ge 0 \Rightarrow 0 \le f(2x,y-1) < f(x,y)$ $ x-1 \ge 0 \wedge f(x,0) \ge 0…
Stefan Mesken
  • 16,651
3
votes
5 answers

Polynomials with symmetric coeffficients

Let $f(x)=a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0$ where $a_i=a_{n-i}$ for $i=0, \ldots, n-1$. Are there any known properties of such polynomials (such as its properties or a method to compute its roots)?
3
votes
1 answer

Does this sequence of polynomials have a closed form?

Consider the following sequence of polynomials in the variable $d$, which I encountered during a calculation: $$ 1 + 3 d^2 \\ 1 + 10 d^2 + 5 d^4 \\ 1 + 21 d^2 + 35 d^4 + 7 d^6 \\ 1 + 36 d^2 + 126 d^4 + 84 d^6 + 9 d^8 \\ 1 + 55 d^2 + 330 d^4 + 462…
user111187
  • 5,856
3
votes
2 answers

Quadratic equation / why does $x(x-2)=0$ imply $x = 0 \lor x = 2$?

I feel silly asking such elementary questions, but hopefully this is appropriate for math.stackexchange. I'm studying to take calculus next semester but I haven't done any math in a long time, so I've been trying to brush up on my algebra and my…