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

How to evaluate the given polynomials?

Let $p(x)=x^5+x^2+1$ have roots ${x_1}$, ${x_2}$, ${x_3}$, ${x_4}$ and ${x_5}$. Let $g(x)=x^2-2$, then find the value of $$L=\prod_{i=1}^5 g(x_i)-30 g\big(\prod_{i=1}^5 x_i\big).$$ My attempts were taking an equation whose roots are y = g ( ${x_i}$…
NadiKeUssPar
  • 2,474
2
votes
2 answers

Questions involving two polynomials

Let $$P(x)=x^{6}-x^{5}-x^{3}-x^{2}-x$$ $$Q(x)=x^{4}-x^{3}-x^{2}-1$$ Let $z_{1}, z_{2}, z_{3}, z_{4}$ be the roots of Q(x) Prove that $$P\left (z_{1} \right )+ P\left (z_{2} \right )+ P\left (z_{3} \right )+ P\left (z_{4} \right )=6$$
2
votes
2 answers

Stuck on Polynomial Division Problem

Trying to find the quotient and remainder of the problem below..but keep getting to wrong. Could someone demonstrate how to solve this correctly?
jaykirby
  • 852
2
votes
1 answer

Bernoulli Polynomials Question

Could you please help me do this question. If I integrate the given expression for the derivative (2) to find $B_n(x)$, how can I find the value of the constant?
2
votes
1 answer

Calculating time to distance in 3rd order acceleration curve

My question is very similar to others asking about how to calculate the time to a given distance given a specific acceleration value but I have a little more complexity and thus the reason for asking an additional question. most of the questions…
wenger
  • 23
2
votes
2 answers

Is constant a polynomial

Is constant number a polynomial? Is $5$ a polynomial? My present understanding is no: $0$ is a polynomial with no degree be defined, But if $5$ is a polynomial, then $5$'s degree is $0$
2
votes
4 answers

Are real coefficients also complex coefficients?

Can $x^2 + x +1$ be called a polynomial with complex coefficients? I know that all real numbers are complex numbers, so does this hold here as well?
Adienl
  • 1,069
2
votes
2 answers

Depressing a Cubic Equation

Suppose I have a cubic equation of $$x^3 + ax^2 + bx + c=0.$$ What steps would one take to eliminate the $x^2$ term? Given an elliptic curve that is not of the form $$Y^2 = X^3 + AX+B,$$ my goal would be to normalize the elliptic curve to that form…
Alex
  • 1,009
2
votes
1 answer

Are there multiple factor combinations of a polynomial?

With polynomials in general, is there more than one factorisation combination (i.e. is it similar to numbers, such as with '56' which can be both 28x2 and 7x8)? For instance, with $x^{2}-2x+1$, are there any other factorisations other than…
qwerty
  • 394
  • 1
  • 10
2
votes
1 answer

Proof that these polynomials form a base

Prove that the polynomials $$f'_n=e^{-z}\frac{d^n}{dz^n}(z^{2n}e^z), n=0,1,2,...$$ form a basis in the vector space of all polynomials. Find the expansion coefficients of the $f'_n$ in terms of the basis functions $f_n=z^n$. I have tried for some…
2
votes
0 answers

Seemingly impossible cubic roots

When creating a system of equations for complex cubic roots, I came across a paradoxical example of a cubic with 7 complex roots. Correct me if I'm wrong, but the fundamental theorem of algebra explicitly states that an nth degree polynomial has n…
2
votes
1 answer

How to check if two given polynomials intersect and at what exact X value

I have two polynomial equasions, is there a simple way to check if they intersect and if yes determine the exact X value of intersection. Right now i wrote an algorythm that simply bruteforces all the Xs from zero to some approximate intersection…
2
votes
2 answers

Remainder of $\frac{3x^{2019}+5x^{1019}-7x+4}{x^2-1}$

I don't understand how I should go about solving the following question: Find the remainder when polynomial $f(x)=3x^{2019}+5x^{1019}-7x+4$ is divided by $x^2-1$. I tried to use the factor theorem, but I never encountered a problem with a divisor…
thekerbal
  • 45
  • 3
2
votes
1 answer

How is this polynomial cubic in $P^2$?

I am programming a solution to Lamb's problem for a point source in 3-D that is outlined in Richards (1979), but I am confused by how the polynomial $$ (A - 2P^2)^4 - 16X^2Y^2P^4 $$ is cubic in $P^2$. $\\$ The dimensionless quantities $A, T, X, \…
GeoJoe
  • 23
2
votes
1 answer

The function f(x) which satisfies fof(x)=4-x

I want to find all $f(x)$s (if they exist) which $fof(x)=4-x$, I know that $f(x)$ can't be linear because if $$f(x)=ax+b$$ then $$fof(x)=a(ax+b)+b=a^2x+ab+b$$ And $a^2$ can't be -1. Actually i think $f(x)$ can't be any polynomial but i can't prove…