Find the vertex of the given parabola:
f
(
x
)
=
−
2
x
2
+
5
x
−
5
.
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.
How do I change or add answers? I feel like the possible answers make this problem too easy.
Log in to reply
Yeah it maked it too easy :P, i just found the x-coordinate and matched it.
Ehh...you can't change the answers of a problem after posting it
Log in to reply
so I can't add answers?
Log in to reply
@Alex Harman – Errrr......only a staff can change answers. But they only do that if the answers were entered wrongly by mistake
Log in to reply
@Hung Woei Neoh – lame, nice calculus proof though.
Nicely done (+1)
For a vertex at point ( h , k ) you must first put the parabola in the form f ( x ) = a ( x − h ) 2 + k We can achieve this by completing the square. y = − 2 x 2 + 5 x − 5 − 2 y = x 2 − 2 5 x + 2 5 − 2 y − 2 5 = x 2 − 2 5 x − 2 y − 2 5 + 1 6 2 5 = x 2 − 2 5 x + 4 2 5 2 = ( x − 4 5 ) 2 − 2 y = ( x − 4 5 ) 2 + 1 6 1 5 and finally f ( x ) = − 2 ( x − 4 5 ) 2 − 8 1 5 Notice that the vertex is at the maximum when x − h = 0 .
The graph's minimum value is
4
a
4
a
c
−
b
2
=
4
×
−
2
4
×
−
2
×
−
5
−
5
2
=
−
8
1
5
.
And this value is at
−
2
a
b
=
−
2
×
−
2
5
=
4
5
.
So, this graph gived minimum value at ( 4 5 , − 8 1 5 ) .
Wow, you derived that formula?
Log in to reply
Actually its a trivial formula. No, I didnt derive it :]
Log in to reply
Usually, I would just get the value of − 2 a b and substitute in f ( x ) , but I guess it's faster if we have a formula
Log in to reply
@Hung Woei Neoh – Hmm yeah, the formula is just the negative of determinant divided by 4a.
Problem Loading...
Note Loading...
Set Loading...
There are 3 methods to find the vertex of quadratic functions f ( x ) = a x 2 + b x + c
For this question, I will demonstrate Method 3
f ( x ) = − 2 x 2 + 5 x − 5 f ′ ( x ) = − 4 x + 5 f ′ ′ ( x ) = − 4 < 0
The parabola has a maximum point (a type of vertex) when f ′ ( x ) = 0 and f ′ ′ ( x ) < 0 (this has been shown above)
f ′ ( x ) = 0 − 4 x + 5 = 0 x = 4 5
f ( 4 5 ) = − 2 ( 4 5 ) 2 + 5 ( 4 5 ) − 5 = − 8 2 5 + 4 2 5 − 5 = − 8 1 5
Therefore, the vertex is ( 4 5 , − 8 1 5 )