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

Problem with polynomials and Cubes (Division)

The problem is as follows: There are two cubes, a big one of which we know the edge is $$2x^2+1$$ and a small one with a volume of $$x^2-1.$$ If we try to fill the big cube with cubes like the small one we get a remaining space that has exactly the…
Concept7
  • 405
2
votes
1 answer

How to split this polynomal?

Let $$P(x) = \frac{x}{(x+3)(x+2)} = \frac{3}{x+3} - \frac{2}{x+2}$$ I can verify it's true, but I'm not sure how they came up with exactly this polynomal splitting. Can you please help?
iTayb
  • 381
2
votes
1 answer

When can I equate coefficients?

I have the following simple problem: Consider the polynom P(x) = x³ + ax² + bx + c of real coefficients. Knowing that... -1 and (1 + $\alpha$) are roots of P(x) = 0 $\alpha > 0$ the rest of the division of p(x) by (x-1) is 8 find the value of…
2
votes
1 answer

Polynomial Division question

If $f(x)$ and $g(x)$ are polynomials over $\mathbb{Z}$ and $f(n)|g(n)$ for all $n\in \mathbb{Z}$ then does it follow that $f$ divides $g$ in $\mathbb{Z}[x]?$ I'm pretty sure the answer is yes and that the proof should be easy (in fact I think it…
Jon
  • 23
  • 2
2
votes
1 answer

Polynomial with Integer Coefficients Divisibility

My professor proposed me this question. Suppose we have a polynomial $A(x)$ with integer coefficients. This polynomial is special in that for all such $x, y$ integers, $A(x)$ divides $A(x+y)-A(y)$. What are all the possible polynomials $A(x)$? All I…
2
votes
2 answers

Let $a$, $b$ and $c$ be three distinct integers and $P$ a polynomial with integer coefficients. Show: $P(a)=b, P(b)=c$ and $P(c)=a$ isn't possible

Let $a$, $b$ and $c$ be three distinct integers and $P$ a polynomial with integer coefficients. Show that the conditions $P(a)=b, P(b)=c$ and $P(c)=a$ cannot be satisfied simultaneously. Using polynomial remainder theorem: Remainder of the division…
user300045
  • 3,449
2
votes
0 answers

Outputs of polynomials form a regular n-gon in 2 dimensional real space

Let $n\geq 3$ be an integer. Let $f(x), g(x)$ be polynomials with real coefficiants such that the points $(f(1),g(1)), (f(2),g(2)),\cdots (f(n),g(n))$ in $\mathbb{R}^2$ form a regular $n$-gon in counterclockwise order. Prove that $\max(\deg f, \deg…
Max
  • 1,408
2
votes
2 answers

How to solve equation to the third power

I have the information that: $$ x^3 − x^2 −1 =0 $$ Has a "positive real root" of: $x \approx 1.4655\ldots$ My questions are, please: 1) What is a "positive real root". 2) How one gets from the formula to $1.4655$? 3) What is the technique used to…
2
votes
1 answer

Representing as sum of squares of polynomials

Show that the polynomial $x^4y^2+y^4z^2+z^4x^2-3x^2y^2z^2$ cannot be written as the sum of squares of polynomials over $\mathbb{R}$ in $x, y, z$. I could not make any progress/significant observation except for showing that the polynomial is…
2
votes
4 answers

Determining if function odd or even

This exercise on the Khan Academy requires you to determine whether the following function is odd or even f(x) = $-5x^5 - 2x - 2x^3$ To answer the question, the instructor goes through the following process what is f(-x) f(-x) = $-5(-x)^5 - 2(-x) -…
2
votes
1 answer

How to find $p\in \Bbb C[X]$ given $p(p(X))$

Assume you're given $p(p(X))$ in the form $$p(p(X))= \sum_{i≥0} a_i X^i$$ Is there any quick algorithm to retrieve $p$? What can be said about the degree of $p(p)$ I think it's twice the degree of $p$.
YoTengoUnLCD
  • 13,384
2
votes
1 answer

what is f(x) < 0 asking for?

I'm trying to answer a question that says, State where $f(x)<0$ using any correct notation and I do not know what it is asking for. The question provides me a graph going from quadrant 2 to 4, and based on that graph I'm supposed to "State where…
2
votes
3 answers

Dividing a polynomial $p(x)$ by $x-k$, but $x-k$ is set to be $0$?

While studying, I read the following, When a polynomial $p(x)$ is divided by $(x-k)$, if we set $(x-k)$ to be $0$, we get $x=k$ and the remainder as $p(k)$. However, if we divide $p(x)$ by $(x-k)$, or $0$, wouldn't the answer be undefined?
RK01
  • 803
2
votes
2 answers

Difference between a polynomial of degree $n$ and an $n$- tuple with the $n$th component $\neq 0$?

When a polynomial $f := a_0 + a_1 X + \cdots + a_n X^n$ over a field with $a_n \neq 0$ cannot be regarded as a function, what is the major difference between $f$ and the $n$-tuple $(a_0,\dots, a_n)$? It seems that the plus sign and the indeterminate…
Yes
  • 20,719
2
votes
2 answers

STEP past question: Showing that $a^2$ is a root of the following equation

I'm having difficulty with the following question The first part seems simple enough, and by expanding the right hand side I get that $p=-a^2+b+c$ $q=a(b-c)$ $r=bc$ But when asked to show that $a^2$ is a root of the mentioned equation, I'm unsure…
Andrew Brick
  • 1,296