How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational (2024)

The vertex of a parabola can tell us the extreme value (local maximum or minimum) of a parabola, along with the line of symmetry of the curve. However, we still need to know how to find the vertex in a variety of situations.

So, how do you find the vertex of a parabola? To find the vertex of a parabola, you can use the graph (find the maximum/minimum of the curve), use two points (using a parabola’s symmetry), or use the corresponding quadratic equation. You can find the vertex of a parabola from a quadratic equation in vertex form, factored form, or standard form.

Of course, given any three points on a parabola, we can always find the equation of the corresponding quadratic and use it to find the vertex.

In this article, we’ll talk about how to find the vertex of a parabola. We’ll also show some examples to make the concepts clear.

Let’s get started.

Having math trouble?

Looking for a tutor?

Find MathTutors Now

How To Find The Vertex Of A Parabola

There are a few ways you can find the vertex of a parabola:

  • From an equation: if you have a quadratic equation in vertex form, factored form, or standard form, you can use it to find the vertex of the corresponding parabola.
  • From two points (symmetry): if you have two points on a horizontal line that are an equal distance from the vertex of a parabola, you can use symmetry to find the vertex.
  • From a graph: if you have the graph of a quadratic, you can find the local maximum (top of the curve) or local minimum (bottom of the curve) to find the vertex of the parabola.

Let’s start off with the first method: finding the vertex from an equation.

How To Find The Vertex Of A Parabola From An Equation

The easiest way to find the vertex of a parabola from an equation is to convert it to vertex form or factored form. However, we can convert any form of a quadratic equation into any other form.

The procedure is slightly different in each case, so let’s go through each one in turn.

How To Find The Vertex Of A Parabola In Vertex Form

To find the vertex of a parabola in vertex form, look at the constants h and k in the corresponding quadratic equation:

  • y = a(x – h)2 + k

This form is easiest to find the vertex from, since all we need to do is read the coordinates from the equation.

The vertex will be the point (h, k).

Example: How To Find The Vertex Of A Parabola From An Equation In Vertex Form

Let’s say we have the following quadratic equation in vertex form:

  • y = 2(x – 5)2 + 7

In this case, h = 5 and k = 7. This means that the vertex of the corresponding parabola is (h, k) = (5, 7).

We can verify this with the graph below.

How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational (2)

How To Find The Vertex Of A Parabola In Factored Form

Find the vertex of a parabola in factored form is a little more involved, but it is still not too difficult. The steps are as follows:

  • 1.) Find the two zeros (roots), r and s, of the quadratic from the factored form. These value comes from the factored form y = a(x – r)(x – s).
  • 2.) Take the average of r and s to get h = (r + s) / 2 (h is the x-coordinate of the vertex).
  • 3.) Substitute x = h into the quadratic factored form to find y. This will always give us a y-coordinate of k = -a(r – s)2 / 4
  • 4.) The vertex is the point (h, k) = ((r + s) / 2, -a(r – s)2 / 4)

Let’s look at an example.

Example: How To Find The Vertex Of A Parabola From An Equation In Factored Form

Let’s say we have the following quadratic equation in factored form:

  • y = 4(x – 2)(x – 8)

Step 1: In this case, r = 2 and s = 8 are the two zeros (roots) of this quadratic equation.

Step 2: The average of r = 2 and s = 8 is (2 + 8) / 2 = 5. So, h = 5 is the x-coordinate of the vertex.

Step 3: We substitute x = 5 into the quadratic equation to get 4(5 – 2)(5 – 8) = 4(3)(-3) = -36. So, k = -36 is the y-coordinate of the vertex.

Step 4: The vertex of the parabola is the point (h, k) = (5, -36).

We can verify this with the graph below.

How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational (3)

Note: we can also convert the quadratic equation to vertex form and then read the coordinates as in the last example:

  • y = 4(x – 2)(x – 8)
  • y = 4(x2 – 8x – 2x + 16) [used FOIL]
  • y = 4(x2 – 10x + 16) [combine like terms]
  • y = 4(x2 – 10x + 25 – 25 + 16) [complete the square for x2 + 10x by adding 25]
  • y = 4((x – 5)2 – 9) [factor x2 – 10x + 25 as a perfect square trinomial (x – 5)2]
  • y = 4(x – 5)2 – 36

We get the same answer for the vertex: (5, -36).

Having math trouble?

Looking for a tutor?

Find MathTutors Now

How To Find The Vertex Of A Parabola In Standard Form

To find the vertex of a parabola in standard form, we can convert to either vertex form or factored form and then follow the steps in the previous examples.

We also have the option of using the shortcut formula for the vertex of a parabola in standard form. If the quadratic has the equation

  • y = ax2 + bx + c

then the vertex has an x-coordinate of –b/2a. We can then substitute x = -b/2a into the quadratic equation to find the value of y.

