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

multiple roots of polynomial

We have a polynomial $p(x)=x^5 -ax^3+b$. We need to find the relationship between $a$ and $b$ such that $p(x)$ has multiple roots. Assume that $p(x)$ has 2 roots $c$ and $d$ with multiplicities $2$ and $3$ respectively. Then 1) $3c+2d=0$ 2)…
Nika
  • 285
2
votes
3 answers

Problem in solving question related to polynomials

I am trying to solve this problem: If one of the zeroes of the quadratic polynomial $(k-1)x^2+kx+1$ is $-3$, then find $k$. A) $\frac43$ B) $-\frac43$ C) $\frac23$ D) $-\frac23$ I tried like this: $$a=k-1\qquad b=k\qquad c=1$$ Let $\beta=-3$, as one…
Kartik
  • 1,413
2
votes
2 answers

Polynomial's coefficient

Is there any general way to find out the coefficients of a polynomial. Say for e.g. $(x-a)(x-b)$ the constant term is $ab$, coefficient of $x$ is $-(a+b)$ and coefficient of $x^2$ is $1$. I have a polynomial $(x-a)(x-b)(x-c)$. What if the number…
Kraken
  • 593
2
votes
2 answers

How prove this $f(x)=g(x)=h(x)=0$?

let polynomial $f(x),g(x),h(x)\in C[x]$, and such $$f^2(x)=xg^2(x)+xh^2(x),$$ prove or disprove $$f(x)=g(x)=h(x)=0$$ I know solve this follow problem let polynomial $f(x),g(x),h(x)\in R[x]$, and such $$f^2(x)=xg^2(x)+xh^2(x),$$ prove or…
math110
  • 93,304
2
votes
1 answer

Does this higher-order polynomial have an analytic solution?

I know that in general polynomials above degree 4 do not have analytic solutions, except for a few special cases. What I want to know is whether this particular polynomial is one of those cases. The equation is $$ax^p+bx^q+c=0$$ where p and q are…
MikeW
  • 21
  • 1
2
votes
1 answer

How solve this equation

Find the equation $$x^5+10x^3+20x-4=0$$ My try:I think this equation maybe take Trigonometric functions Now I have solution:let $x=t-\dfrac{2}{t}$,then $$x^5+10x^3+20x-4=(t-\dfrac{2}{t})^5+10(t-\dfrac{2}{t})^3+20(t-\dfrac{2}{t})-4=0$$ so …
user94270
2
votes
2 answers

Find the greatest common divisor (gcd) of $f(x) = x^2 + 1$ and $g(x) = x^6 + x^3 + x + 1$

Find the greatest common divisor (gcd) of $f(x) = x^2 + 1$ and $g(x) = x^6 + x^3 + x + 1$. Since $x^6 + x^3 + x + 1 = (x^2 + 1)(x^4 - x^2 + x + 1)$, $\mathrm{gcd}[f(x),g(x)] = x^2 + 1$. My question is how could I JUSTIFY that the answer is ACTUAL…
Natalie
  • 31
2
votes
1 answer

polynomial question (out of practice)

Find all polynomials $p(x)$ such that $(x+3)p(x) = x p(x+1)$ for all real x. Ok, I am out of practice with this stuff. Here is what I have tried: making $x = -3$ and making $x = -1$ does not help because I just go in circles. How do you know what…
2
votes
1 answer

Prove that sum of polynomials is equal to 3

What is the simplest way to prove that if $ A = \frac{4 b c-a^2}{b c+2 a^2}, B = \frac{4 a c-b^2}{a c+2 b^2}, C = \frac{4 a b-c^2}{a b+2 c^2}, a+b+c =0$ then $ A+B+C = 3 \land ABC=1$ ? This is not a homework, I'm just trying to get better at math.…
1osmi
  • 377
2
votes
2 answers

Finding the product of real and imaginary roots separately

If I am given a polynomial of nth degree and asked to fond the product of real and imaginary roots what steps should I take? I know how to calculate the sum or product of all roots of a polynomial of nth degree but how to separately find the…
2
votes
0 answers

Irreducibility criteria over polynomial rings

This is very basic question, but often puts me in confusion. Let $Z$ be the ring of integers and $Z[X]$ be the polynomial ring over $Z$. Then What is $Z[X]/\langle 6x\rangle$? Is it $Z_6\times Z$ or $Z_6[X]\times Z$
Math123
  • 1,243
2
votes
1 answer

Homogeneous polynomials property

Let $f(X_1,\ldots,X_n)$ be a polynomial with integer coefficients, in $n$ variables. For every $\lambda\in\mathbb{C}$, i have $$f(\lambda X_1,\ldots,\lambda X_n)=\lambda^kf(X_1,\ldots,X_n)$$. Can I conclude that $f$ is homogeneous of degree $k$?…
bateman
  • 4,000
2
votes
1 answer

Value of $\displaystyle \sum^{n}_{k=1}(-1)^{k-1}y_{k}$ in $n$ degree polynomial with roots $y_1,y_2,\cdots,y_n$

Let $n$ real roots of the equation $\displaystyle y^n-2ny^{n-1}+2n(n-1)y^{n-2}+ay^{n-3}+by^{n-4}+\cdots +c=0$ has roots $y_1,y_2,y_3,\cdots ,y_n$. Then $\displaystyle \sum^n_{k=1}(-1)^{k-1}y_k=$ What I try : $\displaystyle y_1+y_2+y_3+\cdots…
jacky
  • 5,194
2
votes
3 answers

Find the 4th degree polynomial with integral coefficients whose root is $\sqrt{3}$ + $\sqrt{2}$

The question says to find the 4th degree polynomial with integral coefficients whose root is $\sqrt{3}$ + $\sqrt{2}$ This is how I solved I assumed $ax^{4} + bx^{3} + cx^{2} + dx + e$ to be the polynomial where a,b,c,d,e are integers. as $x = …
Raghav
  • 31
  • 6
2
votes
1 answer

Polynomial and number theory problem $n\mid P(P(n)) - (n-1)$

Let $P(x)$ be an integer polynomial such that for all $n \in \mathbb{Z^+}$: $$n\mid P\left(P(n)\right) - (n-1).$$ Prove that there is no $x_0 \in \mathbb{R}$ such that $P\left(x_0\right)=0.$ Here is what I got: Because $n\mid P\left(P(n)\right) -…