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

Identify if some special name is given to polynomials

Is there some special name given to the two polynomials below: $${n \choose 1}x - {n \choose 3}x^3 + \ldots \label{} \tag{1}$$ and $$1 - {n \choose 2}x^2 + {n \choose 4}x^4 - \ldots \label{} \tag{2}$$.
gxyd
  • 303
1
vote
2 answers

If $x^2+x+1$ is a factor of $f (x)= ax^3+bx^2+cx+d$ , then the real root of $f (x)=0$ is

If $x^2+x+1$ is a factor of $f (x)= ax^3+bx^2+cx+d$ , then the real root of $f (x)$ is A) $-d/a$ B) $d/a$ C) $a/d $ D) none of these My try I take $f (x) = ( x^2+x+1)(x+1) = x^3+2x^2+2x+1$ Real root $x= -d/a =-1$ And also $f (x) = (…
user373141
  • 2,503
1
vote
2 answers

If $f(x)$ denotes a polynomial of degree $n$ such that $f(k) =\dfrac1k$ for $k = 1,2,3,\ldots,(n+1)$, determine $f(n + 2)$.

Let $f(x)$ be a polynomial of degree $n$ such that $$f(k) =\dfrac1k$$ for $k = 1,2,3,\ldots,(n+1)$. Determine $f(n + 2)$. This question is quite similar to this one. How do I solve such type of problems in general?
saisanjeev
  • 2,050
1
vote
2 answers

How to prove that a polynomial is irreducible?

Let $f(x) = (x - a_1)(x - a_2)...(x - a_n) + 1$, where $a_1,a_2,a_3,\dots , a_n$ are distinct integers. Show that if $n$ is odd , then $f(x)$ is irreducible over $\mathbb{Z}$, i.e $f(x)$ cannot be factorized in the form $f(x) = p(x)q(x)$ where…
saisanjeev
  • 2,050
1
vote
2 answers

Quadratic polynomial with integer roots.

The quadratic polynomial $ax^2+bx+c$ has positive coefficients $a,b,c$ in A.P. in the given order. If it has integer roots $\alpha,\beta,$ find $\alpha+\beta+\alpha \beta.$ I tried with Vieta's theorem and putting $b=\frac{a+c}{2}$ to get…
Soham
  • 9,990
1
vote
1 answer

Impose conditions on the solutions of a given set of equations in order to get three distinct solutions for the three variables.

Solve the system of equations \begin{align}x + y + z &= a\\ x^2 + y^2 + z^2 &= b^2\\ xy &= z^2,\end{align} where $a$ and $b$ are constants. Give the condition on $a$ and $b$ so that $x,y$ and $z$ are distinct. I solved for $x,y,z$. But I couldn't…
saisanjeev
  • 2,050
1
vote
2 answers

Find a polynomial only from its roots

Given $\alpha,\,\beta,\,\gamma$ three roots of $g(x)\in\mathbb Q[x]$, a monic polynomial of degree $3$. We know that $\alpha+\beta+\gamma=0$, $\alpha^2+\beta^2+\gamma^2=2009$ and $\alpha\,\beta\,\gamma=456$. Is it possible to find the polynomial…
synack
  • 974
1
vote
2 answers

A polynomial is divisible with another one

For what $m$ and $n$ is the polynomial $2X^{19}+X^{13}+mX^{11}+X^8+2X^6+nX^2+2$ divisible by $X^4+X^3+X^2+X+1$. I tried to find the real solutions for g but couldn't
Lola
  • 1,601
  • 1
  • 8
  • 19
1
vote
1 answer

Distance between polynomials $x^n$ and $x^n-x^{n-1}$

For polynomials $p(x)=x^n$ and $q(x)=x^n-x^{n-1}$, let $z(x)=\min_{a\in\mathbb{R}}\sqrt{(x-a)^2+\big(p(x)-q(a)\big)^2}$ be the distance between the point $\langle x,p(x)\rangle$ and the nearest point on the graph of $q(\cdot)$. I've noticed that it…
Jacob Claassen
  • 868
  • 1
  • 8
  • 19
1
vote
2 answers

how do I divide a polynomial by the polynomial that has higher degree?

For example I have $f(x)=x+1$ and $g(x)=x^2+2x+1$: I don't have any problem when I calculate $g(x)/f(x)$, but I tried to calculate $f(x)/g(x)$ and I couldn't find the way to solve it. How should I do the polynomial long division for that…
1
vote
1 answer

Find $h$ such that $h(x^{-1} - x ) = f(x)$

I am given that $f(-x) = f(x^{-1})$ for some $f \in \mathbb{Z}[x, x^{-1}]$. I am told it is possible to find $h \in \mathbb{Z}[z]$ such that $h(x^{-1} - x) = f(x)$. Any pointers would be much appreciated, thanks
1
vote
2 answers

Recursive Polynomial Problem

Source: Purple Comet Competition 2017 High School Question 12 Let $P(x)$ be a polynomial satisfying $P(x+1) + P(x-1) = x^3$ for all real numbers $x$. Find the value of $P(12)$. I am pretty sure one is supposed to write down several "formulas", and…
1
vote
2 answers

Is the graph of (x^2/4) + y^4 = 1 an ellipse?

My first thought was that it was not an ellipse because it was not because y was not to the 2nd power. But I decided to graph it to find out. I graphed the following four equations: y = +/-[(+/-) (1-(x^2/4))^1/2]^1/2. I got 2 imaginary values for y…
1
vote
2 answers

Number of values for a such that the following polynomial has only integral roots: $P(x) =X^3-X+a^2+a$?

How do I solve this problem? I thought of solving it with Viete but I only have 2 relations from which I can find the roots.
Lola
  • 1,601
  • 1
  • 8
  • 19
1
vote
2 answers

Polynomial sum relation

Given the following polynomial: $$P(x)=(x^2+x+1)^{100}$$ How do I find : $$\sum_{k=1}^{200} \frac{1}{1+x_k} $$ Is there a general solution for this type of problem cause I saw they tend to ask the same thing for $\sum_{k=1}^{200} \frac{1}{x_k}$?…
Lola
  • 1,601
  • 1
  • 8
  • 19