Cal11 calculator

Put Quadratic Equation Into Vertex Form Calculator

Reviewed by Calculator Editorial Team

Quadratic equations are fundamental in algebra and have many real-world applications. The vertex form of a quadratic equation provides valuable information about the parabola's shape and position. This calculator helps you convert standard quadratic equations to vertex form quickly and accurately.

What is Vertex Form?

The vertex form of a quadratic equation is written as:

y = a(x - h)² + k

Where:

  • (h, k) is the vertex of the parabola
  • a determines the parabola's width and direction (upwards if a > 0, downwards if a < 0)

The vertex form is particularly useful because it clearly shows the maximum or minimum point of the quadratic function, which is the vertex.

How to Convert to Vertex Form

Converting a quadratic equation from standard form (y = ax² + bx + c) to vertex form requires completing the square. Here's the step-by-step process:

  1. Start with the standard form: y = ax² + bx + c
  2. Factor out the coefficient of x² from the first two terms: y = a(x² + (b/a)x) + c
  3. Complete the square inside the parentheses:
    • Take half of the coefficient of x, square it, and add and subtract this value inside the parentheses
    • This gives: y = a(x² + (b/a)x + (b/2a)² - (b/2a)²) + c
  4. Rewrite the perfect square trinomial and simplify:
    • y = a[(x + b/2a)² - (b/2a)²] + c
    • y = a(x + b/2a)² - ab²/4a² + c
    • Simplify the constants: y = a(x + b/2a)² - b²/4a + c
  5. Write the equation in vertex form: y = a(x - h)² + k, where h = -b/2a and k = -b²/4a + c

Note: The vertex form calculator automates this process, but understanding these steps helps you verify the results and apply the method to similar problems.

Worked Example

Let's convert the quadratic equation y = 2x² + 8x + 3 to vertex form using our calculator.

  1. Start with: y = 2x² + 8x + 3
  2. Factor out the coefficient of x²: y = 2(x² + 4x) + 3
  3. Complete the square:
    • Half of 4 is 2, squared is 4
    • Add and subtract 4 inside the parentheses: y = 2(x² + 4x + 4 - 4) + 3
  4. Rewrite and simplify:
    • y = 2[(x + 2)² - 4] + 3
    • y = 2(x + 2)² - 8 + 3
    • y = 2(x + 2)² - 5
  5. Final vertex form: y = 2(x - (-2))² - 5

The vertex of this parabola is at (-2, -5).

FAQ

What is the difference between standard form and vertex form?
The standard form (y = ax² + bx + c) shows the coefficients of each term, while the vertex form (y = a(x - h)² + k) clearly displays the vertex of the parabola and its direction.
When should I use vertex form instead of standard form?
Use vertex form when you need to quickly identify the vertex, maximum or minimum value, or when graphing the parabola. Standard form is better for solving equations or finding roots.
Can I convert vertex form back to standard form?
Yes, you can expand the vertex form equation to get back to standard form. Simply multiply out the squared term and combine like terms.
What if my quadratic equation doesn't have a constant term?
If there's no constant term (c = 0), the process is similar but simpler. You'll still complete the square and find the vertex form, which will have k = 0.