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

Solving $a x^4 + b x + c = 0$

This question is about the methods to solve polynomials of the fourth degree with the form $ax^4 + bx + c = 0$. I am currently creating an algorithm that needs to calculate the solution of the equation $a T^4 + bT + c = 0$, with $T$ being the…
PackSciences
  • 1,726
3
votes
2 answers

Factorize reciprocal polynomial 4th-order

I try to factorize any polynomial like : $x^4 + a.x^3 + b.x^2 + a.x + 1$ with $ a, b \in\Bbb{R}$ into : $(x^2 + c.x + d)(x^2 + e.x + f)$ with $ c, d, e, f \in\Bbb{R}$ I also want $c(a, b)$, $d(a, b)$, $e(a, b)$, $f(a, b)$ to be continous, so I can…
3
votes
2 answers

How to prove that there exists real polynomials $g(x), h(x)$ such that $f(x)=g^2(x)+h^2(x)$?

Prove that a real polynomial $f(x)\geqslant 0, \forall x$ if and only if there exists two real polynomials $g(x), h(x)$ such that $f(x)=g^2(x)+h^2(x)$? The sufficiency is trivial. But my question is how to deal with the necessity. Here is…
闫嘉琦
  • 1,376
3
votes
1 answer

Solve $2x^{98}+5x^{97}+5x^{96}+...5x+3=0$

Find real solutions for $x$, in$ \,\,\,f(x)=2x^{98}+5x^{97}+5x^{96}+...5x+3=0$, It is also given that $x+1$ is a factor Since $x+1$ is a factor, we can write $f(x) =(x+1)(2x^{97}+3x^{96}+2x^{95}...+3)$ can someone give a hint what to do next?…
emil
  • 1,310
3
votes
1 answer

Find the value of $x^2 + y^2 + z^2$.

If the real numbers $x, y, z$ are such that $x^2 +4y^2 +16z^2=48$ and $xy+4yz+2zx=24$, What is the value 0f $x^2+y^2+z^2 ?$. The value of $x+2y+4z = \left\lvert 12 \right\rvert$. I don't know how to proceed after that.
3
votes
3 answers

Real roots of a seven degree polynomial with integer coefficients

What are the all possible no. of real roots of a seven degree polynomial with integer coefficients ? I was reading a mathematical physics book which mentioned that the possible no. of real roots of a seven degree polynomial with integrer…
user537100
3
votes
2 answers

Find the polynomial if remainder is given

If $f$ is a quintic polynomial which leaves remainder $1$ when divided by $(x-1)^3$, and $-1$ when divided by $(x+1)^3$ , then find the value of first derivative of $f$ at $x=2$. My approach Let $$ f = A(x-1)^5 + B(x-1)^4 + C(x-1)^3 +1 $$ Also $$ f…
3
votes
1 answer

Parameterize a polynomial with no real roots

An even polynomial with a constant term of 1 will have no real roots if the coefficients of the powers (the c's below) are non-negative. So $$1 + c_2x^2 + c_4x^4 + c_6x^6$$ has no real roots. Is there a general way to parameterize an nth order…
3
votes
3 answers

Substitution for solving $z^n-1=0$

In solving the equation $z^7-1=0$, the obvious route is to get the root $z=1$. The next step is to solve : $(z-1)(z^6+z^5+z^4+z^3+z^2+z+1)=0$. Now, it is difficult for me to solve, and lack of experience is the key. However, have found out that an…
jiten
  • 4,524
3
votes
0 answers

linear combinations of Chebyshev polynomials of first and second kind

I do not know if this problem was considered before. Prove that there are infinitely many pairs $(a,b)$ of mutually prime integers such that none of the polynomials $P_n(x) = a*T_n(x) +b*U_n(x) $ has a quadratic factor of the form $(c*X^2+d)$ where…
3
votes
3 answers

Finding $ a $ where $ P(x)-a $ divides with $ (x+1)^4 $ and $ P(x)+a $ divides with $ (x-1)^4 $

Let $ P(x) $ be a $ 7 $ degree polynomial with the coefficient of $ x^7 $ equal to $ 1 $. Let $ a \in\mathbb{R} $ such that $ P(x)-a $ divides with $ (x+1)^4 $ and $ P(x)+a $ divides with $ (x-1)^4 $ $ 1 ) $ Find the coefficient of $ x^5 $ The…
SADBOYS
  • 1,219
3
votes
1 answer

Descartes Rule of Signs Confusion

Firstly, just getting back into maths after a very long time, so please accept my apologies if this is too basic. Given a polynomial $y^5=3x^4+4x^3+5x^2+6x+7$, it seems clear that $y^5$ is a f(x). Does this mean that I can use Descartes Rule of…
Bobcat
  • 33
3
votes
0 answers

Roots of polynomial with even powers

My questions are about a polynomial with the following form: $$q(x) = 1 + \alpha p(x)p(-x),~ \alpha \in \mathbb{R}^+$$ where $p(x)$ is a polynomial with real coefficients and degree $n$: $$ p(x) = \sum_{i=0}^{n} c_i x^i,~ c_i\in \mathbb{R}$$ I…
3
votes
1 answer

Controlling the coefficients of the factors of a polynomial with integer coefficients

Let $P\in {\mathbb Z}[X]$ be a polynomial, $$ P=\sum_{k=0}^{n} a_kx^k $$ Let us put $$ || P || = \max_{0 \leq k \leq n} |a_k| $$ Let $Q$ be a factor of $P$. Can we bound $||Q||$ by some function of $||P||$ ? If so, is an asymptotically optimal…
Ewan Delanoy
  • 61,600
3
votes
0 answers

How can we make sure the polynomial is identically zero?

There is a theorem about one variable polynomials which tells a polynomial of degree $n$ has at most $n$ roots which helps us to recognize polynomials that are identically zero. At this problem we had: $A(a,b,c)\implies…
Taha Akbari
  • 3,559