Was ist der Scheitelpunkt von y = 3 (x-3) ^ 2-x ^ 2 + 12x - 15?

Was ist der Scheitelpunkt von y = 3 (x-3) ^ 2-x ^ 2 + 12x - 15?
Anonim

Antworten:

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

Erläuterung:

#color (blau) ("Methode:") #

Vereinfachen Sie zunächst die Gleichung so, dass sie die folgende Standardform hat:

#color (weiß) ("xxxxxxxxxxx) y = ax ^ 2 + bx + c #

Ändern Sie dies in das Formular:

#color (weiß) ("xxxxxxxxxxx) y = a (x ^ 2 + b / ax) + c # Dies ist KEINE Scheitelpunktform

Sich bewerben # -1 / 2xxb / a = x _ ("Scheitelpunkt") #

Ersatz #x _ ("Scheitelpunkt") # zurück in das Standardformular zu bestimmen

#y _ ("Scheitelpunkt") #

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

Gegeben:#Farbe (weiß) (…..) y = 3 (x-3) ^ 2-x ^ 2 + 12x-15 #

#Farbe (blau) ("Schritt 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)

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

#Farbe (blau) ("Schritt 2") #

Schreiben als: # y = 2 (x ^ 2-3x) + 12 #

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

#Farbe (blau) ("Schritt 3") #

#Farbe (grün) (x _ ("Scheitelpunkt") = (-1/2) xx (-3) = + 3/2) #…………………….(2)

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

#Farbe (blau) ("Schritt 4") #

Ersetzen Sie den Wert bei (2) in die Gleichung (1) und geben Sie:

#y _ ("Scheitelpunkt") = 2 (3/2) ^ 2-6 (3/2) + 12 #

#y _ ("Scheitelpunkt") = 18 / 4-18 / 2 + 12 #

#y _ ("Scheitelpunkt") = 18 / 4-36 / 4 + 12 #

#color (grün) (y _ ("Scheitelpunkt") = - 9/2 + 12 = 15/2) #

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

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