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

why I always thought polynomials as a function

As I've started studying Polynomial Ring on my own, I would like to verify/ask the concept/questions occurred to me. I've noticed over some ring the polynomials are of little/no interests as a function and all we're concerned about is the components…
Sriti Mallick
  • 6,137
  • 3
  • 30
  • 64
3
votes
8 answers

Solving a Polynomial Equation by Factoring.

$n^3+12n^2+48n+64$ I know the sum of two cubes formula, $(a+b)(a^2-ab+b^2)$. I'm not sure how to apply it here? Any help would be appreciated.
QuantumPi
  • 323
3
votes
4 answers

If the roots of the equation $x^n-1=0$ are $1,\alpha,\beta,\gamma,\cdots$, prove that $(1-\alpha)(1-\beta)(1-\gamma)\cdots= n$

My first post here So I was doing some past year questions and this one popped out and I haven't been able to progress much upon it and I believe there's a trick which will get it done in no time. If the roots of the equation $x^n-1=0$ are…
Anthony
  • 49
3
votes
1 answer

Technique to expand polynomials and equate coefficients

This question concerns my attempts to re-implement parts of this paper on developing wavelet filters. Though I don't think it is necessary to look at that paper, for full context, I'm trying to compute the contents of table II (using equation 9 and…
3
votes
3 answers

Prove that a property holds for the roots of an equation, given some constraints.

For example, in this question: The cubic expression $$ ax^3 + bx^2 + cx + d $$ has a pair of roots which are reciprocals of each other. Prove that $$a^2-d^2=ac-bd$$. I understand that the correct approach is probably to use the formulae relating…
3
votes
2 answers

Euclids Algorithm for polynomials and a greatest common divisor

I have question about a problem I've encountered while attempting to solve an exercise (it's from an exercise in a homework series). Suppose we have two polynomials $f$ and $g$ (presumably over the reals, although the field over which these…
Stijn
  • 1,140
3
votes
3 answers

Find $p$ if $(x + 3)$ is a factor of $x^3 - x^2 + px + 15$.

I'm just making sure I answered this correctly. If $(x+3)$ is a factor, then $P(-3)$ would equal $0$, correct?
missiledragon
  • 605
  • 9
  • 23
3
votes
2 answers

Solve the equation $h(x) = f(x) + g(x) = 0$, $f(x)$ and $g(x)$ having roots that are negatives of each other.

Let $f(x) = x^2 +bx+ 9$ and let $g(x) = x^2 +ax+c, a, b, c ∈ R$. The roots of $f(x) = 0$ and $g(x) = 0$ are negatives of each other. If $h(x) = f(x)+g(x)$, then solve the equation $h(x) = 0$. I'm not sure how to solve this at all, maybe Vieta's…
3
votes
2 answers

Deducing a coefficient from a cubic polynomial?

I fully answered the question, and got that $k=-3$, but the answer says it's positive. Can anyone show me my mistake? "Given that $x-2$ is a factor of the polynomial $x^3 - kx^2 - 24x + 28$, find $k$ and the roots of this polynomial." Using factor…
missiledragon
  • 605
  • 9
  • 23
3
votes
1 answer

To show P is a zero polynomial

Suppose that $P$ is a polynomial with integer coefficients that $n$ divides $P(2^n)$ for every positive integer $n$. Prove that $P$ must be the zero polynomial. What I did was apply some induction on the expression by considering $$P (x)= a_nx^n+…
user854451
3
votes
3 answers

Solve a cubic polynomial (given one root is four times a second root)?

So, I've been stuck on a question for a long time now: "Solve the equation $10x^3 + 23x^2 + 5x - 2 = 0$ given that one root is four times a second root." How would you go about solving this? Any help would be greatly appreciated.
missiledragon
  • 605
  • 9
  • 23
3
votes
0 answers

Equivalence of sup-norm and norm of coefficients for polynomials

Let $P=\sum_{k=0}^n a_k z^k$ be a polynomial of degree $n$. How would you prove that the max of coefficients norm of $P$, i.e. ${\Vert P\Vert}_1=\max_{0\le k\le n}|a_k|$ is smaller than the norm, ${\Vert P\Vert}_2= \sup |P(z)|$ for $z$ belonging to…
Gerald
  • 31
3
votes
3 answers

Remainder of dividing polynomial of the $n$th degree

What is the remainder when dividing the polynomial $$P(x)=x^n+x^{n-1}+\cdots+x+1$$ with the polynomial $$x^3-x$$ if $n$ is a natural odd number? So, what I know so far is: $$P(x)=Q(x)D(x)+R(x)$$ In this case I'll call $Q(x) = x^3-x$ $$Q(x) = 0…
Aleksa
  • 861
3
votes
1 answer

Solving a polynomial

I've come across this page about partial passwords, and I am having difficulty trying to understand the polynomial equations in there. I can understand basic algebra but this page's explanation is just not clear for me. The variables…
3
votes
0 answers

Finding coefficients of a reflective polynomial

Let $P(x) \in \mathbb{Q}[x]$ be a polynomial satisfying $P(x)= P(r-x)$ for some $r$. Then $P(x)$ is a polynomial in $x(r-x)$. Similarly if $- P(x)= P(r-x)$ then $P(x)$ is equal to the product of $(x-r/2)$ and a polynomial in $x(r-x)$. (Such $P(x)$…