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

Clarification in proof related to monomials as basis for polynomial space

I have seen a proof that the set $\{1, x, ... , x^{n-1}\}$ form a basis for $P_{n}(x)$ as given below: To show that $\{1, x, ... , x^{n-1}\}$ is a basis for $P_{n}(x)$, let $a_{0},a_{1}, ... ,a_{n-1}$ be scalars such that $a_{0} +…
Vinod
  • 2,209
1
vote
0 answers

How to simplify a polynomial with polynomial arguments?

I have a problem where I have a set of points in one domain (a camera focal image plane) and a polynomial transformation that puts those points into another domain (real-world coordinates) and another set of polynomials that does the reverse. I have…
craigim
  • 111
1
vote
1 answer

cos(1/3 arccos(x) )

let $y(x) = \cos(3 \arccos x)$, then $y(x) = 4x^3 - 3x$. (Chebychev poly), My question is CAN $ \cos( \frac{1}{3} \arccos x )$ be expressed as an alternate function of $x$? This would change the face of the cubic formula forever. Making it a…
1
vote
3 answers

Find $K$ in the equation $ 24x^3-14x^2-63x+K=0$ if one root is twice more the another.

I am given the equation $ 24x^3-14x^2-63x+K=0$ and I am asked to find the values for $K$ If one root is double the other root. How would I solve this? I am trying to solve this by taking two roots as A,2A and the third B then by using sum and…
danny
  • 357
1
vote
1 answer

Calculating the coefficients of one form of bi-variate polynomial from its another form

Given a polynomial: $$ P(x_1, x_2) = (ax_1+b)(cx_2+d)$$ This can be written in another form as: $$ P(x_1, x_2) = d_1x_1x_2 + d_2x_1 + d_3x_2 + d_4$$ where, $d_1 = ac$, $d_2 = ad$, $d_3 = bc$, $d_4 = bd$ A feasible solution does not always exists for…
Omer
  • 109
1
vote
3 answers

Why the leading coefficient is positive?

Help is needed in explaining the following (partial) proof:- Let $Q(x) = ax^4 + bx^3 + cx^2 + dx + e$. Suppose “that Q(x) = 0 has no real roots. Thus, Q(x) is always positive or negative for all real x. WLOG, (we can) assume that Q(x) > 0 for all…
Mick
  • 17,141
1
vote
0 answers

Is there a "concatenation operator" for polynomials?

Wikipedia says that the concatenation operator $\|$ concatenates digits of two numbers: ... the concatenation of 69 and 420 is 69420. Is there a similar concatenation operator (or the same?) for polynomials as well? For example: $$ x^2 + 1\;\|\;…
rityzmon
  • 179
1
vote
3 answers

In a polynomial of $n$ degree, what numbers can fill the $n$?

Until now, I've seen that the $n$ could be filled with the set $\mathbb{N}_0$ and $-\infty$ but I still didn't see mentions on other sets of numbers. As I thought that having 0 and $-\infty$ as degrees of a polynomial were unusual, I started to…
Red Banana
  • 23,956
  • 20
  • 91
  • 192
1
vote
1 answer

Factor polynomial over $C, Q, R$, if one comlex root is given

The polynomial is: $P(x)=x^6+x^4-x^3+x^2+1$. I need to factor it over $C, Q, R$ if one complex root is $\sqrt[3]{1}$. Also find all fields in which $P$ is reducible. Now, I know how to find one factor of P using given complex root, and I end up…
J.Doe
  • 25
1
vote
5 answers

Remainders of polynomials of higher degrees.

Let $R(x)$ be a remainder upon dividing $x^{44}+x^{33}+x^{22}+x^{11} +1$ by the polynomial $x^4 +x^3 +x^2 +x +1$. Find: $R(1)+2R(2)+3R(3)$. Answer provided is $0$
mnulb
  • 3,381
1
vote
2 answers

decompose some polynomials

[ In first, I say "I'm sorry!", because I am not a Englishman and I don't know your language terms very well. ] OK, I have some polynomials (like $a^2 +2ab +b^2$ ). And I can't decompress these (for example $a^2 +2ab +b^2 = (a+b)^2$). Can you help…
jiun
  • 211
1
vote
2 answers

Determine number of real roots on an incomplete polynomial

Let's say that I have an incomplete quartic equation with real coefficients, which is $$x^4 - 3x^3 + ... - 10 = 0$$ And also given 2 complex roots, $a + 2i$ and $1 + bi$ where $a$ and $b$ are real numbers. The problem asks the sum of the real…
1
vote
0 answers

Comparing roots of two second-degree polynomials

I would like to show that the largest root of a second-degree polynomial, i.e., $a_2 x^2+a_1 x +a_0$ is greater than the largest root of another, $b_2 x^2+b_1 x +b_0$. Is there a way to show this without computing the roots themselves?
1
vote
0 answers

How to expand a fraction of polynomials into a series?

I am trying to expand into a series (sorry, I'm not sure of proper terminology here but hopefully it is clear) the ratio of a polynomial in $x^2$ at two consecutive values: $$\frac{a_0 (x+1)^n + a_2 (x+1)^{n-2} + a_3 (x+1)^{n-4} + ...}{a_0 x^n + a_2…
Ziggy
  • 135
1
vote
4 answers

Find the values of a and b so that $x^4+x^3+8x^2+ax+b$ is exactly divisible by $x^2+1$

I have been trying this question for a long time but I am not getting it. So please help me and try to make it as fast as possible
1 2 3
99
100