David W. answered 03/23/16
Tutor
4.7
(90)
Experienced Prof
To "solve" an equation means to find all the values for which it is true. Let's find all the solutions to:
x4 + 9 = -6x2
Typically, polynomials are written "=0" when we solve them. So:
x4 + 6x2 +9 = 0
Now, advanced math builds on easy math (that is, it has prerequisites), so you will see many patterns over and over with more sophistication. Remember F-O-I-L (First-Inside-Outside-Last)? One special case of F-O-I-L uses the square of values:
(y+a)(y+a) = y2 + 2ay + a2
Now, we learn about "substitution." It is a cool way to change how an expression looks so we will recognize how to solve it. Let y=x2 and a=3:
(y+3)(y+3) = y2 + 6y + 9 = 0
but y=x2, so
(x2+3)(x2+3) = x4 + 6x2 + 9 = 0
Now, we apply the Multiplicative Property of Zero: if a*b=0, then either a=0 or b=0 or both.
That means:
x2+3 = 0 [note: you could write twice]
x2=-3
x= ±(√3)i
Check:
Is (+(√3)i)4 + 9 = -6(+(√3)i)2 ?
9 + 9 = -6(-3) ?
18 = 18 ?yes
Is (-(√3)i)4 + 9 = -6(-(√3)i)2 ?
9 + 9 = -6(-3) ?
18 = 18 ?yes