Vertex Form Calculator
Calculate vertex form instantly with our math tool. Shows detailed work, formulas used, and multiple solution methods. Free to use with no signup required.
Reviewed for accuracy by Manoj Kumar, Mathematics Educator
Formula
y = a(x - h)^2 + k
Where (h, k) is the vertex of the parabola, a determines the direction and width, h = -b/(2a) gives the x-coordinate of the vertex from standard form, and k = c - b^2/(4a) gives the y-coordinate.
Worked Examples
Example 1: Standard Form to Vertex Form
Problem:Convert y = 2x^2 - 12x + 14 to vertex form and find the vertex, axis of symmetry, and x-intercepts.
Solution:a = 2, b = -12, c = 14 h = -b/(2a) = -(-12)/(2*2) = 12/4 = 3 k = c - b^2/(4a) = 14 - 144/8 = 14 - 18 = -4 Vertex form: y = 2(x - 3)^2 - 4 Vertex: (3, -4) Axis of symmetry: x = 3 Discriminant: 144 - 112 = 32 > 0, so two x-intercepts x = (12 +/- sqrt(32)) / 4 = (12 +/- 5.657) / 4 x1 = 4.414, x2 = 1.586
Result:Vertex form: y = 2(x - 3)^2 - 4 | Vertex: (3, -4) | Two x-intercepts
Example 2: Vertex Form to Standard Form
Problem:Convert y = -0.5(x + 2)^2 + 8 to standard form. Find the maximum value and y-intercept.
Solution:a = -0.5, h = -2, k = 8 Expand: y = -0.5(x^2 + 4x + 4) + 8 y = -0.5x^2 - 2x - 2 + 8 y = -0.5x^2 - 2x + 6 Maximum value = k = 8 (at x = -2, since a < 0) Y-intercept: y(0) = -0.5(0) - 2(0) + 6 = 6
Result:Standard form: y = -0.5x^2 - 2x + 6 | Maximum: 8 at x = -2 | Y-intercept: 6
Frequently Asked Questions
What is vertex form and how does it differ from standard form?
Vertex form of a quadratic equation is written as y = a(x - h)^2 + k, where (h, k) is the vertex of the parabola and a determines its width and direction. Standard form is written as y = ax^2 + bx + c, which directly shows the y-intercept but hides the vertex location. The key advantage of vertex form is that you can immediately read off the vertex coordinates without any calculation. Converting between the two forms involves completing the square, a technique where you manipulate the standard form to create a perfect square trinomial. Both forms represent the same parabola, just emphasizing different geometric properties.
How do you convert from standard form to vertex form?
To convert from standard form y = ax^2 + bx + c to vertex form, you use the completing the square method or the vertex formula. The quickest approach uses h = -b/(2a) to find the x-coordinate of the vertex, then substitutes h back into the original equation to find k = c - b^2/(4a). For example, converting y = 2x^2 - 8x + 5: first find h = -(-8)/(2*2) = 2, then k = 5 - (-8)^2/(4*2) = 5 - 8 = -3, giving vertex form y = 2(x - 2)^2 - 3. The completing the square method factors out a from the first two terms, adds and subtracts the appropriate constant to form a perfect square, then simplifies.
What does the coefficient a tell you about the parabola?
The coefficient a controls both the direction the parabola opens and how wide or narrow it is. When a is positive, the parabola opens upward like a cup, and the vertex is the minimum point. When a is negative, it opens downward like an inverted cup, and the vertex is the maximum point. The absolute value of a determines the width: when |a| > 1, the parabola is narrower than the standard parabola y = x^2, and when |a| < 1, it is wider. For instance, y = 3x^2 is three times narrower than y = x^2, while y = 0.5x^2 is twice as wide. The value of a never affects the axis of symmetry location.
How do you find the x-intercepts from vertex form?
To find x-intercepts from vertex form y = a(x - h)^2 + k, set y = 0 and solve for x. This gives a(x - h)^2 = -k, then (x - h)^2 = -k/a, and finally x = h plus or minus the square root of (-k/a). For real x-intercepts to exist, -k/a must be non-negative. If -k/a > 0, there are two distinct x-intercepts. If -k/a = 0, the vertex itself is the only x-intercept (the parabola just touches the x-axis). If -k/a < 0, there are no real x-intercepts, meaning the parabola floats entirely above or below the x-axis. This connects to the discriminant: b^2 - 4ac determines the same conditions.
What is the axis of symmetry and how is it related to the vertex?
The axis of symmetry is a vertical line that passes through the vertex of the parabola, dividing it into two mirror-image halves. Its equation is simply x = h, where h is the x-coordinate of the vertex. Every point on the parabola has a corresponding mirror point on the opposite side of this line at the same height. In standard form, the axis of symmetry is x = -b/(2a), which is also the formula for finding the vertex x-coordinate. This symmetry property is extremely useful for graphing: once you know a few points on one side of the axis, you can reflect them to find points on the other side. The axis of symmetry always passes through both the vertex and the focus of the parabola.
What are the focus and directrix of a parabola and how do you find them?
The focus is a special point inside the parabola, and the directrix is a horizontal line outside it, such that every point on the parabola is equidistant from both. For a parabola y = a(x - h)^2 + k, the focus distance from the vertex is 1/(4|a|). If the parabola opens upward (a > 0), the focus is at (h, k + 1/(4a)) and the directrix is y = k - 1/(4a). For a downward-opening parabola, these are reversed. The focus and directrix define the parabola geometrically and are crucial in applications like satellite dish design and headlight reflectors, where signals or light rays parallel to the axis reflect through the focus.
How is vertex form used in real-world applications?
Vertex form is widely used in physics for projectile motion, where the vertex represents the maximum height of a thrown object and the h value gives the time at which maximum height occurs. In business and economics, quadratic profit or revenue functions in vertex form immediately reveal the price or quantity that maximizes profit. Architects use vertex form to design parabolic arches, where the vertex gives the highest point of the arch. In signal processing, parabolic interpolation helps find peak frequencies. Sports analysts use it to model ball trajectories, determining optimal launch angles. Any optimization problem that can be modeled quadratically benefits from vertex form because the optimum is read directly from the equation.
What is the discriminant and what does it tell you about the parabola?
The discriminant is the expression b^2 - 4ac from the quadratic formula, and it reveals how many times the parabola crosses the x-axis. When the discriminant is positive, the parabola has two distinct real roots (x-intercepts), meaning it crosses the x-axis at two points. When it equals zero, there is exactly one root (a repeated root), meaning the vertex sits right on the x-axis. When negative, there are no real roots, and the parabola floats entirely above or below the x-axis. The discriminant also relates to vertex form: it equals -4a times k (the y-coordinate of the vertex multiplied by -4a), which makes sense because the vertex height determines whether the parabola reaches the x-axis.
Can you have a quadratic function that is not a parabola?
No, every quadratic function of the form y = ax^2 + bx + c with a not equal to zero always graphs as a parabola. This is a fundamental theorem of analytic geometry. However, the conic section family includes other curves like circles, ellipses, and hyperbolas, which involve quadratic terms in both x and y (like x^2 + y^2 = r^2 for a circle). A single-variable quadratic is always a parabola. The parabola is also the only conic section that extends to infinity in one direction, unlike ellipses which are closed curves. If a equals zero, the equation becomes linear (y = bx + c), which graphs as a straight line rather than a curve.
How do you graph a parabola quickly using vertex form?
To graph a parabola from vertex form y = a(x - h)^2 + k, start by plotting the vertex at point (h, k). Then determine the direction: if a > 0 it opens up, if a < 0 it opens down. Next, find a few additional points by substituting x values near h. A useful shortcut is to go one unit left and right from the vertex: at x = h +/- 1, y = a + k. At x = h +/- 2, y = 4a + k. Draw the axis of symmetry at x = h as a dashed line. Plot the y-intercept at (0, ah^2 + k) and its mirror point. Finally, connect the points in a smooth U-shape. The value of a tells you how steep the curve is, helping you sketch an accurate shape.
References
Reviewed for accuracy by Manoj Kumar, Mathematics Educator ยท Editorial policy
Related Calculators
๐งฎExpanded Form Calculator
Calculate expanded form with inputs, formulas, and instant results.
๐งฎStandard Form Calculator
Calculate standard form with inputs, formulas, and instant results.
๐งฎPoint Slope Form Calculator
Calculate point slope form with inputs, formulas, and instant results.
๐งฎSlope Intercept Form Calculator
Calculate slope intercept form with inputs, formulas, and instant results.
๐งฎStandard Form to Slope Intercept Form Calculator
Calculate standard form to slope intercept form with inputs, formulas, and instant results.
๐งฎJordan Normal Form Calculator
Calculate jordan normal form with inputs, formulas, and instant results.
๐งฎRow Echelon Form Calculator
Calculate row echelon form with inputs, formulas, and instant results.
๐งฎFibonacci Closed Form Calculator
Calculate fibonacci closed form with inputs, formulas, and instant results.