Put This in Vertex Form Calculator
Converting a quadratic equation to vertex form is a fundamental algebra skill that helps you understand the graph of the equation and find its maximum or minimum value. This guide explains the process step-by-step and provides a calculator to make the conversion quick and easy.
What is Vertex Form?
The vertex form of a quadratic equation is written as:
Vertex Form Equation
y = a(x - h)² + k
Where (h, k) is the vertex of the parabola, and a determines the parabola's width and direction.
The vertex form makes it easy to identify key features of the quadratic equation's graph:
- The vertex (h, k) is the highest or lowest point on the parabola
- The value of 'a' determines the parabola's width and whether it opens upwards or downwards
- The axis of symmetry is the vertical line x = h
Converting to vertex form is particularly useful when you need to find the maximum or minimum value of a quadratic function, or when you need to graph the equation accurately.
How to Convert to Vertex Form
Converting a quadratic equation from standard form (y = ax² + bx + c) to vertex form (y = a(x - h)² + k) involves completing the square. Here's the step-by-step process:
- 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
- To complete the square inside the parentheses:
- Take half of the coefficient of x (b/a)
- Square that value: (b/(2a))²
- Add and subtract this squared value inside the parentheses
- Rewrite the equation as a perfect square trinomial: y = a[(x + (b/(2a)))² - (b/(2a))²] + c
- Distribute the 'a' and simplify: y = a(x + (b/(2a)))² - (b²/(4a)) + c
- Combine the constant terms: y = a(x + (b/(2a)))² + (c - (b²/(4a)))
- This is now in vertex form: y = a(x - h)² + k, where h = -b/(2a) and k = c - (b²/(4a))
Important Note
The coefficient 'a' must be positive for the vertex form to represent a parabola opening upwards. If 'a' is negative, the parabola opens downwards.
Example Problems
Example 1: Simple Quadratic Equation
Convert 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:
- Half of 4 is 2
- Square of 2 is 4
- Add and subtract 4 inside the parentheses
- y = 2(x² + 4x + 4 - 4) + 3 = 2((x + 2)² - 4) + 3
- Distribute and simplify: y = 2(x + 2)² - 8 + 3 = 2(x + 2)² - 5
- Final vertex form: y = 2(x - (-2))² - 5
- Vertex is at (-2, -5)
Example 2: More Complex Equation
Convert y = -3x² + 12x - 5 to vertex form.
- Start with y = -3x² + 12x - 5
- Factor out the coefficient of x²: y = -3(x² - 4x) - 5
- Complete the square:
- Half of -4 is -2
- Square of -2 is 4
- Add and subtract 4 inside the parentheses
- y = -3(x² - 4x + 4 - 4) - 5 = -3((x - 2)² - 4) - 5
- Distribute and simplify: y = -3(x - 2)² + 12 - 5 = -3(x - 2)² + 7
- Final vertex form: y = -3(x - 2)² + 7
- Vertex is at (2, 7)
FAQ
Why is vertex form important?
Vertex form makes it easy to identify the vertex of the parabola, which represents the maximum or minimum point of the quadratic function. This is useful for optimization problems and graphing.
Can I convert any quadratic equation to vertex form?
Yes, any quadratic equation in the form y = ax² + bx + c can be converted to vertex form using the completing the square method.
What if the coefficient 'a' is negative?
If 'a' is negative, the parabola opens downward, and the vertex represents the maximum point of the function. The conversion process remains the same.
How do I know if I've done the conversion correctly?
You can verify your work by expanding the vertex form back to standard form and checking if it matches the original equation.