Wat is de vertex van y = 1/2 (3x + 4) ^ 2 - 5?

Wat is de vertex van y = 1/2 (3x + 4) ^ 2 - 5?
Anonim

Antwoord:

#color (blauw) ("Vertex" -> (x, y) -> (- 4/3, -5) #

Uitleg:

Stel je de volgende situatie voor:

Standaard vorm# -> y = ax ^ 2 + bx + c #

Vertex-formulier# -> y = a (x + b / (2a)) ^ 2 + k + c #

Waar #K = (- 1) XX.a. (b / (2a)) ^ 2 #

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

#color (brown) ("De gegeven vergelijking is niet helemaal in de vorm van een hoekpunt") #

Schrijf als:# "" y = 3/2 (x + 4/3) ^ 2-5 "" # Nu is het!

#color (blauw) (x _ ("vertex") = kleur (bruin) ((- 1) xxb / (2a)) kleur (groen) (= (-1) xx4 / 3) = -4 / 3 #

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

#color (blauw) (y _ ("vertex") = kleur (bruin) (k + c) = -5 #

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

#color (blauw) ("Vertex" -> (x, y) -> (- 4/3, -5) #