This gives us a y-coordinate of c – (b2 / 4a) for the vertex of the parabola.

So, the coordinates of the vertex are (-b / 2a, c – (b2 / 4a)).

Example: How To Find The Vertex Of A Parabola From An Equation In Standard Form

Let’s say we have the following quadratic equation in standard form:

  • y = 2x2 – 12x + 16

Let’s convert it to factored form and find the vertex that way:

  • y = 2(x2 – 6x + 8)
  • y = 2(x – 2)(x – 4)

So, r = 2 and s = 4. Taking the average gives us (2 + 4) / 2 = 3.

The x-coordinate of the vertex is 3. If we substitute this into the quadratic, we can find y:

  • y = 2(x – 2)(x – 4)
  • y = 2(3 – 2)(3 – 4)
  • y = 2(1)(-1)
  • y = -2

The y-coordinate of the vertex is -2. So, the vertex of the parabola is (3, -2).

We can also find this with our formulas that involve a, b, and c (the coefficients of the quadratic equation in standard form).

First, the x-coordinate of the vertex:

  • x = -b / 2a
  • x = -(-12) / 2(2)
  • x = 12 / 4
  • x = 3

Now, the y-coordinate of the vertex:

  • y = c – (b2 / 4a)
  • y = 16 – ((-12)2 / 4(2))
  • y = 16 – (144 / 8)
  • y = 16 – 18
  • y = -2

So, the vertex of the parabola is (3, -2), just as we found before. You can also see this in the graph below.

How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational (5)

How To Find The Vertex Of A Parabola From Two Points (Symmetry)

If we have two points on a horizontal line that are equidistant from the vertex, then we can find the x-coordinate.

This is due to the symmetry of a parabola about the line x = h (where h is the x-coordinate of the vertex).

Since a parabola has symmetry, a horizontal line y = d will intersect the parabola at two points that are an equal distance from the vertex (or from the line of symmetry).

We can use this to our advantage to take the average of these two x-coordinates to find the x-coordinate of the vertex.

Example: How To Find The Vertex Of A Parabola From Two Points (Symmetry)

Let’s say we have two points (3, 7) and (9, 7) that lie on a parabola. Since the y-coordinates are the same (both are y = 7), we know that these two points lie on the same horizontal line (y = 7).

This means that the parabola will intersect this horizontal line at two points that are the same distance from the line of symmetry (the horizontal line x = h, which goes through the vertex).

Taking the average of the two x-values, we get (3 + 9) / 2 = 6. So, the x-coordinate of the vertex is 6.

We would need more information to find the y-coordinate of the vertex (without more information, we don’t even know if the parabola is concave or convex!)

How To Find The Vertex Of A Parabola From A Graph

To find the vertex of a parabola from a graph, all we need to do is take a look at where the curve has a local minimum (for a convex/concave up curve) or local maximum (for a concave/concave down curve).

This point (the local minimum or maximum) is the vertex of the parabola.

Example: How To Find The Vertex Of A Parabola From A Graph

Given the graph of the parabola y = 3x2 – 12x + 9 (pictured below):

How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational (6)

We can see by visual inspection that the vertex is at (2, -3), since that point is the local minimum of the curve.

Conclusion

Now you know how to find the vertex of a parabola from an equation, from two points on a horizontal line, or from a graph.

You can also learn more about how to change the shape of a parabola in my article here, or about whether a parabola is a function in my article here.

You can learn about the focus of a parabola and what it means here.

You can learn how to find the domain and range of a parabola here.

You might also want to read my article on common questions about ellipses (a parabola is a conic section, just like an ellipse).

I hope you found this article helpful. If so, please share it with someone who can use the information.

Don’t forget to subscribe to my YouTube channel & get updates on new math videos!

~Jonathon

How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational (2024)

FAQs

How To Find The Vertex Of A Parabola (3 Methods To Know) | jdmeducational? ›

To find the vertex (h, k), get h(x-coordinate of the vertex) = -b/2a from the standard equation y = ax2 + bx + c and then find y at h to get k (the y-coordinate of the vertex).

What are the 3 parts of parabola? ›

Below are all the parts of a parabola.
  • Focus. A focus is a fixed point. ...
  • Directrix. Directrix is a straight line that you will always find in front of a parabola. ...
  • Focal Parameter. Many students, even instructors, get confused with the focal parameter. ...
  • Axis. Finding the axis of a parabola can be tricky. ...
  • Vertex.

What is the formula for finding the vertex? ›

To find the vertex (h, k), get h(x-coordinate of the vertex) = -b/2a from the standard equation y = ax2 + bx + c and then find y at h to get k (the y-coordinate of the vertex).

How to find vertex from intercept form? ›

Intercept Form of a Quadratic Function

