Find a degree 3 polynomial with real coefficients having zeros 5 and 3i and a lead coefficient of 1. Write P in expanded form. Be sure to write the full equation, including P(x).

Respuesta :

If a polynomial with real coefficients has a complex root [tex]z[/tex], then its conjugate [tex]\bar{z}[/tex] must be a root as well.

So, the three roots of the polynomial are [tex]5[/tex], [tex]3i[/tex] and its conjugate [tex]-3i[/tex]

This leads to the factorization

[tex]P(x) = (x-5)(x-3i)(x+3i) = (x-5)(x^2+9) = x^3+9x-5x^2-45[/tex]

So, your polynomial is

[tex]P(x) = x^3-5x^2+9x-45[/tex]

The polynomial equation with real coefficients having zeros 5 and 3i and a lead coefficient of 1 is [tex]P(x)=x^3-5x^2+9x-45[/tex]. This can be obtained by the factors method.

Polynomial equation:

  • Polynomial equations are the one that forms with variables, coefficients, and exponents.
  • The order of the polynomial is the highest degree of the variable in the equation.
  • They are linear equations (degree 1), quadratic (degree 2), cubic (degree 3), and so on.
  • we have standard form as [tex]P(x)=a(x-x_1)(x-x_2)(x-x_3)....[/tex]

Finding the polynomial equation:

It is given that, the equation has zeros 5 and 3i

3i is an imaginary number its conjugate also be a zero for the equation

Here zeros are nothing but factors and the lead coefficient is 1

So,

[tex]P(x)=1(x-5)(x-3i)(x+3i)[/tex]

From [tex](a-b)(a+b)=a^2+b^2[/tex]

[tex]P(x)=1(x-5)(x^2-(3i)^2)[/tex]

[tex]P(x)=1(x-5)(x^2+9i^2)[/tex]

Since [tex]i^2=-1[/tex]

[tex]P(x)=1(x-5)(x^2-9)[/tex]

[tex]P(x)=x^3+9x-5x^2-45[/tex]

[tex]P(x)=x^3-5x^2+9x-45[/tex]

Therefore, the required polynomial is [tex]P(x)=x^3-5x^2+9x-45[/tex] for the given values.

Learn more about polynomials here:

https://brainly.com/question/2833285

#SPJ2