Vertexed

Algebra Level 2

Find the vertex of the given parabola:
f ( x ) = 2 x 2 + 5 x 5. \large f(x)=-2x^2+5x-5.

( 0 , 5 ) (0,-5) ( 5 4 , 15 8 ) \left( \frac54, -\frac{15}8 \right) ( 15 8 , 0 ) \left( \frac{15}8 , 0 \right) ( 15 16 + 5 4 , 0 ) \left( - \sqrt{\frac{15}{16}} + \frac54, 0 \right)

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.

3 solutions

Hung Woei Neoh
Jun 26, 2016

There are 3 3 methods to find the vertex of quadratic functions f ( x ) = a x 2 + b x + c f(x) = ax^2 + bx + c

  1. The coordinates of the vertex is defined as ( b 2 a , f ( b 2 a ) ) \left(-\dfrac{b}{2a},f\left(-\dfrac{b}{2a}\right)\right) , as shown in Ashish's solution
  2. Complete the square and write in the form f ( x ) = a ( x p ) 2 + q f(x) = a(x-p)^2 + q . The vertex is given as ( p , q ) (p,q) , as shown in Alex's solution
  3. Use Calculus. At vertexes, f ( x ) = 0 f'(x) = 0

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 f(x) = -2x^2+5x-5\\ f'(x) = -4x+5\\ f''(x) = -4 < 0

The parabola has a maximum point (a type of vertex) when f ( x ) = 0 f'(x) = 0 and f ( x ) < 0 f''(x) < 0 (this has been shown above)

f ( x ) = 0 4 x + 5 = 0 x = 5 4 f'(x) = 0\\ -4x+5=0\\ x=\dfrac{5}{4}

f ( 5 4 ) = 2 ( 5 4 ) 2 + 5 ( 5 4 ) 5 = 25 8 + 25 4 5 = 15 8 f\left(\dfrac{5}{4}\right)\\ = -2\left(\dfrac{5}{4}\right)^2 +5\left(\dfrac{5}{4}\right)-5\\ = -\dfrac{25}{8}+\dfrac{25}{4}-5\\ =-\dfrac{15}{8}

Therefore, the vertex is ( 5 4 , 15 8 ) \boxed{\left(\dfrac{5}{4},-\dfrac{15}{8}\right)}

How do I change or add answers? I feel like the possible answers make this problem too easy.

Alex Harman - 4 years, 11 months ago

Log in to reply

Yeah it maked it too easy :P, i just found the x-coordinate and matched it.

Ashish Menon - 4 years, 11 months ago

Ehh...you can't change the answers of a problem after posting it

Hung Woei Neoh - 4 years, 11 months ago

Log in to reply

so I can't add answers?

Alex Harman - 4 years, 11 months ago

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

Hung Woei Neoh - 4 years, 11 months ago

Log in to reply

@Hung Woei Neoh lame, nice calculus proof though.

Alex Harman - 4 years, 11 months ago

Nicely done (+1)

Ashish Menon - 4 years, 11 months ago
Alex Harman
Jun 25, 2016

For a vertex at point ( h , k ) (h,k) you must first put the parabola in the form f ( x ) = a ( x h ) 2 + k \large f(x)=a(x-h)^2+k We can achieve this by completing the square. y = 2 x 2 + 5 x 5 \large y=-2x^2+5x-5 y 2 = x 2 5 x 2 + 5 2 \large \frac{y}{-2}=x^2-\frac{5x}{2}+\frac{5}{2} y 2 5 2 = x 2 5 x 2 \large \frac{y}{-2} -\frac{5}{2}=x^2-\frac{5x}{2} y 2 5 2 + 25 16 = x 2 5 x 2 + 5 2 4 2 = ( x 5 4 ) 2 \large \frac{y}{-2}-\frac{5}{2}+\frac{25}{16}=x^2-\frac{5x}{2}+\frac{5^2}{4^2}=(x-\frac{5}{4})^2 y 2 = ( x 5 4 ) 2 + 15 16 \large \frac{y}{-2}=(x-\frac{5}{4})^2+\frac{15}{16} and finally f ( x ) = 2 ( x 5 4 ) 2 15 8 \large f(x)=-2\left(x-\frac{5}{4}\right)^2-\frac{15}{8} Notice that the vertex is at the maximum when x h = 0 x-h=0 .

Ashish Menon
Jun 27, 2016

The graph's minimum value is 4 a c b 2 4 a = 4 × 2 × 5 5 2 4 × 2 = 15 8 \dfrac{4ac- b^2}{4a} = \dfrac{4×-2×-5 - 5^2}{4×-2} = -\dfrac{15}{8} .
And this value is at b 2 a = 5 2 × 2 = 5 4 -\dfrac{b}{2a} = -\dfrac{5}{2×-2} = \dfrac{5}{4} .

So, this graph gived minimum value at ( 5 4 , 15 8 ) \color{#3D99F6}{\boxed{\left(\dfrac{5}{4},-\dfrac{15}{8}\right)}} .

Wow, you derived that formula?

Hung Woei Neoh - 4 years, 11 months ago

Log in to reply

Actually its a trivial formula. No, I didnt derive it :]

Ashish Menon - 4 years, 11 months ago

Log in to reply

Usually, I would just get the value of b 2 a -\dfrac{b}{2a} and substitute in f ( x ) f(x) , but I guess it's faster if we have a formula

Hung Woei Neoh - 4 years, 11 months ago

Log in to reply

@Hung Woei Neoh Hmm yeah, the formula is just the negative of determinant divided by 4a.

Ashish Menon - 4 years, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...