Since a,b,c∈R, the complex roots of the equation x3+ax2+bx+c=0 must occur in conjugate pairs.
Given roots are α=1 and β=1+i2.
The third root must be γ=1−i2.
The polynomial is given by:
x3+ax2+bx+c=(x−1)(x−(1+i2))(x−(1−i2))
=(x−1)((x−1)2−(i2)2)
=(x−1)(x2−2x+1+2)
=(x−1)(x2−2x+3)
=x3−3x2+5x−3
We need to evaluate the integral:
I=∫−11(x3−3x2+5x−3)dx
Using the property of definite integrals ∫−aaf(x)dx=0 for odd functions and 2∫0af(x)dx for even functions:
I=∫−11x3dx−3∫−11x2dx+5∫−11xdx−3∫−111dx
I=0−3(2)∫01x2dx+0−3(2)∫011dx
I=−6[3x3]01−6[x]01
I=−6(31)−6(1)
I=−2−6=−8
Answer: −8