banner



how to find the vertex of a parabola

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.

  1. 1

    Learn Euler's Formula. 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. 2

    Rearrange the formula to find the number of vertices. 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.

    • V = 2 - F + E
  3. 3

    Plug the numbers in and solve. 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.

    • Example: For a polyhedron that has 6 faces and 12 edges...
      • V = 2 - F + E
      • V = 2 - 6 + 12
      • V = -4 + 12
      • V = 8
  1. 1

    Graph the solutions of the system of linear inequalities. [3] 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.

    • If using a graphing calculator to graph the inequalities, you can usually scroll over to the vertices and find the coordinates that way.
  2. 2

    Change the inequalities to equations. 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.

    • Example: For the system of inequalities:
      • y < x
      • y > -x + 4
    • Change the inequalities to:
      • y = x
      • y = -x + 4
  3. 3

    Substitute one variable for the other. 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. 4

    Solve for the first variable. 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. 5

    Solve for the remaining variable. Plug your new value for x into one of the original equations to find the value of y.

    • Example: y = x
      • y = 2
  6. 6

    Determine the vertex. The vertex is simply the coordinate consisting of your new x and y values.

    • Example: (2, 2)
  1. 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. 2

    Find the point at which the equation crosses the x-axis. [4] 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. 3

    Calculate the midway point. The axis of symmetry for the equation[5] 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. 4

    Plug the x value into the original equation. 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.

    • Example: y = 3x2 - 6x - 45 = 3(1)2 - 6(1) - 45 = -48
  5. 5

    Write down the vertex point. At this point, your last calculated x and y values should give you the coordinates of your vertex.

    • Example: (1, -48)
  1. 1

    Rewrite the original equation in its vertex form. [6] 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.

    • Example: y = -x^2 - 8x - 15
  2. 2

    Isolate the a value. 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.

    • Example: -1 (x^2 + 8x) - 15
  3. 3

    Find a third term for the parentheses. 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. 4

    Simplify the equation. 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.

    • Example: y = -1(x + 4)^2 + 1
  5. 5

    Figure out what the coordinates are based on the vertex equation. 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)
  1. 1

    Find the x coordinate of the vertex directly. 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. 2

    Plug this value into the original equation. 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. 3

    Write down your vertex coordinates. The x and y values you have are the coordinates of your vertex point.

    • Example: (-4, 1)

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit


Thanks for submitting a tip for review!

Things You'll Need

  • Calculator
  • Pencil
  • Paper

About This Article

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 50,773 times.

Did this article help you?

how to find the vertex of a parabola

Source: https://www.wikihow.com/Find-the-Vertex

Posted by: perezaffearsurry.blogspot.com

0 Response to "how to find the vertex of a parabola"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel