{"id":1878,"date":"2022-04-28T22:08:58","date_gmt":"2022-04-28T22:08:58","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/?post_type=chapter&#038;p=1878"},"modified":"2026-01-22T17:52:31","modified_gmt":"2026-01-22T17:52:31","slug":"4-3-algebraic-analysis-on-the-vertex","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/chapter\/4-3-algebraic-analysis-on-the-vertex\/","title":{"raw":"4.3: Algebraic Analysis on the Vertex","rendered":"4.3: Algebraic Analysis on the Vertex"},"content":{"raw":"<iframe style=\"height: 100%; min-height: 700px;\" src=\"https:\/\/www.chatbase.co\/chatbot-iframe\/ejVb5sgc1-w972OOCgl5x\" width=\"100%\" frameborder=\"0\"><\/iframe>\r\n<div class=\"textbox learning-objectives\">\r\n<h3>Learning Objectives<\/h3>\r\nLearn three ways to determine the vertex of a given quadratic function in standard form [latex]f(x)=ax^2+bx+c[\/latex]:\r\n<ul>\r\n \t<li>Complete the Square to write the function in vertex form<\/li>\r\n \t<li>Use the Line of Symmetry to find the vertex<\/li>\r\n \t<li>Use a formula to find the vertex<\/li>\r\n<\/ul>\r\n<\/div>\r\nUp till now, we have focused on the vertex form of a quadratic function, [latex]f(x)=a(x-h)^2+k[\/latex]. This form allows us to immediately identify the vertex [latex](h, k)[\/latex]. If we were to multiply out this function we would end up with the <em><strong>standard form<\/strong><\/em> of a quadratic function, [latex]f(x)=ax^2+bx+c[\/latex]. When a quadratic equation is written in standard form, the vertex is not obvious.\r\n\r\nFor example, the function [latex]f(x)=2(x-3)^2+1[\/latex] has a vertex at (3, 1). But if we multiply out the function we get:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&amp;=2(x-3)^2+1\\\\&amp;=2(x-3)(x-3)+1\\\\&amp;=2(x^2-6x+9)+1\\\\&amp;=2x^2-12x+19\\end{aligned}[\/latex]<\/p>\r\nThe vertex of the equivalent function [latex]f(x)=2x^2-12x+19[\/latex] is no longer obvious.\r\n\r\nThis section considers three methods of determining the vertex when a quadratic function is given in the standard form [latex]f(x)=ax^2+bx+c[\/latex].\r\n<h2>Completing the Square<\/h2>\r\nA common way to find the vertex of a quadratic function [latex]f(x)=ax^2+bx+c[\/latex] is to convert the function from standard form into the vertex form [latex]f(x)=a(x-h)^2+k[\/latex], where the vertex is [latex](h, k)[\/latex]. This method requires us to form a perfect square on the [latex]x[\/latex]-terms,\u00a0[latex]ax^2+bx[\/latex]. The constant [latex]c[\/latex] will become part of the constant term [latex]k[\/latex] in the vertex form.\r\n\r\nSo our goal is to turn [latex]f(x)=ax^2+bx+c[\/latex] into [latex]f(x)=a(x-h)^2+k[\/latex] by creating a perfect square out of [latex]ax^2+bx[\/latex].\r\n<h3>The Leading coefficient [latex]a=1[\/latex]<\/h3>\r\nLet's start by considering the case when the leading coefficient [latex]a=1[\/latex].\u00a0When the perfect square [latex](x+A)^2[\/latex] is multiplied out we get,\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}(x+A)^2&amp;=(x+A)(x+A)\\\\&amp;=x^2+Ax+Ax+A^2\\\\&amp;=x^2+2Ax+A^2\\end{aligned}[\/latex]<\/p>\r\nThe middle term is doubled. So to go backwards and make a perfect square out of [latex]x^2+2Ax+A^2[\/latex] we take half of the coefficient of [latex]x[\/latex] inside the perfect square, [latex](x+A)^2[\/latex].\r\n\r\nFor example, if we want to make a perfect square out of [latex]x^2+6x[\/latex] we put half of +6 in with [latex]x[\/latex] to get [latex](x+3)^2[\/latex]. However,\u00a0[latex](x+3)^2=x^2+6x+9[\/latex]; we have an extra 9 that was not in our original expression\u00a0[latex]x^2+6x[\/latex]. But we can easily remove that extra 9 by subtracting it:\r\n<p style=\"text-align: center;\">[latex]x^2+6x=(x+3)^2-9[\/latex]<\/p>\r\nSo, to complete the square on [latex]x^2+bx[\/latex], we take half of the coefficient of [latex]x[\/latex] and put it in the perfect square. But, we also have to subtract the <span style=\"color: #0000ff;\">extra term<\/span>:\r\n<p style=\"text-align: center;\">[latex]x^2+bx=\\left(x+\\dfrac{b}{2}\\right)^2\\color{blue}{-\\left(\\dfrac{b}{2}\\right)^2}[\/latex]<\/p>\r\nThis process of making a perfect square and subtracting the extra term is called\u00a0<em><strong>completing the square<\/strong><\/em>.\r\n\r\nSuppose this time we want to complete the square on [latex]f(x)=x^2-8x+3[\/latex]. Half of \u20138 is \u20134, so we get [latex](x-4)^2[\/latex] as our perfect square. But\u00a0[latex](x-4)^2=x^2-8x+16[\/latex] so we need to subtract the extra term 16 from the original constant 3:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&amp;=\\color{blue}{x^2-8x}+3\\\\&amp;=\\color{blue}{(x-4)^2-16}+3\\\\&amp;=(x-4)^2-13\\end{aligned}[\/latex]<\/p>\r\nOnce we have converted a function into vertex form [latex]f(x)=a(x-h)^2+k[\/latex] by completing the square, we can pick out the vertex. In this example, the vertex is (4, \u201313).\r\n\r\nRemember that when we have completed the square, we can always check our answer by multiplying out the vertex form to make sure we get back to the standard form. In this example,\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&amp;=(x-4)^2-13\\\\&amp;=(x-4)(x-4)-13\\\\&amp;=x^2-4x-4x+16-13\\\\&amp;=x^2-8x+3\\end{aligned}[\/latex]<\/p>\r\nWe get back to where we started, so we know the completed square is correct.\r\n<div class=\"textbox examples\">\r\n<h3>Example 1<\/h3>\r\nConvert the function [latex]f(x)=x^2+4x-12[\/latex] into vertex form, then identify the vertex.\r\n<h4>Solution<\/h4>\r\n<p style=\"text-align: left;\">We start by creating a perfect square out of the [latex]x[\/latex]-terms using half the coefficient of [latex]x,\\;\\color{blue}{\\dfrac{4}{2}=2}[\/latex]:\u00a0 [latex]x^2+\\color{blue}{4}x=(x+\\color{blue}{2})^2...[\/latex]<\/p>\r\nSince\u00a0[latex](x+2)^2=x^2+4x+4[\/latex] we must subtract 4 to make the statement true:\u00a0[latex]x^2+4x=(x+2)^2-4[\/latex]\r\n\r\nThen,\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&amp;=\\color{blue}{x^2+4x}-12\\\\&amp;=\\color{blue}{(x+2)^2-4}-12\\\\&amp;=(x+2)^2-16\\end{aligned}[\/latex].<\/p>\r\nThe function is now written in vertex form [latex]f(x)=a(x-h)^2+k[\/latex].\r\n\r\nTherefore, the vertex is [latex](-2, -16)[\/latex].\r\n\r\n<\/div>\r\n<div class=\"textbox examples\">\r\n<h3>Example 2<\/h3>\r\nConvert the function [latex]f(x)=x^2-6x+1[\/latex] into vertex form, then identify the vertex.\r\n<h4>Solution<\/h4>\r\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<th style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span>\r\n<span style=\"font-size: 16px; orphans: 1;\">\r\n<\/span><\/th>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&amp;=x^2\\color{blue}{-6}x+1\\\\&amp;=(x\\color{blue}{-3})^2-\\color{blue}{9}+1\\\\&amp;=(x-3)^2-8\\end{aligned}[\/latex]<\/span><\/td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Use half the coefficient of [latex]x[\/latex] [latex]\\left (\\color{blue}{\u20133}\\right)[\/latex] to make the perfect square, then subtract the square of this [latex]\\left(\\color{blue}{9}\\right)[\/latex] to balance the equation.\r\nSimplify by combining the constants.<\/span><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<div class=\"textbox examples\">\r\n<h3>Example 3<\/h3>\r\nConvert the function [latex]f(x)=x^2-5x+4[\/latex] into vertex\r\n\r\n\\'form, then identify the vertex.\r\n<h4>Solution<\/h4>\r\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span>\r\n<span style=\"font-size: 16px; orphans: 1;\">\r\n<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&amp;=x^2\\color{blue}{-5}x+4\\\\&amp;=\\left(x\\color{blue}{-\\dfrac{5}{2}}\\right)^2-\\color{blue}{\\dfrac{25}{4}}+4\\\\&amp;=\\left(x-\\dfrac{5}{2}\\right)^2-\\dfrac{9}{4}\\end{aligned}[\/latex]<\/span><\/td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Use half the coefficient of [latex]x[\/latex] [latex]\\left (\\color{blue}{\u2013\\frac{5}{2}}\\right)[\/latex] to make the perfect square, then subtract the square of this [latex]\\left(\\color{blue}{\\frac{25}{4}}\\right)[\/latex] to balance the equation.\r\nSimplify by combining the constants.<\/span><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 1<\/h3>\r\nConvert the function [latex]f(x)=x^2+2x+5[\/latex] into vertex form, then identify the vertex.\r\n\r\n[reveal-answer q=\"hjm604\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm604\"]\r\n\r\n[latex]f(x)=(x+1)^2+4[\/latex]\r\n\r\nVertex = (\u20131, 4)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 2<\/h3>\r\nConvert the function [latex]f(x)=x^2-8x+7[\/latex] into vertex form, then identify the vertex.\r\n\r\n[reveal-answer q=\"hjm390\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm390\"]\r\n\r\n[latex]f(x)=(x-4)^2-9[\/latex]\r\n\r\nVertex = (4, \u20139)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 3<\/h3>\r\nConvert the function [latex]f(x)=x^2-3x+4[\/latex] into vertex form, then identify the vertex.\r\n\r\n[reveal-answer q=\"hjm613\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm613\"]\r\n\r\n[latex]f(x)=\\left (x-\\dfrac{3}{2}\\right )^2+\\dfrac{7}{4}[\/latex]\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<h3>The Leading Coefficient [latex]a\\neq1[\/latex]<\/h3>\r\nIn math, we often build on what we have already done, or use what we have already proved to extend the concept. We have just learned how to complete the square on a quadratic function where the coefficient is 1. When the leading coefficient is not 1, we can make it seem like it is 1 by factoring out the leading coefficient from the two terms that contain [latex]x[\/latex] so that [latex]f(x)=ax^2+bx+c = a\\left(x^2+\\dfrac{b}{a}x\\right)+c[\/latex]. We don't have to factor the constant term [latex]c[\/latex] because it is not part of the perfect square and will be combined with the subtracted extra term to create [latex]k[\/latex]. Now we can use the same method we just earned to complete the square inside the parentheses of the function.\r\n\r\nLike before, this is easier to see with a specific example.\r\n<div class=\"textbox examples\">\r\n<h3>Example 4<\/h3>\r\nConvert the function [latex]f(x)=2x^2+10x+12[\/latex] into vertex form, then identify the vertex.\r\n<h4>Solution<\/h4>\r\nFirst we have to recognize that the leading coefficient is 2, so we start by pulling 2 as a common factor:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&amp;=\\color{blue}{2x^2+10x}+12\\\\&amp;=\\color{blue}{2\\left (x^2+5x\\right )}+12\\end{aligned}[\/latex]<\/p>\r\nNext we take half of the coefficient of [latex]x[\/latex] and make a perfect square:\r\n<p style=\"text-align: center;\">[latex]f(x)=2\\left [\\left (x\\color{blue}{+\\dfrac{5}{2}}\\right )^2...\\right ][\/latex]<\/p>\r\nSince\u00a0[latex]\\left (x+\\dfrac{5}{2}\\right )^2=x^2+5x+\\dfrac{25}{4}[\/latex] we must subtract [latex]\\dfrac{25}{4}[\/latex] to make the statement true:\u00a0[latex]x^2+5x=\\left (x+\\dfrac{5}{2}\\right )^2-\\dfrac{25}{4}[\/latex].\r\n\r\nThen,\r\n<p style=\"text-align: center;\">[latex]f(x)=2\\left [\\left (x+\\dfrac{5}{2}\\right )^2\\color{blue}{-\\dfrac{25}{4}}\\right ]+12[\/latex]<\/p>\r\nNow we can distribute the 2 then combine the constants:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&amp;=\\color{blue}{2}\\left [\\left (x+\\dfrac{5}{2}\\right )^2-\\dfrac{25}{4}\\right ]+12\\\\&amp;=\\color{blue}{2}\\left (x+\\dfrac{5}{2}\\right )^2-\\color{blue}{2}\\cdot\\dfrac{25}{4}+12\\\\&amp;=2\\left (x+\\dfrac{5}{2}\\right )^2\\color{blue}{-\\dfrac{25}{2}+\\dfrac{24}{2}}\\\\&amp;=2\\left (x+\\dfrac{5}{2}\\right )^2\\color{blue}{-\\dfrac{1}{2}} \\end{aligned}[\/latex]<\/p>\r\nThe function is now in the vertex form [latex]f(x)=a(x-h)^2+k[\/latex] with [latex]h=-\\dfrac{5}{2}[\/latex] and [latex]k=-\\dfrac{1}{2}[\/latex].\r\n\r\nTherefore the vertex is [latex]\\left(-\\dfrac{5}{2}, -\\dfrac{1}{2}\\right)[\/latex].\r\n\r\n<\/div>\r\n<div class=\"textbox examples\">\r\n<h3>Example 5<\/h3>\r\nConvert the function [latex]f(x)=2x^2-4x+1[\/latex] into vertex form, then identify the vertex.\r\n<h4>Solution<\/h4>\r\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<th style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span>\r\n<span style=\"font-size: 16px; orphans: 1;\">\r\n<\/span><\/th>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&amp;=2x^2-4x+1\\\\&amp;=\\color{blue}{2}\\left(x^2-2x\\right)+1\\\\&amp;=2\\left(x\\color{blue}{-1})^2-1\\right)+1\\\\&amp;=\\color{blue}{2}(x-1)^2\\color{blue}{-2}+1\\\\&amp;=2(x-1)^2\\color{blue}{-1}\\end{aligned}[\/latex]<\/span><\/td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Pull out the leading coefficient <span style=\"color: #0000ff;\">2<\/span> as a factor from the first two terms.\r\nUse half the coefficient of [latex]x\\;\\color{blue}{-1}[\/latex]\u00a0to make the perfect square,\r\nthen subtract the square of this [latex]\\color{blue}{1}[\/latex]\u00a0to balance the equation.\r\nDistribute the leading coefficient\u00a0<span style=\"color: #0000ff;\">2<\/span><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">.<\/span><\/span><\/span><span style=\"font-size: 16px; orphans: 1;\">Simplify by combining the constants.\r\n<\/span><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nThe function is now in vertex form [latex]f(x)=a(x-h)^2+k[\/latex] with [latex]h=1[\/latex] and [latex]k=-1[\/latex].\r\n\r\nThe vertex is (1, \u20131).\r\n\r\n<\/div>\r\nIf you prefer, we can factor the leading coefficient from all terms in the function, including the constant. The next example shows that the only difference is that we will combine the constants before distributing the leading coefficient.\r\n<div class=\"textbox examples\">\r\n<h3>Example 6<\/h3>\r\nConvert the function [latex]f(x)=-3x^2-2x+3[\/latex] into vertex form, then identify the vertex.\r\n<h4>Solution<\/h4>\r\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<th style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span>\r\n<span style=\"font-size: 16px; orphans: 1;\">\u00a0<\/span><\/th>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&amp;=-3x^2-2x+3\\\\&amp;=\\color{blue}{-3}\\left(x^2+\\dfrac{2}{3}x-1\\right)\\\\&amp;=-3\\left[\\left(x\\color{blue}{+\\dfrac{1}{3}}\\right)^2-\\color{blue}{\\dfrac{1}{9}}-1\\right]\\\\&amp;=-3\\left[\\left(x+\\dfrac{1}{3}\\right)^2\\color{blue}{-\\dfrac{1}{9}}-1\\right]\\\\&amp;=-3\\left[\\left(x+\\dfrac{1}{3}\\right)^2\\color{blue}{-\\dfrac{10}{9}}\\right]\\\\&amp;=-3\\left(x+\\dfrac{1}{3}\\right)^2+\\dfrac{10}{3}\\end{aligned}[\/latex]<\/span><\/td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Pull out the leading coefficient <span style=\"color: #0000ff;\">\u20133 <span style=\"color: #000000;\">as a factor. Watch your signs.<\/span><\/span><\/span>\r\n\r\n<span style=\"font-size: 16px; orphans: 1;\">Use half the coefficient of [latex]x\\;\\color{blue}{\\frac{1}{3}}[\/latex]\u00a0to make the perfect square,\r\nthen subtract the square of this [latex]\\color{blue}{\\frac{1}{9}}[\/latex]\u00a0to balance the equation.<\/span>\r\n\r\n<span style=\"font-size: 16px; orphans: 1;\">Simplify by combining the constants using a common denominator.<\/span>\r\n\r\n<span style=\"font-size: 16px; orphans: 1;\">Distribute the leading coefficient <span style=\"color: #0000ff;\">\u20133<\/span><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">. Watch your signs.<\/span><\/span><\/span><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nThe function is now in vertex form [latex]f(x)=a(x-h)^2+k[\/latex] with [latex]h=-\\dfrac{1}{3}[\/latex] and [latex]k=\\dfrac{10}{3}[\/latex].\r\n\r\nThe vertex is [latex]\\left(-\\dfrac{1}{3},\\;\\dfrac{10}{3}\\right)[\/latex]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 4<\/h3>\r\nConvert the function [latex]f(x)=4x^2-8x+12[\/latex] into vertex form, then identify the vertex.\r\n\r\n[reveal-answer q=\"hjm587\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm587\"]\r\n\r\nVertex form: [latex]f(x)=4(x-1)^2+8[\/latex]\r\n\r\nVertex = (1, 8)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 5<\/h3>\r\nConvert the function [latex]f(x)=-3x^2+6x+9[\/latex] into vertex form, then identify the vertex.\r\n\r\n[reveal-answer q=\"hjm102\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm102\"]\r\n\r\nVertex form: [latex]f(x)=-3(x-1)^2+12[\/latex]\r\n\r\nVertex = (1, 12)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 6<\/h3>\r\nConvert the function [latex]f(x)=5x^2-20x+3[\/latex] into vertex form, then identify the vertex.\r\n\r\n[reveal-answer q=\"hjm086\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm086\"]\r\n\r\nVertex form: [latex]f(x)=5(x-2)^2-17[\/latex]\r\n\r\nVertex = (2, \u201317)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<h2>Using the Line of Symmetry to Find the Vertex<\/h2>\r\n<p style=\"text-align: left;\">In 4.1, we introduced the idea of using two\u00a0<span style=\"font-size: 1em;\">symmetric points to find the\u00a0<\/span><span style=\"font-size: 1rem;\">[latex]x[\/latex]-coordinate of the vertex. The\u00a0[latex]x[\/latex]-coordinate of the vertex is the midpoint between any two symmetric points on the parabola. This is because the two symmetric points on a parabola are the same distance away from the line of symmetry (or from the [latex]x[\/latex]-coordinate of the vertex). Once the\u00a0[latex]x[\/latex]-coordinate of the vertex is identified, we can determine the [latex]y[\/latex]-coordinate by evaluating the function value at this coordinate.<\/span><\/p>\r\nTwo symmetrical points on a parabola can be found by graphing or by setting the function [latex]f(x)=ax^2+bx+c[\/latex] equal to a constant. The easiest constant to use is [latex]c[\/latex] because the equation will simplify to an easily solved quadratic equation:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}ax^2+bx+c &amp;= c\\\\ax^2+bx&amp;=0\\end{aligned}[\/latex]<\/p>\r\n<p style=\"text-align: left;\">Graphically, this equation is equivalent to finding the intersection points between the parabola representing the function with the horizontal line [latex]y = c[\/latex] (figure 1).\u00a0The two intersection points are symmetrical because the horizontal line is perpendicular to the line of symmetry of the parabola, and the parabola is symmetrical. Once the equation [latex]ax^2+bx+c = c[\/latex] is set up, we can solve for [latex]x[\/latex], where the [latex]x[\/latex] values are the [latex]x[\/latex]-coordinates of the two symmetric points.<\/p>\r\n<p style=\"text-align: center;\"><iframe style=\"border: 1px solid #ccc;\" title=\"Interactive graph\" src=\"https:\/\/www.desmos.com\/calculator\/bbtq8xpcsl?embed\" width=\"500\" height=\"500\" frameborder=\"0\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe><\/p>\r\n<p style=\"text-align: center;\">Figure 1. Intersection of [latex]f(x)=ax^2+bx+c[\/latex] and [latex]y=c[\/latex]<\/p>\r\nNotice from figure 1 that solving\u00a0[latex]ax^2+bx+c = c[\/latex] will always result in the [latex]y[\/latex]-intercept [latex](0, c)[\/latex] being one of the symmetric points.\r\n\r\nSuppose we are given the function [latex]f(x) = x^2 - 10x + 33[\/latex]. To find two symmetric points, we may set the function equal to 33 (the value of [latex]c[\/latex]). This equation, [latex]x^2-10x+33=33[\/latex], will determine the two intersection points between the function[latex]f(x) = x^2 - 10x + 33[\/latex] and the line [latex]y = 33[\/latex]. The two intersection points are symmetrical with respect to the line of symmetry of the parabola of the function.\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}x^2 - 10x + 33 &amp;= 33\\\\x^2 - 10x &amp;= 0\\\\x(x - 10) &amp;= 0\\\\x &amp;= 0,\\;10\\end{aligned}[\/latex]<\/p>\r\nSInce these points lie on the line [latex]y=33[\/latex], their [latex]y[\/latex]-coordinates are 33. Therefore, the two symmetric points are (0, 33), the [latex]y[\/latex]-intercept of the function, and (10, 33). We can check this by finding the corresponding function values at [latex]x=0[\/latex] and [latex]x=10[\/latex]:\r\n<p style=\"text-align: center;\">[latex]f(0)=(0)^2-10(0)+33=33[\/latex] and [latex]f(10)=(10)^2-10(10)+33=33[\/latex]<\/p>\r\nTo find the axis of symmetry, and hence the [latex]x[\/latex]-coordinate of the vertex, we only need the [latex]x[\/latex]-coordinates of the two symmetric points. The\u00a0[latex]x[\/latex]-coordinate of the vertex is exactly halfway between [latex]x=0[\/latex] and [latex]x=10[\/latex]:\r\n<p style=\"text-align: center;\">[latex]x=\\dfrac{0+10}{2} = 5[\/latex]<\/p>\r\nThe [latex]y[\/latex]-coordinate of the vertex is [latex]f(5)[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(5) &amp;= (5)^2 - 10(5) + 33 \\\\&amp;= 25 - 50 + 33 \\\\&amp;= 8\\end{aligned}[\/latex]<\/p>\r\n<p style=\"text-align: left;\">Therefore, the vertex of the function is (5, 8).<\/p>\r\n\r\n<div class=\"textbox examples\">\r\n<h3>Example 7<\/h3>\r\nDetermine the vertex of the parabola representing the function [latex]f(x)=2x^2-6x+7[\/latex] using two symmetric points.\r\n<h4>Solution<\/h4>\r\nTo find two symmetric points, we set [latex]f(x)=7[\/latex] and solve for [latex]x[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}2x^2-6x+7&amp;=7\\\\2x^2-6x&amp;=0\\\\2x(x-3)&amp;=0\\\\x=0,\\;3\\end{aligned}[\/latex]<\/p>\r\nThe axis of symmetry lies exactly halfway between [latex]x=0[\/latex] and [latex]x=3[\/latex]:\r\n<p style=\"text-align: center;\">[latex]x=\\dfrac{0+3}{2}=\\dfrac{3}{2}[\/latex]<\/p>\r\nConsequently, since the vertex lies on the axis of symmetry, the [latex]x[\/latex]-coordinate is [latex]\\dfrac{3}{2}[\/latex].\r\n\r\nTo find the [latex]y[\/latex]-coordinate, we evaluate [latex]f\\left(\\dfrac{3}{2}\\right)[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f\\left(\\dfrac{3}{2}\\right)&amp;=2\\left(\\dfrac{3}{2}\\right)^2-6\\left(\\dfrac{3}{2}\\right)+7\\\\&amp;=2\\left(\\dfrac{9}{4}\\right)-9+7\\\\&amp;=\\dfrac{9}{2}-2\\\\&amp;=\\dfrac{9}{2}-\\dfrac{4}{2}\\\\&amp;=\\dfrac{5}{2}\\end{aligned}[\/latex]<\/p>\r\nConsequently, the vertex is [latex]\\left(\\dfrac{3}{2},\\;\\dfrac{5}{2}\\right)[\/latex].\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<div class=\"textbox examples\">\r\n<h3>Example 8<\/h3>\r\nDetermine the vertex of the parabola representing the function [latex]f(x)=-4x^2+2x-3[\/latex] using two symmetric points.\r\n<h4>Solution<\/h4>\r\nTo find two symmetric points, we set [latex]f(x)=-3[\/latex] and solve for [latex]x[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}-4x^2+2x-3&amp;=-3\\\\-4x^2+2x&amp;=0\\\\-2x(2x-1)&amp;=0\\\\x&amp;=0,\\;\\dfrac{1}{2}\\end{aligned}[\/latex]<\/p>\r\nThe axis of symmetry lies exactly halfway between [latex]x=0[\/latex] and [latex]x=\\dfrac{1}{2}[\/latex]:\r\n<p style=\"text-align: center;\">[latex]x=\\dfrac{0+\\frac{1}{2}}{2}=\\dfrac{1}{4}[\/latex]<\/p>\r\nConsequently, since the vertex lies on the axis of symmetry, the [latex]x[\/latex]-coordinate is [latex]\\dfrac{1}{4}[\/latex].\r\n\r\nTo find the [latex]y[\/latex]-coordinate, we evaluate\u00a0[latex]f\\left(\\dfrac{1}{4}\\right)[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f\\left(\\dfrac{1}{4}\\right)&amp;=-4\\left(\\dfrac{1}{4}\\right)^2+2\\left(\\dfrac{1}{4}\\right)-3\\\\&amp;=-4\\left(\\dfrac{1}{16}\\right)+\\dfrac{1}{2}-3\\\\&amp;=-\\dfrac{1}{4}+\\dfrac{2}{4}-\\dfrac{12}{4}\\\\&amp;=-\\dfrac{11}{4}\\end{aligned}[\/latex]<\/p>\r\nConsequently, the vertex is [latex]\\left(\\dfrac{1}{4},\\;-\\dfrac{11}{4}\\right)[\/latex].\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 7<\/h3>\r\nDetermine the vertex of the parabola representing the function [latex]f(x)=x^2+6x-7[\/latex] using two symmetric points.\r\n\r\n[reveal-answer q=\"hjm531\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm531\"]Vertex = (\u20133, \u201316)[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 8<\/h3>\r\nDetermine the vertex of the parabola representing the function [latex]f(x)=6x^2+4x-3[\/latex] using two symmetric points.\r\n\r\n[reveal-answer q=\"hjm792\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm792\"]\r\n\r\nVertex = [latex]\\left(-\\dfrac{1}{3},\\;-\\dfrac{11}{3}\\right)[\/latex]\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\">Using a Formula to Find the Vertex<\/h2>\r\nBuilding on what we have just learned, we can determine the vertex of a parabola that represents the function [latex]f(x)=ax^2+bx+c[\/latex].\r\n\r\nFirst we find two symmetric points by finding the intersection points of [latex]y=f(x)[\/latex] and [latex]y=c[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}ax^2+bx+c&amp;=c\\\\ax^2+bx&amp;=0\\\\ax\\left(x+\\dfrac{b}{a}\\right)&amp;=0\\\\x&amp;=0,\\;-\\dfrac{b}{a}\\end{aligned}[\/latex]<\/p>\r\nThe [latex]x[\/latex]-coordinate of the vertex lies exactly halfway between [latex]x=0[\/latex] and [latex]x=-\\dfrac{b}{a}[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\dfrac{0+\\frac{-b}{a}}{2}=-\\dfrac{b}{2a}[\/latex]<\/p>\r\nTo find the [latex]y[\/latex]-coordinate, we can then evaluate [latex]f\\left(\\dfrac{b}{2a}\\right)[\/latex].\r\n\r\nConsequently, the vertex is [latex]\\left(-\\dfrac{b}{2a},\\;f\\left(-\\dfrac{b}{2a}\\right)\\right)[\/latex].\r\n<div class=\"textbox shaded\">\r\n<h3>Vertex Formula<\/h3>\r\n<p style=\"text-align: center;\">The vertex of the parabola representing the function [latex]f(x)=ax^2+bx+c[\/latex] is [latex]\\left(-\\dfrac{b}{2a},\\;f\\left(-\\dfrac{b}{2a}\\right)\\right)[\/latex].<\/p>\r\n\r\n<\/div>\r\nFor example,\u00a0given the function [latex]f(x) = x^2 - 10x + 33[\/latex],\u00a0the [latex]x[\/latex]-coordinate of the vertex is:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}x&amp;=-\\dfrac{b}{2a}\\\\&amp;=-\\dfrac{-10}{2(1)}\\\\&amp;=5\\end{aligned}[\/latex]<\/p>\r\nThe [latex]y[\/latex]-coordinate of the vertex is:\r\n<p style=\"text-align: center;\">\u00a0[latex]\\begin{aligned}f(5)&amp;= (5)^2 - 10(5) + 33 \\\\&amp;= 25 - 50 +33 \\\\&amp;= 8 \\end{aligned}[\/latex]<\/p>\r\nTherefore, the vertex of the parabola is (5, 8).\r\n<div class=\"textbox examples\">\r\n<h3>Example 9<\/h3>\r\nDetermine the vertex of the parabola representing [latex]f(x)=2x^2+4x-7[\/latex].\r\n<h4>Solution<\/h4>\r\n[latex]f(x)=2x^2+4x-7[\/latex] has [latex]a=2,\\;b=4[\/latex].\r\n\r\nThe [latex]x[\/latex]-coordinate of the vertex is [latex]x=-\\dfrac{b}{2a}=-\\dfrac{4}{2(2)}=-1[\/latex].\r\n\r\nTo determine the [latex]y[\/latex]-coordinate we evaluate [latex]f(-1)[\/latex]:\r\n<p style=\"text-align: center;\">[latex]f(-1)=2(-1)^2+4(-1)-7=2-4-7=-9[\/latex]<\/p>\r\nThe vertex is (\u20131, \u20139).\r\n\r\n<\/div>\r\n<div class=\"textbox examples\">\r\n<h3>Example 10<\/h3>\r\nDetermine the vertex of the parabola representing [latex]f(x)=-3x^2+x+5[\/latex].\r\n<h4>Solution<\/h4>\r\n[latex]f(x)=-3x^2+x+5[\/latex] has [latex]a=-3,\\;b=1[\/latex].\r\n\r\nThe [latex]x[\/latex]-coordinate of the vertex is:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}x&amp;=-\\dfrac{b}{2a}\\\\&amp;=-\\dfrac{1}{2(-3)}\\\\&amp;=\\dfrac{1}{6}\\end{aligned}[\/latex].<\/p>\r\nTo determine the [latex]y[\/latex]-coordinate we evaluate [latex]f\\left(\\dfrac{1}{6}\\right)[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f\\left(\\dfrac{1}{6}\\right)&amp;=-3\\left(\\dfrac{1}{6}\\right)^2+\\left(\\dfrac{1}{6}\\right)+5\\\\&amp;=-\\dfrac{1}{12}+\\dfrac{1}{6}+5\\\\&amp;=\\dfrac{-1+2+60}{12}\\\\&amp;=\\dfrac{61}{12}\\end{aligned}[\/latex]<\/p>\r\nThe vertex is [latex]\\left(\\dfrac{1}{6},\\;\\dfrac{61}{12}\\right)[\/latex]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 9<\/h3>\r\nDetermine the vertex of the parabola representing [latex]f(x)=x^2+4x-9[\/latex].\r\n\r\n[reveal-answer q=\"hjm573\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm573\"]\r\n\r\nVertex = (\u20132, \u201313)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It 10<\/h3>\r\nDetermine the vertex of the parabola representing [latex]f(x)=2x^2-12x+7[\/latex].\r\n\r\n[reveal-answer q=\"hjm687\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm687\"]\r\n\r\nVertex = (3, \u201311)\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\nWe now have three ways in which to algebraically determine the vertex of a parabola:\r\n<ol>\r\n \t<li>We can complete the square to convert the function from standard form [latex]f(x)=ax^2+bx+c[\/latex] to vertex form [latex]f(x)=a(x-h)^2+k[\/latex], then pick out the vertex [latex](h, k)[\/latex].<\/li>\r\n \t<li>We can find two symmetric points by determining the intersection points of [latex]f(x)=ax^2+bx+c[\/latex] with the horizontal line [latex]y=c[\/latex], then find the midpoint between the [latex]x[\/latex]=coordinates of the points of intersection. This gives us the [latex]x[\/latex]-coordinate of the vertex, and we can finds the [latex]y[\/latex]-coordinate by evaluating the function at the determined [latex]x[\/latex]-coordinate.<\/li>\r\n \t<li>We can determine the [latex]x[\/latex]-coordinate of the vertex using the formula [latex]x=-\\dfrac{b}{2a}[\/latex], then evaluate the function value [latex]f\\left(-\\dfrac{b}{2a}\\right)[\/latex] to determine the [latex]y[\/latex]-coordinate.<\/li>\r\n<\/ol>\r\n&nbsp;\r\n\r\n<script>\r\nwindow.embeddedChatbotConfig = {\r\nchatbotId: \"ejVb5sgc1-w972OOCgl5x\",\r\ndomain: \"www.chatbase.co\"\r\n}\r\n<\/script>\r\n<script src=\"https:\/\/www.chatbase.co\/embed.min.js\" chatbotId=\"ejVb5sgc1-w972OOCgl5x\" domain=\"www.chatbase.co\" defer>\r\n<\/script>\r\n\r\n<iframe style=\"height: 100%; min-height: 700px;\" src=\"https:\/\/www.chatbase.co\/chatbot-iframe\/ejVb5sgc1-w972OOCgl5x\" width=\"100%\" frameborder=\"0\"><\/iframe>","rendered":"<p><iframe style=\"height: 100%; min-height: 700px;\" src=\"https:\/\/www.chatbase.co\/chatbot-iframe\/ejVb5sgc1-w972OOCgl5x\" width=\"100%\" frameborder=\"0\"><\/iframe><\/p>\n<div class=\"textbox learning-objectives\">\n<h3>Learning Objectives<\/h3>\n<p>Learn three ways to determine the vertex of a given quadratic function in standard form [latex]f(x)=ax^2+bx+c[\/latex]:<\/p>\n<ul>\n<li>Complete the Square to write the function in vertex form<\/li>\n<li>Use the Line of Symmetry to find the vertex<\/li>\n<li>Use a formula to find the vertex<\/li>\n<\/ul>\n<\/div>\n<p>Up till now, we have focused on the vertex form of a quadratic function, [latex]f(x)=a(x-h)^2+k[\/latex]. This form allows us to immediately identify the vertex [latex](h, k)[\/latex]. If we were to multiply out this function we would end up with the <em><strong>standard form<\/strong><\/em> of a quadratic function, [latex]f(x)=ax^2+bx+c[\/latex]. When a quadratic equation is written in standard form, the vertex is not obvious.<\/p>\n<p>For example, the function [latex]f(x)=2(x-3)^2+1[\/latex] has a vertex at (3, 1). But if we multiply out the function we get:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&=2(x-3)^2+1\\\\&=2(x-3)(x-3)+1\\\\&=2(x^2-6x+9)+1\\\\&=2x^2-12x+19\\end{aligned}[\/latex]<\/p>\n<p>The vertex of the equivalent function [latex]f(x)=2x^2-12x+19[\/latex] is no longer obvious.<\/p>\n<p>This section considers three methods of determining the vertex when a quadratic function is given in the standard form [latex]f(x)=ax^2+bx+c[\/latex].<\/p>\n<h2>Completing the Square<\/h2>\n<p>A common way to find the vertex of a quadratic function [latex]f(x)=ax^2+bx+c[\/latex] is to convert the function from standard form into the vertex form [latex]f(x)=a(x-h)^2+k[\/latex], where the vertex is [latex](h, k)[\/latex]. This method requires us to form a perfect square on the [latex]x[\/latex]-terms,\u00a0[latex]ax^2+bx[\/latex]. The constant [latex]c[\/latex] will become part of the constant term [latex]k[\/latex] in the vertex form.<\/p>\n<p>So our goal is to turn [latex]f(x)=ax^2+bx+c[\/latex] into [latex]f(x)=a(x-h)^2+k[\/latex] by creating a perfect square out of [latex]ax^2+bx[\/latex].<\/p>\n<h3>The Leading coefficient [latex]a=1[\/latex]<\/h3>\n<p>Let&#8217;s start by considering the case when the leading coefficient [latex]a=1[\/latex].\u00a0When the perfect square [latex](x+A)^2[\/latex] is multiplied out we get,<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}(x+A)^2&=(x+A)(x+A)\\\\&=x^2+Ax+Ax+A^2\\\\&=x^2+2Ax+A^2\\end{aligned}[\/latex]<\/p>\n<p>The middle term is doubled. So to go backwards and make a perfect square out of [latex]x^2+2Ax+A^2[\/latex] we take half of the coefficient of [latex]x[\/latex] inside the perfect square, [latex](x+A)^2[\/latex].<\/p>\n<p>For example, if we want to make a perfect square out of [latex]x^2+6x[\/latex] we put half of +6 in with [latex]x[\/latex] to get [latex](x+3)^2[\/latex]. However,\u00a0[latex](x+3)^2=x^2+6x+9[\/latex]; we have an extra 9 that was not in our original expression\u00a0[latex]x^2+6x[\/latex]. But we can easily remove that extra 9 by subtracting it:<\/p>\n<p style=\"text-align: center;\">[latex]x^2+6x=(x+3)^2-9[\/latex]<\/p>\n<p>So, to complete the square on [latex]x^2+bx[\/latex], we take half of the coefficient of [latex]x[\/latex] and put it in the perfect square. But, we also have to subtract the <span style=\"color: #0000ff;\">extra term<\/span>:<\/p>\n<p style=\"text-align: center;\">[latex]x^2+bx=\\left(x+\\dfrac{b}{2}\\right)^2\\color{blue}{-\\left(\\dfrac{b}{2}\\right)^2}[\/latex]<\/p>\n<p>This process of making a perfect square and subtracting the extra term is called\u00a0<em><strong>completing the square<\/strong><\/em>.<\/p>\n<p>Suppose this time we want to complete the square on [latex]f(x)=x^2-8x+3[\/latex]. Half of \u20138 is \u20134, so we get [latex](x-4)^2[\/latex] as our perfect square. But\u00a0[latex](x-4)^2=x^2-8x+16[\/latex] so we need to subtract the extra term 16 from the original constant 3:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&=\\color{blue}{x^2-8x}+3\\\\&=\\color{blue}{(x-4)^2-16}+3\\\\&=(x-4)^2-13\\end{aligned}[\/latex]<\/p>\n<p>Once we have converted a function into vertex form [latex]f(x)=a(x-h)^2+k[\/latex] by completing the square, we can pick out the vertex. In this example, the vertex is (4, \u201313).<\/p>\n<p>Remember that when we have completed the square, we can always check our answer by multiplying out the vertex form to make sure we get back to the standard form. In this example,<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&=(x-4)^2-13\\\\&=(x-4)(x-4)-13\\\\&=x^2-4x-4x+16-13\\\\&=x^2-8x+3\\end{aligned}[\/latex]<\/p>\n<p>We get back to where we started, so we know the completed square is correct.<\/p>\n<div class=\"textbox examples\">\n<h3>Example 1<\/h3>\n<p>Convert the function [latex]f(x)=x^2+4x-12[\/latex] into vertex form, then identify the vertex.<\/p>\n<h4>Solution<\/h4>\n<p style=\"text-align: left;\">We start by creating a perfect square out of the [latex]x[\/latex]-terms using half the coefficient of [latex]x,\\;\\color{blue}{\\dfrac{4}{2}=2}[\/latex]:\u00a0 [latex]x^2+\\color{blue}{4}x=(x+\\color{blue}{2})^2...[\/latex]<\/p>\n<p>Since\u00a0[latex](x+2)^2=x^2+4x+4[\/latex] we must subtract 4 to make the statement true:\u00a0[latex]x^2+4x=(x+2)^2-4[\/latex]<\/p>\n<p>Then,<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&=\\color{blue}{x^2+4x}-12\\\\&=\\color{blue}{(x+2)^2-4}-12\\\\&=(x+2)^2-16\\end{aligned}[\/latex].<\/p>\n<p>The function is now written in vertex form [latex]f(x)=a(x-h)^2+k[\/latex].<\/p>\n<p>Therefore, the vertex is [latex](-2, -16)[\/latex].<\/p>\n<\/div>\n<div class=\"textbox examples\">\n<h3>Example 2<\/h3>\n<p>Convert the function [latex]f(x)=x^2-6x+1[\/latex] into vertex form, then identify the vertex.<\/p>\n<h4>Solution<\/h4>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<th style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span><br \/>\n<span style=\"font-size: 16px; orphans: 1;\"><br \/>\n<\/span><\/th>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&=x^2\\color{blue}{-6}x+1\\\\&=(x\\color{blue}{-3})^2-\\color{blue}{9}+1\\\\&=(x-3)^2-8\\end{aligned}[\/latex]<\/span><\/td>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Use half the coefficient of [latex]x[\/latex] [latex]\\left (\\color{blue}{\u20133}\\right)[\/latex] to make the perfect square, then subtract the square of this [latex]\\left(\\color{blue}{9}\\right)[\/latex] to balance the equation.<br \/>\nSimplify by combining the constants.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"textbox examples\">\n<h3>Example 3<\/h3>\n<p>Convert the function [latex]f(x)=x^2-5x+4[\/latex] into vertex<\/p>\n<p>\\&#8217;form, then identify the vertex.<\/p>\n<h4>Solution<\/h4>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span><br \/>\n<span style=\"font-size: 16px; orphans: 1;\"><br \/>\n<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&=x^2\\color{blue}{-5}x+4\\\\&=\\left(x\\color{blue}{-\\dfrac{5}{2}}\\right)^2-\\color{blue}{\\dfrac{25}{4}}+4\\\\&=\\left(x-\\dfrac{5}{2}\\right)^2-\\dfrac{9}{4}\\end{aligned}[\/latex]<\/span><\/td>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Use half the coefficient of [latex]x[\/latex] [latex]\\left (\\color{blue}{\u2013\\frac{5}{2}}\\right)[\/latex] to make the perfect square, then subtract the square of this [latex]\\left(\\color{blue}{\\frac{25}{4}}\\right)[\/latex] to balance the equation.<br \/>\nSimplify by combining the constants.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 1<\/h3>\n<p>Convert the function [latex]f(x)=x^2+2x+5[\/latex] into vertex form, then identify the vertex.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm604\">Show Answer<\/span><\/p>\n<div id=\"qhjm604\" class=\"hidden-answer\" style=\"display: none\">\n<p>[latex]f(x)=(x+1)^2+4[\/latex]<\/p>\n<p>Vertex = (\u20131, 4)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 2<\/h3>\n<p>Convert the function [latex]f(x)=x^2-8x+7[\/latex] into vertex form, then identify the vertex.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm390\">Show Answer<\/span><\/p>\n<div id=\"qhjm390\" class=\"hidden-answer\" style=\"display: none\">\n<p>[latex]f(x)=(x-4)^2-9[\/latex]<\/p>\n<p>Vertex = (4, \u20139)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 3<\/h3>\n<p>Convert the function [latex]f(x)=x^2-3x+4[\/latex] into vertex form, then identify the vertex.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm613\">Show Answer<\/span><\/p>\n<div id=\"qhjm613\" class=\"hidden-answer\" style=\"display: none\">\n<p>[latex]f(x)=\\left (x-\\dfrac{3}{2}\\right )^2+\\dfrac{7}{4}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<h3>The Leading Coefficient [latex]a\\neq1[\/latex]<\/h3>\n<p>In math, we often build on what we have already done, or use what we have already proved to extend the concept. We have just learned how to complete the square on a quadratic function where the coefficient is 1. When the leading coefficient is not 1, we can make it seem like it is 1 by factoring out the leading coefficient from the two terms that contain [latex]x[\/latex] so that [latex]f(x)=ax^2+bx+c = a\\left(x^2+\\dfrac{b}{a}x\\right)+c[\/latex]. We don&#8217;t have to factor the constant term [latex]c[\/latex] because it is not part of the perfect square and will be combined with the subtracted extra term to create [latex]k[\/latex]. Now we can use the same method we just earned to complete the square inside the parentheses of the function.<\/p>\n<p>Like before, this is easier to see with a specific example.<\/p>\n<div class=\"textbox examples\">\n<h3>Example 4<\/h3>\n<p>Convert the function [latex]f(x)=2x^2+10x+12[\/latex] into vertex form, then identify the vertex.<\/p>\n<h4>Solution<\/h4>\n<p>First we have to recognize that the leading coefficient is 2, so we start by pulling 2 as a common factor:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&=\\color{blue}{2x^2+10x}+12\\\\&=\\color{blue}{2\\left (x^2+5x\\right )}+12\\end{aligned}[\/latex]<\/p>\n<p>Next we take half of the coefficient of [latex]x[\/latex] and make a perfect square:<\/p>\n<p style=\"text-align: center;\">[latex]f(x)=2\\left [\\left (x\\color{blue}{+\\dfrac{5}{2}}\\right )^2...\\right ][\/latex]<\/p>\n<p>Since\u00a0[latex]\\left (x+\\dfrac{5}{2}\\right )^2=x^2+5x+\\dfrac{25}{4}[\/latex] we must subtract [latex]\\dfrac{25}{4}[\/latex] to make the statement true:\u00a0[latex]x^2+5x=\\left (x+\\dfrac{5}{2}\\right )^2-\\dfrac{25}{4}[\/latex].<\/p>\n<p>Then,<\/p>\n<p style=\"text-align: center;\">[latex]f(x)=2\\left [\\left (x+\\dfrac{5}{2}\\right )^2\\color{blue}{-\\dfrac{25}{4}}\\right ]+12[\/latex]<\/p>\n<p>Now we can distribute the 2 then combine the constants:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(x)&=\\color{blue}{2}\\left [\\left (x+\\dfrac{5}{2}\\right )^2-\\dfrac{25}{4}\\right ]+12\\\\&=\\color{blue}{2}\\left (x+\\dfrac{5}{2}\\right )^2-\\color{blue}{2}\\cdot\\dfrac{25}{4}+12\\\\&=2\\left (x+\\dfrac{5}{2}\\right )^2\\color{blue}{-\\dfrac{25}{2}+\\dfrac{24}{2}}\\\\&=2\\left (x+\\dfrac{5}{2}\\right )^2\\color{blue}{-\\dfrac{1}{2}} \\end{aligned}[\/latex]<\/p>\n<p>The function is now in the vertex form [latex]f(x)=a(x-h)^2+k[\/latex] with [latex]h=-\\dfrac{5}{2}[\/latex] and [latex]k=-\\dfrac{1}{2}[\/latex].<\/p>\n<p>Therefore the vertex is [latex]\\left(-\\dfrac{5}{2}, -\\dfrac{1}{2}\\right)[\/latex].<\/p>\n<\/div>\n<div class=\"textbox examples\">\n<h3>Example 5<\/h3>\n<p>Convert the function [latex]f(x)=2x^2-4x+1[\/latex] into vertex form, then identify the vertex.<\/p>\n<h4>Solution<\/h4>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<th style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span><br \/>\n<span style=\"font-size: 16px; orphans: 1;\"><br \/>\n<\/span><\/th>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&=2x^2-4x+1\\\\&=\\color{blue}{2}\\left(x^2-2x\\right)+1\\\\&=2\\left(x\\color{blue}{-1})^2-1\\right)+1\\\\&=\\color{blue}{2}(x-1)^2\\color{blue}{-2}+1\\\\&=2(x-1)^2\\color{blue}{-1}\\end{aligned}[\/latex]<\/span><\/td>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Pull out the leading coefficient <span style=\"color: #0000ff;\">2<\/span> as a factor from the first two terms.<br \/>\nUse half the coefficient of [latex]x\\;\\color{blue}{-1}[\/latex]\u00a0to make the perfect square,<br \/>\nthen subtract the square of this [latex]\\color{blue}{1}[\/latex]\u00a0to balance the equation.<br \/>\nDistribute the leading coefficient\u00a0<span style=\"color: #0000ff;\">2<\/span><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">.<\/span><\/span><\/span><span style=\"font-size: 16px; orphans: 1;\">Simplify by combining the constants.<br \/>\n<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The function is now in vertex form [latex]f(x)=a(x-h)^2+k[\/latex] with [latex]h=1[\/latex] and [latex]k=-1[\/latex].<\/p>\n<p>The vertex is (1, \u20131).<\/p>\n<\/div>\n<p>If you prefer, we can factor the leading coefficient from all terms in the function, including the constant. The next example shows that the only difference is that we will combine the constants before distributing the leading coefficient.<\/p>\n<div class=\"textbox examples\">\n<h3>Example 6<\/h3>\n<p>Convert the function [latex]f(x)=-3x^2-2x+3[\/latex] into vertex form, then identify the vertex.<\/p>\n<h4>Solution<\/h4>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<th style=\"width: 50%;\" colspan=\"2\"><span style=\"font-size: 16px; orphans: 1;\">Procedure to convert a function into vertex form<\/span><br \/>\n<span style=\"font-size: 16px; orphans: 1;\">\u00a0<\/span><\/th>\n<\/tr>\n<tr>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">[latex]\\begin{aligned}f(x)&=-3x^2-2x+3\\\\&=\\color{blue}{-3}\\left(x^2+\\dfrac{2}{3}x-1\\right)\\\\&=-3\\left[\\left(x\\color{blue}{+\\dfrac{1}{3}}\\right)^2-\\color{blue}{\\dfrac{1}{9}}-1\\right]\\\\&=-3\\left[\\left(x+\\dfrac{1}{3}\\right)^2\\color{blue}{-\\dfrac{1}{9}}-1\\right]\\\\&=-3\\left[\\left(x+\\dfrac{1}{3}\\right)^2\\color{blue}{-\\dfrac{10}{9}}\\right]\\\\&=-3\\left(x+\\dfrac{1}{3}\\right)^2+\\dfrac{10}{3}\\end{aligned}[\/latex]<\/span><\/td>\n<td style=\"width: 50%;\"><span style=\"font-size: 16px; orphans: 1;\">Pull out the leading coefficient <span style=\"color: #0000ff;\">\u20133 <span style=\"color: #000000;\">as a factor. Watch your signs.<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 16px; orphans: 1;\">Use half the coefficient of [latex]x\\;\\color{blue}{\\frac{1}{3}}[\/latex]\u00a0to make the perfect square,<br \/>\nthen subtract the square of this [latex]\\color{blue}{\\frac{1}{9}}[\/latex]\u00a0to balance the equation.<\/span><\/p>\n<p><span style=\"font-size: 16px; orphans: 1;\">Simplify by combining the constants using a common denominator.<\/span><\/p>\n<p><span style=\"font-size: 16px; orphans: 1;\">Distribute the leading coefficient <span style=\"color: #0000ff;\">\u20133<\/span><span style=\"color: #0000ff;\"><span style=\"color: #000000;\">. Watch your signs.<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The function is now in vertex form [latex]f(x)=a(x-h)^2+k[\/latex] with [latex]h=-\\dfrac{1}{3}[\/latex] and [latex]k=\\dfrac{10}{3}[\/latex].<\/p>\n<p>The vertex is [latex]\\left(-\\dfrac{1}{3},\\;\\dfrac{10}{3}\\right)[\/latex]<\/p>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 4<\/h3>\n<p>Convert the function [latex]f(x)=4x^2-8x+12[\/latex] into vertex form, then identify the vertex.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm587\">Show Answer<\/span><\/p>\n<div id=\"qhjm587\" class=\"hidden-answer\" style=\"display: none\">\n<p>Vertex form: [latex]f(x)=4(x-1)^2+8[\/latex]<\/p>\n<p>Vertex = (1, 8)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 5<\/h3>\n<p>Convert the function [latex]f(x)=-3x^2+6x+9[\/latex] into vertex form, then identify the vertex.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm102\">Show Answer<\/span><\/p>\n<div id=\"qhjm102\" class=\"hidden-answer\" style=\"display: none\">\n<p>Vertex form: [latex]f(x)=-3(x-1)^2+12[\/latex]<\/p>\n<p>Vertex = (1, 12)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 6<\/h3>\n<p>Convert the function [latex]f(x)=5x^2-20x+3[\/latex] into vertex form, then identify the vertex.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm086\">Show Answer<\/span><\/p>\n<div id=\"qhjm086\" class=\"hidden-answer\" style=\"display: none\">\n<p>Vertex form: [latex]f(x)=5(x-2)^2-17[\/latex]<\/p>\n<p>Vertex = (2, \u201317)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<h2>Using the Line of Symmetry to Find the Vertex<\/h2>\n<p style=\"text-align: left;\">In 4.1, we introduced the idea of using two\u00a0<span style=\"font-size: 1em;\">symmetric points to find the\u00a0<\/span><span style=\"font-size: 1rem;\">[latex]x[\/latex]-coordinate of the vertex. The\u00a0[latex]x[\/latex]-coordinate of the vertex is the midpoint between any two symmetric points on the parabola. This is because the two symmetric points on a parabola are the same distance away from the line of symmetry (or from the [latex]x[\/latex]-coordinate of the vertex). Once the\u00a0[latex]x[\/latex]-coordinate of the vertex is identified, we can determine the [latex]y[\/latex]-coordinate by evaluating the function value at this coordinate.<\/span><\/p>\n<p>Two symmetrical points on a parabola can be found by graphing or by setting the function [latex]f(x)=ax^2+bx+c[\/latex] equal to a constant. The easiest constant to use is [latex]c[\/latex] because the equation will simplify to an easily solved quadratic equation:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}ax^2+bx+c &= c\\\\ax^2+bx&=0\\end{aligned}[\/latex]<\/p>\n<p style=\"text-align: left;\">Graphically, this equation is equivalent to finding the intersection points between the parabola representing the function with the horizontal line [latex]y = c[\/latex] (figure 1).\u00a0The two intersection points are symmetrical because the horizontal line is perpendicular to the line of symmetry of the parabola, and the parabola is symmetrical. Once the equation [latex]ax^2+bx+c = c[\/latex] is set up, we can solve for [latex]x[\/latex], where the [latex]x[\/latex] values are the [latex]x[\/latex]-coordinates of the two symmetric points.<\/p>\n<p style=\"text-align: center;\"><iframe loading=\"lazy\" style=\"border: 1px solid #ccc;\" title=\"Interactive graph\" src=\"https:\/\/www.desmos.com\/calculator\/bbtq8xpcsl?embed\" width=\"500\" height=\"500\" frameborder=\"0\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe><\/p>\n<p style=\"text-align: center;\">Figure 1. Intersection of [latex]f(x)=ax^2+bx+c[\/latex] and [latex]y=c[\/latex]<\/p>\n<p>Notice from figure 1 that solving\u00a0[latex]ax^2+bx+c = c[\/latex] will always result in the [latex]y[\/latex]-intercept [latex](0, c)[\/latex] being one of the symmetric points.<\/p>\n<p>Suppose we are given the function [latex]f(x) = x^2 - 10x + 33[\/latex]. To find two symmetric points, we may set the function equal to 33 (the value of [latex]c[\/latex]). This equation, [latex]x^2-10x+33=33[\/latex], will determine the two intersection points between the function[latex]f(x) = x^2 - 10x + 33[\/latex] and the line [latex]y = 33[\/latex]. The two intersection points are symmetrical with respect to the line of symmetry of the parabola of the function.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}x^2 - 10x + 33 &= 33\\\\x^2 - 10x &= 0\\\\x(x - 10) &= 0\\\\x &= 0,\\;10\\end{aligned}[\/latex]<\/p>\n<p>SInce these points lie on the line [latex]y=33[\/latex], their [latex]y[\/latex]-coordinates are 33. Therefore, the two symmetric points are (0, 33), the [latex]y[\/latex]-intercept of the function, and (10, 33). We can check this by finding the corresponding function values at [latex]x=0[\/latex] and [latex]x=10[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]f(0)=(0)^2-10(0)+33=33[\/latex] and [latex]f(10)=(10)^2-10(10)+33=33[\/latex]<\/p>\n<p>To find the axis of symmetry, and hence the [latex]x[\/latex]-coordinate of the vertex, we only need the [latex]x[\/latex]-coordinates of the two symmetric points. The\u00a0[latex]x[\/latex]-coordinate of the vertex is exactly halfway between [latex]x=0[\/latex] and [latex]x=10[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]x=\\dfrac{0+10}{2} = 5[\/latex]<\/p>\n<p>The [latex]y[\/latex]-coordinate of the vertex is [latex]f(5)[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f(5) &= (5)^2 - 10(5) + 33 \\\\&= 25 - 50 + 33 \\\\&= 8\\end{aligned}[\/latex]<\/p>\n<p style=\"text-align: left;\">Therefore, the vertex of the function is (5, 8).<\/p>\n<div class=\"textbox examples\">\n<h3>Example 7<\/h3>\n<p>Determine the vertex of the parabola representing the function [latex]f(x)=2x^2-6x+7[\/latex] using two symmetric points.<\/p>\n<h4>Solution<\/h4>\n<p>To find two symmetric points, we set [latex]f(x)=7[\/latex] and solve for [latex]x[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}2x^2-6x+7&=7\\\\2x^2-6x&=0\\\\2x(x-3)&=0\\\\x=0,\\;3\\end{aligned}[\/latex]<\/p>\n<p>The axis of symmetry lies exactly halfway between [latex]x=0[\/latex] and [latex]x=3[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]x=\\dfrac{0+3}{2}=\\dfrac{3}{2}[\/latex]<\/p>\n<p>Consequently, since the vertex lies on the axis of symmetry, the [latex]x[\/latex]-coordinate is [latex]\\dfrac{3}{2}[\/latex].<\/p>\n<p>To find the [latex]y[\/latex]-coordinate, we evaluate [latex]f\\left(\\dfrac{3}{2}\\right)[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f\\left(\\dfrac{3}{2}\\right)&=2\\left(\\dfrac{3}{2}\\right)^2-6\\left(\\dfrac{3}{2}\\right)+7\\\\&=2\\left(\\dfrac{9}{4}\\right)-9+7\\\\&=\\dfrac{9}{2}-2\\\\&=\\dfrac{9}{2}-\\dfrac{4}{2}\\\\&=\\dfrac{5}{2}\\end{aligned}[\/latex]<\/p>\n<p>Consequently, the vertex is [latex]\\left(\\dfrac{3}{2},\\;\\dfrac{5}{2}\\right)[\/latex].<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"textbox examples\">\n<h3>Example 8<\/h3>\n<p>Determine the vertex of the parabola representing the function [latex]f(x)=-4x^2+2x-3[\/latex] using two symmetric points.<\/p>\n<h4>Solution<\/h4>\n<p>To find two symmetric points, we set [latex]f(x)=-3[\/latex] and solve for [latex]x[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}-4x^2+2x-3&=-3\\\\-4x^2+2x&=0\\\\-2x(2x-1)&=0\\\\x&=0,\\;\\dfrac{1}{2}\\end{aligned}[\/latex]<\/p>\n<p>The axis of symmetry lies exactly halfway between [latex]x=0[\/latex] and [latex]x=\\dfrac{1}{2}[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]x=\\dfrac{0+\\frac{1}{2}}{2}=\\dfrac{1}{4}[\/latex]<\/p>\n<p>Consequently, since the vertex lies on the axis of symmetry, the [latex]x[\/latex]-coordinate is [latex]\\dfrac{1}{4}[\/latex].<\/p>\n<p>To find the [latex]y[\/latex]-coordinate, we evaluate\u00a0[latex]f\\left(\\dfrac{1}{4}\\right)[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f\\left(\\dfrac{1}{4}\\right)&=-4\\left(\\dfrac{1}{4}\\right)^2+2\\left(\\dfrac{1}{4}\\right)-3\\\\&=-4\\left(\\dfrac{1}{16}\\right)+\\dfrac{1}{2}-3\\\\&=-\\dfrac{1}{4}+\\dfrac{2}{4}-\\dfrac{12}{4}\\\\&=-\\dfrac{11}{4}\\end{aligned}[\/latex]<\/p>\n<p>Consequently, the vertex is [latex]\\left(\\dfrac{1}{4},\\;-\\dfrac{11}{4}\\right)[\/latex].<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 7<\/h3>\n<p>Determine the vertex of the parabola representing the function [latex]f(x)=x^2+6x-7[\/latex] using two symmetric points.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm531\">Show Answer<\/span><\/p>\n<div id=\"qhjm531\" class=\"hidden-answer\" style=\"display: none\">Vertex = (\u20133, \u201316)<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 8<\/h3>\n<p>Determine the vertex of the parabola representing the function [latex]f(x)=6x^2+4x-3[\/latex] using two symmetric points.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm792\">Show Answer<\/span><\/p>\n<div id=\"qhjm792\" class=\"hidden-answer\" style=\"display: none\">\n<p>Vertex = [latex]\\left(-\\dfrac{1}{3},\\;-\\dfrac{11}{3}\\right)[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2 style=\"text-align: left;\">Using a Formula to Find the Vertex<\/h2>\n<p>Building on what we have just learned, we can determine the vertex of a parabola that represents the function [latex]f(x)=ax^2+bx+c[\/latex].<\/p>\n<p>First we find two symmetric points by finding the intersection points of [latex]y=f(x)[\/latex] and [latex]y=c[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}ax^2+bx+c&=c\\\\ax^2+bx&=0\\\\ax\\left(x+\\dfrac{b}{a}\\right)&=0\\\\x&=0,\\;-\\dfrac{b}{a}\\end{aligned}[\/latex]<\/p>\n<p>The [latex]x[\/latex]-coordinate of the vertex lies exactly halfway between [latex]x=0[\/latex] and [latex]x=-\\dfrac{b}{a}[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\dfrac{0+\\frac{-b}{a}}{2}=-\\dfrac{b}{2a}[\/latex]<\/p>\n<p>To find the [latex]y[\/latex]-coordinate, we can then evaluate [latex]f\\left(\\dfrac{b}{2a}\\right)[\/latex].<\/p>\n<p>Consequently, the vertex is [latex]\\left(-\\dfrac{b}{2a},\\;f\\left(-\\dfrac{b}{2a}\\right)\\right)[\/latex].<\/p>\n<div class=\"textbox shaded\">\n<h3>Vertex Formula<\/h3>\n<p style=\"text-align: center;\">The vertex of the parabola representing the function [latex]f(x)=ax^2+bx+c[\/latex] is [latex]\\left(-\\dfrac{b}{2a},\\;f\\left(-\\dfrac{b}{2a}\\right)\\right)[\/latex].<\/p>\n<\/div>\n<p>For example,\u00a0given the function [latex]f(x) = x^2 - 10x + 33[\/latex],\u00a0the [latex]x[\/latex]-coordinate of the vertex is:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}x&=-\\dfrac{b}{2a}\\\\&=-\\dfrac{-10}{2(1)}\\\\&=5\\end{aligned}[\/latex]<\/p>\n<p>The [latex]y[\/latex]-coordinate of the vertex is:<\/p>\n<p style=\"text-align: center;\">\u00a0[latex]\\begin{aligned}f(5)&= (5)^2 - 10(5) + 33 \\\\&= 25 - 50 +33 \\\\&= 8 \\end{aligned}[\/latex]<\/p>\n<p>Therefore, the vertex of the parabola is (5, 8).<\/p>\n<div class=\"textbox examples\">\n<h3>Example 9<\/h3>\n<p>Determine the vertex of the parabola representing [latex]f(x)=2x^2+4x-7[\/latex].<\/p>\n<h4>Solution<\/h4>\n<p>[latex]f(x)=2x^2+4x-7[\/latex] has [latex]a=2,\\;b=4[\/latex].<\/p>\n<p>The [latex]x[\/latex]-coordinate of the vertex is [latex]x=-\\dfrac{b}{2a}=-\\dfrac{4}{2(2)}=-1[\/latex].<\/p>\n<p>To determine the [latex]y[\/latex]-coordinate we evaluate [latex]f(-1)[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]f(-1)=2(-1)^2+4(-1)-7=2-4-7=-9[\/latex]<\/p>\n<p>The vertex is (\u20131, \u20139).<\/p>\n<\/div>\n<div class=\"textbox examples\">\n<h3>Example 10<\/h3>\n<p>Determine the vertex of the parabola representing [latex]f(x)=-3x^2+x+5[\/latex].<\/p>\n<h4>Solution<\/h4>\n<p>[latex]f(x)=-3x^2+x+5[\/latex] has [latex]a=-3,\\;b=1[\/latex].<\/p>\n<p>The [latex]x[\/latex]-coordinate of the vertex is:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}x&=-\\dfrac{b}{2a}\\\\&=-\\dfrac{1}{2(-3)}\\\\&=\\dfrac{1}{6}\\end{aligned}[\/latex].<\/p>\n<p>To determine the [latex]y[\/latex]-coordinate we evaluate [latex]f\\left(\\dfrac{1}{6}\\right)[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{aligned}f\\left(\\dfrac{1}{6}\\right)&=-3\\left(\\dfrac{1}{6}\\right)^2+\\left(\\dfrac{1}{6}\\right)+5\\\\&=-\\dfrac{1}{12}+\\dfrac{1}{6}+5\\\\&=\\dfrac{-1+2+60}{12}\\\\&=\\dfrac{61}{12}\\end{aligned}[\/latex]<\/p>\n<p>The vertex is [latex]\\left(\\dfrac{1}{6},\\;\\dfrac{61}{12}\\right)[\/latex]<\/p>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 9<\/h3>\n<p>Determine the vertex of the parabola representing [latex]f(x)=x^2+4x-9[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm573\">Show Answer<\/span><\/p>\n<div id=\"qhjm573\" class=\"hidden-answer\" style=\"display: none\">\n<p>Vertex = (\u20132, \u201313)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It 10<\/h3>\n<p>Determine the vertex of the parabola representing [latex]f(x)=2x^2-12x+7[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm687\">Show Answer<\/span><\/p>\n<div id=\"qhjm687\" class=\"hidden-answer\" style=\"display: none\">\n<p>Vertex = (3, \u201311)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>We now have three ways in which to algebraically determine the vertex of a parabola:<\/p>\n<ol>\n<li>We can complete the square to convert the function from standard form [latex]f(x)=ax^2+bx+c[\/latex] to vertex form [latex]f(x)=a(x-h)^2+k[\/latex], then pick out the vertex [latex](h, k)[\/latex].<\/li>\n<li>We can find two symmetric points by determining the intersection points of [latex]f(x)=ax^2+bx+c[\/latex] with the horizontal line [latex]y=c[\/latex], then find the midpoint between the [latex]x[\/latex]=coordinates of the points of intersection. This gives us the [latex]x[\/latex]-coordinate of the vertex, and we can finds the [latex]y[\/latex]-coordinate by evaluating the function at the determined [latex]x[\/latex]-coordinate.<\/li>\n<li>We can determine the [latex]x[\/latex]-coordinate of the vertex using the formula [latex]x=-\\dfrac{b}{2a}[\/latex], then evaluate the function value [latex]f\\left(-\\dfrac{b}{2a}\\right)[\/latex] to determine the [latex]y[\/latex]-coordinate.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><script>\nwindow.embeddedChatbotConfig = {\nchatbotId: \"ejVb5sgc1-w972OOCgl5x\",\ndomain: \"www.chatbase.co\"\n}\n<\/script><br \/>\n<script src=\"https:\/\/www.chatbase.co\/embed.min.js\" defer=\"defer\">\n<\/script><\/p>\n<p><iframe style=\"height: 100%; min-height: 700px;\" src=\"https:\/\/www.chatbase.co\/chatbot-iframe\/ejVb5sgc1-w972OOCgl5x\" width=\"100%\" frameborder=\"0\"><\/iframe><\/p>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-1878\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Original<\/div><ul class=\"citation-list\"><li>Using Completing the Square to Find the Vertex. <strong>Authored by<\/strong>: Hazel McKenna and Leo Chang. <strong>Provided by<\/strong>: Utah Valley University. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><li>Using the Line of Symmetry to Find the Vertex. <strong>Authored by<\/strong>: Hazel McKenna and Leo Chang. <strong>Provided by<\/strong>: Utah Valley University. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><li>Using a Formula to Find the Vertex. <strong>Authored by<\/strong>: Hazel McKenna and Leo Chang. <strong>Provided by<\/strong>: Utah Valley University. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><li>All graphs created using desmos graphing calculator. <strong>Authored by<\/strong>: Hazel McKenna. <strong>Provided by<\/strong>: Utah Valley University. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"http:\/\/desmos.com\">http:\/\/desmos.com<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><li>Figure 1. Intersection of [latex]f(x)=ax^2+bx+c[\/latex] and [latex]y=c[\/latex] Interactive Graph. <strong>Authored by<\/strong>: Hazel McKenna. <strong>Provided by<\/strong>: Utah Valley University. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"https:\/\/www.desmos.com\/calculator\/zbe69hca53\">https:\/\/www.desmos.com\/calculator\/zbe69hca53<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><li>All examples and Try Its: hjm687, hjm573, hjm792, hjm531, hjm086, hjm102, hjm587, 613, hjm390, hjm604. <strong>Authored by<\/strong>: Hazel McKenna. <strong>Provided by<\/strong>: Utah Valley University. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":422608,"menu_order":3,"template":"","meta":{"_candela_citation":"[{\"type\":\"original\",\"description\":\"Using Completing the Square to Find the Vertex\",\"author\":\"Hazel McKenna and Leo Chang\",\"organization\":\"Utah Valley University\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"Using the Line of Symmetry to Find the Vertex\",\"author\":\"Hazel McKenna and Leo Chang\",\"organization\":\"Utah Valley University\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"Using a Formula to Find the Vertex\",\"author\":\"Hazel McKenna and Leo Chang\",\"organization\":\"Utah Valley University\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"All graphs created using desmos graphing calculator\",\"author\":\"Hazel McKenna\",\"organization\":\"Utah Valley University\",\"url\":\"desmos.com\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"Figure 1. Intersection of [latex]f(x)=ax^2+bx+c[\/latex] and [latex]y=c[\/latex] Interactive Graph\",\"author\":\"Hazel McKenna\",\"organization\":\"Utah Valley University\",\"url\":\"https:\/\/www.desmos.com\/calculator\/zbe69hca53\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"All examples and Try Its: hjm687, hjm573, hjm792, hjm531, hjm086, hjm102, hjm587, 613, hjm390, hjm604\",\"author\":\"Hazel McKenna\",\"organization\":\"Utah Valley University\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-1878","chapter","type-chapter","status-publish","hentry"],"part":1691,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/chapters\/1878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/wp\/v2\/users\/422608"}],"version-history":[{"count":68,"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/chapters\/1878\/revisions"}],"predecessor-version":[{"id":4851,"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/chapters\/1878\/revisions\/4851"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/parts\/1691"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/chapters\/1878\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/wp\/v2\/media?parent=1878"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=1878"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/wp\/v2\/contributor?post=1878"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-combinedalgebra\/wp-json\/wp\/v2\/license?post=1878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}