Download Article Download Article


There are multiple mathematical functions that use vertices. Polyhedrons have vertices, systems of inequalities can have one vertex or multiple vertices, and parabolas or quadratic equations can have a vertex, as well. Finding the vertex[1] varies depending on the situation, but here's what you need to know about finding vertices for each scenario.

Method 1
Method 1 of 5:

Finding the Number of Vertices in a Polyhedron

Download Article
  1. Euler's Formula, as it is used in reference to geometry and graphs, states that for any polyhedron that does not intersect itself, the number of faces plus the number of vertices, minus the number of edges, will always equal two.[2]
    • Written out as an equation, the formula looks like: F + V - E = 2
      • F refers to the number of faces
      • V refers to the number of vertices, or corner points
      • E refers to the number of edges
  2. If you know how many faces and edges the polyhedron has, you can quickly count the number of vertices by using Euler's Formula. Subtract F from both sides of the equation and add E to both sides, isolating V on one side.[3]
    • V = 2 - F + E
    Advertisement
  3. All you need to do at this point is to plug the number of sides and edges into the equation before adding and subtracting like normal. The answer you get should tell you the number of vertices and complete the problem.[4]
    • Example: For a polyhedron that has 6 faces and 12 edges...
      • V = 2 - F + E
      • V = 2 - 6 + 12
      • V = -4 + 12
      • V = 8
  4. Advertisement
Method 2
Method 2 of 5:

Finding Vertices for Systems of Linear Inequalities

Download Article
  1. In some instances, graphing the solutions for all inequalities in the system can visually show you where some, if not all, of the vertices lie. When it does not, however, you will need to find the vertex algebraically.[5]
    • If using a graphing calculator to graph the inequalities, you can usually scroll over to the vertices and find the coordinates that way.
  2. In order to solve for the system of inequalities, you will need to temporarily change the inequalities to equations, allowing you the ability to find values for x and y.[6]
    • Example: For the system of inequalities:
      • y < x
      • y > -x + 4
    • Change the inequalities to:
      • y = x
      • y = -x + 4
  3. While there are a couple of different ways you can solve for x and y, substitution is often the easiest to use. Plug the value of y from one equation into the other equation, effectively "substituting" y in the other equation with additional x values.
    • Example: If:
      • y = x
      • y = -x + 4
    • Then y = -x + 4 can be written as:
      • x = -x + 4
  4. Now that you only have one variable in the equation, you can easily solve for that variable, x, as you would in any other equation: by adding, subtracting, dividing, and multiplying.
    • Example: x = -x + 4
      • x + x = -x + x + 4
      • 2x = 4
      • 2x / 2 = 4 / 2
      • x = 2
  5. Plug your new value for x into one of the original equations to find the value of y.
    • Example: y = x
      • y = 2
  6. The vertex is simply the coordinate consisting of your new x and y values.[7]
    • Example: (2, 2)
  7. Advertisement
Method 3
Method 3 of 5:

Finding the Vertex of a Parabola with Axis of Symmetry

Download Article
  1. Factor the equation. Rewrite the quadratic equation in its factored form. There are several ways to factor out a quadratic equation, but when done, you should be left with two sets of parentheses that, when multiplied together, equal your original equation.
    • Example: (using decomposition)
      • 3x2 - 6x - 45
      • Factor out the common factor: 3 (x2 - 2x - 15)
      • Multiply the a and c terms: 1 * -15 = -15
      • Find two numbers with a product that equals -15 and a sum that equals the b value, -2: 3 * -5 = -15; 3 - 5 = -2
      • Substitute the two values into the equation ax2 + kx + hx + c: 3(x2 + 3x - 5x - 15)
      • Factor the polynomial by grouping: f(x) = 3 * (x + 3) * (x - 5)
  2. [8] Whenever the function of x, f(x), equals 0, the parabola will cross the x-axis. This will occur when either set of factors equals 0.
    • Example: 3 * (x + 3) * (x - 5) = 0
      • х +3 = 0
      • х - 5 = 0
      • х = -3 ; х = 5
      • Therefore, the roots are: (-3, 0) and (5, 0)
  3. The axis of symmetry for the equation[9] will lie directly in between the two roots of the equation. You need to know the axis of symmetry since the vertex lies on it.
    • Example: x = 1; this value lies directly between -3 and 5
  4. Plug the x value for your axis of symmetry into either equation for your parabola. The y value will be the y value for your vertex.[10]
    • Example: y = 3x2 - 6x - 45 = 3(1)2 - 6(1) - 45 = -48
  5. At this point, your last calculated x and y values should give you the coordinates of your vertex.
    • Example: (1, -48)
  6. Advertisement
