Find a polynomial function of least degree having only real coefficients, a leading coefficient of 1 , and zeros of \( 4,1-2 i \), and \( 4+2 i \).
Solución de tutoría real
Responder
Solución
Revisado y aprobado por el equipo de tutoría de UpStudy
The Deep Dive
To find a polynomial function of least degree with given zeros, remember that polynomial functions with real coefficients must have complex roots in conjugate pairs. Since \( 1-2i \) is a zero, its conjugate \( 1+2i \) must also be a zero. The zeros we will use are \( 4, 1-2i, 1+2i \). The polynomial can be constructed by taking the product of the factors corresponding to each zero: 1. The factor for the zero \( 4 \) is \( (x - 4) \). 2. The factors for the zeros \( 1-2i \) and \( 1+2i \) are \( (x - (1-2i)) \) and \( (x - (1+2i)) \), respectively. This can be simplified to: \[ (x - (1-2i))(x - (1+2i)) = ((x - 1) + 2i)((x - 1) - 2i) = (x - 1)^2 + 4 \] (This is a difference of squares.) Now, putting it all together, we have: \[ P(x) = (x - 4)((x - 1)^2 + 4) \] Next, we expand this: 1. First, expand \( (x - 1)^2 + 4 \): \[ (x - 1)^2 = x^2 - 2x + 1 \implies (x - 1)^2 + 4 = x^2 - 2x + 1 + 4 = x^2 - 2x + 5 \] 2. Now multiply with \( (x - 4) \): \[ P(x) = (x - 4)(x^2 - 2x + 5) = x(x^2 - 2x + 5) - 4(x^2 - 2x + 5) \] \[ = x^3 - 2x^2 + 5x - 4x^2 + 8x - 20 \] \[ = x^3 - 6x^2 + 13x - 20 \] Thus, the polynomial function of least degree with real coefficients, a leading coefficient of 1, and the specified zeros is: \[ \boxed{x^3 - 6x^2 + 13x - 20} \]