Hvad er vertexet for y = 3 (x-3) ^ 2-x ^ 2 + 12x-15?

Hvad er vertexet for y = 3 (x-3) ^ 2-x ^ 2 + 12x-15?
Anonim

Svar:

# "Vertex" -> (x, y) -> (3 / 2,15 / 2) #

Forklaring:

#COLOR (blå) ("Metode:") #

Forenkle først ligningen, så den er i standard form af:

#COLOR (hvid) ("xxxxxxxxxxx) y = ax ^ 2 + bx + c #

Skift dette til formularen:

#COLOR (hvid) ("xxxxxxxxxxx) y = a (x ^ 2 + b / ax) + c # Dette er IKKE vertex form

ansøge # -1 / 2xxb / a = x _ ("vertex") #

Erstatning #x _ ("toppunkt") # tilbage i standardformularen for at bestemme

#Y _ ("toppunkt") #

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Givet:#color (hvid) (…..) y = 3 (x-3) ^ 2-x ^ 2 + 12x-15 #

#farve (blå) ("Trin 1") #

# Y = 3 (x ^ 2-6x + 9) -x ^ 2 + 12x-15 #

# Y = 3x ^ 2-18x + 27-x ^ 2 + 12x-15 #

# Y = 2x ^ 2-6x + 12 # …………………………………….(1)

'~~~~~~~~~~~~~~~~~~~~~~~~~~~

#farve (blå) ("Trin 2") #

Skriv som: # Y = 2 (x ^ 2-3x) + 12 #

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#farve (blå) ("Trin 3") #

#color (grøn) (x _ ("vertex") = (-1/2) xx (-3) = + 3/2) #…………………….(2)

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#farve (blå) ("Trin 4") #

Substitutionsværdi ved (2) i ligning (1), der giver:

#Y _ ("toppunkt") = 2 (3/2) ^ 2-6 (3/2) + 12 #

#Y _ ("toppunkt") = 18 / 4-18 / 2 + 12 #

#Y _ ("toppunkt") = 18 / 4-36 / 4 + 12 #

#COLOR (grøn) (y _ ("toppunkt") = - 9/2 + 12 = 15/2) #

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# "Vertex" -> (x, y) -> (3 / 2,15 / 2) -> (1 1/2, 7 1/2) #