Because of symmetry, the axis of symmetry is halfway between the x-intercepts. The vertex is on the axis of symmetry, so it can be found by substituting the x-coordinate of the axis of symmetry into the original function to find the y-value.

What is the formula for a parabola? ›

The standard equation of a parabola is used to represent a parabola algebraically in the coordinate plane. The general equation of a parabola can be given as, y = a(x-h)2 + k or x = a(y-k)2 +h, where (h,k) denotes the vertex. The standard form of parabola is y2 = 4ax or x2 = 4ay.

How to convert to vertex form? ›

How Do You Convert Standard Form to Vertex Form? To convert standard form to vertex form, Convert y = ax2 + bx + c into the form y = a (x - h)2 + k by completing the square. Then y = a (x - h)2 + k is the vertex form.

What are 5 methods of solving a quadratic equation? ›

Give 5 ways of solving quadratic equations
  • Extracting the roots.
  • Factoring.
  • Quadratic Formula.
  • Completing the square.
  • Graphing.
Jun 15, 2018

Can any 3 points make a parabola? ›

Three points define a parabola if two points lie on the directrix and the third point is the focus. Three points define a parabola if the three points define a triangle ABC whose base BC forms a chord with the parabola such that the parabola is also tangential to the triangles sides AB, AC at the points B and C.

How to find the vertex form from a parabola? ›

The vertex formula is used to find the vertex of a parabola. The formula to find the vertex is (h, k) = (-b/2a, -D/4a), where D = b2-4ac.

What is the vertex of the parabola? ›

The vertex of a parabola is the point where the parabola crosses its axis of symmetry.

How to find vertex of parabola with two points? ›

It isn't possible, because two points don't define a unique parabola. If all you are given is two points, and no other information, there are infinitely many parabolas that pass through those two points. The equation of a parabola is a quadratic. the 3 unknowns are a, b, c.

What are the three ways to write a parabola? ›

Here are the three forms a quadratic equation should be written in:
  1. 1) Standard form: y = ax2 + bx + c where the a,b, and c are just numbers.
  2. 2) Factored form: y = (ax + c)(bx + d) again the a,b,c, and d are just numbers.
  3. 3) Vertex form: y = a(x + b)2 + c again the a, b, and c are just numbers.
Mar 18, 2021

What are the steps to find vertex form? ›

Thus, we use this method to convert from standard form to vertex form:
  1. Find the x-coordinate using the formula x = -b/2a.
  2. Find the y-coordinate by evaluating f(x) = ax2 + bx + c with our value for x.
  3. Use the a from the standard form, the x-coordinate for h and the y-coordinate for k in y = a(x - h)2 + k.

Top Articles
NFL Pick'em Pool Strategy, Confidence Rankings: Straight-Up Picks Week 18
Week 8 NFL picks: Bengals or 49ers in enticing AFC-NFC showdown? Can Jacksonville win in Pittsburgh?
Nybe Business Id
Bashas Elearning
Erika Kullberg Wikipedia
Math Playground Protractor
Eric Rohan Justin Obituary
Toyota gebraucht kaufen in tacoma_ - AutoScout24
Phenix Food Locker Weekly Ad
10000 Divided By 5
ds. J.C. van Trigt - Lukas 23:42-43 - Preekaantekeningen
Learn How to Use X (formerly Twitter) in 15 Minutes or Less
Dityship
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Gwdonate Org
Drago Funeral Home & Cremation Services Obituaries
Kaomoji Border
Pekin Soccer Tournament
Everything you need to know about Costco Travel (and why I love it) - The Points Guy
Cocaine Bear Showtimes Near Regal Opry Mills
Melissababy
Masterkyngmash
The Weather Channel Local Weather Forecast
The Tower and Major Arcana Tarot Combinations: What They Mean - Eclectic Witchcraft
Dtlr Duke St
Kingdom Tattoo Ithaca Mi
Troy Gamefarm Prices
Kohls Lufkin Tx
Finding Safety Data Sheets
As families searched, a Texas medical school cut up their loved ones
Kamzz Llc
Nurtsug
Account Now Login In
Where Do They Sell Menudo Near Me
Http://N14.Ultipro.com
Goodwill Thrift Store & Donation Center Marietta Photos
R&J Travel And Tours Calendar
Regis Sectional Havertys
Myanswers Com Abc Resources
Craigslist Tulsa Ok Farm And Garden
Trap Candy Strain Leafly
140000 Kilometers To Miles
National Weather Service Richmond Va
15 Best Places to Visit in the Northeast During Summer
Lesly Center Tiraj Rapid
Sc Pick 3 Past 30 Days Midday
Christie Ileto Wedding
Myapps Tesla Ultipro Sign In
How To Win The Race In Sneaky Sasquatch
Wieting Funeral Home '' Obituaries
Rise Meadville Reviews
Adams County 911 Live Incident
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6644

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.