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
3 answers

Factoring 3 Dimensional Polynomials?

How do you factor a system of polynomials into their roots the way one can factor a single dimensional polynomial into its roots. Example $$x^2 + y^2 = 14$$ $$xy = 1$$ We note that we can find the 4 solutions via quadratic formula and substitution…
1
vote
0 answers

How to solve a 4 variable polynomial equation

I was working on a Statistics problem and had been given some data (Mean, variance, Skewness and Kurtosis values). From that, I arrived at the following 4 equations but I am stumped here. Any suggestions would greatly help, thanks ! a + b + c + d =…
1
vote
2 answers

factor $x^9 + 243x^3 + 729$

Factor the polynomial $$x^{9} + 243x^{3} + 729$$ it might be helpful to see it like this $$x^{9}+3^{5}x^{3}+3^{6}$$ I would imagine this being done without a calculator, but I don't see how to do it.
1
vote
0 answers

Polynomial with roots $\frac{\alpha}{\beta},\frac{\alpha}{\gamma},\frac{\beta}{\gamma}$ etc

If $\alpha,\beta,\gamma$ are the roots of $x^3+qx+r=0(r\ne0)$ then find the equation whose roots are $\frac{\alpha}{\beta},\frac{\alpha}{\gamma},\frac{\beta}{\gamma},\frac{\beta}{\alpha},\frac{\gamma}{\alpha},\frac{\gamma}{\beta}.$ My book has…
Jave
  • 1,160
1
vote
1 answer

Please help me verify this statement of sum of polynomials function at each x

I have found an interesting property of polynomial function When I have multiple of 2nd degree polynomial functions. I could use method of 3 points to solve for $a,b,c$ $$a_nx^2 + b_nx + c_n = p_{nx}$$ $$a_n + b_n + c_n = p_{n1}$$ $$c_n =…
Thaina
  • 672
1
vote
2 answers

Three real roots of $8x^3 – ax^2 + bx – 1 = 0$ in G.P.

The equation $8x^3 – ax^2 + bx – 1 = 0$ has three real roots in G.P. If $λ_1 ≤ a ≤ λ_2$, then find ordered pair $(λ_1, λ_2)$. My approach $f(x)=8x^3 – ax^2 + bx – 1 $ $f'(x)=24x^2 –2ax + b$ For real root ${(4a^2-96b)}>0$ Roots of $f'(x)$…
1
vote
1 answer

Is there a such thing as a Homogenous Monomial

Is there a word for a monomial in only one variable? Let me explain: consider the homogenous polynomial $x_1^5 + x_1^4 x_2 + \cdots + x_2^5$. I there a term for the two terms at the ends? $x_1^5$ and $x_2^5$. I feel like the term should be "the…
1
vote
1 answer

Find all polynomials $p(x)$ such that $p(x^2)={p(x)}^2$

The question is Find all polynomials $p(x)$ such that $p(x^2)=[p(x)]^2$. First of all i saw that $p(x)=0$ and $p(x)=1$ are two polynomials satisfying the condition. Next I tried putting some values and observed that Since…
1
vote
0 answers

closure of dot product for algebraic vectors

Assume that $\hat{U}$ and $\hat{V}$ are vectors of the form $\left[\alpha,\beta,0\right]$ and $\left[\gamma, \delta,\epsilon \right]$ in $R^3$ where $\alpha$, $\beta$, $\gamma$, $\delta$, and $\epsilon$ are all algebraic integers. We also assume…
Randall
  • 91
1
vote
1 answer

Inf of the Sup of complex polynomials

Consider $\mu\left(P\right)=\underset{\left|z\right|=1}{\text{sup}}\left|P\left(z\right)\right|$ where $P$ is a complex polynomial. Then let $C_n$ be the set of complex polynomials of degree $n$ such that $P=X^n+\sum_{k=0}^{n-1}a_kX^k$. I've proved…
Atmos
  • 7,369
1
vote
0 answers

How to find the exact numbers of positive and negative roots of the polynomial by using Descartes rule

How to find the exact numbers of positive and negative roots of the polynomial $x^4-12x^2+4$ by using Descartes rule of sign. I can find the maximum number of positive and negative roots using the rule. But how to find the exact numbers?
Jave
  • 1,160
1
vote
3 answers

Please explain the formula for the sum of the cubes and the difference: $a^3 - b^3$ and $a^3 + b^3$?

I have not yet fully mastered the formula for accelerated multiplication. I was able to understand everything except the last two. I would like to deal with them. Why have : $$ a^3 + b^3 = (a+b)(a^2 -ab + b^2)^* $$ and $$ a^3 - b^3 = (a-b)(a^2 + ab…
Boujozo
  • 125
1
vote
4 answers

Why is the coefficient of the $(n-1)$st degree term of a polynomial of degree $n$ the sum of its roots (up to sign)?

My professor gave the following fact: $$p(z)=(z-\zeta_0)\cdots(z-\zeta_{n-1})=z^n+(-1)^n(\zeta_0+\cdots+\zeta_{n-1})z^{n-1}+\cdots$$ It is fairly easy to see this for polynomials of a particular degree by expanding its factorization as a product…
csch2
  • 4,557
1
vote
2 answers

Find table values of this $y=(x-4)(x-2)(x+1)(x+4)$

how to find this $$y=(x-4)(x-2)(x+1)(x+4)$$ I know that x - intercept is $$4,2,-1,-4$$ and y- intercept is $$32$$ In table values $$ x = -5,-3,-1,2,3$$ now What is the values of $y$ ? Thanks in advance
Jerson
  • 191
1
vote
0 answers

Maximum of a trigonometric polynomial

I need a method of finding the maximum of a real valued trigonometric polynomial where I can trade accuracy for speed. The accepted answer to this…