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

The composition $f^2(x)$ has at least as many roots as $f(x)$

I have seen that a similar question has been asked, but that question was regarding polynomials of odd degree. My question is regarding single variable polynomials with integer coefficients in general. I have read in a paper that the polynomial…
2
votes
1 answer

Why is the discriminant of a linear polynomial equal to 1?

This is not really significant to what I am trying to do right now but I'm just wondering... Why is it that the discriminant for the cyclotomic polynomials $\Phi_{1}(x)$ and $\Phi_{2}(x)$ is 1? Using WolframAlpha, the discriminant for other linear…
boj54
  • 335
2
votes
1 answer

Proving function is strictly positive in a interval defined by coefficients

Let $f(x)=a_nx^n+a_{n-1}x^{n-1}\dots+a_1x+1$. Prove that $f(x)$ is strictly positive if $$0<|x|<{1\over1+\sum_{i=1}^{n}|a_i|}.$$ Any hints on how to start?
Anvit
  • 3,379
2
votes
2 answers

Finding polynomial function's zero values

not native English speaker so I may get some terms wrong and so on. On to the question: I have as an assignment to find a polynomial function $f(x)$ with the coefficients $a$, $b$ and $c$ (which are all integers) which has one root at $x = \sqrt{a}…
2
votes
1 answer

$ Q(x_{1}) = x_{2}+x_{3} $ , $ Q(x_{2}) = x_{1}+x_{3} $ , $ Q(x_{3}) = x_{1}+x_{2} $ , $ Q(x_{1}x_{2}x_{3}) = 6 $

Let $ P(X) = X^3+7X^2+3X+1 $, with the roots $ x_{1},x_{2},x_{3} \in \mathbb{C} $ Let $ Q $ be a third grade polynomial with the following properties : $ Q(x_{1}) = x_{2}+x_{3} $ $ Q(x_{2}) = x_{1}+x_{3} $ $ Q(x_{3}) = x_{1}+x_{2} $ $ …
SADBOYS
  • 1,219
2
votes
2 answers

$r+s√d$ is a root of $x^3-3x-1=0$. Prove that $3r^2s+s^3d-3s = 0$

Suppose that $r,s$ and $d$ are rational numbers and that $\sqrt{d} $ is irrational. Assume that $r + s\sqrt{d}$ is a root of $x^3-3x-1$. Prove that $3r^2s+s^3d-3s = 0$ and that $r-s\sqrt{d}$ must also be a root of $x^3-3x-1$. I have tried…
2
votes
1 answer

Given $n$ points prove there is a polynomial with integer coefficients...

For example if $p(x)$ is a polynomial of any degree and $p(x_1) = y_1$, $p(x_2) = y_2 \ldots$ where $x_k$ and $y_k$ are integers, how can I show that there is or there isn't a polynomial with integer coefficients going through the $n$ points? $$p(2)…
user48724
2
votes
1 answer

sum (difference) of polynomials to the power n

Is there a way to simplify the expression: $D = (f_1(\omega)+f_2(\omega))^n-(f_1(\omega)-f_2(\omega))^n$ where $n$ is a positive integer. In this particular problem: $f_1(\omega)=-\omega^2+2$ $f_2(\omega)=\omega \sqrt{\omega^2-4}$ Expanding $D$ for…
2
votes
3 answers

Long division yields the tangent to a function

I was reading about polynomials and long division at wikipedia, and came over this part. Polynomial long division can be used to find the equation of the line that is tangent to the graph of the function defined by the polynomial $P(x)$ at a…
2
votes
3 answers

Could it be shown that the polynomial matrix $p(\mathbf{A})$ has eigenvalues and same eigenvectors as $\mathbf{A}$?

I had been working on this problem here below, but seem to not know a precise and clean way to show the proof to the question below. I had about a few ways of doing it, but the statements/operations were pretty loosely used. The problem is as…
George
2
votes
4 answers

Polynomial Division: where does the remainder go?

If P(x) = x 4 + 4x 3 - 14x 2 + 36x + 45 is divided by x + 5 and the remainder that I found is -1250, would it go at the end of the quotient? Like this: x 3 - 9x 2 - 59x + 259 - 1250 ? *...forgot how to do this stuff :\
2
votes
2 answers

Discriminant of a polynomial of arbitrary degree and positivity

Maybe a trivial question: Is there any relation between the discriminant of a polynomial $$p(x)=a_n x^n + \ldots +a_0$$ with an arbitrary degree $n$ and the positivity of it for all $x$, just like quadratic case?
user344662
2
votes
1 answer

How to solve 8 degree polynomial?

I need to implement general purpose algorithm for solving any 8-degree polynomials for this project, method Sum::solve. It allows to use exponentiation, differentiation, polynomial division etc, and I can implement any additional staff needed. This…
2
votes
2 answers

For what values of $m$, will the polynomial $P(x)=x^4+(m-3)x+m^2$ have four distinct real roots?

I'm not quite too sure how to approach this question, so any explanation using any technique would be greatly appreciated. Thank you!
2
votes
1 answer

Polynomials division

Let $p$ be a real polynomial ($p\in\mathbb{R}[x])$, if 5 is the remainder of the division $\frac{p(x)}{x-2}$, and 2 is the remainder of the division $\frac{p(x)}{x-5}$ What is the reaminder of the division $\frac{p(x)}{(x-2)(x-5)}$? I have tried…