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

How can I find all the possible roots of a polynomial?

Is there any algorithm that can be used to find all the possible roots of a polynomial? For example, I'd like to find all possible roots of the polynomial $x^3 + 3x^2 + 2x + 6$. If I remember correctly, the possible rational roots of a polynomial…
2
votes
3 answers

If $ x^4+x^3+x^2+x+1=0$ then what is the value of $x^5$

If $$x^4+x^3+x^2+x+1=0$$ then what's the value of $x^5$ ?? I thought it would be $-1$ but it does not satisfy the equation
2
votes
1 answer

To prove a polynomial $P(x)$ has a real zero.

Q. Suppose that $P(x)$ is a polynomial with real coefficients such that for some positive real number $c,d$ and for all natural numbers $n$, we have $$c|n|^3 \le |P(n)|\le d|n|^3$$ Prove that $P(x)$ has a real zero. Here I am not really sure how I…
Iti Shree
  • 1,476
2
votes
0 answers

A Problem on Polynomials.

I just want some hints on how to proceed. Please do not post entire solutions. PROBLEM: Consider a polynomial $p(x)$ with integral coefficients such that $p(n) \gt n \forall n \in \mathbb N$.Now consider the sequence of integers ($x_i$) such that…
Lelouch
  • 724
2
votes
2 answers

Calculate sum of coefficients of polynomial

Let $$(x + 1)(x^2 + 2)(x^2 + 3)(x^2 + 4)(x^2 + 5) = \sum_{k=0}^{9} (A_k \cdot x^k)$$ Compute: $$\displaystyle \sum_{k=0}^{9} A_k$$ $$\displaystyle \sum_{k=0}^{4} A_{2k}$$ I tried to figure out from Viete's Sums how to rewrite this but I can't find…
Liviu
  • 1,886
  • 1
  • 10
  • 17
2
votes
2 answers

Evaluate $\frac{a^4}{(a-b)(a-c)}+\frac{b^4}{(b-c)(b-a)}+\frac{c^4}{(c-a)(c-b)}$

Let $$a=-\sqrt{99}+\sqrt{999}+\sqrt{9999}$$ $$b = \sqrt{99}-\sqrt{999}+\sqrt{9999}$$ $$c = \sqrt{99}+\sqrt{999}-\sqrt{9999}$$ Evaluate $$\frac{a^4}{(a-b)(a-c)}+\frac{b^4}{(b-c)(b-a)}+\frac{c^4}{(c-a)(c-b)}$$ Edited work : $$\frac{a^4(b-c) +…
user403160
  • 3,286
2
votes
0 answers

Complex roots of polynomial $z^3+az^2+bz+c$

Let $a, b, c$ be real numbers where $0\leq c\leq b\leq a\leq 1$. If $\omega$ is one of the complex roots of polynomial $z^3+az^2+bz+c$ and $|\omega| \geq 1$. Show that $\omega^4 = 1$. My work : $\omega^3+a\omega^2+b\omega+c = 0$…
user403160
  • 3,286
2
votes
0 answers

Identify numerical root finding algorithm for polynomial

I am currently trying to understand some code and am struggling with the mathematics. In the code this function is used: $r(\theta) = \theta +k_0 \theta^3 +k_1 \theta^5 +k_2 \theta^7 +k_3 \theta^9)$ It is also necessary to use the inverse of this…
GM_IMS
  • 21
2
votes
1 answer

Finding solutions to a polynomial by using De Moivre's theorem

Use de Moivre’s theorem to show that $$\ \cos 6θ = 32\cos^6θ − 48\cos^4θ + 18\cos^2θ − 1 $$. Hence solve the equation $$\ 64x^6 − 96x^4 + 36x^2 − 1 = 0$$ giving each root in the form$\ \cos kπ$. Attempt I have completed almost the whole question and…
mathnoob123
  • 1,373
2
votes
2 answers

What does it mean to reduce one polynomial "modulo" another polynomial?

I'm familiar with the concept of modular arithmetic, but only with constants. I've never seen it with polynomials before. How would I reduce $q(x)$ modulo $p(x)$? Do polynomial long division and take the remainder?
2
votes
1 answer

the sum of 3 numbers on the second power to be sub 0

This is my exercise $x^3 - 3 x^2 + 6 x - a$, the polynom is from $\mathbb{R}[X]$. And my job is to calculate $x_1^2+x_2^2+x_3^2$. I solved it and I get $-3$ as a result. My question is: can 3 numbers $a^2+b^2+c^2$ be lower than $0$? Because the…
B.Noc
  • 31
2
votes
1 answer

How to prove an upper bound on polynomial $x + \sqrt{2} x^2 + \sqrt{3} x^3 + \ldots + \sqrt n x^n$

If $P(x) = x + \sqrt 2 x^2 + \sqrt{3}x^3+\ldots + \sqrt n x^n$ how can I prove that if $x > 1$ then $$ P(x) \leq \sqrt {\frac{n(n+1)}{2} \frac{x^{2n+1}-1}{x^2-1}}$$ given that $ 1 + 2 + \ldots + n = n(n+1)/2$ and some geometric sum around with $x^2$…
r2cpdev
  • 25
2
votes
0 answers

How do programs such as Wolfram Alpha factor higher-degree polynomials?

How do programs factor polynomials of degree greater than 4? Is it done arithmetically; if so, how?
2
votes
0 answers

Reducing a polynomial of degree 5

Here is the question I'm working on: List and completely factor all the polynomials of the form $x^5 + ax^2 +bx +c$ over $\mathbb{Z_2}$. I'm trying to relate this problem to the previous problem I already completed. I know how to list and factor…
2
votes
0 answers

Irreducibility of polynomial

In one of my proof for my assignment I reached a point where I have to prove that $x^9-t^9$ is irreducible in $\mathbb{Z}_7(t^9)[x]$. I am unsure weather this is irreducible. If it is, how do I prove it? Thanks in advance.
user44322
  • 993