Explain the steps necessary to convert a quadratic function in standard form to vertex form.

1 answer

To convert a quadratic function from standard form f(x)=ax2+bx+c to vertex form f(x)=a(xh)2+k, you can follow these steps:

Step 1: Identify a, b, and c

Start by identifying the coefficients a, b, and c in your standard form equation.

Step 2: Factor out a (if a1)

If a is not equal to 1, factor it out of the first two terms. This gives you:

f(x)=a(x2+bax)+c

Step 3: Complete the square

To complete the square inside the parentheses:

  1. Take the coefficient of x (which is ba), divide it by 2, and square it. This value will be added and subtracted inside the parentheses.

    (b2a)2=b24a2

  2. Rewrite the function by adding and subtracting this square inside the parentheses:

    f(x)=a(x2+bax+b24a2b24a2)+c

  3. This allows you to factor the perfect square trinomial:

    f(x)=a((x+b2a)2b24a2)+c

Step 4: Simplify

Distribute a and simplify the constant terms:

  1. Distribute a to the negative square term:

f(x)=a(x+b2a)2ab24a2+c

  1. Combine the constants:

f(x)=a(x+b2a)2+(cb24a)

Step 5: Identify h and k

Now, from the vertex form f(x)=a(xh)2+k:

  • h=b2a
  • k=cb24a

Conclusion

The function is now in vertex form f(x)=a(xh)2+k, where you have determined the vertex (h,k).

Putting it all together, the process involves identifying coefficients, factoring out a, completing the square, and finally simplifying to find the vertex form.