SOLUTION: Please help me on how to figure out the vertex of the equation 2y=x2(this is x squared)-2x-5.

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: Please help me on how to figure out the vertex of the equation 2y=x2(this is x squared)-2x-5.      Log On


   



Question 89451: Please help me on how to figure out the vertex of the equation 2y=x2(this is x squared)-2x-5.
Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Please help me on how to figure out the vertex of the equation 2y=x2(this is x squared)-2x-5.
----------------
2y=x^2-2x-5
Complete the square on the x-terms and keep the equation balanced:
2y+5+1 = x^2-2x+1
2(y+3) = (x-1)^2
-----------
The vertex is at (1,-3)
-----------------------
Another way to find it:
y = (1/2)x^2-x-(5/2)
The vertex occus when x=(-b)/(2a) = 1/(2*(1/2)) = 1/1=1
Solve for y to get the y coordinate:
y = (1/2)1^2-1-(5/2) = (1/2)-1(-5/2) = -6/2 = -3
===============
Cheers,
Stan H.

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

2y = x² - 2x - 5

Method 1:

Get it in the form

    y = a(x - h)² + k

where the vertex is (h,k) and the two neighbor
points are (h±1,k+a)

Take one-half of the coefficient of x, which is 
one-half of -2 or -1.  Then square -1 and get
+1 then add +1  to both sides

2y + 1 = x² - 2x + 1 - 5

Factor the first three terms on the right

2y + 1 = (x - 1)(x - 1) - 5

Write (x - 1)(x - 1) as (x - 1)²

2y + 1 = (x - 1)² - 5

Add -1 to both sides:

    2y = (x - 1)x² - 6  

Divide every term by 2:

    y = 1%2F2(x - 1)² - 3

Compare to the standard equation:

    y = a(x - h)² + k

and we see that a = 1%2F2, h = 1, k= -3

So the vertex is

(h,k) = (1,-3) 

That's all you wanted but you should take
this opportunity to learn to graph.

The two neighbor points
are (h±1,k+a) = (1±1, -3+1%2F2) which are
(0,-5%2F2) and (2,-5%2F2)

We can draw the graph by plotting those three 
points first

 

Then sketch a parabola through those three 
points:

 

Another way just to find the vertex is to
memorize the vertex formula:

----------------------

The general equation y = ax² + bx + c

has vertex (h,k) where

h = -b%2F%282a%29

k = the value of y when h is substituted for x

-----------------------

So for 

2y = x² - 2x - 5

Get it in general form  y = ax² + bx + c

Divide through every term by 2

y = %281%2F2%29x%5E2+-+x+-+5%2F2

Compare to the general form

y = ax² + bx + c

and we see that

a = 1%2F2, b = -1, c = -5%2F2

h = -b%2F%282a%29 = -%28%28%28-1%29%29%2F%282%281%2F2%29%29%29 = -%28%28%28-1%29%29%2F1%29%29 = -%28-1%29 = 1

k = the value of y when 1 is substituted for x 

y = %281%2F2%29x%5E2+-+x+-+5%2F2

y = %281%2F2%291%5E2+-+1+-+5%2F2 = 1%2F2-1-5%2F2 = -4%2F2-1 = -2-1 = -3

So k = -3

So the vertex by this method is also (h,k) = (1,-3)

Edwin