If x 3 + 3 p x + q has a factor in the form ( x − a ) 2 , find q 2 + 4 p 3 + 7 .
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.
Nice solution kuya Jaydee
let f ( x ) = x 3 + 3 p x + q
we have f ( a ) = 0 and f ′ ( a ) = 0
then : p = − a 2 and q = 2 a 3
so that : q 2 + 4 p 3 + 7 = 7
Good job bro. Really liked your concept.
same method
just put
a=0,p=0 and q=0. every thing satisfied.
Problem Loading...
Note Loading...
Set Loading...
The first statement is equivalent to saying that a (multiplicity 2) is a root of the equation x 3 + 3 p x + q = 0 .
By Vieta's formulas, the sum of the three roots of the equation is 0. Letting x 3 to be the third root, we have x 1 + x 2 + x 3 = a + a + x 3 = 0 ⟹ x 3 = − 2 a
Furthermore, the product of the three roots is − q , and the sum of two-wise products of the roots is 3 p . So x 1 x 2 x 3 = − q ⟹ q = − ( a ) ( a ) ( − 2 a ) = 2 a 3 x 1 x 2 + x 1 x 3 + x 2 x 3 = 3 p ⟹ p = 3 1 [ ( a ) ( a ) + ( a ) ( − 2 a ) + ( a ) ( − 2 a ) ] = − a 2 Therefore, q 2 + 4 p 3 + 7 = ( 2 a 3 ) 2 + 4 ( − a 2 ) 3 + 7 = 4 a 6 − 4 a 6 + 7 = 7