Parabola Vertex Calculator
Find vertex, direction, and focus of a parabola.
Formula
Vertex = (-b/2a, f(-b/2a))
Example
y=2x²-8x+6 → Vertex (2,-2).
Embed this calculator on your site
Add this free calculator to your own website with one line of code. The embedded version is responsive, ad-free, and includes a small attribution link back to CalcNest AI.
<iframe src="https://calcnestai.com/embed/parabola-vertex-calculator.html" width="100%" height="700" frameborder="0" style="border: 1px solid #e5e5e5; border-radius: 12px; max-width: 720px;" loading="lazy" title="Parabola Vertex Calculator — Free Tool by CalcNest AI"></iframe>
Understanding the Parabola Vertex Calculator
A parabola calculator finds the vertex, direction, and axis of symmetry from the coefficients of a quadratic. The vertex is where the function reaches its extreme value, which makes this the simplest optimisation problem in mathematics and the model for a great many others.
How it actually works
Enter the coefficients a, b, and c. The calculator finds the vertex x-coordinate as minus b over 2a, evaluates the function there, and reports whether the parabola opens up or down. Coefficients 1, −4, and 3 give a vertex at (2, −1) opening upward.
| Coefficient | Effect |
|---|---|
| a sign | Opens up if positive, down if negative |
| a magnitude | Narrower as |a| increases |
| b | Shifts the vertex horizontally |
| c | y-intercept, vertical shift |
The deeper context most people miss
The vertex formula minus b over 2a is exactly where the derivative equals zero, since differentiating gives 2ax plus b. That connection means completing the square and setting a derivative to zero are the same operation seen two ways, which is worth noticing before calculus makes it routine.
Why parabolas describe projectile motion
An object under constant acceleration with no other forces follows a parabolic path, which falls directly out of the equations of motion: horizontal position increases linearly with time while vertical position includes a term in time squared, and eliminating time between them gives a quadratic relationship between height and horizontal distance. Galileo established this experimentally in the early seventeenth century, rolling balls down inclined planes to slow the motion enough to time it, and it contradicted the prevailing Aristotelian account in which projectiles travelled in straight lines before falling. The result is exact only under constant gravity and no air resistance, and both assumptions fail in practice. Air resistance is the larger correction and it is not a small one: a real projectile's trajectory is asymmetric, rising more steeply than it descends and falling well short of the parabolic prediction, with the discrepancy growing rapidly with speed. For a fast-moving object such as a golf ball or bullet the parabolic model is substantially wrong, which is why ballistics uses numerical integration of drag equations rather than closed-form parabolas. Gravity also varies with altitude and the Earth rotates beneath the projectile, both mattering at long range. So the parabola is the correct idealisation and the starting point for a more realistic model rather than a description of what actually happens.
A worked example: completing the square
For coefficients 1, −4, and 3, the vertex sits at x equals 2 with y equal to −1, and the same result comes from rewriting the expression as a squared term plus a constant. Taking x squared minus 4x plus 3 and completing the square gives x minus 2 all squared minus 1, which displays the vertex directly since a squared term is smallest when its contents are zero. That rewriting is the vertex form, and it makes the geometry immediate in a way the standard form does not. Completing the square is also how the quadratic formula is derived, and doing that derivation once rather than memorising the formula makes it considerably more memorable, since the formula is simply the vertex plus or minus the distance to the roots. The three forms serve different purposes: standard form shows the y-intercept, vertex form shows the extremum and makes transformations obvious, and factored form shows the roots directly. Converting between them is routine algebra and the choice of form is a matter of what you want to see. The roots here are 1 and 3, symmetric about the vertex at 2, which is always the case since the parabola is symmetric about its axis, and that symmetry means the vertex x-coordinate is always the average of the roots when real roots exist.
Deciding where quadratic optimisation applies
Finding a maximum or minimum by locating a vertex is the simplest optimisation problem and it appears widely. Profit maximisation with linear demand gives a quadratic profit function, so the optimal price sits at a vertex. Projectile range as a function of launch angle is maximised at 45 degrees in the absence of air resistance, which follows from a trigonometric rather than quadratic argument but shares the structure. Minimising material for a container with a fixed volume produces optimisation problems that are frequently quadratic after substitution. Least squares regression minimises a quadratic function of the parameters, which is precisely why it has a closed-form solution while methods minimising absolute error do not. In physics, potential energy near a stable equilibrium is approximately quadratic, which is why small oscillations about any equilibrium are approximately simple harmonic regardless of the underlying potential, and that approximation underpins an enormous amount of analysis from molecular vibration to structural dynamics. The general point is that quadratic behaviour near an extremum is generic, since the first derivative vanishes there and the second-order term dominates, which is why quadratic approximation appears throughout applied mathematics and why Newton's method for optimisation works by fitting a quadratic at each step.
The reflective property and why dishes are parabolic
A parabola reflects any ray parallel to its axis through a single point, the focus, and conversely reflects rays from the focus into a parallel beam. This is a geometric property with no equivalent in circles or other conics for parallel rays, and it is why parabolic shapes appear wherever collimation or focusing is needed. Satellite dishes concentrate incoming parallel signals onto a receiver at the focus. Reflecting telescopes use parabolic primary mirrors for the same reason, and the Hubble Space Telescope's famous initial defect was a primary mirror ground to slightly the wrong parabolic figure, off by about two micrometres at the edge, which was enough to blur every image until corrective optics were installed. Vehicle headlamps and torches place a bulb at the focus to produce a beam. Solar concentrators focus sunlight for heating or generation, with parabolic troughs concentrating onto a line and dishes onto a point. Microphones use parabolic reflectors for directional pickup. The property follows from the definition of a parabola as the locus of points equidistant from a focus and a directrix, which makes the equal path lengths that produce constructive focusing automatic. Spherical mirrors approximate parabolas near the axis and suffer spherical aberration further out, which is why precision optics uses parabolic or more complex figures despite spheres being far easier to manufacture.
Variations: conic sections, higher degrees, and forms
The parabola is the conic section at eccentricity exactly one, sitting between ellipses below and hyperbolas above, and physically it corresponds to the exact escape trajectory in orbital mechanics, with bound orbits elliptical and unbound ones hyperbolic. Quadratics in two variables describe conics generally, with the discriminant determining which. Higher degree polynomials have more complex shapes and may have several local extrema, requiring calculus rather than a formula to locate them, and there is no general algebraic solution for degree five and above, which Abel and Galois established. Cubic and quartic equations do have closed-form solutions, discovered in sixteenth-century Italy and considerably more complicated than the quadratic formula. In multiple dimensions, quadratic forms are described by matrices, and whether a stationary point is a minimum, maximum, or saddle depends on the eigenvalues of the Hessian, which generalises the sign of a in one dimension. Quadratic programming optimises quadratic objectives under linear constraints and is a well-studied class with efficient algorithms, appearing in portfolio optimisation and support vector machines.
Working with quadratics and parabolas
Use minus b over 2a for the vertex x-coordinate, and note it equals the average of the roots when real roots exist, since the parabola is symmetric about its axis. Convert to vertex form by completing the square when you want the extremum visible, and to factored form when you want the roots. Read the sign of a for direction and its magnitude for width, since larger absolute values give narrower curves. Derive the quadratic formula by completing the square once rather than memorising it, which makes its structure clear as the vertex plus or minus the distance to the roots. Recognise that setting the derivative to zero gives the same vertex formula, connecting the algebra to calculus. Treat parabolic projectile motion as an idealisation, since air resistance makes real trajectories asymmetric and substantially shorter, especially at speed. Use parabolic rather than spherical figures for precision optics, since spheres suffer aberration away from the axis. And remember that any smooth function is approximately quadratic near an extremum, which is why this shape recurs throughout applied mathematics.
What people get wrong
- Treating projectile paths as exactly parabolic, when air resistance makes real trajectories asymmetric and substantially shorter, with the error growing rapidly at higher speeds.
- Memorising the quadratic formula without deriving it, when completing the square once shows it is simply the vertex plus or minus the distance to the roots.
- Assuming a spherical mirror focuses like a parabolic one, when spheres suffer aberration away from the axis and precision optics requires a parabolic figure.
- Expecting a general algebraic solution for higher degree polynomials, when Abel and Galois proved none exists for degree five and above.
Where the math comes from
For f(x) = ax² + bx + c with a ≠ 0, the vertex sits at x = −b/(2a), which is where the derivative 2ax + b equals zero. The y-coordinate follows by evaluating f there. The parabola opens upward when a is positive and downward when negative, and the axis of symmetry is the vertical line through the vertex.
Questions and answers
What is the difference between percent and percentage point?
Percent change is relative (going from 5% to 10% is a 100% increase). Percentage point change is absolute (the same shift is a 5 percentage point increase). News stories often confuse these.
How do I calculate a discount?
Discount amount = original x discount %. Final price = original x (1 - discount %). For 20% off $100: discount $20, final $80.
What is the formula for compound percentage?
Final = original x (1 + r1) x (1 + r2) x ... where each r is a percentage as decimal. A 10% raise then 10% cut: 1.10 x 0.90 = 0.99 = 99% of original.
How do I reverse a percentage?
If $80 is 80% of original: original = $80 / 0.80 = $100. To reverse 'X% off' to find original: original = final / (1 - X/100).
How do percentages work in tax?
Marginal tax rate applies to income within a bracket. Effective rate is total tax / total income. They diverge because of progressive brackets.
Why is the vertex at minus b over 2a?
Because that's where the derivative 2ax + b equals zero, and equivalently where completing the square makes the squared term vanish. The two approaches are the same operation seen from algebra and from calculus.
How do I convert to vertex form?
By completing the square. For x² − 4x + 3, take half the x coefficient, square it, and adjust: (x − 2)² − 1. The vertex is then immediate, since a squared term is smallest when its contents are zero.
Are projectile paths really parabolic?
Only without air resistance. Real trajectories are asymmetric, rising more steeply than they descend and falling well short of the parabolic prediction, with the discrepancy growing rapidly with speed. Ballistics uses numerical integration of drag equations instead.
Why are satellite dishes parabolic?
Because a parabola reflects all rays parallel to its axis through a single focus, which is a property circles and other shapes lack. The same property collimates a beam from a source at the focus, which is why headlamps use it.
What does the coefficient a control?
Its sign determines whether the parabola opens up or down, and therefore whether the vertex is a minimum or maximum. Its magnitude controls width, with larger absolute values giving narrower curves. When a is zero the equation is linear rather than quadratic.
How does the vertex relate to the roots?
The vertex x-coordinate is the average of the roots when real roots exist, because the parabola is symmetric about its axis. That's also why the quadratic formula has the form of a centre value plus or minus a distance.
Why do quadratics appear so often in optimisation?
Because any smooth function is approximately quadratic near an extremum, since the first derivative vanishes there and the second-order term dominates. That's why Newton's method fits a quadratic at each step and why small oscillations are approximately harmonic.
Related calculators
Weighted Average · Chinese Remainder Theorem · Scientific Notation · Logarithm · Compound Shape Area