Standard form to vertex form??

2 Answers
Mar 29, 2018

Complete the square

Explanation:

We want to go from y intercept form f(x)=ax^2+bx+cf(x)=ax2+bx+c into vertex form f(x)=a(x-b)^2+cf(x)=a(xb)2+c

So take the example of
f(x)=3x^2+5x+2f(x)=3x2+5x+2

We need to factorise the co-efficient out from the x^2x2 and separate the ax^2+bxax2+bx from the cc so you can act upon them separately

f(x)=3(x^2+5/3x) +2f(x)=3(x2+53x)+2

We want to follow this rule
a^2+2ab+b^2=(a+b)^2a2+2ab+b2=(a+b)2
or
a^2-2ab+b^2=(a-b)^2a22ab+b2=(ab)2

We know that the a^2=x^2a2=x2 and
2ab=5/3x2ab=53x so 2b=5/32b=53

So we just need b^2b2 and then we can collapse it down to (a+b)^2(a+b)2

so 2b=5/32b=53 so b=5/6b=56 so b^2=(5/6)^2b2=(56)2

Now we can add the b^2b2 term into the equation remembering that the net sum of any additions to any equation/expression must be zero)

f(x)=3(x^2+5/3 x+(5/6)^2)+2-3(5/6)^2f(x)=3(x2+53x+(56)2)+23(56)2

Now we want to make the a^2+2ab+b^2a2+2ab+b2 into (a+b)^2(a+b)2 so follow the same process as above

f(x)=3(x+5/6)^2+72/36-3(25/36)f(x)=3(x+56)2+72363(2536)

Simply the equation
f(x)=3(x+5/6)^2-3/36f(x)=3(x+56)2336

Now we have the result in standard form

Mar 29, 2018

General vertex form of a quadratic function:
f(x) = a(x + b/(2a))^2 + f(-b/(2a))f(x)=a(x+b2a)2+f(b2a)
In this formula,
(-b/(2a))(b2a) is the x-coordinate of the vertex
f(-b/(2a))f(b2a) is the y-coordinate of the vertex.
To proceed, first find x = -b/(2a)x=b2a.
Next, find f(-b/(2a))f(b2a)
Example: Transform to vertex form -->
f(x) = x^2 + 2x - 15f(x)=x2+2x15
x-coordinate of vertex:
x = - b/(2a) = -2/2 = - 1x=b2a=22=1
y-coordinate of vertex:
f(-b/(2a)) = f(-1) = 1 - 2 - 15 = - 16f(b2a)=f(1)=1215=16
Vertex form:
f(x) = (x + 1)^2 - 16f(x)=(x+1)216