SOLUTION: Find the 4 roots of the equation: x^4+kx^2+1=0 k^2<4
Algebra
->
Complex Numbers Imaginary Numbers Solvers and Lesson
-> SOLUTION: Find the 4 roots of the equation: x^4+kx^2+1=0 k^2<4
Log On
Algebra: Complex Numbers
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Complex Numbers
Question 67434
:
Find the 4 roots of the equation:
x^4+kx^2+1=0
k^2<4
Answer by
Nate(3500)
(
Show Source
):
You can
put this solution on YOUR website!
figure that p = x^2 for now:
(x^2)^2 + k(x^2) + 1 = 0
p^2 + kp + 1 = 0
p^2 + kp = -1
(p + k/2)^2 = -1 + k^2/4
p + k/2 = +- sqrt(k^2/4 - 1)
p = -k/2 +- sqrt(k^2/4 - 1)
x^2 = -k/2 +- sqrt(k^2/4 - 1)
x = +- sqrt(-k/2 +- sqrt(k^2/4 - 1))
~~~~~~
k^2 < 4
-2 < k < 2