#set document(title: "9.7 Graph Quadratic Functions Using Transformations", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 9.7#h(0.6em)Graph Quadratic Functions Using Transformations #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Before you get started, take this readiness quiz. Graph the function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] by plotting points. #linebreak() If you missed this problem, review . #solutionbox[ #figure(figph[A parabola opening upwards, with its vertex at the origin (0,0) and symmetrical about the y-axis, is displayed on a Cartesian coordinate system with grid lines from -8 to 8 on both axes.], alt: "A parabola opening upwards, with its vertex at the origin (0,0) and symmetrical about the y-axis, is displayed on a Cartesian coordinate system with grid lines from -8 to 8 on both axes.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Factor completely: #math.equation(block: false, alt: "y squared minus 14 y plus 49 .")[$y^(2) − 14 y + 49 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "y to the power minus 7 squared")[$attach(y^(− 7), t: 2)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Factor completely: #math.equation(block: false, alt: "2 x squared minus 16 x plus 32 .")[$2 x^(2) − 16 x + 32 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "2 open parenthesis x to the power minus 4 close parenthesis squared")[$2 attach(( x^(− 4) ), t: 2)$] ] ] === Graph Quadratic Functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k")[$f ( x ) = x^(2) + k$] In the last section, we learned how to graph quadratic functions using their properties. Another method involves starting with the basic graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and ‘moving’ it according to information given in the function equation. We call this graphing quadratic functions using transformations. In the first example, we will graph the quadratic function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] by plotting points. Then we will see what effect adding a constant, #emph[k], to the equation will have on the graph of the new function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k .")[$f ( x ) = x^(2) + k .$] #examplebox("Example 1")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals x squared plus 2 ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = x^(2) + 2 ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 2")[$h ( x ) = x^(2) − 2$] on the same rectangular coordinate system. Describe what effect adding a constant to the function has on the basic parabola. #solutionbox[ Plotting points will help us see the effect of the constants on the basic #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] graph. We fill in the chart for all three functions. #figure(figph[A table depicting the effect of constants on the basic function of x squared. The table has seven columns labeled x, f of x equals x squared, the ordered pair (x, f of x), g of x equals x squared plus 2, the ordered pair (x, g of x), h of x equals x squared minus 2, and the ordered pair (x, h of x). In the x column, the values given are negative 3, negative 2, negative 1, 0, 1, 2, and 3. In the f of x equals x squared column, the values are 9, 4, 1, 0, 1, 4, and 9. In the (x, f of x) column, the ordered pairs (negative 3, 9), (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), (2, 4), and (3, 9) are given. The g of x equals x squared plus 2 column contains the expressions 9 plus 2, 4 plus 2, 1 plus 2, 0 plus 2, 1 plus 2, 4 plus 2, and 9 plus 2. The (x, g of x) column has the ordered pairs of (negative 3, 11), (negative 2, 6), (negative 1, 3), (0, 2), (1, 3), (2, 6), and (3, 11). In the h of x equals x squared minus 2 column, the expressions given are 9 minus 2, 4 minus 2, 1 minus 2, 0 minus 2, 1 minus 2, 4 minus 2, and 9 minus 2. In last column, (x, h of x), contains the ordered pairs (negative 3, 7), (negative 2, 2), (negative 1, negative 1), (0, negative 2), (1, negative 1), (2, 2), and (3, 7).], alt: "A table depicting the effect of constants on the basic function of x squared. The table has seven columns labeled x, f of x equals x squared, the ordered pair (x, f of x), g of x equals x squared plus 2, the ordered pair (x, g of x), h of x equals x squared minus 2, and the ordered pair (x, h of x). In the x column, the values given are negative 3, negative 2, negative 1, 0, 1, 2, and 3. In the f of x equals x squared column, the values are 9, 4, 1, 0, 1, 4, and 9. In the (x, f of x) column, the ordered pairs (negative 3, 9), (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), (2, 4), and (3, 9) are given. The g of x equals x squared plus 2 column contains the expressions 9 plus 2, 4 plus 2, 1 plus 2, 0 plus 2, 1 plus 2, 4 plus 2, and 9 plus 2. The (x, g of x) column has the ordered pairs of (negative 3, 11), (negative 2, 6), (negative 1, 3), (0, 2), (1, 3), (2, 6), and (3, 11). In the h of x equals x squared minus 2 column, the expressions given are 9 minus 2, 4 minus 2, 1 minus 2, 0 minus 2, 1 minus 2, 4 minus 2, and 9 minus 2. In last column, (x, h of x), contains the ordered pairs (negative 3, 7), (negative 2, 2), (negative 1, negative 1), (0, negative 2), (1, negative 1), (2, 2), and (3, 7).", caption: none) The #emph[g] (#emph[x]) values are two more than the #emph[f] (#emph[x]) values. Also, the #emph[h] (#emph[x]) values are two less than the #emph[f] (#emph[x]) values. Now we will graph all three functions on the same rectangular coordinate system. #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle is the graph of f of x equals x squared has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top parabola has been moved up 2 units, and the bottom has been moved down 2 units.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle is the graph of f of x equals x squared has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top parabola has been moved up 2 units, and the bottom has been moved down 2 units.", caption: none) The graph of #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals x squared plus 2")[$g ( x ) = x^(2) + 2$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted up 2 units. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 2")[$h ( x ) = x^(2) − 2$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted down 2 units. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ ⓐ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals x squared plus 1 ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = x^(2) + 1 ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 1")[$h ( x ) = x^(2) − 1$] on the same rectangular coordinate system. #linebreak() ⓑ Describe what effect adding a constant to the function has on the basic parabola. #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle graph is of f of x equals x squared has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 1 unit, and the bottom has been moved down 1 unit.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle graph is of f of x equals x squared has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 1 unit, and the bottom has been moved down 1 unit.", caption: none) #linebreak() ⓑ The graph of #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals x squared plus 1")[$g ( x ) = x^(2) + 1$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted up 1 unit. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 1")[$h ( x ) = x^(2) − 1$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted down 1 unit. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ ⓐ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals x squared plus 6 ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = x^(2) + 6 ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 6")[$h ( x ) = x^(2) − 6$] on the same rectangular coordinate system. #linebreak() ⓑ Describe what effect adding a constant to the function has on the basic parabola. #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 6 units, and the bottom has been moved down 6 units.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 6 units, and the bottom has been moved down 6 units.", caption: none) #linebreak() ⓑ The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared plus 6")[$h ( x ) = x^(2) + 6$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted up 6 units. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 6")[$h ( x ) = x^(2) − 6$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted down 6 units. ] ] The last example shows us that to graph a quadratic function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k ,")[$f ( x ) = x^(2) + k ,$] we take the basic parabola graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and vertically shift it up #math.equation(block: false, alt: "open parenthesis k greater than 0 close parenthesis")[$( k > 0 )$] or shift it down #math.equation(block: false, alt: "open parenthesis k less than 0 close parenthesis")[$( k < 0 )$]. #emph[This transformation is called a vertical shift.] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph a Quadratic Function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k")[$f ( x ) = x^(2) + k$] Using a Vertical Shift] The graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k")[$f ( x ) = x^(2) + k$] shifts the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] vertically #emph[k] units. - If #emph[k] \> 0, shift the parabola vertically up #emph[k] units. - If #emph[k \<] 0, shift the parabola vertically down #math.equation(block: false, alt: "| k |")[$| k |$] units. ] Now that we have seen the effect of the constant, #emph[k], it is easy to graph functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k .")[$f ( x ) = x^(2) + k .$] We just start with the basic parabola of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and then shift it up or down. It may be helpful to practice sketching #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] quickly. We know the values and can sketch the graph from there. #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane, with vertex (0, 0). Other points on the curve are located at (negative 4, 16), (negative 3, 9), (negative 2, 4), (negative 1, 1), (1, 1), (2, 4), (3, 9), and (4, 16).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane, with vertex (0, 0). Other points on the curve are located at (negative 4, 16), (negative 3, 9), (negative 2, 4), (negative 1, 1), (1, 1), (2, 4), (3, 9), and (4, 16).", caption: none) Once we know this parabola, it will be easy to apply the transformations. The next example will require a vertical shift. #examplebox("Example 2")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared minus 3")[$f ( x ) = x^(2) − 3$] using a vertical shift. #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([We first draw the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] on #linebreak() the grid.], [#figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane with a vertex of (0, 0) with other points on the curve located at (negative 1, 1) and (1, 1). It is the graph of f of x equals x squared.], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane with a vertex of (0, 0) with other points on the curve located at (negative 1, 1) and (1, 1). It is the graph of f of x equals x squared.", caption: none)]), [Determine #math.equation(block: false, alt: "k")[$k$].], [#figure(figph[Two mathematical equations are displayed: f(x) = x^2 + k and f(x) = x^2 - 3 (highlighted in red). The image appears to be for a math problem determining the value of k.], alt: "Two mathematical equations are displayed: f(x) = x^2 + k and f(x) = x^2 - 3 (highlighted in red). The image appears to be for a math problem determining the value of k.", caption: none)], [], [#figure(figph[The mathematical equation k = -3 is displayed in black text on a plain white background, centrally positioned within the frame.], alt: "The mathematical equation k = -3 is displayed in black text on a plain white background, centrally positioned within the frame.", caption: none)], [Shift the graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] down 3.], [#figure(figph[This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The top curve is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The bottom curve has been moved down 3 units.], alt: "This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The top curve is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The bottom curve has been moved down 3 units.", caption: none)], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared minus 5")[$f ( x ) = x^(2) − 5$] using a vertical shift. #solutionbox[ #figure(figph[This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The top curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The bottom curve has been moved down 5 units.], alt: "This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The top curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The bottom curve has been moved down 5 units.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus 7")[$f ( x ) = x^(2) + 7$] using a vertical shift. #solutionbox[ #figure(figph[This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The bottom curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 7 units.], alt: "This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The bottom curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 7 units.", caption: none) ] ] === Graph Quadratic Functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared")[$f ( x ) = attach(( x − h ), t: 2)$] In the first example, we graphed the quadratic function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] by plotting points and then saw the effect of adding a constant #emph[k] to the function had on the resulting graph of the new function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k .")[$f ( x ) = x^(2) + k .$] We will now explore the effect of subtracting a constant, #emph[h], from #emph[x] has on the resulting graph of the new function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared .")[$f ( x ) = attach(( x − h ), t: 2) .$] #examplebox("Example 3")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals open parenthesis x minus 1 close parenthesis squared ,")[$f ( x ) = x^(2) , #h(0.5em) g ( x ) = attach(( x − 1 ), t: 2) ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x plus 1 close parenthesis squared")[$h ( x ) = attach(( x + 1 ), t: 2)$] on the same rectangular coordinate system. Describe what effect adding a constant to the function has on the basic parabola. #solutionbox[ Plotting points will help us see the effect of the constants on the basic #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] graph. We fill in the chart for all three functions. #figure(figph[A table depicting the effect of constants on the basic function of x squared. The table has seven columns labeled x, f of x equals x squared, the ordered pair (x, f of x), g of x equals the quantity of x minus 1 squared, the ordered pair (x, g of x), h of x equals the quantity of x plus 1 squared, and the ordered pair (x, h of x). In the x column, the values given are negative 3, negative 2, negative 1, 0, 1, 2, and 3. In the f of x equals x squared column, the values are 9, 4, 1, 0, 1, 4, and 9. In the (x, f of x) column, the ordered pairs (negative 3, 9), (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), (2, 4), and (3, 9) are given. The g of x equals the quantity of x minus 1 squared column contains the values of 16, 9, 4, 1, 0, 1, and 4. The (x, g of x) column has the ordered pairs of (negative 3, 1), (negative 2, 9), (negative 1, 4), (0, 1), (1, 0), (2, 1), and (3, 4). In the h of x equals the quantity of x plus 1 squared, the values given are 4, 1, 0, 1, 4, 9, and 16. In last column, (x, h of x), contains the ordered pairs (negative 3, 4), (negative 2, 1), (negative 1, 0), (0, 4), (1, negative 1), (2, 9), and (3, 16).], alt: "A table depicting the effect of constants on the basic function of x squared. The table has seven columns labeled x, f of x equals x squared, the ordered pair (x, f of x), g of x equals the quantity of x minus 1 squared, the ordered pair (x, g of x), h of x equals the quantity of x plus 1 squared, and the ordered pair (x, h of x). In the x column, the values given are negative 3, negative 2, negative 1, 0, 1, 2, and 3. In the f of x equals x squared column, the values are 9, 4, 1, 0, 1, 4, and 9. In the (x, f of x) column, the ordered pairs (negative 3, 9), (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), (2, 4), and (3, 9) are given. The g of x equals the quantity of x minus 1 squared column contains the values of 16, 9, 4, 1, 0, 1, and 4. The (x, g of x) column has the ordered pairs of (negative 3, 1), (negative 2, 9), (negative 1, 4), (0, 1), (1, 0), (2, 1), and (3, 4). In the h of x equals the quantity of x plus 1 squared, the values given are 4, 1, 0, 1, 4, 9, and 16. In last column, (x, h of x), contains the ordered pairs (negative 3, 4), (negative 2, 1), (negative 1, 0), (0, 4), (1, negative 1), (2, 9), and (3, 16).", caption: none) The #emph[g] (#emph[x]) values and the #emph[h] (#emph[x]) values share the common numbers 0, 1, 4, 9, and 16, but are shifted. #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 1 unit, and the right curve has been moved to the right 1 unit.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 1 unit, and the right curve has been moved to the right 1 unit.", caption: none) #figure(figph[The figure says on the first line that the graph of g of x equals the quantity x minus 1 square is the same as the graph of f of x equals x squared but shifted right 1 unit. The second line states that the graph of h of x equals the quantity x plus 1 squared is the same as the graph of f of x equals x squared but shifted left 1 unit. The third line of the figure says g of x equals the quantity x minus 1 squared with an arrow underneath it pointing to the right with 1 unit written beside it. Finally, it gives h of x equals the quantity of x plus 1 squared with an arrow underneath it pointing to the left with 1 unit written beside it.], alt: "The figure says on the first line that the graph of g of x equals the quantity x minus 1 square is the same as the graph of f of x equals x squared but shifted right 1 unit. The second line states that the graph of h of x equals the quantity x plus 1 squared is the same as the graph of f of x equals x squared but shifted left 1 unit. The third line of the figure says g of x equals the quantity x minus 1 squared with an arrow underneath it pointing to the right with 1 unit written beside it. Finally, it gives h of x equals the quantity of x plus 1 squared with an arrow underneath it pointing to the left with 1 unit written beside it.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ ⓐ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals open parenthesis x plus 2 close parenthesis squared ,")[$f ( x ) = x^(2) , #h(0.5em) g ( x ) = attach(( x + 2 ), t: 2) ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x minus 2 close parenthesis squared")[$h ( x ) = attach(( x − 2 ), t: 2)$] on the same rectangular coordinate system. #linebreak() ⓑ Describe what effect adding a constant to the function has on the basic parabola. #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 2 units, and the right curve has been moved to the right 2 units.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 2 units, and the right curve has been moved to the right 2 units.", caption: none) #linebreak() ⓑ The graph of #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals open parenthesis x plus 2 close parenthesis squared")[$g ( x ) = attach(( x + 2 ), t: 2)$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted left 2 units. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x minus 2 close parenthesis squared")[$h ( x ) = attach(( x − 2 ), t: 2)$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shift right 2 units. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ ⓐ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals x squared plus 5 ,")[$f ( x ) = x^(2) , #h(0.5em) g ( x ) = x^(2) + 5 ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 5")[$h ( x ) = x^(2) − 5$] on the same rectangular coordinate system. #linebreak() ⓑ Describe what effect adding a constant to the function has on the basic parabola. #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 5 units, and the right curve has been moved to the right 5 units.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 5 units, and the right curve has been moved to the right 5 units.", caption: none) #linebreak() ⓑ The graph of #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals open parenthesis x plus 5 close parenthesis squared")[$g ( x ) = attach(( x + 5 ), t: 2)$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted left 5 units. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x minus 5 close parenthesis squared")[$h ( x ) = attach(( x − 5 ), t: 2)$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted right 5 units. ] ] The last example shows us that to graph a quadratic function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared ,")[$f ( x ) = attach(( x − h ), t: 2) ,$] we take the basic parabola graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and shift it left (#emph[h] \> 0) or shift it right (#emph[h] \< 0). #emph[This transformation is called a horizontal shift]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph a Quadratic Function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared")[$f ( x ) = attach(( x − h ), t: 2)$] Using a Horizontal Shift] The graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared")[$f ( x ) = attach(( x − h ), t: 2)$] shifts the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] horizontally #math.equation(block: false, alt: "h")[$h$] units. - If #emph[h] \> 0, shift the parabola horizontally right #emph[h] units. - If #emph[h] \< 0, shift the parabola horizontally left #math.equation(block: false, alt: "| h |")[$| h |$] units. ] Now that we have seen the effect of the constant, #emph[h], it is easy to graph functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared .")[$f ( x ) = attach(( x − h ), t: 2) .$] We just start with the basic parabola of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and then shift it left or right. The next example will require a horizontal shift. #examplebox("Example 4")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 5 close parenthesis squared")[$f ( x ) = attach(( x − 5 ), t: 2)$] using a horizontal shift. #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([We first draw the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] on #linebreak() the grid.], [#figure(figph[A coordinate plane displays the graph of a parabola y=x^2. The curve opens upwards, symmetric about the y-axis, with its vertex located at the origin (0,0).], alt: "A coordinate plane displays the graph of a parabola y=x^2. The curve opens upwards, symmetric about the y-axis, with its vertex located at the origin (0,0).", caption: none)]), [Determine #emph[h].], [#figure(figph[Two mathematical equations are shown: f(x) = (x - h) squared in black and f(x) = (x - 5) squared in red, demonstrating a quadratic function and its specific form.], alt: "Two mathematical equations are shown: f(x) = (x - h) squared in black and f(x) = (x - 5) squared in red, demonstrating a quadratic function and its specific form.", caption: none)], [], [#figure(figph[The image displays the equation 'h = 5' in a light gray font against a clean white background.], alt: "The image displays the equation 'h = 5' in a light gray font against a clean white background.", caption: none)], [Shift the graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] to the right 5 units.], [#figure(figph[Graph of y=x^2 (blue) and y=(x-5)^2 (red), demonstrating a horizontal translation of 5 units to the right on the coordinate plane.], alt: "Graph of y=x^2 (blue) and y=(x-5)^2 (red), demonstrating a horizontal translation of 5 units to the right on the coordinate plane.", caption: none)], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 4 close parenthesis squared")[$f ( x ) = attach(( x − 4 ), t: 2)$] using a horizontal shift. #solutionbox[ #figure(figph[This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The left curve is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The right curve has been moved right 4 units.], alt: "This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The left curve is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The right curve has been moved right 4 units.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 6 close parenthesis squared")[$f ( x ) = attach(( x + 6 ), t: 2)$] using a horizontal shift. #solutionbox[ #figure(figph[This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The right curve is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 6 units.], alt: "This figure shows 2 upward-opening parabolas on the x y-coordinate plane. The right curve is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The left curve has been moved to the left 6 units.", caption: none) ] ] Now that we know the effect of the constants #emph[h] and #emph[k], we will graph a quadratic function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = attach(( x − h ), t: 2) + k$] by first drawing the basic parabola and then making a horizontal shift followed by a vertical shift. We could do the vertical shift followed by the horizontal shift, but most students prefer the horizontal shift followed by the vertical. #examplebox("Example 5")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 1 close parenthesis squared minus 2")[$f ( x ) = attach(( x + 1 ), t: 2) − 2$] using transformations. #solutionbox[ This function will involve two transformations and we need a plan. Let’s first identify the constants #emph[h], #emph[k]. #figure(figph[F of x equals the quantity x plush 1 squared minus 2 is given on the top line with f of x equals the quanitity x minus h squared minis k on the second line. The given equation was changed to f of x equals the quantity of x minus negative 1 squared plush negative 2 on the third line. The final line says h equals negative 1 and k equals negative 2.], alt: "F of x equals the quantity x plush 1 squared minus 2 is given on the top line with f of x equals the quanitity x minus h squared minis k on the second line. The given equation was changed to f of x equals the quantity of x minus negative 1 squared plush negative 2 on the third line. The final line says h equals negative 1 and k equals negative 2.", caption: none) The #emph[h] constant gives us a horizontal shift and the #emph[k] gives us a vertical shift. #figure(figph[F of x equals x squared is given with an arrow coming from it pointing to f of x equals the quantity x plus 1 squared with an arrow coming from it pointing to f of x equals the quantity x plus 1 squared minus 2. The next lines say h equals negative 1 which means shift left 1 unit and k equals negative 2 which means shift down 2 units.], alt: "F of x equals x squared is given with an arrow coming from it pointing to f of x equals the quantity x plus 1 squared with an arrow coming from it pointing to f of x equals the quantity x plus 1 squared minus 2. The next lines say h equals negative 1 which means shift left 1 unit and k equals negative 2 which means shift down 2 units.", caption: none) We first draw the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] on the grid. #figure(figph[The figure says on the first line that the graph of f of x equals the quantity x plus 1 squared is the same as the graph of f of x equals x squared but shifted left 1 unit. The second line states that the graph of f of x equals the quantity x plus 1 squared minus 2 is the same as the graph of f of x equals the quantity x plus 1 squared but shifted down 2 units.], alt: "The figure says on the first line that the graph of f of x equals the quantity x plus 1 squared is the same as the graph of f of x equals x squared but shifted left 1 unit. The second line states that the graph of f of x equals the quantity x plus 1 squared minus 2 is the same as the graph of f of x equals the quantity x plus 1 squared but shifted down 2 units.", caption: none) #figure(figph[The first graph shows 1 upward-opening parabola on the x y-coordinate plane. It is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). By shifting that graph of f of x equals x squared left 1, we move to the next graph, which shows the original f of x equals x squared and then another curve moved left one unit to produce f of x equals the quantity of x plus 1 squared. By moving f of x equals the quantity of x plus 1 squared down 1, we move to the final graph, which shows the original f of x equals x squared and the f of x equals the quantity of x plus 1, then another curve moved down 1 to produce f of x equals the quantity of x plus 1 squared minus 2.], alt: "The first graph shows 1 upward-opening parabola on the x y-coordinate plane. It is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). By shifting that graph of f of x equals x squared left 1, we move to the next graph, which shows the original f of x equals x squared and then another curve moved left one unit to produce f of x equals the quantity of x plus 1 squared. By moving f of x equals the quantity of x plus 1 squared down 1, we move to the final graph, which shows the original f of x equals x squared and the f of x equals the quantity of x plus 1, then another curve moved down 1 to produce f of x equals the quantity of x plus 1 squared minus 2.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 2 close parenthesis squared minus 3")[$f ( x ) = attach(( x + 2 ), t: 2) − 3$] using transformations. #solutionbox[ #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). Then, the original function is moved 2 units to the left to produce f of x equals the quantity of x plus 2 squared. The final curve is produced by moving down 3 units to produce f of x equals the quantity of x plus 2 squared minus 3.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). Then, the original function is moved 2 units to the left to produce f of x equals the quantity of x plus 2 squared. The final curve is produced by moving down 3 units to produce f of x equals the quantity of x plus 2 squared minus 3.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 3 close parenthesis squared plus 1")[$f ( x ) = attach(( x − 3 ), t: 2) + 1$] using transformations. #solutionbox[ #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). Then, the original function is moved 3 units to the right to produce f of x equals the quantity of x minus 3 squared. The final curve is produced by moving up 1 unit to produce f of x equals the quantity of x minus 3squared plus 1.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). Then, the original function is moved 3 units to the right to produce f of x equals the quantity of x minus 3 squared. The final curve is produced by moving up 1 unit to produce f of x equals the quantity of x minus 3squared plus 1.", caption: none) ] ] === Graph Quadratic Functions of the Form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] So far we graphed the quadratic function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and then saw the effect of including a constant #emph[h] or #emph[k] in the equation had on the resulting graph of the new function. We will now explore the effect of the coefficient #emph[a] on the resulting graph of the new function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared .")[$f ( x ) = a x^(2) .$] #figure(figph[A table depicting the effect of constants on the basic function of x squared. The table has seven columns labeled x, f of x equals x squared, the ordered pair (x, f of x), g of x equals 2 times x squared, the ordered pair (x, g of x), h of x equals one-half times x squared, and the ordered pair (x, h of x). In the x column, the values given are negative 2, negative 1, 0, 1, and 2. In the f of x equals x squared column, the values are 4, 1, 0, 1, and 4. In the (x, f of x) column, the ordered pairs (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), and (2, 4) are given. The g of x equals 2 times x squared column contains the expressions 2 times 4, 2 times 1, 2 times 0, 2 times 1, and 2 times 4. The (x, g of x) column has the ordered pairs of (negative 2, 8), (negative 1, 2), (0, 0), (1, 2), and (2,8). In the h of x equals one-half times x squared, the expressions given are one-half times 4, one-half times 1, one-half times 0, one-half times 1, and one-half times 4. In last column, (x, h of x), contains the ordered pairs (negative 2, 2), (negative 1, one-half), (0, 0), (1, one-half), and (2, 2).], alt: "A table depicting the effect of constants on the basic function of x squared. The table has seven columns labeled x, f of x equals x squared, the ordered pair (x, f of x), g of x equals 2 times x squared, the ordered pair (x, g of x), h of x equals one-half times x squared, and the ordered pair (x, h of x). In the x column, the values given are negative 2, negative 1, 0, 1, and 2. In the f of x equals x squared column, the values are 4, 1, 0, 1, and 4. In the (x, f of x) column, the ordered pairs (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), and (2, 4) are given. The g of x equals 2 times x squared column contains the expressions 2 times 4, 2 times 1, 2 times 0, 2 times 1, and 2 times 4. The (x, g of x) column has the ordered pairs of (negative 2, 8), (negative 1, 2), (0, 0), (1, 2), and (2,8). In the h of x equals one-half times x squared, the expressions given are one-half times 4, one-half times 1, one-half times 0, one-half times 1, and one-half times 4. In last column, (x, h of x), contains the ordered pairs (negative 2, 2), (negative 1, one-half), (0, 0), (1, one-half), and (2, 2).", caption: none) If we graph these functions, we can see the effect of the constant #emph[a], assuming #emph[a] \> 0. #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The slimmer curve of g of x equals 2 times x square has a vertex at (0,0) and other points of (negative 1, one-half) and (1, one-half). The wider curve, h of x equals one-half x squared, has a vertex at (0,0) and other points of (negative 2, 2) and (2,2).], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The slimmer curve of g of x equals 2 times x square has a vertex at (0,0) and other points of (negative 1, one-half) and (1, one-half). The wider curve, h of x equals one-half x squared, has a vertex at (0,0) and other points of (negative 2, 2) and (2,2).", caption: none) To graph a function with constant #emph[a] it is easiest to choose a few points on #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and multiply the #emph[y]-values by #emph[a]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph of a Quadratic Function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$]] The coefficient #emph[a] in the function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] affects the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] by stretching or compressing it. - If #math.equation(block: false, alt: "0 less than | a | less than 1 ,")[$0 < | a | < 1 ,$] the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] will be “wider” than the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared .")[$f ( x ) = x^(2) .$] - If #math.equation(block: false, alt: "| a | greater than 1")[$| a | > 1$], the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] will be “skinnier” than the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared .")[$f ( x ) = x^(2) .$] ] #examplebox("Example 6")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 3 x squared .")[$f ( x ) = 3 x^(2) .$] #solutionbox[ We will graph the functions #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals 3 x squared")[$g ( x ) = 3 x^(2)$] on the same grid. We will choose a few points on #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and then multiply the #emph[y]-values by 3 to get the points for #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals 3 x squared .")[$g ( x ) = 3 x^(2) .$] #figure(figph[The table depicts the effect of constants on the basic function of x squared. The table has 3 columns labeled x, f of x equals x squared with the ordered pair (x, f of x), and g of x equals 3 times x squared with the ordered pair (x, g of x). In the x column, the values given are negative 2, negative 1, 0, 1, and 2. In the f of x equals x squared with the ordered pair (x, f of x), the ordered pairs (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), and (2, 4) are given. The g of x equals 3 times x squared with the ordered pair (x, g of x) column has the ordered pairs of (negative 2, 12) because 3 times 4 equals 12, (negative 1, 3) because 3 times 1 equals 3, (0, 0) because 3 times 0 equals 0, (1, 3) because 3 times 1 equals 3, and (2,12) because 3 times 4 equals 12. The graph beside the table shows 2 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points given on the curve are located at (negative 2, 4) (negative 1, 1), (1, 1), and (2,4). The slimmer curve of g of x equals 3 times x squared has a vertex at (0,0) and other points given of (negative 2, 12), (negative 1, 3), (1, 3), and (2,12).], alt: "The table depicts the effect of constants on the basic function of x squared. The table has 3 columns labeled x, f of x equals x squared with the ordered pair (x, f of x), and g of x equals 3 times x squared with the ordered pair (x, g of x). In the x column, the values given are negative 2, negative 1, 0, 1, and 2. In the f of x equals x squared with the ordered pair (x, f of x), the ordered pairs (negative 2, 4), (negative 1, 1), (0, 0), (1, 1), and (2, 4) are given. The g of x equals 3 times x squared with the ordered pair (x, g of x) column has the ordered pairs of (negative 2, 12) because 3 times 4 equals 12, (negative 1, 3) because 3 times 1 equals 3, (0, 0) because 3 times 0 equals 0, (1, 3) because 3 times 1 equals 3, and (2,12) because 3 times 4 equals 12. The graph beside the table shows 2 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points given on the curve are located at (negative 2, 4) (negative 1, 1), (1, 1), and (2,4). The slimmer curve of g of x equals 3 times x squared has a vertex at (0,0) and other points given of (negative 2, 12), (negative 1, 3), (1, 3), and (2,12).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −3 x squared .")[$f ( x ) = −3 x^(2) .$] #solutionbox[ #figure(figph[The graph shows the upward-opening parabola on the x y-coordinate plane of f of x equals x squared that has a vertex of (0, 0). Other points given on the curve are located at (negative 2, 4) (negative 1, 1), (1, 1), and (2,4). Also shown is a downward-opening parabola of f of x equals negative 3 times x squared. It has a vertex of (0,0) with other points at (negative 1, negative 3) and (1, negative 3)], alt: "The graph shows the upward-opening parabola on the x y-coordinate plane of f of x equals x squared that has a vertex of (0, 0). Other points given on the curve are located at (negative 2, 4) (negative 1, 1), (1, 1), and (2,4). Also shown is a downward-opening parabola of f of x equals negative 3 times x squared. It has a vertex of (0,0) with other points at (negative 1, negative 3) and (1, negative 3)", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 x squared .")[$f ( x ) = 2 x^(2) .$] #solutionbox[ #figure(figph[This figure shows 2 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The slimmer curve of f of x equals 2 times x square has a vertex at (0,0) and other points of (negative 1, one-half) and (1, one-half).], alt: "This figure shows 2 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The slimmer curve of f of x equals 2 times x square has a vertex at (0,0) and other points of (negative 1, one-half) and (1, one-half).", caption: none) ] ] === Graph Quadratic Functions Using Transformations We have learned how the constants #emph[a], #emph[h], and #emph[k] in the functions, #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k , f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared ,")[$f ( x ) = x^(2) + k , #h(0.2em) f ( x ) = attach(( x − h ), t: 2) ,$] and #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] affect their graphs. We can now put this together and graph quadratic functions #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared plus b x plus c")[$f ( x ) = a x^(2) + b x + c$] by first putting them into the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] by completing the square. This form is sometimes known as the vertex form or standard form. We must be careful to both add and subtract the number to the SAME side of the function to complete the square. We cannot add the number to both sides as we did when we completed the square with quadratic equations. #figure(figph[This figure shows the difference when completing the square with a quadratic equation and a quadratic function. For the quadratic equation, start with x squared plus 8 times x plus 6 equals zero. Subtract 6 from both sides to get x squared plus 8 times x equals negative 6 while leaving space to complete the square. Then, complete the square by adding 16 to both sides to get x squared plush 8 times x plush 16 equals negative 6 plush 16. Factor to get the quantity x plus 4 squared equals 10. For the quadratic function, start with f of x equals x squared plus 8 times x plus 6. The second line shows to leave space between the 8 times x and the 6 in order to complete the square. Complete the square by adding 16 and subtracting 16 on the same side to get f of x equals x squared plus 8 times x plush 16 plus 6 minus 16. Factor to get f of x equals the quantity of x plush 4 squared minus 10.], alt: "This figure shows the difference when completing the square with a quadratic equation and a quadratic function. For the quadratic equation, start with x squared plus 8 times x plus 6 equals zero. Subtract 6 from both sides to get x squared plus 8 times x equals negative 6 while leaving space to complete the square. Then, complete the square by adding 16 to both sides to get x squared plush 8 times x plush 16 equals negative 6 plush 16. Factor to get the quantity x plus 4 squared equals 10. For the quadratic function, start with f of x equals x squared plus 8 times x plus 6. The second line shows to leave space between the 8 times x and the 6 in order to complete the square. Complete the square by adding 16 and subtracting 16 on the same side to get f of x equals x squared plus 8 times x plush 16 plus 6 minus 16. Factor to get f of x equals the quantity of x plush 4 squared minus 10.", caption: none) When we complete the square in a function with a coefficient of #emph[x]#super[2] that is not one, we have to factor that coefficient from just the #emph[x]-terms. We do not factor it from the constant term. It is often helpful to move the constant term a bit to the right to make it easier to focus only on the #emph[x]-terms. Once we get the constant we want to complete the square, we must remember to multiply it by that coefficient before we then subtract it. #examplebox("Example 7")[][ Rewrite #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −3 x squared minus 6 x minus 1")[$f ( x ) = −3 x^(2) − 6 x − 1$] in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form by completing the square. #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[A mathematical equation is presented, showing the function f(x) equal to -3x^2 - 6x - 1. This quadratic equation is displayed in a clear, digital font on a white background.], alt: "A mathematical equation is presented, showing the function f(x) equal to -3x^2 - 6x - 1. This quadratic equation is displayed in a clear, digital font on a white background.", caption: none)]), [Separate the #emph[x] terms from the constant.], [#figure(figph[A mathematical equation is displayed on a white background, reading 'f(x) = -3x^2 - 6x - 1' in black text.], alt: "A mathematical equation is displayed on a white background, reading 'f(x) = -3x^2 - 6x - 1' in black text.", caption: none)], [Factor the coefficient of #math.equation(block: false, alt: "x squared")[$x^(2)$], #math.equation(block: false, alt: "−3")[$−3$].], [#figure(figph[The image displays the quadratic function f(x) = -3(x^2 + 2x) - 1.], alt: "The image displays the quadratic function f(x) = -3(x^2 + 2x) - 1.", caption: none)], [Prepare to complete the square.], [#figure(figph[The equation f(x) = -3(x^2 + 2x) - 1 is shown, with a blank space after '2x' indicating an incomplete expression, possibly for completing the square.], alt: "The equation f(x) = -3(x^2 + 2x) - 1 is shown, with a blank space after '2x' indicating an incomplete expression, possibly for completing the square.", caption: none)], [Take half of 2 and then square it to complete the #linebreak() square. #math.equation(block: false, alt: "open parenthesis the fraction 1 over 2 times 2 close parenthesis squared equals 1")[$attach(( frac(1, 2) · 2 ), t: 2) = 1$]], [], [The constant 1 completes the square in the #linebreak() parentheses, but the parentheses is multiplied by #linebreak() #math.equation(block: false, alt: "−3")[$−3$]. So we are really adding #math.equation(block: false, alt: "−3")[$−3$] We must then #linebreak() add 3 to not change the value of the function.], [#figure(figph[A mathematical equation f(x) = -3(x^2 + 2x + 1) - 1 + 3. It demonstrates how adding 1 inside the parenthesis, multiplied by -3, means you must add 3 outside to balance the expression.], alt: "A mathematical equation f(x) = -3(x^2 + 2x + 1) - 1 + 3. It demonstrates how adding 1 inside the parenthesis, multiplied by -3, means you must add 3 outside to balance the expression.", caption: none)], [Rewrite the trinomial as a square and subtract the #linebreak() constants.], [#figure(figph[A mathematical equation is displayed against a white background. The equation reads: f(x) = -3(x + 1)^2 + 2. It represents a quadratic function in vertex form.], alt: "A mathematical equation is displayed against a white background. The equation reads: f(x) = -3(x + 1)^2 + 2. It represents a quadratic function in vertex form.", caption: none)], [The function is now in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] #linebreak() form.], [#figure(figph[Two mathematical equations are displayed: the vertex form of a quadratic function, f(x) = a(x - h) ^2 + k, followed by a specific example, f(x) = -3(x + 1) ^2 + 2.], alt: "Two mathematical equations are displayed: the vertex form of a quadratic function, f(x) = a(x - h) ^2 + k, followed by a specific example, f(x) = -3(x + 1) ^2 + 2.", caption: none)], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Rewrite #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −4 x squared minus 8 x plus 1")[$f ( x ) = −4 x^(2) − 8 x + 1$] in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form by completing the square. #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −4 open parenthesis x plus 1 close parenthesis squared plus 5")[$f ( x ) = −4 attach(( x + 1 ), t: 2) + 5$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Rewrite #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 x squared minus 8 x plus 3")[$f ( x ) = 2 x^(2) − 8 x + 3$] in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form by completing the square. #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x minus 2 close parenthesis squared minus 5")[$f ( x ) = 2 attach(( x − 2 ), t: 2) − 5$] ] ] Once we put the function into the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = attach(( x − h ), t: 2) + k$] form, we can then use the transformations as we did in the last few problems. The next example will show us how to do this. #examplebox("Example 8")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus 6 x plus 5")[$f ( x ) = x^(2) + 6 x + 5$] by using transformations. #solutionbox[ #strong[Step 1.] Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] vertex form by completing the square. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[A mathematical equation is displayed, showing a quadratic function: f(x) = x^2 + 6x + 5. The function is written in a standard algebraic notation with variables and coefficients.], alt: "A mathematical equation is displayed, showing a quadratic function: f(x) = x^2 + 6x + 5. The function is written in a standard algebraic notation with variables and coefficients.", caption: none)]), [Separate the #emph[x] terms from the constant.], [#figure(figph[A mathematical equation is displayed, showing a quadratic function: f(x) = x^2 + 6x + 5. The equation is rendered in black text on a white background, appearing as a standard algebraic expression.], alt: "A mathematical equation is displayed, showing a quadratic function: f(x) = x^2 + 6x + 5. The equation is rendered in black text on a white background, appearing as a standard algebraic expression.", caption: none)], [Take half of 6 and then square it to complete the square. #linebreak() #math.equation(block: false, alt: "open parenthesis the fraction 1 over 2 times 6 close parenthesis squared equals 9")[$attach(( frac(1, 2) · 6 ), t: 2) = 9$]], [], [We both add 9 and subtract 9 to not change the value of the function.], [#figure(figph[A mathematical equation for f(x) is shown as f(x) = x^2 + 6x + 9 + 5 - 9, with the numbers +9 and -9 highlighted in red.], alt: "A mathematical equation for f(x) is shown as f(x) = x^2 + 6x + 9 + 5 - 9, with the numbers +9 and -9 highlighted in red.", caption: none)], [Rewrite the trinomial as a square and subtract the constants.], [#figure(figph[A mathematical equation is displayed on a white background: f(x) = (x + 3)^2 - 4. This represents a quadratic function in vertex form.], alt: "A mathematical equation is displayed on a white background: f(x) = (x + 3)^2 - 4. This represents a quadratic function in vertex form.", caption: none)], [The function is now in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = attach(( x − h ), t: 2) + k$] form.], [#figure(figph[Two mathematical equations are displayed: the general vertex form of a parabola, f(x) = (x - h)^2 + k, in red, and a specific instance, f(x) = (x + 3)^2 - 4, in black.], alt: "Two mathematical equations are displayed: the general vertex form of a parabola, f(x) = (x - h)^2 + k, in red, and a specific instance, f(x) = (x + 3)^2 - 4, in black.", caption: none)], )) #strong[Step 2:] Graph the function using transformations. Looking at the #emph[h], #emph[k] values, we see the graph will take the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] and shift it to the left 3 units and down 4 units. #figure(figph[F of x equals x squared is given with an arrow coming from it pointing to f of x equals the quantity x plus 3 squared with an arrow coming from it pointing to f of x equals the quantity x plus 3 squared minus 4. The next lines say h equals negative 3 which means shift left 3 unit and k equals negative 4 which means shift down 4 units], alt: "F of x equals x squared is given with an arrow coming from it pointing to f of x equals the quantity x plus 3 squared with an arrow coming from it pointing to f of x equals the quantity x plus 3 squared minus 4. The next lines say h equals negative 3 which means shift left 3 unit and k equals negative 4 which means shift down 4 units", caption: none) We first draw the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] on the grid. #figure(figph[To graph f of x equals the quantity x plus 3 squared, shift the graph of f of x equals x squares to the left 3 units. To graph f of x equals the quantity x plus 3 squared minus 4, shift the graph the quantity x plus 3 squared down 4 units.], alt: "To graph f of x equals the quantity x plus 3 squared, shift the graph of f of x equals x squares to the left 3 units. To graph f of x equals the quantity x plus 3 squared minus 4, shift the graph the quantity x plus 3 squared down 4 units.", caption: none) #figure(figph[The first graph shows 1 upward-opening parabola on the x y-coordinate plane. It is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). By shifting that graph of f of x equals x squared left 3, we move to the next graph, which shows the original f of x equals x squared and then another curve moved left 3 units to produce f of x equals the quantity of x plus 3 squared. By moving f of x equals the quantity of x plus 3 squared down 2, we move to the final graph, which shows the original f of x equals x squared and the f of x equals the quantity of x plus 3 squared, then another curve moved down 4 to produce f of x equals the quantity of x plus 1 squared minus 4.], alt: "The first graph shows 1 upward-opening parabola on the x y-coordinate plane. It is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). By shifting that graph of f of x equals x squared left 3, we move to the next graph, which shows the original f of x equals x squared and then another curve moved left 3 units to produce f of x equals the quantity of x plus 3 squared. By moving f of x equals the quantity of x plus 3 squared down 2, we move to the final graph, which shows the original f of x equals x squared and the f of x equals the quantity of x plus 3 squared, then another curve moved down 4 to produce f of x equals the quantity of x plus 1 squared minus 4.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus 2 x minus 3")[$f ( x ) = x^(2) + 2 x − 3$] by using transformations. #solutionbox[ #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The curve to the left has been moved 1 unit to the left to produce f of x equals the quantity of x plus 1 squared. The third graph has been moved down 4 units to produce f of x equals the quantity of x plus 1 squared minus 4.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The curve to the left has been moved 1 unit to the left to produce f of x equals the quantity of x plus 1 squared. The third graph has been moved down 4 units to produce f of x equals the quantity of x plus 1 squared minus 4.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared minus 8 x plus 12")[$f ( x ) = x^(2) − 8 x + 12$] by using transformations. #solutionbox[ #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The curve to the right has been moved 4 units to the right to produce f of x equals the quantity of x minus 4 squared. The third graph has been moved down 4 units to produce f of x equals the quantity of x minus 4 squared minus 4.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The curve to the right has been moved 4 units to the right to produce f of x equals the quantity of x minus 4 squared. The third graph has been moved down 4 units to produce f of x equals the quantity of x minus 4 squared minus 4.", caption: none) ] ] We list the steps to take to graph a quadratic function using transformations here. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph a quadratic function using transformations.] + Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form by completing the square. + Graph the function using transformations. ] #examplebox("Example 9")[][ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −2 x squared minus 4 x plus 2")[$f ( x ) = −2 x^(2) − 4 x + 2$] by using transformations. #solutionbox[ #strong[Step 1.] Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] vertex form by completing the square. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[The quadratic function f(x) = -2x^2 - 4x + 2 is displayed on a white background.], alt: "The quadratic function f(x) = -2x^2 - 4x + 2 is displayed on a white background.", caption: none)]), [Separate the #emph[x] terms from the constant.], [#figure(figph[A mathematical equation for a quadratic function is displayed, reading f(x) = -2x^2 - 4x + 2.], alt: "A mathematical equation for a quadratic function is displayed, reading f(x) = -2x^2 - 4x + 2.", caption: none)], [We need the coefficient of #math.equation(block: false, alt: "x squared")[$x^(2)$] to be one. #linebreak() We factor #math.equation(block: false, alt: "−2")[$−2$] from the #emph[x]-terms.], [#figure(figph[A mathematical equation is displayed, showing a function f(x) = -2(x^2 + 2x) + 2. This is a quadratic function written in a form that can be simplified or used for completing the square.], alt: "A mathematical equation is displayed, showing a function f(x) = -2(x^2 + 2x) + 2. This is a quadratic function written in a form that can be simplified or used for completing the square.", caption: none)], [Take half of 2 and then square it to complete the square. #linebreak() #math.equation(block: false, alt: "open parenthesis the fraction 1 over 2 times 2 close parenthesis squared equals 1")[$attach(( frac(1, 2) · 2 ), t: 2) = 1$]], [], [We add 1 to complete the square in the parentheses, but the parentheses is multiplied by #math.equation(block: false, alt: "−2")[$−2$]. Se we are really adding #math.equation(block: false, alt: "−2")[$−2$]. To not change the value of the function we add 2.], [#figure(figph[An algebraic expression f(x) = -2(x^2 + 2x + 1) + 2 + 2, highlighting the addition of 1 inside the parenthesis and the compensating addition of 2 outside, as shown by the red numbers and arrow.], alt: "An algebraic expression f(x) = -2(x^2 + 2x + 1) + 2 + 2, highlighting the addition of 1 inside the parenthesis and the compensating addition of 2 outside, as shown by the red numbers and arrow.", caption: none)], [Rewrite the trinomial as a square and subtract the constants.], [#figure(figph[The image displays the equation of a quadratic function in vertex form: f(x) = -2(x + 1)^2 + 4.], alt: "The image displays the equation of a quadratic function in vertex form: f(x) = -2(x + 1)^2 + 4.", caption: none)], [The function is now in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form.], [#figure(figph[Two equations for quadratic functions, with the general vertex form f(x) = a(x - h)^2 + k shown in red, and a specific example f(x) = -2(x + 1)^2 + 4 in black.], alt: "Two equations for quadratic functions, with the general vertex form f(x) = a(x - h)^2 + k shown in red, and a specific example f(x) = -2(x + 1)^2 + 4 in black.", caption: none)], )) #strong[Step 2.] Graph the function using transformations. #figure(figph[F of x equals x squared is given with an arrow coming from it pointing to f of x equals negative 2 times x squared with an arrow coming from it pointing to f of x equals negative 2 times the quantity x plus 1 squared. An arrow come from it to point to f of x equals negative 2 times the quantity x plus 1 squared plus 4. The next line says a equals negative 2 which means multiply the y-values by negative 2, then h equals negative 1 which means shift left 1 unit and k equals 4 which means shift up 4 units], alt: "F of x equals x squared is given with an arrow coming from it pointing to f of x equals negative 2 times x squared with an arrow coming from it pointing to f of x equals negative 2 times the quantity x plus 1 squared. An arrow come from it to point to f of x equals negative 2 times the quantity x plus 1 squared plus 4. The next line says a equals negative 2 which means multiply the y-values by negative 2, then h equals negative 1 which means shift left 1 unit and k equals 4 which means shift up 4 units", caption: none) We first draw the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] on the grid. #figure(figph[To graph f of x equals negative 2 times x squared, multiply the y-values in parabola of f of x equals x squared by negative 2. To graph f of x equals negative 2 times the quantity x plus 1 squared, shift the graph of f of x equals negative 2 times x squared to the left 1 unit. To graph f of x equals negative 2 times the quantity x plus 1 squared plus 4, shift the graph of f of x equals negative 2 times the quantity x plus 1 squared up 4 units.], alt: "To graph f of x equals negative 2 times x squared, multiply the y-values in parabola of f of x equals x squared by negative 2. To graph f of x equals negative 2 times the quantity x plus 1 squared, shift the graph of f of x equals negative 2 times x squared to the left 1 unit. To graph f of x equals negative 2 times the quantity x plus 1 squared plus 4, shift the graph of f of x equals negative 2 times the quantity x plus 1 squared up 4 units.", caption: none) #figure(figph[The first graph shows 1 upward-opening parabola on the x y-coordinate plane. It is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). By multiplying by negative 2, move to the next graph showing the original f of x equals x squared and the new slimmer and flipped graph of f of x equals negative 2 x squared. By shifting that graph of f of x equals negative 2 times x squared left 1, we move to the next graph, which shows the original f of x equals x squared, f of x equals negative 2 x squared, and then another curve moved left 1 unit to produce f of x equals negative 2 times the quantity of x plus 1 squared. By moving f of x equals negative 2 times the quantity of x plus 1 squared up 4, we move to the final graph, which shows the original f of x equals x squared, f of x equals negative 2 x squared, and the f of x equals negative 2 times the quantity of x plus 1 squared, then another curve moved up 4 to produce f of x equals negative 2 times the quantity of x plus 1 squared plus 4.], alt: "The first graph shows 1 upward-opening parabola on the x y-coordinate plane. It is the graph of f of x equals x squared which has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). By multiplying by negative 2, move to the next graph showing the original f of x equals x squared and the new slimmer and flipped graph of f of x equals negative 2 x squared. By shifting that graph of f of x equals negative 2 times x squared left 1, we move to the next graph, which shows the original f of x equals x squared, f of x equals negative 2 x squared, and then another curve moved left 1 unit to produce f of x equals negative 2 times the quantity of x plus 1 squared. By moving f of x equals negative 2 times the quantity of x plus 1 squared up 4, we move to the final graph, which shows the original f of x equals x squared, f of x equals negative 2 x squared, and the f of x equals negative 2 times the quantity of x plus 1 squared, then another curve moved up 4 to produce f of x equals negative 2 times the quantity of x plus 1 squared plus 4.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −3 x squared plus 12 x minus 4")[$f ( x ) = −3 x^(2) + 12 x − 4$] by using transformations. #solutionbox[ #figure(figph[This figure shows a downward-opening parabola on the x y-coordinate plane with a vertex of (2,8) and other points of (1,5) and (3,5).], alt: "This figure shows a downward-opening parabola on the x y-coordinate plane with a vertex of (2,8) and other points of (1,5) and (3,5).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −2 x squared plus 12 x minus 9")[$f ( x ) = −2 x^(2) + 12 x − 9$] by using transformations. #solutionbox[ #figure(figph[This figure shows a downward-opening parabola on the x y-coordinate plane with a vertex of (3, 9) and other points of (1, 1) and (5, 1).], alt: "This figure shows a downward-opening parabola on the x y-coordinate plane with a vertex of (3, 9) and other points of (1, 1) and (5, 1).", caption: none) ] ] Now that we have completed the square to put a quadratic function into #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form, we can also use this technique to graph the function using its properties as in the previous section. If we look back at the last few examples, we see that the vertex is related to the constants #emph[h] and #emph[k]. #figure(figph[The first graph shows an upward-opening parabola on the x y-coordinate plane with a vertex of (negative 3, negative 4) with other points of (0, negative 5) and (0, negative 1). Underneath the graph, it shows the standard form of a parabola, f of x equals the quantity x minus h squared plus k, with the equation of the parabola f of x equals the quantity of x plus 3 squared minus 4 where h equals negative 3 and k equals negative 4. The second graph shows a downward-opening parabola on the x y-coordinate plane with a vertex of (negative 1, 4) and other points of (0,2) and (negative 2,2). Underneath the graph, it shows the standard form of a parabola, f of x equals a times the quantity x minus h squared plus k, with the equation of the parabola f of x equals negative 2 times the quantity of x plus 1 squared plus 4 where h equals negative 1 and k equals 4.], alt: "The first graph shows an upward-opening parabola on the x y-coordinate plane with a vertex of (negative 3, negative 4) with other points of (0, negative 5) and (0, negative 1). Underneath the graph, it shows the standard form of a parabola, f of x equals the quantity x minus h squared plus k, with the equation of the parabola f of x equals the quantity of x plus 3 squared minus 4 where h equals negative 3 and k equals negative 4. The second graph shows a downward-opening parabola on the x y-coordinate plane with a vertex of (negative 1, 4) and other points of (0,2) and (negative 2,2). Underneath the graph, it shows the standard form of a parabola, f of x equals a times the quantity x minus h squared plus k, with the equation of the parabola f of x equals negative 2 times the quantity of x plus 1 squared plus 4 where h equals negative 1 and k equals 4.", caption: none) In each case, the vertex is (#emph[h], #emph[k]). Also the #strong[axis of symmetry] is the line #emph[x] = #emph[h]. We rewrite our steps for graphing a quadratic function using properties for when the function is in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph a quadratic function in the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] using properties.] + Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form. + Determine whether the parabola opens upward, #emph[a] \> 0, or downward, #emph[a] \< 0. + Find the axis of symmetry, #emph[x] = #emph[h]. + Find the vertex, (#emph[h], #emph[k]). + Find the #emph[y]-intercept. Find the point symmetric to the #emph[y]-intercept across the axis of symmetry. + Find the #emph[x]-intercepts. + Graph the parabola. ] #examplebox("Example 10")[][ ⓐ Rewrite #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 x squared plus 4 x plus 5")[$f ( x ) = 2 x^(2) + 4 x + 5$] in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form and ⓑ graph the function using properties. #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] #linebreak() form by completing the square.], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 x squared plus 4 x plus 5")[$f ( x ) = 2 x^(2) + 4 x + 5$]]), [], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x squared plus 2 x close parenthesis plus 5")[$f ( x ) = 2 ( x^(2) + 2 x ) + 5$]], [], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x squared plus 2 x plus 1 close parenthesis plus 5 minus 2")[$f ( x ) = 2 ( x^(2) + 2 x + 1 ) + 5 − 2$]], [], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x plus 1 close parenthesis squared plus 3")[$f ( x ) = 2 attach(( x + 1 ), t: 2) + 3$]], [Identify the constants #math.equation(block: false, alt: "a , h , k .")[$a , h , k .$]], [#math.equation(block: false, alt: "a equals 2 h equals −1 k equals 3")[$#h(1.2em) a = 2 #h(1em) h = −1 #h(1em) k = 3$]], [Since #math.equation(block: false, alt: "a equals 2")[$a = 2$], the parabola opens upward.], [#figure(figph[A red U-shaped arrow with arrowheads pointing upwards and outwards at both ends, indicating a curve, cycle, or expansion.], alt: "A red U-shaped arrow with arrowheads pointing upwards and outwards at both ends, indicating a curve, cycle, or expansion.", caption: none)], [The axis of symmetry is #math.equation(block: false, alt: "x equals h")[$x = h$].], [The axis of symmetry is #math.equation(block: false, alt: "x equals −1")[$x = −1$].], [The vertex is #math.equation(block: false, alt: "open parenthesis h , k close parenthesis")[$( h , k )$].], [The vertex is #math.equation(block: false, alt: "open parenthesis −1 , 3 close parenthesis")[$( −1 , 3 )$].], [Find the #emph[y]-intercept by finding #math.equation(block: false, alt: "f open parenthesis 0 close parenthesis")[$f ( 0 )$].], [#math.equation(block: false, alt: "f open parenthesis 0 close parenthesis equals 2 times 0 squared plus 4 times 0 plus 5")[$f ( 0 ) = 2 ⋅ 0^(2) + 4 ⋅ 0 + 5$]], [], [#math.equation(block: false, alt: "f open parenthesis 0 close parenthesis equals 5")[$f ( 0 ) = 5$]], [], [#emph[y]-intercept #math.equation(block: false, alt: "open parenthesis 0 , 5 close parenthesis")[$( 0 , 5 )$]], [Find the point symmetric to #math.equation(block: false, alt: "open parenthesis 0 , 5 close parenthesis")[$( 0 , 5 )$] across the #linebreak() axis of symmetry.], [#math.equation(block: false, alt: "open parenthesis minus 2 , 5 close parenthesis")[$( − 2 , #h(0.2em) 5 )$]], [Find the #emph[x]-intercepts.], [The discriminant negative, so there are #linebreak() no #emph[x]-intercepts. Graph the parabola.], [], [#figure(figph[A parabola graphed on a coordinate plane. The vertex is at (-1, 3), and points (-2, 5) and (0, 5) are marked. A dashed line at x=-1 represents the axis of symmetry.], alt: "A parabola graphed on a coordinate plane. The vertex is at (-1, 3), and points (-2, 5) and (0, 5) are marked. A dashed line at x=-1 represents the axis of symmetry.", caption: none)], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ ⓐ Rewrite #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 3 x squared minus 6 x plus 5")[$f ( x ) = 3 x^(2) − 6 x + 5$] in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form and ⓑ graph the function using properties. #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 3 open parenthesis x minus 1 close parenthesis squared plus 2")[$f ( x ) = 3 attach(( x − 1 ), t: 2) + 2$] #linebreak() ⓑ #linebreak() #figure(figph[The graph shown is an upward facing parabola with vertex (1, 2) and y-intercept (0, 5). The axis of symmetry is shown, x equals 1.], alt: "The graph shown is an upward facing parabola with vertex (1, 2) and y-intercept (0, 5). The axis of symmetry is shown, x equals 1.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ ⓐ Rewrite #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −2 x squared plus 8 x minus 7")[$f ( x ) = −2 x^(2) + 8 x − 7$] in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form and ⓑ graph the function using properties. #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −2 open parenthesis x minus 2 close parenthesis squared plus 1")[$f ( x ) = −2 attach(( x − 2 ), t: 2) + 1$] #linebreak() ⓑ #linebreak() #figure(figph[The graph shown is a downward facing parabola with vertex (2, 1) and x-intercepts (1, 0) and (3, 0). The axis of symmetry is shown, x equals 2.], alt: "The graph shown is a downward facing parabola with vertex (2, 1) and x-intercepts (1, 0) and (3, 0). The axis of symmetry is shown, x equals 2.", caption: none) ] ] === Find a Quadratic Function from its Graph So far we have started with a function and then found its graph. Now we are going to reverse the process. Starting with the graph, we will find the function. #examplebox("Example 11")[][ Determine the quadratic function whose graph is shown. #figure(figph[The graph shown is an upward facing parabola with vertex (negative 2, negative 1) and y-intercept (0, 7).], alt: "The graph shown is an upward facing parabola with vertex (negative 2, negative 1) and y-intercept (0, 7).", caption: none) #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([Since it is quadratic, we start with the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k form.")[$f ( x ) = a attach(( x − h ), t: 2) + k #h(0.2em) "form."$]], []), [The vertex, #math.equation(block: false, alt: "open parenthesis h , k close parenthesis ,")[$( h , k ) ,$] is #math.equation(block: false, alt: "open parenthesis −2 , −1 close parenthesis")[$( −2 , −1 )$] so #math.equation(block: false, alt: "h equals −2")[$h = −2$] and #math.equation(block: false, alt: "k equals −1.")[$k = −1.$]], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus open parenthesis −2 close parenthesis close parenthesis squared minus 1")[$#h(1.5em) f ( x ) = a attach(( x − ( −2 ) ), t: 2) − 1$]], [To find #math.equation(block: false, alt: "a")[$a$], we use the #math.equation(block: false, alt: "y")[$y$]-intercept, #math.equation(block: false, alt: "open parenthesis 0 , 7 close parenthesis")[$( 0 , 7 )$].], [], [So #math.equation(block: false, alt: "f open parenthesis 0 close parenthesis equals 7")[$f ( 0 ) = 7$].], [#math.equation(block: false, alt: "7 equals a open parenthesis 0 plus 2 close parenthesis squared minus 1")[$#h(3em) 7 = a attach(( 0 + 2 ), t: 2) − 1$]], [Solve for #math.equation(block: false, alt: "a")[$a$].], [#math.equation(block: false, alt: "7 equals 4 a minus 1")[$#h(3em) 7 = 4 a − 1$]], [], [#math.equation(block: false, alt: "8 equals 4 a")[$#h(3em) 8 = 4 a$]], [], [#math.equation(block: false, alt: "2 equals a")[$#h(3em) 2 = a$]], [Write the function.], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$#h(1.5em) f ( x ) = a attach(( x − h ), t: 2) + k$]], [Substitute in #math.equation(block: false, alt: "h equals −2 , k equals −1")[$h = −2 , k = −1$] and #math.equation(block: false, alt: "a equals 2")[$a = 2$].], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x plus 2 close parenthesis squared minus 1")[$#h(1.5em) f ( x ) = 2 attach(( x + 2 ), t: 2) − 1$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Write the quadratic function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form whose graph is shown. #figure(figph[The graph shown is an upward facing parabola with vertex (3, negative 4) and y-intercept (0, 5).], alt: "The graph shown is an upward facing parabola with vertex (3, negative 4) and y-intercept (0, 5).", caption: none) #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 3 close parenthesis squared minus 4")[$f ( x ) = attach(( x − 3 ), t: 2) − 4$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine the quadratic function whose graph is shown. #figure(figph[The graph shown is an upward facing parabola with vertex (negative 3, negative 1) and y-intercept (0, 8).], alt: "The graph shown is an upward facing parabola with vertex (negative 3, negative 1) and y-intercept (0, 8).", caption: none) #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 3 close parenthesis squared minus 1")[$f ( x ) = attach(( x + 3 ), t: 2) − 1$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Access these online resources for additional instruction and practice with graphing quadratic functions using transformations. - #link("https://openstax.org/l/37QuadFuncTran1")[Function Shift Rules Applied to Quadratic Functions] - #link("https://openstax.org/l/37QuadFuncTran2")[Changing a Quadratic from Standard Form to Vertex Form] - #link("https://openstax.org/l/37QuadFuncTran3")[Using Transformations to Graph Quadratic Functions] - #link("https://openstax.org/l/37QuadFuncTran4")[Finding Quadratic Equation in Vertex Form from Graph] ] === Key Concepts - Graph a Quadratic Function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k")[$f ( x ) = x^(2) + k$] Using a Vertical Shift - The graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k")[$f ( x ) = x^(2) + k$] shifts the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] vertically k units. - If #emph[k] \> 0, shift the parabola vertically up #emph[k] units. - If #emph[k] \< 0, shift the parabola vertically down #math.equation(block: false, alt: "| k |")[$| k |$] units. - Graph a Quadratic Function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared")[$f ( x ) = attach(( x − h ), t: 2)$] Using a Horizontal Shift - The graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared")[$f ( x ) = attach(( x − h ), t: 2)$] shifts the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] horizontally h units. - If #emph[h] \> 0, shift the parabola horizontally left #emph[h] units. - If #emph[h] \< 0, shift the parabola horizontally right #math.equation(block: false, alt: "| h |")[$| h |$] units. - Graph of a Quadratic Function of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] - The coefficient #emph[a] in the function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] affects the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] by stretching or compressing it. #linebreak() If #math.equation(block: false, alt: "0 less than | a | less than 1 ,")[$0 < | a | < 1 ,$] then the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] will be “wider” than the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared .")[$f ( x ) = x^(2) .$] #linebreak() If #math.equation(block: false, alt: "| a | greater than 1 ,")[$| a | > 1 ,$] then the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$] will be “skinnier” than the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared .")[$f ( x ) = x^(2) .$] - How to graph a quadratic function using transformations + Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form by completing the square. + Graph the function using transformations. - Graph a quadratic function in the vertex form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] using properties + Rewrite the function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form. + Determine whether the parabola opens upward, #emph[a] \> 0, or downward, a \< 0. + Find the axis of symmetry, #emph[x] = #emph[h]. + Find the vertex, (#emph[h], #emph[k]). + Find the#emph[y]-intercept. Find the point symmetric to the #emph[y]-intercept across the axis of symmetry. + Find the #emph[x]-intercepts, if possible. + Graph the parabola. ==== Practice Makes Perfect #strong[Graph Quadratic Functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus k")[$f ( x ) = x^(2) + k$]] In the following exercises, ⓐ graph the quadratic functions on the same rectangular coordinate system and ⓑ describe what effect adding a constant, #emph[k], to the function has on the basic parabola. #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals x squared plus 4 ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = x^(2) + 4 ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 4 .")[$h ( x ) = x^(2) − 4 .$] #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 4 units, and the bottom has been moved down 4 units.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. The middle curve is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The top curve has been moved up 4 units, and the bottom has been moved down 4 units.", caption: none) #linebreak() ⓑ The graph of #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals x squared plus 4")[$g ( x ) = x^(2) + 4$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted up 4 units. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 4")[$h ( x ) = x^(2) − 4$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shift down 4 units. ] #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals x squared plus 7 ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = x^(2) + 7 ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals x squared minus 7 .")[$h ( x ) = x^(2) − 7 .$] In the following exercises, graph each function using a vertical shift. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared plus 3")[$f ( x ) = x^(2) + 3$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 3) and other points (7, 2) and (7, negative 2).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 3) and other points (7, 2) and (7, negative 2).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared minus 7")[$f ( x ) = x^(2) − 7$] #math.equation(block: true, alt: "g open parenthesis x close parenthesis equals x squared plus 2")[$g ( x ) = x^(2) + 2$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 2) and other points (negative 2, 6) and (2, 6).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 2) and other points (negative 2, 6) and (2, 6).", caption: none) ] #math.equation(block: true, alt: "g open parenthesis x close parenthesis equals x squared plus 5")[$g ( x ) = x^(2) + 5$] #math.equation(block: true, alt: "h open parenthesis x close parenthesis equals x squared minus 4")[$h ( x ) = x^(2) − 4$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, negative 4) and other points (negative 2, 0) and (2, 0).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, negative 4) and other points (negative 2, 0) and (2, 0).", caption: none) ] #math.equation(block: true, alt: "h open parenthesis x close parenthesis equals x squared minus 5")[$h ( x ) = x^(2) − 5$] #strong[Graph Quadratic Functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus h close parenthesis squared")[$f ( x ) = attach(( x − h ), t: 2)$]] In the following exercises, ⓐ graph the quadratic functions on the same rectangular coordinate system and ⓑ describe what effect adding a constant, #math.equation(block: false, alt: "h")[$h$], inside the parentheses has #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals open parenthesis x minus 3 close parenthesis squared ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = attach(( x − 3 ), t: 2) ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x plus 3 close parenthesis squared .")[$h ( x ) = attach(( x + 3 ), t: 2) .$] #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The graph to the right is shifted 3 units to the right to produce g of x equals the quantity of x minus 3 squared. The graph the left is shifted 3 units to the left to produce h of x equals the quantity of x plus 3 squared.], alt: "This figure shows 3 upward-opening parabolas on the x y-coordinate plane. One is the graph of f of x equals x squared and has a vertex of (0, 0). Other points on the curve are located at (negative 1, 1) and (1, 1). The graph to the right is shifted 3 units to the right to produce g of x equals the quantity of x minus 3 squared. The graph the left is shifted 3 units to the left to produce h of x equals the quantity of x plus 3 squared.", caption: none) #linebreak() ⓑ The graph of #math.equation(block: false, alt: "g open parenthesis x close parenthesis equals open parenthesis x minus 3 close parenthesis squared")[$g ( x ) = attach(( x − 3 ), t: 2)$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted right 3 units. The graph of #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x plus 3 close parenthesis squared")[$h ( x ) = attach(( x + 3 ), t: 2)$] is the same as the graph of #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared")[$f ( x ) = x^(2)$] but shifted left 3 units. ] #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared , g open parenthesis x close parenthesis equals open parenthesis x plus 4 close parenthesis squared ,")[$f ( x ) = x^(2) , #h(0.2em) g ( x ) = attach(( x + 4 ), t: 2) ,$] and #math.equation(block: false, alt: "h open parenthesis x close parenthesis equals open parenthesis x minus 4 close parenthesis squared .")[$h ( x ) = attach(( x − 4 ), t: 2) .$] In the following exercises, graph each function using a horizontal shift. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 2 close parenthesis squared")[$f ( x ) = attach(( x − 2 ), t: 2)$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (2, 0) and other points (0, 4) and (4, 4).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (2, 0) and other points (0, 4) and (4, 4).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 1 close parenthesis squared")[$f ( x ) = attach(( x − 1 ), t: 2)$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 5 close parenthesis squared")[$f ( x ) = attach(( x + 5 ), t: 2)$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 5, 0) and other points (negative 7, 4) and (negative 3, 4).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 5, 0) and other points (negative 7, 4) and (negative 3, 4).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 3 close parenthesis squared")[$f ( x ) = attach(( x + 3 ), t: 2)$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 5 close parenthesis squared")[$f ( x ) = attach(( x − 5 ), t: 2)$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (5, 0) and other points (3, 4) and (7, 4).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (5, 0) and other points (3, 4) and (7, 4).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 2 close parenthesis squared")[$f ( x ) = attach(( x + 2 ), t: 2)$] In the following exercises, graph each function using transformations. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 2 close parenthesis squared plus 1")[$f ( x ) = attach(( x + 2 ), t: 2) + 1$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 2, 1) and other points (negative 4, 5) and (0, 5).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 2, 1) and other points (negative 4, 5) and (0, 5).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 4 close parenthesis squared plus 2")[$f ( x ) = attach(( x + 4 ), t: 2) + 2$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 1 close parenthesis squared plus 5")[$f ( x ) = attach(( x − 1 ), t: 2) + 5$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (1, 5) and other points (negative 1, 9) and (3, 9).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (1, 5) and other points (negative 1, 9) and (3, 9).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 3 close parenthesis squared plus 4")[$f ( x ) = attach(( x − 3 ), t: 2) + 4$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 3 close parenthesis squared minus 1")[$f ( x ) = attach(( x + 3 ), t: 2) − 1$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 3, 1) and other points (negative 4, 0) and (negative 2, 0).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 3, 1) and other points (negative 4, 0) and (negative 2, 0).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 5 close parenthesis squared minus 2")[$f ( x ) = attach(( x + 5 ), t: 2) − 2$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 4 close parenthesis squared minus 3")[$f ( x ) = attach(( x − 4 ), t: 2) − 3$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (4, negative 2) and other points (3, negative 2) and (5, negative 2).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (4, negative 2) and other points (3, negative 2) and (5, negative 2).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 6 close parenthesis squared minus 2")[$f ( x ) = attach(( x − 6 ), t: 2) − 2$] #strong[Graph Quadratic Functions of the form #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a x squared")[$f ( x ) = a x^(2)$]] In the following exercises, graph each function. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −2 x squared")[$f ( x ) = −2 x^(2)$] #solutionbox[ #figure(figph[This figure shows a downward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (negative 1, negative 2) and (1, negative 2).], alt: "This figure shows a downward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (negative 1, negative 2) and (1, negative 2).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 4 x squared")[$f ( x ) = 4 x^(2)$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −4 x squared")[$f ( x ) = −4 x^(2)$] #solutionbox[ #figure(figph[This figure shows a downward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (negative 1, negative 4) and (1, negative 4).], alt: "This figure shows a downward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (negative 1, negative 4) and (1, negative 4).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals − x squared")[$f ( x ) = "−" x^(2)$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals the fraction 1 over 2 x squared")[$f ( x ) = frac(1, 2) x^(2)$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (negative 2, 2) and (2, 2).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (negative 2, 2) and (2, 2).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals the fraction 1 over 3 x squared")[$f ( x ) = frac(1, 3) x^(2)$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals the fraction 1 over 4 x squared")[$f ( x ) = frac(1, 4) x^(2)$] #solutionbox[ #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (2, 1) and (negative 2, 1).], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (0, 0) and other points (2, 1) and (negative 2, 1).", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals minus the fraction 1 over 2 x squared")[$f ( x ) = − frac(1, 2) x^(2)$] #strong[Graph Quadratic Functions Using Transformations] In the following exercises, rewrite each function in the #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form by completing the square. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −3 x squared minus 12 x minus 5")[$f ( x ) = −3 x^(2) − 12 x − 5$] #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −3 open parenthesis x plus 2 close parenthesis squared plus 7")[$f ( x ) = −3 attach(( x + 2 ), t: 2) + 7$] ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 2 x squared minus 12 x plus 7")[$f ( x ) = 2 x^(2) − 12 x + 7$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 3 x squared plus 6 x minus 1")[$f ( x ) = 3 x^(2) + 6 x − 1$] #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 3 open parenthesis x plus 1 close parenthesis squared minus 4")[$f ( x ) = 3 attach(( x + 1 ), t: 2) − 4$] ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −4 x squared minus 16 x minus 9")[$f ( x ) = −4 x^(2) − 16 x − 9$] In the following exercises, ⓐ rewrite each function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form and ⓑ graph it by using transformations. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared plus 6 x plus 5")[$f ( x ) = x^(2) + 6 x + 5$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 3 close parenthesis squared minus 4")[$f ( x ) = attach(( x + 3 ), t: 2) − 4$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 3, 3), y-intercept of (0, 5), and axis of symmetry shown at x equals negative 3.], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 3, 3), y-intercept of (0, 5), and axis of symmetry shown at x equals negative 3.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared plus 4 x minus 12")[$f ( x ) = x^(2) + 4 x − 12$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared plus 4 x plus 3")[$f ( x ) = x^(2) + 4 x + 3$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 2 close parenthesis squared minus 1")[$f ( x ) = attach(( x + 2 ), t: 2) − 1$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 2, negative 1), y-intercept of (0, 3), and axis of symmetry shown at x equals negative 2.], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (negative 2, negative 1), y-intercept of (0, 3), and axis of symmetry shown at x equals negative 2.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared minus 6 x plus 8")[$f ( x ) = x^(2) − 6 x + 8$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared minus 6 x plus 15")[$f ( x ) = x^(2) − 6 x + 15$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 3 close parenthesis squared plus 6")[$f ( x ) = attach(( x − 3 ), t: 2) + 6$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (3, 6), y-intercept of (0, 10), and axis of symmetry shown at x equals 3.], alt: "This figure shows an upward-opening parabolas on the x y-coordinate plane. It has a vertex of (3, 6), y-intercept of (0, 10), and axis of symmetry shown at x equals 3.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals x squared plus 8 x plus 10")[$f ( x ) = x^(2) + 8 x + 10$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals − x squared plus 8 x minus 16")[$f ( x ) = "−" x^(2) + 8 x − 16$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals − open parenthesis x minus 4 close parenthesis squared plus 0")[$f ( x ) = "−" attach(( x − 4 ), t: 2) + 0$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (4, 0), y-intercept of (0, negative 16), and axis of symmetry shown at x equals 4.], alt: "This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (4, 0), y-intercept of (0, negative 16), and axis of symmetry shown at x equals 4.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals − x squared plus 2 x minus 7")[$f ( x ) = "−" x^(2) + 2 x − 7$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals − x squared minus 4 x plus 2")[$f ( x ) = "−" x^(2) − 4 x + 2$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals − open parenthesis x plus 2 close parenthesis squared plus 6")[$f ( x ) = "−" attach(( x + 2 ), t: 2) + 6$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 2, 6), y-intercept of (0, 2), and axis of symmetry shown at x equals negative 2.], alt: "This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 2, 6), y-intercept of (0, 2), and axis of symmetry shown at x equals negative 2.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals − x squared plus 4 x minus 5")[$f ( x ) = "−" x^(2) + 4 x − 5$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 5 x squared minus 10 x plus 8")[$f ( x ) = 5 x^(2) − 10 x + 8$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 5 open parenthesis x minus 1 close parenthesis squared plus 3")[$f ( x ) = 5 attach(( x − 1 ), t: 2) + 3$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (1, 3), y-intercept of (0, 8), and axis of symmetry shown at x equals 1.], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (1, 3), y-intercept of (0, 8), and axis of symmetry shown at x equals 1.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 3 x squared plus 18 x plus 20")[$f ( x ) = 3 x^(2) + 18 x + 20$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 2 x squared minus 4 x plus 1")[$f ( x ) = 2 x^(2) − 4 x + 1$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x minus 1 close parenthesis squared minus 1")[$f ( x ) = 2 attach(( x − 1 ), t: 2) − 1$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (1, negative 1), y-intercept of (0, 1), and axis of symmetry shown at x equals 1.], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (1, negative 1), y-intercept of (0, 1), and axis of symmetry shown at x equals 1.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 3 x squared minus 6 x minus 1")[$f ( x ) = 3 x^(2) − 6 x − 1$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −2 x squared plus 8 x minus 10")[$f ( x ) = −2 x^(2) + 8 x − 10$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals −2 open parenthesis x minus 2 close parenthesis squared minus 2")[$f ( x ) = −2 attach(( x − 2 ), t: 2) − 2$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (2, negative 2), y-intercept of (0, negative 10), and axis of symmetry shown at x equals 2.], alt: "This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (2, negative 2), y-intercept of (0, negative 10), and axis of symmetry shown at x equals 2.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −3 x squared plus 6 x plus 1")[$f ( x ) = −3 x^(2) + 6 x + 1$] In the following exercises, ⓐ rewrite each function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form and ⓑ graph it using properties. #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 2 x squared plus 4 x plus 6")[$f ( x ) = 2 x^(2) + 4 x + 6$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x plus 1 close parenthesis squared plus 4")[$f ( x ) = 2 attach(( x + 1 ), t: 2) + 4$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 1, 4), y-intercept of (0, 6), and axis of symmetry shown at x equals negative 1.], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 1, 4), y-intercept of (0, 6), and axis of symmetry shown at x equals negative 1.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 3 x squared minus 12 x plus 7")[$f ( x ) = 3 x^(2) − 12 x + 7$] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals − x squared plus 2 x minus 4")[$f ( x ) = "−" x^(2) + 2 x − 4$] #solutionbox[ ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals − open parenthesis x minus 1 close parenthesis squared minus 3")[$f ( x ) = "−" attach(( x − 1 ), t: 2) − 3$] #linebreak() ⓑ #linebreak() #figure(figph[This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (1, negative 3), y-intercept of (0, negative 4), and axis of symmetry shown at x equals 1.], alt: "This figure shows a downward-opening parabola on the x y-coordinate plane. It has a vertex of (1, negative 3), y-intercept of (0, negative 4), and axis of symmetry shown at x equals 1.", caption: none) ] #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals −2 x squared minus 4 x minus 5")[$f ( x ) = −2 x^(2) − 4 x − 5$] #strong[Matching] In the following exercises, match the graphs to one of the following functions: ⓐ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus 4")[$f ( x ) = x^(2) + 4$] ⓑ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared minus 4")[$f ( x ) = x^(2) − 4$] ⓒ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 4 close parenthesis squared")[$f ( x ) = attach(( x + 4 ), t: 2)$] ⓓ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 4 close parenthesis squared")[$f ( x ) = attach(( x − 4 ), t: 2)$] ⓔ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 4 close parenthesis squared minus 4")[$f ( x ) = attach(( x + 4 ), t: 2) − 4$] ⓕ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 4 close parenthesis squared plus 4")[$f ( x ) = attach(( x + 4 ), t: 2) + 4$] ⓖ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 4 close parenthesis squared minus 4")[$f ( x ) = attach(( x − 4 ), t: 2) − 4$] ⓗ #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals open parenthesis x minus 4 close parenthesis squared plus 4")[$f ( x ) = attach(( x − 4 ), t: 2) + 4$] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 4, 0) and other points (negative 4, 4) and (negative 2, 4).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 4, 0) and other points (negative 4, 4) and (negative 2, 4).", caption: none) #solutionbox[ ⓒ ] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (0, negative 4) and other points (negative 2, 0) and (2, 0).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (0, negative 4) and other points (negative 2, 0) and (2, 0).", caption: none) #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 4, negative 4) and other points (negative 4, 0) and (negative 2, 0).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 4, negative 4) and other points (negative 4, 0) and (negative 2, 0).", caption: none) #solutionbox[ ⓔ ] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 4, 4) and other points (negative 6, 8) and (negative 2, 8).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 4, 4) and other points (negative 6, 8) and (negative 2, 8).", caption: none) #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (4, 0) and other points (2, 4) and (2, 4).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (4, 0) and other points (2, 4) and (2, 4).", caption: none) #solutionbox[ ⓓ ] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (0, 4) and other points (negative 2, 8) and (2, 8).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (0, 4) and other points (negative 2, 8) and (2, 8).", caption: none) #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (4, negative 4) and other points (2,0) and (6,0).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (4, negative 4) and other points (2,0) and (6,0).", caption: none) #solutionbox[ ⓖ ] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (4, 4) and other points (2,8) and (6,8).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (4, 4) and other points (2,8) and (6,8).", caption: none) #strong[Find a Quadratic Function from its Graph] In the following exercises, write the quadratic function in #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals a open parenthesis x minus h close parenthesis squared plus k")[$f ( x ) = a attach(( x − h ), t: 2) + k$] form whose graph is shown. #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 1, negative 5) and y-intercept (0, negative 4).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 1, negative 5) and y-intercept (0, negative 4).", caption: none) #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals open parenthesis x plus 1 close parenthesis squared minus 5")[$f ( x ) = attach(( x + 1 ), t: 2) − 5$] ] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (2,4) and y-intercept (0, 8).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (2,4) and y-intercept (0, 8).", caption: none) #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (1, negative 3) and y-intercept (0, negative 1).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (1, negative 3) and y-intercept (0, negative 1).", caption: none) #solutionbox[ #math.equation(block: true, alt: "f open parenthesis x close parenthesis equals 2 open parenthesis x minus 1 close parenthesis squared minus 3")[$f ( x ) = 2 attach(( x − 1 ), t: 2) − 3$] ] #figure(figph[This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 1, negative 5) and y-intercept (0, negative 3).], alt: "This figure shows an upward-opening parabola on the x y-coordinate plane. It has a vertex of (negative 1, negative 5) and y-intercept (0, negative 3).", caption: none) ==== Writing Exercise Graph the quadratic function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals x squared plus 4 x plus 5")[$f ( x ) = x^(2) + 4 x + 5$] first using the properties as we did in the last section and then graph it using transformations. Which method do you prefer? Why? #solutionbox[ Answers will vary. ] Graph the quadratic function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 x squared minus 4 x minus 3")[$f ( x ) = 2 x^(2) − 4 x − 3$] first using the properties as we did in the last section and then graph it using transformations. Which method do you prefer? Why? ==== Self Check ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section. #figure(figph[This figure is a list to assess your understanding of the concepts presented in this section. It has 4 columns labeled I can…, Confidently, With some help, and No-I don’t get it! Below I can…, there is graph Quadratic Functions of the form f of x equals x squared plus k; graph Quadratic Functions of the form f of x equals the quantity x minus h squared; graph Quadratic functions of the form f of x equals a times x squared; graph Quadratic Functions Using Transformations; find a Quadratic Function from its Graph. The other columns are left blank for you to check you understanding.], alt: "This figure is a list to assess your understanding of the concepts presented in this section. It has 4 columns labeled I can…, Confidently, With some help, and No-I don’t get it! Below I can…, there is graph Quadratic Functions of the form f of x equals x squared plus k; graph Quadratic Functions of the form f of x equals the quantity x minus h squared; graph Quadratic functions of the form f of x equals a times x squared; graph Quadratic Functions Using Transformations; find a Quadratic Function from its Graph. The other columns are left blank for you to check you understanding.", caption: none) ⓑ After looking at the checklist, do you think you are well-prepared for the next section? Why or why not?