To find the value of the integral ∫−11(x3+ax2+bx+c)dx, we first determine the coefficients a,b, and c of the cubic polynomial P(x)=x3+ax2+bx+c.
Given that the coefficients a,b,c∈R, any complex roots of the polynomial equation P(x)=0 must occur in conjugate pairs.
We are given two roots:
- Real root: x1=α=1
- Complex root: x2=β=1+i2
Since the coefficients are real, the third root x3 must be the complex conjugate of β:
x3=βˉ=1−i2
Thus, the cubic polynomial can be factored as:
P(x)=(x−1)(x−(1+i2))(x−(1−i2))
Simplifying the product of the complex factors:
(x−(1+i2))(x−(1−i2))=((x−1)−i2)((x−1)+i2)=(x−1)2−(i2)2=x2−2x+1+2=x2−2x+3
Now, multiplying by (x−1):
P(x)=(x−1)(x2−2x+3)
P(x)=x(x2−2x+3)−1(x2−2x+3)
P(x)=x3−2x2+3x−x2+2x−3
P(x)=x3−3x2+5x−3
Comparing P(x)=x3+ax2+bx+c, we get:
a=−3,b=5,c=−3
Now, we evaluate the definite integral:
I=∫−11(x3−3x2+5x−3)dx
Using the properties of definite integrals over symmetric intervals [−a,a]:
- The odd functions (x3 and 5x) integrate to 0.
- The even functions (−3x2 and −3) can be integrated by taking twice the integral from 0 to 1.
I=2∫01(−3x2−3)dx
I=2[−x3−3x]01
I=2(−13−3(1)−0)
I=2(−1−3)=2(−4)=−8
Correct Option: C