Hva er toppunktet for y = 3 (x-3) ^ 2-x ^ 2 + 12x-15?

Hva er toppunktet 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 slik at den er i standard form av:

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

Endre dette til skjemaet:

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

Søke om # -1 / 2xxb / a = x _ ("vertex") #

Erstatning #X _ ("toppunktet") # tilbake til standardskjemaet for å bestemme

#Y _ ("toppunktet") #

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

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

#color (blå) ("Trinn 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)

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

#color (blå) ("Trinn 2") #

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

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

#color (blå) ("Trinn 3") #

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

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

#color (blå) ("trinn 4") #

Substitusjonsverdi ved (2) i ligning (1) som gir:

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

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

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

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

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

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