Completing The Square and Put Into Vertex Form Calculator
Completing the square is a method used to rewrite quadratic equations in vertex form, which makes it easier to identify the vertex of the parabola represented by the equation. This technique is essential in algebra and calculus for analyzing quadratic functions.
What is Completing the Square?
Completing the square is a technique used to rewrite quadratic equations in the form of a perfect square trinomial. This process helps to identify the vertex of the parabola represented by the quadratic equation. The standard form of a quadratic equation is:
By completing the square, we can rewrite this equation in vertex form:
where (h, k) represents the vertex of the parabola.
Vertex Form Equation
The vertex form of a quadratic equation is particularly useful because it clearly identifies the vertex of the parabola. The general vertex form is:
Here, (h, k) is the vertex of the parabola, and 'a' determines the parabola's direction and width.
If 'a' is positive, the parabola opens upwards. If 'a' is negative, it opens downwards.
How to Complete the Square
To complete the square, follow these 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.
- Take half of the coefficient of x, square it, and add and subtract this value inside the parentheses: y = a(x² + (b/a)x + (b/2a)² - (b/2a)²) + c.
- Rewrite the perfect square trinomial as a squared binomial: y = a[(x + b/2a)² - (b/2a)²] + c.
- Distribute 'a' and combine like terms to get the vertex form: y = a(x + b/2a)² + (c - ab²/4a²).
This process transforms the quadratic equation into vertex form, making it easier to identify the vertex and analyze the parabola.
Example Calculation
Let's complete the square for the equation y = 2x² + 8x + 3.
- Factor out the coefficient of x²: y = 2(x² + 4x) + 3.
- Take half of the coefficient of x (which is 4), square it (16), and add and subtract it inside the parentheses: y = 2(x² + 4x + 16 - 16) + 3.
- Rewrite the perfect square trinomial: y = 2[(x + 2)² - 16] + 3.
- Distribute '2' and combine like terms: y = 2(x + 2)² - 32 + 3 = 2(x + 2)² - 29.
The vertex form of the equation is y = 2(x + 2)² - 29, with the vertex at (-2, -29).