4

I was asked to find the zeros of $y = x^4 + 5x^2 +6$.

I tried to turn this into a quadratic to factor it as follows:

$y = x^4 + 5x^2 +6 = {(x^2)}^2 + 5{(x^2)}^1 + 6$

Put another way:

Let $t = {x^2}$

$y = t^2 + 5t +6$

$y = (t + 6)(t - 1)$

$t =$ {$-6, 1$}

I threw out the -6 solution, but thought that if $t = x^2 = 1$, then $x = 1$.

I can see that when I plug 1 back into the original formula, $1^4 + 5(1^2) + 6 \ne 0$, but I don't know where I went wrong conceptually.

dumb question
  • 195
  • 1
  • 7

3 Answers3

2

You factored incorrectly. It factors into $y = (t+2)(t+3)$.

Joe
  • 4,757
  • 5
  • 35
  • 55
2

Yes, you can do what you are trying. The only problem is you did not factor it correctly, as the constant term would be $-6$ instead of $+6$

Ross Millikan
  • 374,822
1

Yes that is a valid method. In reply to your comment about the answer being "no zeros," that comes from the fact that there are no real zeros, which is what that means.

If you were looking for only real roots, you could have also deduced that from looking at the original equation. $x^4$ and $x^2$ are always positive, thus for real $x, x^4 + 5x^2 + 6 > 0$

MT_
  • 19,603
  • 9
  • 40
  • 81