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

Markov inequality on interval

On $[-1,1]$ we have Markov inequality for polynomials $||P'||_{[-1,1]} \le (deg\ P)^2||P||_{[-1,1]} $ If $p$ is polynomial considered on $[a,b]$, then $q(x)=p(\frac{(b-a)x}{2}+\frac{a+b}{2})$ is a polynomial considered on [-1,1]. Using that and…
Sato
  • 11
1
vote
1 answer

Factoring of a particular polynomial

It is given that $n$ is an odd integer greater than $3$ but not a multiple of $3$. Prove that $x^3 +x^2 +x$ is a factor of $(x+1)^n -x^n -1$. I tried to write $x^3+x^2+x=x(x^2+x+1) =x(x-\omega^2)(x-\omega)$ where $\omega$ and $\omega^2$ are cube…
1
vote
1 answer

Resultant of two polynomials f and g

I know how to calculate the resultant of two polynomials.. but I am little confused with an example I have come across in a past paper... The type of example I am used to are f= $5X^3-185X-420$ and g=$-2X^3+218X-840$ I know the initial matrix would…
1
vote
1 answer

Finding the value of a coefficient given the roots are equal?

I've had some trouble with this question: "$P(x)$ denotes the quadratic polynomial $kx^2+(k-1)x-(2k-1)$, where $k$ is a rational, real number. Find the value of $k$ for which the roots of $P(x)=0$ are equal." How do I approach this? Any help would…
missiledragon
  • 605
  • 9
  • 23
1
vote
0 answers

Solution of cubic equation

Assume that following holds for some reals $A,B$ $$\sum_{k=1}^{n} \left[A k(n-k) + B \right]= n^3$$ The problem is to evaluate the coefficients $A,B$. These coefficients are $A = 6, B = 1$, however, I have a problem to evaluate them, my…
1
vote
1 answer

What conditions do this polynomial satisfy?

Be p(x) a monic polynomial with real and positive coefficients, degree n >= 2 and with n real roots. What of this alternatives are right? $(a) p(2) < 2(2^{n−1} + 1)\\ (b) p(1) < 3 \\(c) p(1) ≥ 2^{n} \\(d) p(3) < 3(2^{n−1} − 2)$ I have been seeking…
1
vote
2 answers

How to prove two polynomials have no zeroes in common?

The question asked: Divide the polynomial $P(x) = x^3 + 5x^2 - 22x - 6$ by $G(x) = x^2 - 3x + 2$. I did, and got the answer: $(x+8)(x^2-3x+2)-22$. However, it now asks to: "Show that $P(x)$ and $G(x)$ have no zeros in common." How do I prove…
missiledragon
  • 605
  • 9
  • 23
1
vote
2 answers

What is the general equation of a cubic polynomial?

I had this question: "Find the cubic equation whose roots are the the squares of that of $x^3 + 2x + 1 = 0$" and I kind of solved it. In that my answer was $x^3 - 4x^2 + 4x + 1$, but it was actually $x^3 + 4x^2 + 4x - 1 = 0$. I took the general…
missiledragon
  • 605
  • 9
  • 23
1
vote
2 answers

A polyomial problem to show that Q (x)/$x^k $ is strictly positive

I am extremely sorry I couldnot type as it requires much time to do MathJax. This problem Question 8 was asked in an entrance examination at the 10+2 level. My approqch for part (a) was to use differentiation and find Q'(x) but it is not so…
user854451
1
vote
1 answer

Prove (without quoting any theorems) that polynomials on [0,1] are continous

I'm confused as to go about this problem. I feel as if we have to show that $P [0,1] \in C^{0}[0,1]$ by letting $f = a_{n}x^{n} + a_{n-1}x^{n-1} + .... + a_{1}x^{1} + a_{0}$ We must show that if $f,g \in P([0,1])$, then $f+g \in P([0,1])$ Show…
user77107
  • 819
1
vote
1 answer

The unique root on (1,2)

For any given $n\geq 2$, let $x^n=\sum\limits_{k=0}^{n-1}x^{k}$ be the equation, prove: there is only one real root which in (1,2).
Tao
  • 530
  • 2
  • 11
1
vote
1 answer

How do I find this root?

How can the third root of $\sqrt{x} - 2x + x^a$ be expressed in terms of a when $a>1.5$? (Obviously there is always one at 1 and 0)
Christian
  • 2,125
1
vote
0 answers

In polynomial long division, what happens when the lead terms' coefficients don't divide each other?

I'm currently tasked with acquiring polynomial long division. So far, all examples make sense. However, what happens in a situation like $(3x^3 + 2x^2 - 3) \div (2x^2 + 1)$? To my knowledge, iterating once would yield as an interim step: $(3x^3 +…
1
vote
3 answers

A problem on polynomial

Let $p(x)$ be polynomial of degree $10$. It is given that $p(0)=1$ and $p(x)=x$ for $x=1$ to $10$. What is the value of $p(11)$. I am able to show that it is certainly greater than or equal to $10$, but unable to find the exact value.
user21982
1
vote
0 answers

Factoring polynomials modulus p

Mathematica can factor easily polynomials over $\mathbb{Z}/p\mathbb{Z}$ (p prime), but I'm having a hard time trying to factor the polynomial over $\mathbb{Z}/m\mathbb{Z}$ where m is a composite number. Is there any easy way to use its factorization…