Question about polynomial

72 Views Asked by At

If the polynomial $x^3+3px+q$ has a factor of the form $(x-a)^2$, then prove that $q^2+4p^3=0$.

2

There are 2 best solutions below

0
On BEST ANSWER

$$(x-a)^2(x-b)=x^3-bx^2-2ax^2+a^2x+2abx-ba^2$$ and by identification

$$b=-2a.$$

Then

$$q^2+4p^3=(2a^3)^2+4(-a^2)^3=0.$$


You can also perform the long division of the given polynomial by $(x-a)^2$ and cancel the remainder.

0
On

$a$ is a double root so that

$$a^3+3pa+q=3a^2+3p=0.$$

Eliminate $a$.