This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
An important point one should remember while solving this problem is that the degree of the remainder polynomial should be less than that of the divisor polynomial
a x 3 + b x + c = a x ( x 2 + p x + 1 ) − a p x 2 − a x + b x + c
⇒ a x 3 + b x + c = a x ( x 2 + p x + 1 ) − a p ( x 2 + p x + 1 ) + a p 2 x + a p − a x + b x + c
⇒ a x 3 + b x + c = ( a x − a p ) ( x 2 + p x + 1 ) + ( ( a p 2 − a + b ) x + a p + c )
Here, ( a p 2 − a + b ) x + a p + c is the remainder.
For x 2 + p x + 1 to be a factor of a x 3 + b x + c , the remainder shouldn't exist.
Hence by equating the coefficient of x and the constant to 0, we get few valuable conditions.
c + a p = 0 ⇒ p = a − c
a p 2 − a + b = 0
⇒ a a 2 c 2 − a + b = 0 ⇒ c 2 − a 2 + a b = 0 ⇒ a 2 − c 2 = a b
which is the required condition.