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

Find N degree polynomial from N+1 points

I remember in school learning how to tell if a set of numbers belonged to a quadratic function or not. Number | first Difference | second difference 1 2 3 2 4 7 2 …
Cruncher
  • 778
8
votes
1 answer

What is the minimum degree of a polynomial, given the initial conditions?

A polynomial $ p(x)$ is such that $p(0) =5, p(1) = 4, p(2) = 9 $ and $p(3) = 20 $. What is the minimum degree it can have? The problem can easily be solved by hit and trial method. First assuming that the degree is 1, then 2 and so on until the…
Gaurav
  • 405
8
votes
1 answer

find the polynomial such $P(1)P(2)P(3)\cdots P(n)=Q(n!)$

find all polynomial $P(x),Q(x)$ and such all coefficients are real numbers,such that exist infinitely many positive integers $n$ ,such $$P(1)P(2)P(3)\cdots P(n)=Q(n!)$$
math110
  • 93,304
8
votes
1 answer

Probability that a random univariate polynomial of degree $n$ is irreducible?

Fix a prime $q.$ Let $p(x) = \sum_{i=0}^{n} p_i x^i \in \mathbb{F}_q[x]$ be a polynomial of degree $n,$ and $p$ is monic $(p_n = 1.)$ What is the probability that $p$ is irreducible: Over $\mathbb{F}_q[x]$? What I know so far: In $\mathbb{F}_q[x],$…
user2468
8
votes
9 answers

Prove that $x-1$ divides $x^n-1$

In algebra & polynomials, how do we prove that $$x-1 \mid x^n -1?$$
TheNotMe
  • 4,841
8
votes
2 answers

When polynomials f(x) and f'(x) are relatively prime, f(x) has no repeated roots. Why?

The problem is to show that a polynomial $f(x) \in F[x]$ (F is a field) has no repeated roots if and only if f(x) and f'(x) (the derivative of f(x)) are relatively prime. I've managed to prove one direction of this equivalence (if there are no…
JorenB
  • 549
8
votes
1 answer

Find the remainder when $f(x)$ is divided by $(x - 3)$ given $f(1)$ and $f(7)$

A polynomial $f(x)$ is given. All we know about it is that all its coefficients are non-negative integers, $f(1) = 6$ and $f(7) = 3438$. Hence find the remainder when $f(x)$ is divided by $(x-3)$. I have no clue on how to go about solving this.
8
votes
3 answers

Minimum number of terms resulting from the product of two polynomials with a given number of terms

Given two integers ($n$, $m$), what is the smallest number of terms that could result from the product of two polynomials with $n$ and $m$ non-zero terms respectively? That is, what is the smallest number of non-zero terms that could result from the…
8
votes
3 answers

Polynomial of $11^{th}$ degree

Let $f(x)$ be a polynomial of degree $11$ such that $f(x)=\frac{1}{x+1}$,for $x=0,1,2,3.......,11$.Then what is the value of $f(12)?$ My attempt at this is: Let…
Vinod Kumar Punia
  • 5,648
  • 2
  • 41
  • 96
8
votes
2 answers

If for a polynomial $P(k) = 2^k$ for $k = 0, 1, . . . , n$, what is $P(n+1)$?

For a polynomial $P(x)$ of degree $n$, $P(k) = 2^k$ for $k = 0, 1, 2, . . . , n$. Find $P(n+1)$. If $n=1$, $P(x)=x+1$ and $P(2)=3$. If $n=2$, $P(x)=0.5x^2+0.5x+1$ and $P(3)=7$. How to approach further cases? I am stuck.
VividD
  • 15,966
8
votes
1 answer

When can Galois theory actually help you find the roots of a polynomial?

I was told in another post that Galois theory could help you solve solvable polynomials, and that solvable polynomials had roots that could be expressed as functions of rational numbers, but that it couldn't help me solve a polynomial with rational…
Kenny
  • 727
7
votes
3 answers

Every time a real solution.

I have got an interesting exercise. Proof that for all positive integer $a$ and $p(x) = x^2+2013x + 1$, $\underbrace{p(p(\dots p}_{a \ \ \text{times}}(x)\dots )) = 0$ has got at least 1 real solution $x_0$. Hope you can help me. I haven't got any…
Daifus
  • 111
  • 2
7
votes
0 answers

How do I prove no two polynomials from a set of polynomials share a maxima between 0 and 1?

During my research I came across a problem regarding a lemma I needed to prove in order for an important result to hold later. The question is: From the set of polynomials $$\{(1-x)(b_0 x + b_1 x^2 + \cdots + b_{n-1} x^n) | n \in \mathbb{N}\}$$…
pixos12
  • 71
7
votes
1 answer

Solving $x^4-2 x^2-x+1 = 0$ for $x$

How could one solve the following, giving the answer as a closed form, not as an estimation: $$\text{Solve }x^4-2 x^2-x+1 = 0\text{ for } x$$ Where $x$ is $\text{real.}$ I found this one particularly hard. Any help will be very much appreciated.
JohnWO
  • 2,089
  • 14
  • 29
7
votes
3 answers

General Formula for Polynomial Division

There's a "formula" for how to multiply polynomials, but is there one for dividing them? There probably is, anyone could deduce one with enough time. Do you know a formula or could provide one? By formula I mean, given $f=\sum^m a_k x^k,g=\sum^n b_k…