Y = 3 (x-3) ^ 2-x ^ 2 + 12x - 15'in tepe noktası nedir?

Y = 3 (x-3) ^ 2-x ^ 2 + 12x - 15'in tepe noktası nedir?
Anonim

Cevap:

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

Açıklama:

#color (mavi) ("Yöntem:") #

İlk önce denklemi basitleştirin, böylece standart biçimde olsun:

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

Bunu forma dönüştürün:

#color (beyaz) ("xxxxxxxxxxx) y (x ^ 2 + b / ax) = + c # Bu köşe biçimi değil

Uygulamak # -1 / 2xxb / a = x _ ("tepe noktası") #

Vekil # x _ ("tepe") # belirlemek için standart forma geri dön

#y _ ("tepe") #

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

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

#color (mavi) ("1. Adım") #

• y = 3 (x ^ 2-6x + 9) -X ^ 2 + 12x-15 #

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

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

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

#color (mavi) ("2. Adım") #

Gibi yaz: • y = 2 (x ^ 2-3x) + 12 #

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

#color (mavi) ("3. Adım") #

#color (yeşil) (x _ ("tepe noktası") = (-1/2) xx (-3) = + 3/2) #…………………….(2)

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

#color (mavi) ("4. Adım") #

(2) 'deki ikame değeri aşağıdaki denklemde (1):

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

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

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

#color (yeşil) (y = ("tepe") = - 9/2 + 12 = / 2 15) #

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

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