How do you write the quadratic function #y=x^2-8x+10# in vertex form?

1 Answer
Sep 8, 2017

For an in depth explanation example see my solution:
https://socratic.org/s/aHWWFAP6

#y=(x-4)^2 -6#

Explanation:

#color(blue)("Preamble:")#

I will be jumping steps to give you the answer. Working through my example should help with understanding what is going on.

Basically you may turn any equation into any form you wish as long as you incorporate something that takes it back to its original form.

Example

#y=2x+4# change this to #y=2x-5# which is not the same but
#y=2x-5+9# is the same thing but looks different.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Answering the question - reduced explanation")#

#y=x^2-8x+10#

#y=x^2-8x+10+kcolor(white)("cc")# at this stage #k=0#

Take the square outside the brackets

#y=(x-8x)^2+10+k#

#y=(x-8/2)^2+10+k#

#y=(x-4)^2 -6#
~~~~~~~~~~~~~~~~~~~~~~~~~~
Check

#(x-4)^2=x^2-8x+16#

Putting it all together

#y=x^2-8x+16-6#

#y=x^2-8x+10color(red)(larr" Matches so true")#