Wat is de vertex van y = 3 (x-3) ^ 2-x ^ 2 + 12x - 15?

Wat is de vertex van y = 3 (x-3) ^ 2-x ^ 2 + 12x - 15?
Anonim

Antwoord:

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

Uitleg:

#color (blauw) ("Methode:") #

Maak eerst de vergelijking eenvoudiger, zodat deze in de standaardvorm is van:

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

Verander dit in het formulier:

#color (wit) ("xxxxxxxxxxx) y = a (x ^ 2 + b / ax) + c # Dit is GEEN vertex-formulier

Van toepassing zijn # -1 / 2xxb / a = x _ ("vertex") #

Plaatsvervanger #x _ ("vertex") # terug in het standaardformulier om te bepalen

#Y _ ("vertex") #

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

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

#color (blauw) ("Stap 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 (blauw) ("Stap 2") #

Schrijf als: # Y = 2 (x ^ 2-3x) + 12 #

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

#color (blauw) ("Stap 3") #

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

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

#color (blauw) ("Stap 4") #

Vervang de waarde bij (2) in vergelijking (1) door te geven:

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

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

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

#color (groen) (y _ ("top") = - 9/2 + 12 = 15/2) #

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

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