Question
Question: Let P(x) = $x^3$ + $ax^2$ + bx be a polynomial whose roots are non-negative and are in arithmetic Pr...
Let P(x) = x3 + ax2 + bx be a polynomial whose roots are non-negative and are in arithmetic Progression. If the sum of coefficients of P(x) is 10, then:

sum of the roots of P(x) is equal to 9
sum of the roots of P(x) is equal to 18
The value of (b – a) is equal to 9
The value of (b – a) is equal to 27
A) sum of the roots of P(x) is equal to 9
D) The value of (b – a) is equal to 27
Solution
Let the polynomial be P(x)=x3+ax2+bx. Let the roots of the polynomial be α,β,γ. According to Vieta's formulas:
- Sum of the roots: α+β+γ=−a
- Sum of the products of the roots taken two at a time: αβ+βγ+γα=b
- Product of the roots: αβγ=−0=0
The condition that the product of the roots is 0 implies that at least one of the roots is 0. The roots are non-negative and are in arithmetic progression (AP). Let the roots be k−d,k,k+d. Since the roots are non-negative, we have k−d≥0, k≥0, and k+d≥0. Since at least one root is 0, one of k−d,k,k+d must be 0.
Case 1: k−d=0. This implies k=d. The roots are 0,d,2d. Since the roots are non-negative, we must have d≥0. If d=0, the roots are 0,0,0. If d>0, the roots are 0,d,2d, which are distinct non-negative numbers in AP.
Case 2: k=0. The roots are −d,0,d. Since the roots are non-negative, we must have −d≥0 and d≥0. This implies d=0. The roots are 0,0,0.
Case 3: k+d=0. Since k≥0 and d≥0 (because k−d≥0 and k≥0 implies d≤k, so if d<0, k−d>k≥0, but k+d=0 implies d=−k≤0. Hence d must be 0, which implies k=0), this is only possible if k=0 and d=0. The roots are 0,0,0.
So, the roots are either 0,0,0 (when d=0) or 0,d,2d with d>0.
The sum of the coefficients of P(x) is given as 10. The sum of coefficients of a polynomial P(x) is P(1). P(1)=13+a(1)2+b(1)=1+a+b. Given 1+a+b=10, so a+b=9.
Let's consider the roots 0,d,2d. Sum of roots = 0+d+2d=3d. From Vieta's formulas, sum of roots = −a. So, 3d=−a, which means a=−3d.
Sum of products of roots taken two at a time = (0)(d)+(d)(2d)+(2d)(0)=0+2d2+0=2d2. From Vieta's formulas, sum of products of roots taken two at a time = b. So, b=2d2.
Substitute the expressions for a and b into the equation a+b=9: (−3d)+(2d2)=9 2d2−3d−9=0.
We solve this quadratic equation for d: Using the quadratic formula d=2(2)−(−3)±(−3)2−4(2)(−9) d=43±9+72 d=43±81 d=43±9. Two possible values for d are: d1=43+9=412=3. d2=43−9=4−6=−23.
Since the roots are non-negative 0,d,2d, we must have d≥0. Thus, the valid value for d is 3.
If d=3, the roots are 0,3,2(3)=6. These roots are non-negative and in AP.
Now we find the values of a and b using d=3: a=−3d=−3(3)=−9. b=2d2=2(3)2=2(9)=18.
Let's check if a+b=9. a+b=−9+18=9. This is consistent with the given condition. The polynomial is P(x)=x3−9x2+18x.
Now let's evaluate the given options based on the roots 0, 3, 6 and the values a=−9,b=18.
A) sum of the roots of P(x) is equal to 9. Sum of roots = 0+3+6=9. This statement is true.
D) The value of (b – a) is equal to 27. b−a=18−(−9)=18+9=27. This statement is true.