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

Expansion of $a^x$- $b^x$

I'm sorry if this is too basic but I don't understand why the following is true: $$ a^3- b^3 = (a - b)(b^2 + ab + a^2) $$ The professor used this in a proof but I don't see how I would've thought of this. What is the reasoning behind this expansion?
pug
  • 55
1
vote
0 answers

a bogus application of a polynomial principle?

Source: A Course in Modern Analysis and Its Applications by Cohen page 196 As in the image, we can see that $(P_a-P_c)(x_n)$ alternates between $\leq 0$ and $\geq 0$. If we make $(P_a-P_c)(x_n)>0$ whenever $(P_a-P_c)(x_n)\geq 0$ in the image…
1
vote
1 answer

An explanation of how $(m+n)^2 -(m'+n')^2 = n'-n$ entails $|m+n+m'+n'|\cdot|m+n-m'-n'|=|n'-n|$

I'm self-studying the Royden-Fitzpatrick book on Real Analysis, and just have a question about what I think should be an elementary step in the proof of Corollary 4 in chapter 1, which I don't seem to be able to fully work out on my own. It says…
lma67
  • 13
1
vote
3 answers

Proof that real coefficents polynomials of degree 3 and higher can be factorized into real linear and quadratic factors

My book states that when you attempt to factorize a polynomial, one of three things may happen: - Being able to decompose the polynomial into linear factors using only real numbers. - Being able to decompose the polynomial into linear factors…
Muhammad
  • 163
1
vote
1 answer

Common Lipschitz Constant for Set of Polynomials with Bounded Coefficients

I want to show a set $$A = \{ ax^2 + bx + c : a_0 \leq a \leq a_1, b_0 \leq b \leq b_1, c_0 \leq c \leq c_1 \}$$ is equicontinius, i.e. there exists a common Lipschitz constant for all f $\epsilon$ A. So far I have: $|f(x) - f(y)| = |(ax^2 + bx + c)…
1
vote
1 answer

Need help calculating discriminant of polynomial.

I need to calculate the discriminant of the following polynomial by hand: $$\lambda^2-8\lambda-a\lambda-27+5a$$ where $a$ is a constant I calculate the discriminant D…
1
vote
2 answers

Finding a third degree equation that fits two points with given slopes

I'm trying to find an easy way of getting coefficients of a third degree polynomial $y = ax^3 + bx^2 + cx + d$ with given points $(x_1,y_1)$ and $(x_2,y_2)$ the slopes are also given $k_1$, $k_2$. I have asked the question before in Stackoverflow…
einstein
  • 207
1
vote
2 answers

Polynomial P equals to 0

I have simple questions about polynomials (when I say "polynomials", I mean "formal polynomials", not polynomial mappings). It might be a little bit strange, but I don't really understand why if we have a polynomial $P = a_{0} + a_{1}X + a_{2}X^{2}…
1
vote
0 answers

For which Z-irreducible polynomials is there a nonconstant polynomial with coefficients in {-1,0,1} equivalent to +/- 1?

For which $\mathbb{Z}$-irreducible polynomials $\chi$ is there a nonconstant polynomial $p \equiv \pm1$ (mod $\chi$) with coefficients in $\{-1,0,1\}$? As an example, if $\chi = x^2 + 2x + 2$, then the following polynomials are nonconstant, have…
HallaSurvivor
  • 38,115
  • 4
  • 46
  • 87
1
vote
1 answer

Does a linear equation with two variables when plotted on a graph always give a straight line?

I have read that linear equations with two variables when plotted always give a straight line. In wikipedia,I read that linear equation is that a linear polynomial equated to zero. We know that linear polynomial has degree or highest variable power…
1
vote
1 answer

Polynomial Transformation Problem

Find a polynomial with roots the same to those of $\frac{1}{2}x^2-\sqrt{7}x+2$ such that it has integer coefficients. It seems that squaring leads to nothing and I am not sure how to approach the problem.
user648843
1
vote
2 answers

Why is $x^5 + 10x^4 -2$ unsolvable?

I am reading in the Visual Group Therapy book that the above equation is unsolvable algebraically. What are other ways to solve this if not through algebra?
Evan Kim
  • 2,399
1
vote
0 answers

Common root of two polynomials, method of succesive elimination

I need to find $x$ such that $P(x)=x^6-2x^5+2x+1=0$ and $Q(x)=3x^5-5x^4+1=0$ Of course we know that the common roots of two polynomials are the roots of their gcd, so we could simply compute the gcd. But i found another method: we make…
1
vote
3 answers

How do I find/estimate the unknown given that the equation has exactly $2$ solutions?

My problem: The equation $x(x^2-7) = 2x+c$ has exactly $2$ solutions. Estimate the value(s) of $c$, writing you answer(s) in the form $c_1< c
CountDOOKU
  • 1,065
1
vote
1 answer

Factoring $x^p-x$ in $Z_p[x]$

Problem: Factoring $x^p-x= (x)(x-1)\cdots(x-(p-1)) \in \Bbb Z_p[x]$. Clearly $0$ is a root, and so consider $(x^{p-1}-1) \mod p$, by Fermat's little theorem, for each $a \neq$ 0 , $(x-a)$ is a root, and each root must have multiplicity $1$ since…