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

Converting expressions to polynomial form

My question is from Apostol's Vol. 1 One-variable calculus with introduction to linear algebra textbook. Page 57. Exercise 12. Show that the following are polynomials by converting them to the form $\sum_{k=0}^{m}a_kx^k$ for a suitable $m$. In each…
2
votes
2 answers

Differential Equation involving Polynomial Discriminants

So this is a homework question in my algebra class that I'm getting really stuck on... it should be straightforward, but I'm not sure how to interpret the differential equation. Any hints (solutions are nice too, but I really want to solve this)…
2
votes
4 answers

"A polynomial gives rise to the zero function if and only if it is the zero polynomial"

In Jim Hefferon's free book on Linear Algebra, there is an exercise that mentions the following: Prove that a polynomial gives rise to the zero function if and only if it is the zero polynomial. (Comment. This question is not a Linear Algebra…
d125q
  • 2,370
  • 17
  • 19
2
votes
3 answers

Factorising certain polynomials

During lesson we were given a starter activity which was to try and factorise polynomials and see what happened. The polynomials were $x^3-8$, $x^3-3x^2+ x -3$ and $x^4 - 16$. I could not work out what happened to them, and it's bugging me. If…
2
votes
3 answers

factorise the expression $x^3 - 3x^2 -4x + 12$

Factorize the expression $$x^3-3x^2-4x+12$$ Hence calculate the ranges of values of $x$ for which $x^3-3x^2>4x-12$. I factorised it to obtain $(x-2)(x-3)(x+2)$ but I don't how how to get to the next step.
user163990
1
vote
2 answers

Remainders on division of polynomials

I am told that the remainder on division of a polynomial $p(z)$ by $z^3+z^2+z+1$ is $z^2-z+1$. I am also given that $p(1)=2$, and then asked to determine the remainder when $p(z)$ is divided by $z^4-1$. I have expressed $p(z)$ as $p(z) =…
1
vote
1 answer

Discriminant function for general polynomials

According to Wikipedia... (terrible intro) The discriminant of a 6-degree polynomial has 246 terms. The article claims that the relationship between the terms in the discriminant has an exponential relationship to the degree of the equation. On the…
1
vote
1 answer

How to find the value of $m$ which is a power of a polynomial, when divided by a linear polinomial gives some remainder?

Q) The value of $m$ if $2x^m+x^3-3x^2-26$ leaves remainder of 226 when divided by $x-2$. (1) 0 (2) 7 (3) 10 (4) all of these How i solved it let $p(x)=2x^m+x^3-3x^2-26$ and $g(x)=x-2=0$ therefore $x=2$ substituting the value of $x$ in $p(x)$ then:…
anni
  • 349
1
vote
1 answer

How find the polynomial such $(P(x))^m$ with the coefficient is postive

Question: Given a nonconstant polynomial P with at least one negative coefficient, then $(P(x))^m\forall m\in N^{+},m\ge 2$ with all coefficient is postive. in other words: Prove :There exsit real coefficient polynomial …
math110
  • 93,304
1
vote
1 answer

Finding Cubic Roots of a polynomial and using Argand Diagrams

Solve the cubic equation $z^3+6z^2+12z+16=0$ and show the three solutions on an Argand diagram HINT: $(a+b)^3$
David
  • 11
  • 2
1
vote
2 answers

Coefficients of Lagrange polynomials

Let $n\in\mathbb{N}^*,A=(a_1,\dots,a_n)\in\mathbb{K}[X]^n$ all different numbers and $B=(b_1,...,b_n)\in\mathbb{K}[X]^n$ all different numbers. Let $L_{A,B}$ be the polynomial of degree $n-1$ verifying $\forall i\in[|1,n|],L_{A,B}(a_i)=b_i$.…
1
vote
1 answer

Rational zeros of polynomials

Let's have the polynomial $(x+y)^n+(y-x)^n=z^n$. Does anyone know when this polynomial has rational solutions? $x,y,z,n$ positive integers and $n>2$.
1
vote
2 answers

How to solve for X in Cubic poynomial

I've been given a Polynomial (Cubic) $$k=\frac16x\cdot(x+1)\cdot(2x+1)$$ If $k$ is given, is there any way to solve for $x$?
user171358
1
vote
4 answers

Let a be largest real value of $x$ for which $x^3 - 8x^2 - 2x + 3 = 0.$

Let $a$ be largest real value of $x$ for which $x^3 - 8x^2 - 2x + 3 = 0$. Determine the integer closest to $a^2$. How I tried to do this: This is a third-degree polynomial, thus there are 3 positive/negative values of $x$. If I find the roots of…
1
vote
3 answers

Need help solving this question (Remainder Theorem)

I know, it's probably an easy question for most of you people, but I really need help and if any one could explain step by step how to do this, that'd be great, Question One: The expression x² + bx + a leaves the same remainder when divided by x +…