Find the vertex of the following function:
f ( x ) = 9 x 2 + 3 x + 1
Check out the set: 2016 Problems
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice Solution :)
Note that we don't need to find the value of the y coordinate since the x coordinates are unique
This solution is really an extension to one of the solutions below. The vertex of a function is given by setting its derivative to zero and solving for the x value.So for the parabolic case we have ax^2 +bx+c. We can simplify this to x^2+bx/a+c.Taking the derivative here we get 2x+b/a.Setting this equal to zero we get x =-b/2a.Now if substitute 3 and 9 we have the vertex is at -1/6 and since the x values in the answer choices are unique that is all that is required to chose the correct answer.
The vertex of a parabola can be found by turning the parabola into the vertex form. 9 x 2 + 3 x + 1 = 9 ( x 2 + 3 1 x + 9 1 ) = 9 ( x + 6 1 ) 2 + 9 ( 9 1 − 3 6 1 ) = 9 ( x + 6 1 ) 2 + 4 3
From the vertex form we can see that the vertex is ( − 6 1 , 4 3 ) .
Problem Loading...
Note Loading...
Set Loading...
To find the x value of the vertex, we must use the formula x = − 2 a b . We get x = − 1 8 3 = − 6 1 .
To get the y value of the vertex we must plug in the x value of the vertex in the equation. We get f ( x ) = 9 ( − 6 1 ) 2 + 3 ( − 6 1 ) + 1 = 9 ( 3 6 1 ) + 3 ( − 6 1 ) + 1 = 3 6 9 − 6 3 + 1 = 4 1 − 2 1 + 1 = 8 2 − 8 4 + 8 8 = 8 6 = 4 3 .
Therefore, the vertex of this function is ( − 6 1 , 4 3 ) .