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

Are there polynomials $f$ and $g$ such that $f(x) + g(x) = f(x)g(x)$?

For convenience, let $(f(x), g(x))$ be a solution to the problem. Now, \begin{align*} f(x) + g(x) &= f(x)g(x) \\ f(x)g(x) - f(x) - g(x) &= 0 \\ f(x)g(x) - f(x) - g(x) + 1 &= 1 \\ (f(x) - 1)(g(x) - 1) &= 1 \end{align*} By letting…
soupless
  • 2,344
1
vote
2 answers

How do I factor this cubic equation?

How do I rewrite this formula in plain polynomial form? $$x(t) = a(1-t)^3 + 3b(1-t)^2t + 3c(1-t)t^2 + dt^3$$ According to what I'm reading, just fully writing out the expansion and then collecting the polynomial factors, as: $$x(t) = (-a + 3b -3c…
Valerie
  • 115
1
vote
1 answer

A polynomial identity in two variables

It is easy to see that if $\prod_{i=1}^n(1-x^{k_i})=\prod_{i=1}^n(1-x^{l_i})$ then $k_i=l_j$ for some $i$ and $j$. Let $m_i,n_i, (i=1,2, \cdots, 8)$ be positive integers such…
jack
  • 332
1
vote
2 answers

Irrational roots for a cubic equation with integer coefficients.

For the cubic equation, $2x^3 -9x^2 +12x -3 =0$ the real root is $$\frac{1}{2}(3 - \frac{1}{(3-2\sqrt{2})^\frac{1}{3}}-(3-2\sqrt{2})^\frac{1}{3})$$ according to Wolfram Alpha. But in High School Mathematics I learnt that When $p(x) = ax^3 + bx^2…
S Das
  • 501
  • 4
  • 16
1
vote
1 answer

Locating roots of a special class of polynomials in $\mathbb{Z}[X]$

I am reading Prof. Ram Murty's Prime number and Irreducible polynomials. I am having problem in understanding a part of the following lemma: Statement: Suppose that $\alpha$ is a complex root of a…
Saikat
  • 1,583
1
vote
1 answer

Proving that $f$ divides $g$ given that $f(n)$ divides $g(n)$

Let $f,g \in \mathbb{Z}[x]$ be monic polynomials such that $f(n)$ divides $g(n)$ for infinitely many values of positive integers $n.$ Prove that $f$ divides $g$ in $\mathbb{Z}[x].$ I first wrote out $f(x) = a_0 + a_1x + \cdots + a_{n+1} x^n$ and…
1
vote
1 answer

Finding roots of $P(z)$ through $\text{gcd}(P(z),P'(z))$

This is an excerpt from Zorich's book. I have some issues with understanding the last paragraph of it. This is what I understood so far: Suppose we have polynomial with complex coefficients $P(z)$. We would like to find roots and their…
RFZ
  • 16,814
1
vote
5 answers

Finding the remainder of a polynomial divided by $x^4+x^2+1$ if remainders when dividing by $x^2+x+1$, $x^2-x+1$ are $-x+1$, $3x+5$.

Find the remainder of $f$ divided by $g(x)=x^4+x^2+1$ if the remainder of $f$ divided by $h_1 (x)=x^2+x+1$ is $-x+1$ and the remainder of $f$ divided by $h_2(x)=x^2-x+1$ is $3x+5$. My attempt was to write…
1
vote
3 answers

Find all values of p, such that the roots of $f(x) = x^3 + 8 x^2 + px + 12$ satisfy $x_1 + x_2 = x_3$

Find all values of p, such that the roots of $$f(x) = x^3 + 8x^2 + px + 12$$ satisfy $x_1 + x_2 = x_3$ So I was trying to use the Viet formulas, and I get: $$x_1 + x_2 + x_3 = -8$$ $$x_1x_2 + x_1x_3 + x_2x_3 = p$$ $$x_1x_2 x_3 = -12$$ $$x_1 + x_2 =…
1
vote
2 answers

Value of the roots given the polynomial

A polynomial $f(x)=x^3+2x^2+3x+4$ has roots $a, b, c$. Find the value of $(a^2-1)(b^2-1)(c^2-1)$. I found this question in a class test. The solution my teacher gave after the test was $-20$. I am not sure of how the answer can be derived. Please…
1
vote
1 answer

If the quadratic polynomial $lmx^2 + lmx + ln$ is a perfect square then prove that $4l^2=mn$

I am new to this forum and request guidance on a question. I have looked into past answers on related topic but could not find one. Grateful for any help.
1
vote
1 answer

Remainder Theorem with Polynomial

I'm struggling with this question and was wondering if anyone could help. Thanks! When a polynomial $P(x)$ is divided by $(x-2)(x+4)$, the remainder is $(3x-5)$. What is the remainder when $P(x)$ is divided by $(x-2)$? Any help would be greatly…
RL2
  • 23
1
vote
0 answers

Specifics of a transformation involving coefficient symmetric polynomials

A coefficient symmetric polynomial is a polynomial $p(x)=a_nx^n+...+a_0$ of even degree, Such that for every $k$, $a_k=a_{n-k}$ such as $3x^3+2x^2+2x+3$. In general, to find the roots of such a…
razivo
  • 2,205
1
vote
3 answers

How to solve this polynomial?

How to get the solution for this polynomial? If $x/y + y/x = -1$ where $x$ and $y$ are not equal to zero, then what would be the value of $x^3 -y^3$
John
  • 31
1
vote
1 answer

Evaluating $\sum_{cyc}\frac{ab}{c^5}$, where $a$, $b$, $c$ are the roots of $x^3-px+1=0$. How to avoid a large expansion?

Given the polynomial $x^{3}-p{x}+1=0$, evaluate $\frac{bc}{a^{5}}+\frac{ac}{b^{5}}+\frac{ab}{c^{5}}$ in terms of $p$ if $a,b$ and $c$ are the roots of the polynomial. My attempt…
user71207
  • 1,543