
Svar:
Forklaring:
# "Udvid og forenkle højre side af ligningen" #
#Y = - (x ^ 2 + 2x + 1) + 2x ^ 2x #
#COLOR (hvid) (y) = - x ^ 2-2x-1 + 2x ^ 2x #
#color (hvid) (x) = x ^ 2-3x-1larrcolor (blå) "i standardformular" #
# "med" a = 1, b = -3 "og" c = -1 #
# "x-koordinatet af vertex er" #
# • farve (hvid) (x) x_ (farve (rød) "toppunkt") = - b / (2a) = - (- 3) / 3 = 3/2 #
# "erstat denne værdi i ligning for y-koordinat" #
#y_ (farve (rød) "toppunkt") = (3/2) ^ 2-3 (3/2) -1 = -13 / 4 #
#rArrcolor (magenta) "toppunkt" = (3/2, -13/4) #