Find a polynomial of minimum degreee with a leading coeffici
Find a polynomial of minimum degreee with a leading coefficient of 1 that has the given zeros
2, 5-i, 5+i
Solution
The polynomial of minimum degree with a leading coefficient of 1and having 2, 5 -i and 5 +i as zeros is ( x-2)[x- (5-i)][x -(5+i)] = (x-2)[ (x-5)+ i ][(x-5) - i] = (x-2)[ (x-5)2 -i2 } ( as (a+b)(a-b) = a2 - b2 ; here a = x-5 and b = i)
Or, (x-2)( x2-10x+25 +1) or, (x-2)(x2-10x+26) or, x3 -10x2 +26x - 2x2 +20x -52 or , x3 -12x2+46x -52 ( as i2 = -1)
