Kako rešiti x ^ 2-x = -1?

Kako rešiti x ^ 2-x = -1?
Anonim

Odgovor:

# x = 1/2 + -isqrt (3) / 2 #

Pojasnilo:

Izpolnite kvadrat:

# x ^ 2-x = (x-1/2) ^ 2-1 / 4 = -1

Preuredite, da naredite # x # predmet:

# (x-1/2) ^ 2-1 / 4 = -1

=>

# (x-1/2) ^ 2 = -3 / 4 #

=>

# x-1/2 = + - isqrt (3) / 2 #

=>

# x = 1/2 + -isqrt (3) / 2 #