Hva er toppunktet for y = -x ^ 2 + 2x - 7?

Hva er toppunktet for y = -x ^ 2 + 2x - 7?
Anonim

Svar:

# "Vertex:" (1, -6) #

Forklaring:

# "gitt funksjon" y = -x ^ 2 + 2x-7 #

# "avled funksjonen y med hensyn til x og lik null." #

# (d y) / (d x) = 0 #

# d / (d x) (- x ^ 2 + 2x-7) = 0 #

# -2x + 2 = 0 #

# -2x = -2 #

# X = 2/2 #

# X = 1 #

# "plugg x = 1 i funksjonen" y = -x ^ 2 + 2x-7 #

# Y = -1 ^ 2 + 2 * 1-7 #

# Y = -1 + 2-7 #

# Y = -6 #