Wie lösen Sie 4x² - 4x - 1 = 0?

Wie lösen Sie 4x² - 4x - 1 = 0?
Anonim

Antworten:

# x = (1 + sqrt2) / (2) #

Erläuterung:

#Farbe (blau) (4x ^ 2-4x-1 = 0 #

Dies ist eine quadratische Gleichung (in Form) # ax ^ 2 + bx + c = 0 #)

Verwenden Sie die quadratische Formel

#color (braun) (x = (- b + -sqrt (b ^ 2-4ac)) / (2a) #

Woher

#Farbe (rot) (a = 4, b = -4, c = -1 #

#rarrx = (- (- 4) + - sqrt (-4 ^ 2-4 (4) (- 1))) / (2 (4)) #

# rarrx = (4 + - Quadrat (-4 ^ 2-4 (4) (- 1))) / (8) #

# rarrx = (4 + - Quadrat (16 - (- 16))) / (8) #

# rarrx = (4 + - Quadrat (16 + 16)) / (8) #

# rarrx = (4 + - Quadrat (32)) / (8) #

# rarrx = (4 + - Quadrat (16 * 2)) / (8) #

# rarrx = (4 + -4sqrt2) / (8) #

# rarrx = (Abbruch (4) ^ 1 + -Cancel (4) ^ 1sqrt2) / (Abbruch8) ^ 2 #

#color (grün) (rArrx = (1 + -sqrt2) / (2) #