Method 4
Method 4 of 5:

Finding the Vertex of a Parabola by Completing the Square

Download Article
  1. The "vertex" form of an equation is written as y = a(x - h)^2 + k, and the vertex point will be (h, k). Your current quadratic equation will need to be rewritten into this form, and in order to do that, you'll need to complete the square.[11]
    • Example: y = -x^2 - 8x - 15
  2. Factor out the coefficient of the first term, a from the first two terms in the equation. Leave the final term, c, alone for now.[12]
    • Example: -1 (x^2 + 8x) - 15
  3. The third term must complete the set in the parentheses so that the values in parentheses form a perfect square. This new term is the squared value of half the coefficient of the middle term.
    • Example: 8 / 2 = 4; 4 * 4 = 16; therefore,
      • -1(x^2 + 8x + 16)
      • Also keep in mind that what you do to the inside must also be done to the outside:
      • y = -1(x^2 + 8x + 16) - 15 + 16
  4. Since your parentheses now form a perfect square, you can simplify the parenthetical portion to its factored form. Simultaneously, you can do any addition or subtraction needed to the values outside of the parentheses.[13]
    • Example: y = -1(x + 4)^2 + 1
  5. Recall that the vertex form of an equation is y = a(x - h)^2 + k, with (h, k) representing the coordinates of the vertex. You now have enough information to plug values into the h and k slots and complete the problem.
    • k = 1
    • h = -4
    • Therefore, the vertex of this equation can be found at: (-4, 1)
  6. Advertisement
Method 5
Method 5 of 5:

Finding the Vertex of a Parabola with a Simple Formula

Download Article
  1. When the equation of your parabola can be written as y = ax^2 + bx + c, the x of the vertex can be found using the formula x = -b / 2a. Simply plug the a and b values from your equation into this formula to find x.
    • Example: y = -x^2 - 8x - 15
    • x = -b / 2a = -(-8)/(2*(-1)) = 8/(-2) = -4
    • x = -4
  2. By plugging a value for x into the equation, you can solve for y. This y value will be the y coordinate of your vertex.
    • Example: y = -x^2 - 8x - 15 = -(-4)^2 - 8(-4) - 15 = -(16) - (-32) - 15 = -16 + 32 - 15 = 1
      • y = 1
  3. The x and y values you have are the coordinates of your vertex point.
    • Example: (-4, 1)
  4. Advertisement


Expert Q&A

Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Tips

Submit a Tip
All tip submissions are carefully reviewed before being published
Thanks for submitting a tip for review!

Things You'll Need

  • Calculator
  • Pencil
  • Paper

About This Article

David Jia
Co-authored by:
Academic Tutor
This article was co-authored by David Jia. David Jia is an Academic Tutor and the Founder of LA Math Tutoring, a private tutoring company based in Los Angeles, California. With over 10 years of teaching experience, David works with students of all ages and grades in various subjects, as well as college admissions counseling and test preparation for the SAT, ACT, ISEE, and more. After attaining a perfect 800 math score and a 690 English score on the SAT, David was awarded the Dickinson Scholarship from the University of Miami, where he graduated with a Bachelor’s degree in Business Administration. Additionally, David has worked as an instructor for online videos for textbook companies such as Larson Texts, Big Ideas Learning, and Big Ideas Math. This article has been viewed 67,392 times.
1 votes - 40%
Co-authors: 9
Updated: February 14, 2023
Views: 67,392
Categories: Mathematics
Article SummaryX

To find the vertex of a parabola with axis of symmetry, factor the quadratic equation and find the point at which the equation crosses the x-axis. Next, calculate the midway point, which will lie directly in between the two roots of the equation. Then, plug the x value into either equation for your parabola. Your calculated x and y values are the coordinates of the vertex. For tips on finding a vertex in other mathematical scenarios, read on!

Did this summary help you?

Thanks to all authors for creating a page that has been read 67,392 times.

Reader Success Stories

  • Parmod K.

    Parmod K.

    Nov 1, 2017

    "So helpful."
Share your story

Did this article help you?

Advertisement