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

Find polynomials $p(x) $ such that $(x+10)p(2x)=(8x-32)p(x+6) $ when $p(1)=210$

Hi I have polynomials as below form. $(x+10)p(2x)=(8x-32)p(x+6)$, when $p(1)=210$ I try to assign some $x$ eg. $0.5$ , $-6$ but can not find the correct relation. Any advice or guidance on this would be greatly appreciated, Thanks.
3
votes
4 answers

Finding $k$ such that $(x^2 + kx + 1)$ is a factor of $(x^4 - 12 x^2 + 8 x + 3)$

$(x^2 + kx + 1)$ is a factor of $(x^4 - 12 x^2 + 8 x + 3)$ . Find $k$ ....couldnt figure out how to find $k$ I tried assuming $(x^2 + kx + 1)= (x - 1)^2 $ where $k = (-2) $ comsidering that $(x-1) $ is a factor of the above polynomial.....but it…
3
votes
3 answers

How to solve $2x^5+5\sqrt{2}x^4+20x^3+20\sqrt{2}x^2+20x+4\sqrt{2}=0$?

How to solve $$2x^5+5\sqrt{2}x^4+20x^3+20\sqrt{2}x^2+20x+4\sqrt{2}=0?$$ I just have no idea and I'have some knowledge about the polynomial equations. Here, just nothing.
nonuser
  • 90,026
3
votes
1 answer

Generating polynomials that are co-prime to their first and second derivatives

Let $f \in \mathbb Q [X]$ and not constant or of the form $(x-a)^n$. Suppose: $f_1 := \frac{f}{gcd(f,D^2f)}$ and; $f_2 := \frac{f_1}{gcd(f_1,Df_1)}$, where $Df$ stands for the formal derivative. Is it true that $gcd(f_2,Df_2)=gcd(f_2,D^2f_2)=1$
user9498
3
votes
5 answers

Given $f(x)=ax^3-ax^2+bx+4$ Find the Value of $a+b$

Let $f(x)=ax^3-ax^2+bx+4$. If $f(x)$ divided by $x^2+1$ then the remainder is $0$. If $f(x)$ divided by $x-4$ then the remainder is $51$. What is the value of $a+b$? From the problem I know that $f(4)=51$. Using long division, I found that remainder…
3
votes
3 answers

The polynomials $P_n (X)$ are defined by $P_0 (X)=0$, $P_1 (X)=X$, and $P_n (X)=XP_{n-1} (X) + (1-X)P_{n-2} (X)$ for $ n>1$

... Find all the real roots of $P_n (X)$, for each $n$. Help! I'm completely stuck on this question. I started out by finding $P_n (X)$ for various $n$ up to $n=5$, and then I found that the only real solution for each $n$ is $x=0$. Here is a…
user65132
  • 287
3
votes
5 answers

Finding the last root of $p(x) = x^5 + a_3 x^3 + a_2 x^2 + a_1x + a_0$ given that...

The polynomial $p(x) = x^5 + a_3 x^3 + a_2 x^2 + a_1x + a_0$ has real coefficients and has 2 roots of $x = -3$, and two roots of $x=4$. What is the last root, and how many times does it occur? At first I expanded $(x+3)^2(x-4)^2$ to get a…
daedsidog
  • 997
3
votes
1 answer

Find the polynomials $f(x)$ and $g(x)$ with integer coefficients such that the following equation is true.

(a) Find the polynomials $f(x)$ and $g(x)$ with integer coefficients such that $$ \dfrac{f(\sqrt 3 + \sqrt 5)}{g(\sqrt 3 + \sqrt 5)} = \sqrt 3 $$ (b) Find $f$ and $g$ so that $$ \dfrac{f(\sqrt 3 + \sqrt 5)}{g(\sqrt 3 + \sqrt 5)} = \sqrt…
3
votes
2 answers

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

Find all polynomials $p\in \mathbb{C}[x]$ such that $$p(x^2-2x)=p(x-2)^2$$ We can not say anything specific about the degree since both sides are of the degree $2n$. Also by copering the coeficients we see that the leading coefficent must be…
nonuser
  • 90,026
3
votes
3 answers

Remainder of polynomial division when divisor is square without calculus

The problem is given as follows: Let $p(x) = x^{2004} - x^{1901} - 50$. What is the remainder of the division of $p(x)$ by $(x-1)^2$. The solution is straightforward when using the derivative of $p(x)$. However, considering that I stumbled upon…
3
votes
1 answer

Bound for the roots of a polynomial in terms of coefficients

I am trying to prove an Exercise in Bhatia's Matrix Analysis, and I'm unsure how to approach the problem. Let $f(z)=z^n+a_1z^{n-1}+\cdots+a_n=(z-\lambda_1)\cdots(z-\lambda_n)$ be a given monic polynomial. Let $\mu_1,\ldots,\mu_n$ be the numbers…
chhro
  • 2,226
  • 8
  • 14
3
votes
2 answers

Help with a quintic polynomial

$$y = 0.10 + 4.060264x - 6.226862x^2 + 48.145864x^3 - 60.928632x^4 + 49.848766x^5$$ I need to be able to solve this equation for $x$. I've looked around and seem to be failing miserably and solving this myself. I'll have a $y$ value (likey between…
3
votes
1 answer

the roots of the equation $ax^2 +bx+c=0$ are $\alpha$ and $\beta$ find an equation with roots $\alpha + \beta$ and $\alpha \beta$.

The roots of the equation $ax^2 +bx+c=0$ where $a,b,c \in\Bbb Z^+$ are $\alpha$ and $\beta$. Find a quadratic with integer coefficients whose roots are $\alpha + \beta$ and $\alpha \beta$. So my workings are below but from graphing a few curves…
H.Linkhorn
  • 1,283
3
votes
1 answer

adding a constant to a polynomial so all its roots are real.

If I have a polynomial with real cofficients $p_x \in \mathbb{R}[x]$ , is it always possible to pick a constant $c \in \mathbb{R}$ so that $p_x + c$ only has real roots✱? Equivalently, does the following hold? $$p_x + c \propto…
Greg Nisbet
  • 11,657
3
votes
1 answer

same polynomial function for two different polynomials

It is well know that a polynomial doesn't determine uniquely the polynomial function associated with it; e.g. $f_1(x)=x$ and $f_2(x)=x^p$ with coefficients in the finite field with $p$ elements both induce the same polynomial function, since…