Put in Vertex Form Calculator
Converting a quadratic equation to vertex form is a fundamental algebra skill that helps identify key features of a parabola, including its vertex and direction of opening. This calculator provides a quick and accurate way to convert standard form equations to vertex form.
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)
Vertex form is particularly useful because it clearly shows the vertex of the parabola, which is the maximum or minimum point of the quadratic function.
How to Convert to Vertex Form
Converting from standard form (y = ax² + bx + c) to vertex form involves completing the square. Here are the steps:
- Start with the standard form equation: y = ax² + bx + c
- Factor out the coefficient of x² from the first two terms: y = a(x² + (b/a)x) + c
- 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
- Rewrite the perfect square trinomial and simplify:
- y = a[(x + b/2a)² - (b/2a)²] + c
- Distribute the a: y = a(x + b/2a)² - ab²/4a² + c
- Simplify the constants: y = a(x + b/2a)² - b²/4a + c
- Write in vertex form: y = a(x - h)² + k, where h = -b/2a and k = -b²/4a + c
Note: The vertex form calculator automates these steps for you, providing an accurate conversion in seconds.
Vertex Form Formula
The vertex form of a quadratic equation is derived from the standard form using the completing the square method. The key formula is:
y = a(x - h)² + k
Where:
- h = -b/(2a)
- k = c - (b²)/(4a)
These formulas help determine the vertex (h, k) and the shape of the parabola based on the coefficient 'a'.
Example Calculation
Let's convert the equation y = 2x² + 8x + 3 to vertex form:
- Start with: y = 2x² + 8x + 3
- Factor out the coefficient of x²: y = 2(x² + 4x) + 3
- Complete the square:
- Take half of 4 (which is 2) and square it to get 4
- Add and subtract 4 inside the parentheses: y = 2(x² + 4x + 4 - 4) + 3
- Rewrite as perfect square and simplify:
- y = 2[(x + 2)² - 4] + 3
- Distribute the 2: y = 2(x + 2)² - 8 + 3
- Combine constants: y = 2(x + 2)² - 5
- Final vertex form: y = 2(x + 2)² - 5
The vertex of this parabola is at (-2, -5).