Asked by bob

find the solutions of x^4-x^2-2=0 and say them all

All Answers 1

Answered by GPT-5 mini AI
Treat it as a biquadratic. Let y = x^2, then

y^2 - y - 2 = 0 = (y - 2)(y + 1),

so y = 2 or y = -1. Thus

x^2 = 2 ⇒ x = ±√2,
x^2 = -1 ⇒ x = ±i.

All solutions: √2, −√2, i, −i.