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
1 answer

What is the basis of the space of d-variate polynomials of order not exceeding q?

I was wondering if someone could tell me what the basis of the space of d-variate polynomials of order not exceeding q is?
M.Ramana
  • 2,753
1
vote
0 answers

Find 2nd order polynomial with given 4th order and 2nd order polynomials (i.e. find short period with phugoid and longitudinal CEs given)

I have a question where the characteristic equation (CE) for the longitudinal motion of an aircraft is given as (4th order polynomial): $$\lambda^4+6.335\lambda^3+20.496\lambda^2+0.8663\lambda+0.5063=0$$ Of which within it are 2 2nd order…
1
vote
2 answers

Condition for a general third degree polyomial to a have a particular second degree polynomial as a factor

Hi I have a question that I just cannot answer so I would be very great full for some help :) If $x^2 +ax-1$ is a factor of $x^3+px^2+qx+r$ show that $q=-(ar+1)$
1
vote
2 answers

Polynomial such that $P(x^3) = P(1-x^3)$.

Find all monic polynomials of degree $10$ such that $P(x^3) = P(1-x^3)$ for all real $x$ and the constant coefficient is $1$. The constant coefficient is $1$, since $P(0)=1.$ I have tred setting up a system of equations but it seems to tedious. Is…
user797346
1
vote
2 answers

Find polynomials $M_1(x)$ and $M_2(x)$ such that $(x+1)^2M_1(x) + (x^2 + x + 1)M_2(x) = 1$

I have been trying to solve this with no success. Could you suggest me a solution?
H-a-y-K
  • 661
1
vote
1 answer

If $a^3=20a^2+b^2+c^2-a-340$, $b^3=20b^2+c^2+a^2-b-340$, $a^3=20a^2+a^2+b^2-c-340$, what is value of $abc$?

Question : If $a^3=20a^2+b^2+c^2-a-340$, $b^3=20b^2+c^2+a^2-b-340$, $a^3=20a^2+a^2+b^2-c-340$, what is value of $abc$? I think I should add this and get close to $abc$, but I can't think about this. I know that answer is 19. Please help me
user
  • 205
1
vote
1 answer

Is there a polynomial accepting all positive and only positive values?

Please help to prove that there is no polynomial $p\colon \mathbb{R}^n \to (0,+\infty)$.
1
vote
5 answers

Find the polynomial $f(x)$ which have the following property

Find the polynomial $p(x)=x^2+px+q$ for which $\max\{\:|p(x)|\::\:x\in[-1,1]\:\}$ is minimal. This is the 2nd exercise from a test I gave, and I didn't know how to resolve it. Any good explanations will be appreciated. Thanks!
Florin M.
  • 635
1
vote
3 answers

Find all positive solutions for equation:

$nx^{(n+1)}-(n+1)x^n+1=0$ There's nothing told about $n$, I guess $ n \in N $. I would like any kind explanations, thanks! I appreciate your time.
Florin M.
  • 635
1
vote
0 answers

Artin Algebra 10.2.13 Existence and uniqueness of commutative ring structure on set of polynomials of a ring

The polynomials over a commutative ring $R$ are defined as usual: $R[x] = \{p \in R^\mathbb{N}: \#\mathrm{supp}(p) < \#\mathbb{N} \}$ where $\mathrm{supp}$ is the set of non-zero points and $\#$ is the cardinality of a set. (2.13) Proposition:…
1
vote
1 answer

Simplify the sum of the square of a polynomial having a fourth degree.

Today I learn about polynomial. Because I want to improve my knowledge. Thank you for your support and time for sharing information and experience. From question : If $a, b, c$ and $d$ are the roots of polynomial $Ax^4+Bx^3+Cx^2+Dx+E$ then find the…
1
vote
3 answers

Determine the value of each of the constants $a$, $b$, $c$, and $d$ in the identity $a(x+b)^3+c\equiv4x^3-24x^2+48x+d$

Determine the value of each of the constants $a$, $b$, $c$, and $d$ in the identity $$a(x+b)^3+c\equiv4x^3-24x^2+48x+d$$ I have already found $a=4$ and $b=-2$ but I'm struggling to find $c$ and $d$. The answers for $c$ and $d$ are $c=29$, $d=-3$.
1
vote
3 answers

Polynomials/ remainder theorem

What must be added to p(x)=x^4+2x^3-2x^2+x-1 to make it exactly divisible by g(x)=x^2+2x-3? The book says that the remainder will be a linear polynomial and so the expression that must be added to p(x) will be of the form ax+b; the book essentially…
Abhinav
  • 37
1
vote
1 answer

How to prove $x^{(nk)} - 1$ can be divided by $x^k - 1$

Here $x$ is the polynomial and $n,k$ are both integers. Why is this true or is not true? I tried to prove it by induction. Base case: $(q^{k} - 1) / (q^{k} - 1) = 1$. Inductive step: $(q^{ck} - 1) / (q^{k} - 1) = f(x)$, then prove that $(q^{(c+1)k}…
Yuqi Hu
  • 11
1
vote
1 answer

How do I factor polynomials with power 3 and above?

All of the videos I've found do things like "let's try -1. oh, it works! okay, now let's divide it out and find the next root". Is there really no other strategy other than guess and check? A couple of times I've come across these high power…
xiao
  • 29