Vertex Calculator for Parabola $(h, k)$

Instantly calculate the vertex (h, k) and axis of symmetry of a parabola from its equation. Supports Standard, Vertex, and Intercept Forms with step-by-step solutions.

Full original guide (expanded)

Vertex Calculator for Parabola $(h, k)$

The vertex is the minimum or maximum point of a parabola. Use this calculator to find the exact coordinates $(h, k)$ from your quadratic equation, regardless of whether it is in Standard, Vertex, or Intercept Form.

$y = ax^2 + bx + c$

$y = a(x - h)^2 + k$

$y = a(x - p)(x - q)$

Formulas for Finding the Vertex $(h, k)$

The vertex of a parabola, $(h, k)$, can be found using different methods depending on the form of the quadratic equation:

1. Standard Form: $y = ax^2 + bx + c$

This is the most common method and involves two steps:

1. X-coordinate ($h$):

$$h = \frac{-b}{2a}$$

2. Y-coordinate ($k$):

$$k = f(h) = a(h)^2 + b(h) + c$$

This $h$ value is also the equation for the **Axis of Symmetry** ($x = h$).

2. Vertex Form: $y = a(x - h)^2 + k$

In this form, the vertex coordinates are given directly:

$$\text{Vertex} = (h, k)$$

3. Intercept Form: $y = a(x - p)(x - q)$

This form gives the x-intercepts, $p$ and $q$. The x-coordinate of the vertex ($h$) is the midpoint between these intercepts:

1. X-coordinate ($h$):

$$h = \frac{p + q}{2}$$

2. Y-coordinate ($k$):

$$k = f(h) = a(h - p)(h - q)$$

Understanding the Vertex and Parabola Shape

The sign of the leading coefficient, $a$, dictates the general shape and orientation of the parabola, and therefore the nature of the vertex:

  • If $a > 0$ (positive), the parabola opens **upward** . The vertex is the **minimum** point of the function.
  • If $a < 0$ (negative), the parabola opens **downward** . The vertex is the **maximum** point of the function.

The **Range** of the function is determined by the y-coordinate ($k$) of the vertex. For $a>0$, the range is $[k, \infty)$. For $a<0$, the range is $(-\infty, k]$. The **Domain** is always all real numbers, $(-\infty, \infty)$.

Frequently Asked Questions (FAQ)

What is the vertex of a parabola?

What is the relationship between the vertex and the Axis of Symmetry?

How does the 'a' value affect the vertex?

What is the vertex in the context of optics or ophthalmology?


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\]
','
Formula (extracted LaTeX)
\[h = \frac{-b}{2a}\]
h = \frac{-b}{2a}
Formula (extracted LaTeX)
\[k = f(h) = a(h)^2 + b(h) + c\]
k = f(h) = a(h)^2 + b(h) + c
Formula (extracted LaTeX)
\[\text{Vertex} = (h, k)\]
\text{Vertex} = (h, k)
Formula (extracted LaTeX)
\[h = \frac{p + q}{2}\]
h = \frac{p + q}{2}
Formula (extracted LaTeX)
\[k = f(h) = a(h - p)(h - q)\]
k = f(h) = a(h - p)(h - q)
Formula (extracted text)
1. X-coordinate ($h$): $h = \frac{-b}{2a}$ 2. Y-coordinate ($k$): $k = f(h) = a(h)^2 + b(h) + c$
Formula (extracted text)
$\text{Vertex} = (h, k)$
Formula (extracted text)
1. X-coordinate ($h$): $h = \frac{p + q}{2}$ 2. Y-coordinate ($k$): $k = f(h) = a(h - p)(h - q)$
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).