Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

Finding the
Roots/Zeros


Finding The RootsZeros class=

Sagot :

Answer:

  x = {-√7, √7, -i, i}

Step-by-step explanation:

The quartic can be factored as the product of two quadratics:

  f(x) = x^4 -6x^2 -7

  f(x) = (x^2 -7)(x^2 +1)

Each quadratic can be factored according to the factoring of the difference of squares:

  x^2 -a^2 = (x -a)(x +a)

Of course, the square root of a negative number is imaginary. The full factorization is then ...

  f(x) = (x -√7)(x +√7)(x -i)(x +i)

The zeros are ...

  x = {-√7, √7, -i, i}