#set document(title: "5.7 Functions", 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")) == 5.7#h(0.6em)Functions #figure(figph[A rear view of a student raising her hand as she sits at her desk. A teacher standing at the front of the classroom is pointing at the student.], alt: "A rear view of a student raising her hand as she sits at her desk. A teacher standing at the front of the classroom is pointing at the student.", caption: [A small group of elementary students learning from their teacher.]) === Learning Objectives After completing this section, you should be able to: + Use function notation. + Determine if a relation is a function with different representations. + Apply the vertical line test. + Determine the domain and range of a function. In this section, we will learn about relations and functions. As we go about our daily lives, we have many data items or quantities that are paired to our names. Our social security number, student ID number, email address, phone number, and our birthday are matched to our name. There is a relationship between our name and each of those items. When your teacher gets their class roster, the names of all the students in the class are listed in one column and then the student ID number is likely to be in the next column. If we think of the correspondence as a set of ordered pairs, where the first element is a student name and the second element is that student’s ID number, we call this a relation. (Student name, Student ID \#) The set of all the names of the students in the class is called the domain of the relation and the set of all student ID numbers paired with these students is the range of the relation. In general terms, a #strong[relation] is any set of ordered pairs, (#math.equation(block: false, alt: "x , y")[$x , y$]). All the #math.equation(block: false, alt: "x")[$x$]-values in the ordered pairs together make up the #strong[domain]. All the #math.equation(block: false, alt: "y")[$y$]-values in the ordered pairs together make up the range. There are many situations similar to the student's name and student ID \# where one variable is paired or matched with another. The set of ordered pairs that records this matching is a relation. A special type of relation, called a #strong[function], occurs extensively in mathematics. A function is a relation that assigns to each element in its domain exactly one element in the range. For each ordered pair in the relation, each #math.equation(block: false, alt: "x")[$x$]-value is matched with only one #math.equation(block: false, alt: "y")[$y$]-value. Let us look at the relation between your friends and their birthdays in . Every friend has a birthday, but no one has two birthdays. It is okay for two people to share a birthday. It is okay that Danny and Stephen share July 24 as their birthday and that June and Liz share August 2. Since each person has exactly one birthday, the relation is a function. #figure(figph[Mapping of names and birthdays. Names and birthdays are as follows. Alison: April 25. Penelope: May 23. June: August 2. Gregory: September 15. Geoffrey: January 12. Lauren: May 10. Stephen: July 24. Alice: February 3. Liz: August 2. Danny: July 24.], alt: "Mapping of names and birthdays. Names and birthdays are as follows. Alison: April 25. Penelope: May 23. June: August 2. Gregory: September 15. Geoffrey: January 12. Lauren: May 10. Stephen: July 24. Alice: February 3. Liz: August 2. Danny: July 24.", caption: [Birthday Mapping]) === Use Function Notation It is very convenient to name a function; most often functions are named #math.equation(block: false, alt: "f")[$f$], #math.equation(block: false, alt: "g")[$g$], #math.equation(block: false, alt: "h")[$h$], #math.equation(block: false, alt: "F")[$F$], #math.equation(block: false, alt: "G")[$G$], or #math.equation(block: false, alt: "H")[$H$]. In any function, for each #math.equation(block: false, alt: "x")[$x$]-value from the domain, we get a corresponding #math.equation(block: false, alt: "y")[$y$]-value in the range. In the function #math.equation(block: false, alt: "f")[$f$], we write this range value #math.equation(block: false, alt: "y")[$y$] as #math.equation(block: false, alt: "f")[$f$] (#math.equation(block: false, alt: "x")[$x$]). This notation #math.equation(block: false, alt: "f")[$f$] (#math.equation(block: false, alt: "x")[$x$]) is called function notation and is read "f of #math.equation(block: false, alt: "x")[$x$]" or "the value of f at #math.equation(block: false, alt: "x")[$x$]." In this case the parentheses do not indicate multiplication. We call #math.equation(block: false, alt: "x")[$x$] the independent variable as it can be any value in the domain. We call #math.equation(block: false, alt: "y")[$y$] the dependent variable as its value depends on #math.equation(block: false, alt: "x")[$x$]. Much like when you first encountered the variable #math.equation(block: false, alt: "x")[$x$], function notation may be rather unsettling. But the more you use the notation, the more familiar you become with the notation, and the more comfortable you will be with it. Let’s review the equation #math.equation(block: false, alt: "y equals 4 x minus 5")[$y = 4 x − 5$]. To find the value of #math.equation(block: false, alt: "y")[$y$] when #math.equation(block: false, alt: "x equals 2")[$x = 2$], we know to substitute #math.equation(block: false, alt: "x equals 2")[$x = 2$] into the equation and then simplify. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "y equals 4 x minus 5")[$y = 4 x − 5$]]), [Let #math.equation(block: false, alt: "x equals 2")[$x = 2$].], [#math.equation(block: false, alt: "y, equals, 4 times 2 minus 5; y, equals, 3")[$y & = & 4 ⋅ 2 − 5 \ y & = & 3$]], )) The value of the function at #math.equation(block: false, alt: "x equals 2")[$x = 2$] is 3. We do the same thing using function notation, the equation #math.equation(block: false, alt: "y equals 4 x minus 5")[$y = 4 x − 5$] can be written as #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 4 x minus 5")[$f ( x ) = 4 x − 5$]. To find the value when #math.equation(block: false, alt: "x equals 2")[$x = 2$], we write: #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 4 x minus 5")[$f ( x ) = 4 x − 5$]]), [Let #math.equation(block: false, alt: "x equals 2")[$x = 2$].], [#math.equation(block: false, alt: "f open parenthesis 2 close parenthesis, equals, 4 times 2 minus 5; f open parenthesis 2 close parenthesis, equals, 3")[$f ( 2 ) & = & 4 ⋅ 2 − 5 \ f ( 2 ) & = & 3$]], )) The value of the function at #math.equation(block: false, alt: "x equals 2")[$x = 2$] is 3. This process of finding the value of #math.equation(block: false, alt: "f open parenthesis x close parenthesis")[$f ( x )$] for a given value of #math.equation(block: false, alt: "x")[$x$] is called #strong[evaluating the function]. #examplebox("Example 1")[Evaluating the Function][ For the function #math.equation(block: false, alt: "f open parenthesis x close parenthesis equals 2 x squared plus 3 x minus 1")[$f ( x ) = 2 x^(2) + 3 x − 1$], evaluate the function. + #math.equation(block: false, alt: "f open parenthesis 3 close parenthesis")[$f ( 3 )$] + #math.equation(block: false, alt: "f open parenthesis minus 2 close parenthesis")[$f ( − 2 )$] + #math.equation(block: false, alt: "f open parenthesis a close parenthesis")[$f ( a )$] #solutionbox[ + To evaluate #math.equation(block: false, alt: "f open parenthesis 3 close parenthesis")[$f ( 3 )$], substitute 3, for #math.equation(block: false, alt: "x")[$x$]. #linebreak() Simplify. #math.equation(block: true, alt: "f open parenthesis x close parenthesis, equals, 2 x squared plus 3 x minus 1; f open parenthesis 3 close parenthesis, equals, 2 open parenthesis 3 close parenthesis squared plus 3 times 3 minus 1; f open parenthesis 3 close parenthesis, equals, 2 times 9 plus 3 times 3 minus 1; f open parenthesis 3 close parenthesis, equals, 18 plus 9 minus 1; f open parenthesis 3 close parenthesis, equals, 26")[$f ( x ) & = & 2 x^(2) + 3 x − 1 \ f ( 3 ) & = & 2 attach(( 3 ), t: 2) + 3 ⋅ 3 − 1 \ f ( 3 ) & = & 2 ⋅ 9 + 3 ⋅ 3 − 1 \ f ( 3 ) & = & 18 + 9 − 1 \ f ( 3 ) & = & 26$] + To evaluate #math.equation(block: false, alt: "f open parenthesis minus 2 close parenthesis")[$f ( − 2 )$], substitute #math.equation(block: false, alt: "minus 2")[$− 2$] for #math.equation(block: false, alt: "x")[$x$]. #linebreak() Simplify. #math.equation(block: true, alt: "f open parenthesis x close parenthesis, equals, 2 x squared plus 3 x minus 1; f open parenthesis minus 2 close parenthesis, equals, 2 open parenthesis minus 2 close parenthesis squared plus 3 open parenthesis minus 2 close parenthesis minus 1; f open parenthesis minus 2 close parenthesis, equals, 2 times 4 plus open parenthesis minus 6 close parenthesis minus 1; f open parenthesis minus 2 close parenthesis, equals, 8 plus open parenthesis minus 6 close parenthesis minus 1; f open parenthesis minus 2 close parenthesis, equals, 1")[$f ( x ) & = & 2 x^(2) + 3 x − 1 \ f ( − 2 ) & = & 2 attach(( − 2 ), t: 2) + 3 ( − 2 ) − 1 \ f ( − 2 ) & = & 2 ⋅ 4 + ( − 6 ) − 1 \ f ( − 2 ) & = & 8 + ( − 6 ) − 1 \ f ( − 2 ) & = & 1$] + To evaluate #math.equation(block: false, alt: "f open parenthesis a close parenthesis")[$f ( a )$], substitute #math.equation(block: false, alt: "a")[$a$] for #math.equation(block: false, alt: "x")[$x$]. #linebreak() Simplify. #math.equation(block: true, alt: "f open parenthesis x close parenthesis, equals, 2 x squared plus 3 x minus 1; f open parenthesis a close parenthesis, equals, 2 open parenthesis a close parenthesis squared plus 3 times a minus 1; f open parenthesis a close parenthesis, equals, 2 a squared plus 3 a minus 1")[$f ( x ) & = & 2 x^(2) + 3 x − 1 \ f ( a ) & = & 2 attach(( a ), t: 2) + 3 ⋅ a − 1 \ f ( a ) & = & 2 a^(2) + 3 a − 1$] ] ] #examplebox("Example 2")[Evaluating the Function in an Application][ The number of unread emails in Sylvia’s inbox is 75. This number grows by 10 unread emails a day. The function #math.equation(block: false, alt: "N open parenthesis t close parenthesis equals 75 plus 10 t")[$N ( t ) = 75 + 10 t$] represents the relation between the number of emails, #math.equation(block: false, alt: "N")[$N$], and the time, #math.equation(block: false, alt: "t")[$t$], measured in days. Find #math.equation(block: false, alt: "N")[$N$] (5). Explain what this result means. #solutionbox[ Find #math.equation(block: false, alt: "N")[$N$] (5). Explain what this result means. Substitute in #math.equation(block: false, alt: "t equals 5")[$t = 5$]. #linebreak() Simplify. #math.equation(block: true, alt: "N open parenthesis 5 close parenthesis, equals, 75 plus 10 times 5; N open parenthesis t close parenthesis, equals, 75 plus 10 t; N open parenthesis 5 close parenthesis, equals, 75 plus 50; N open parenthesis 5 close parenthesis, equals, 125")[$N ( 5 ) & = & 75 + 10 ⋅ 5 \ N ( t ) & = & 75 + 10 t \ N ( 5 ) & = & 75 + 50 \ N ( 5 ) & = & 125$] If 5 is the number of days, #math.equation(block: false, alt: "N open parenthesis 5 close parenthesis")[$italic(N) ( 5 )$] is the number of unread emails after 5 days. After 5 days, there are 125 unread emails in Sylvia’s inbox. ] ] === Determining If a Relation Is a Function with Different Representations We can determine whether a relation is a function by identifying the input and the output values. If each input value leads to only one output value, classify the relation as a function. If any input value leads to two or more outputs, do not classify the relation as a function. We will review three different representations of relations and determine if they are functions: ordered pairs, mapping, and equations. #examplebox("Example 3")[Determining If a Relation Is a Function with a Set of Ordered Pairs][ Use the set of ordered pairs to determine whether the relation is a function. + #math.equation(block: false, alt: "{ open parenthesis minus 3 , 27 close parenthesis , open parenthesis minus 2 , 8 close parenthesis , open parenthesis minus 1 , 1 close parenthesis , open parenthesis 0 , 0 close parenthesis , open parenthesis 1 , 1 close parenthesis , open parenthesis 2 , 8 close parenthesis , open parenthesis 3 , 27 close parenthesis }")[$\{ ( − 3 , 27 ) , ( − 2 , 8 ) , ( − 1 , 1 ) , ( 0 , 0 ) , ( 1 , 1 ) , ( 2 , 8 ) , ( 3 , 27 ) \}$] + #math.equation(block: false, alt: "{ open parenthesis 9 , minus 3 close parenthesis , open parenthesis 4 , minus 2 close parenthesis , open parenthesis 1 , minus 1 close parenthesis , open parenthesis 0 , 0 close parenthesis , open parenthesis 1 , 1 close parenthesis , open parenthesis 4 , 2 close parenthesis , open parenthesis 9 , 3 close parenthesis }")[$\{ ( 9 , − 3 ) , ( 4 , − 2 ) , ( 1 , − 1 ) , ( 0 , 0 ) , ( 1 , 1 ) , ( 4 , 2 ) , ( 9 , 3 ) \}$] #solutionbox[ + Each #math.equation(block: false, alt: "x")[$x$]-value is matched with only one #math.equation(block: false, alt: "y")[$y$]-value. This relation is a function. + The #math.equation(block: false, alt: "x")[$x$]-value 9 is matched with two #math.equation(block: false, alt: "y")[$y$]-values, both 3 and #math.equation(block: false, alt: "minus 3")[$− 3$]. This relation is not a function. ] ] A #strong[mapping] is sometimes used to show a relation. The arrows show the pairing of the elements of the domain with the elements of the range. Consider the example of the relation between your friends and their birthdays used in . In this particular example, the domain is the set of people’s names, and the range is the set of their birthdays. This mapping was a function because everybody’s name maps to exactly one birthday. #examplebox("Example 4")[Determining If a Relation Is a Function with Mapping][ Use the mapping in to determine whether the relation is a function. #figure(figph[Mapping of names and phone numbers. The names and corresponding phone numbers are as follows. Lydia: 321-549-3327 home and 321-964-7324 cell. Eugene: 427-658-2314 cell. Janet: 427-658-2314 cell. Rick: 798-367-8541 cell. Marty: 684-358-7961 home and 684-369-7231 cell.], alt: "Mapping of names and phone numbers. The names and corresponding phone numbers are as follows. Lydia: 321-549-3327 home and 321-964-7324 cell. Eugene: 427-658-2314 cell. Janet: 427-658-2314 cell. Rick: 798-367-8541 cell. Marty: 684-358-7961 home and 684-369-7231 cell.", caption: none) #solutionbox[ Both Lydia and Marty have two phone numbers. Each #math.equation(block: false, alt: "x")[$x$]-value is not matched with only one #math.equation(block: false, alt: "y")[$y$]-value. This relation is not a function. ] ] In algebra functions will usually be represented by an equation. It is easiest to see if the equation is a function when it is solved for #math.equation(block: false, alt: "y")[$y$]. If each value of #math.equation(block: false, alt: "x")[$x$] results in only one value of #math.equation(block: false, alt: "y")[$y$], then the equation defines a function. #examplebox("Example 5")[Determining If a Relation Is a Function with an Equation][ Determine whether each equation is a function. Assume #math.equation(block: false, alt: "x")[$x$] is the independent variable. + #math.equation(block: false, alt: "2 x plus y equals 7")[$2 x + y = 7$] + #math.equation(block: false, alt: "y equals x squared plus 1")[$y = x^(2) + 1$] + #math.equation(block: false, alt: "x plus y squared equals 3")[$x + y^(2) = 3$] #solutionbox[ + #math.equation(block: false, alt: "2 x plus y equals 7")[$2 x + y = 7$] For each value of #math.equation(block: false, alt: "x")[$x$], we multiply it by #math.equation(block: false, alt: "minus 2")[$− 2$] and then add 7 to get the #math.equation(block: false, alt: "y")[$y$]-value. For example, if #math.equation(block: false, alt: "x equals 3")[$x = 3$]: #math.equation(block: true, alt: "y, equals, minus 2 x plus 7; y, equals, minus 2 times 3 plus 7; y, equals, 1")[$y & = & − 2 x + 7 \ y & = & − 2 ⋅ 3 + 7 \ y & = & 1$]We have that when #math.equation(block: false, alt: "x equals 3")[$x = 3$], then #math.equation(block: false, alt: "y equals 1")[$y = 1$]. It would work similarly for any value of #math.equation(block: false, alt: "x")[$x$]. Since each value of #math.equation(block: false, alt: "x")[$x$], corresponds to only one value of #math.equation(block: false, alt: "y")[$y$] the equation defines a function. + #math.equation(block: false, alt: "y equals x squared plus 1")[$y = x^(2) + 1$] For each value of #math.equation(block: false, alt: "x")[$x$], we square it and then add 1 to get the #math.equation(block: false, alt: "y")[$y$]-value. For example, if #math.equation(block: false, alt: "x equals 2")[$x = 2$] #math.equation(block: true, alt: "y, equals, x squared plus 1; y, equals, 2 squared plus 1; y, equals, 5")[$y & = & x^(2) + 1 \ y & = & 2^(2) + 1 \ y & = & 5$]We have that when #math.equation(block: false, alt: "x equals 2")[$x = 2$], then #math.equation(block: false, alt: "y equals 5")[$y = 5$]. It would work similarly for any value of #math.equation(block: false, alt: "x")[$x$]. Since each value of #math.equation(block: false, alt: "x")[$x$] corresponds to only one value of #math.equation(block: false, alt: "y")[$y$], the equation defines a function. + #math.equation(block: false, alt: "x plus y squared equals 3")[$x + y^(2) = 3$] #math.equation(block: true, alt: "x plus y squared equals 3")[$x + y^(2) = 3$] Isolate the #math.equation(block: false, alt: "y")[$y$] term. #math.equation(block: true, alt: "y squared equals minus x plus 3")[$y^(2) = − x + 3$] Let us substitute #math.equation(block: false, alt: "x equals 2")[$x = 2$]. #math.equation(block: true, alt: "y squared equals minus 2 plus 3")[$y^(2) = − 2 + 3$] #math.equation(block: true, alt: "y squared equals 1")[$y^(2) = 1$] This gives us two values for #math.equation(block: false, alt: "y")[$y$]. #math.equation(block: true, alt: "y equals 1 , y equals minus 1")[$y = 1 , #h(0.28em) y = − 1$] We have shown that when #math.equation(block: false, alt: "x equals 2")[$x = 2$], then #math.equation(block: false, alt: "y equals 1")[$y = 1$] and #math.equation(block: false, alt: "y equals minus 1")[$y = − 1$]. It would work similarly for any value of #math.equation(block: false, alt: "x")[$x$]. Since each value of #math.equation(block: false, alt: "x")[$x$] does not corresponds to only one value of #math.equation(block: false, alt: "y")[$y$] the equation does not define a function. ] ] #notebox("Video", rgb("#DC2626"), rgb("#DC2626"), rgb("#f7f8fa"))[ #link("https://openstax.org/r/Relationsp_and_Functions")[Relations and Functions] ] === Applying the Vertical Line Test We reviewed how to determine if a relation is a function. The relations we looked at were expressed as a set of ordered pairs, a mapping, or an equation. We will now cover how to tell if a graph is that of a function. An ordered pair #math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$] is a solution of a linear equation, if the equation is a true statement when the #math.equation(block: false, alt: "x")[$x$]-values and #math.equation(block: false, alt: "y")[$y$]-values of the ordered pair are substituted into the equation. The graph of a linear equation is a straight line where every point on the line is a solution of the equation, and every solution of this equation is a point on this line. we can see that in the graph of the equation #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$], for every #math.equation(block: false, alt: "x")[$x$]-value there is only one #math.equation(block: false, alt: "y")[$y$]-value, as shown in the accompanying table. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((80.50pt, 8.50pt), (184.00pt, 161.50pt), stroke: 0.7pt + black) content((124.80pt, 90.04pt), anchor: "south", text(size: 9pt)[y = 2x - 3]) circle((80.50pt, 8.50pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 59.50pt), radius: 3.0pt, fill: black, stroke: none) circle((132.25pt, 85.00pt), radius: 3.0pt, fill: black, stroke: none) circle((184.00pt, 161.50pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−10]) line((11.50pt, 85.00pt), (11.50pt, 82.00pt), stroke: 0.5pt + black) content((11.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−9]) line((23.00pt, 85.00pt), (23.00pt, 82.00pt), stroke: 0.5pt + black) content((23.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−8]) line((34.50pt, 85.00pt), (34.50pt, 82.00pt), stroke: 0.5pt + black) content((34.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((46.00pt, 85.00pt), (46.00pt, 82.00pt), stroke: 0.5pt + black) content((46.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((69.00pt, 85.00pt), (69.00pt, 82.00pt), stroke: 0.5pt + black) content((69.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((80.50pt, 85.00pt), (80.50pt, 82.00pt), stroke: 0.5pt + black) content((80.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((92.00pt, 85.00pt), (92.00pt, 82.00pt), stroke: 0.5pt + black) content((92.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((103.50pt, 85.00pt), (103.50pt, 82.00pt), stroke: 0.5pt + black) content((103.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((126.50pt, 85.00pt), (126.50pt, 82.00pt), stroke: 0.5pt + black) content((126.50pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((138.00pt, 85.00pt), (138.00pt, 82.00pt), stroke: 0.5pt + black) content((138.00pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((149.50pt, 85.00pt), (149.50pt, 82.00pt), stroke: 0.5pt + black) content((149.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((161.00pt, 85.00pt), (161.00pt, 82.00pt), stroke: 0.5pt + black) content((161.00pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((184.00pt, 85.00pt), (184.00pt, 82.00pt), stroke: 0.5pt + black) content((184.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((195.50pt, 85.00pt), (195.50pt, 82.00pt), stroke: 0.5pt + black) content((195.50pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((207.00pt, 85.00pt), (207.00pt, 82.00pt), stroke: 0.5pt + black) content((207.00pt, 80.00pt), anchor: "north", text(size: 8pt)[8]) line((218.50pt, 85.00pt), (218.50pt, 82.00pt), stroke: 0.5pt + black) content((218.50pt, 80.00pt), anchor: "north", text(size: 8pt)[9]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[10]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−10]) line((112.00pt, 8.50pt), (115.00pt, 8.50pt), stroke: 0.5pt + black) content((110.00pt, 8.50pt), anchor: "east", text(size: 8pt)[−9]) line((112.00pt, 17.00pt), (115.00pt, 17.00pt), stroke: 0.5pt + black) content((110.00pt, 17.00pt), anchor: "east", text(size: 8pt)[−8]) line((112.00pt, 25.50pt), (115.00pt, 25.50pt), stroke: 0.5pt + black) content((110.00pt, 25.50pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 34.00pt), (115.00pt, 34.00pt), stroke: 0.5pt + black) content((110.00pt, 34.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 51.00pt), (115.00pt, 51.00pt), stroke: 0.5pt + black) content((110.00pt, 51.00pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 59.50pt), (115.00pt, 59.50pt), stroke: 0.5pt + black) content((105.50pt, 59.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 68.00pt), (115.00pt, 68.00pt), stroke: 0.5pt + black) content((110.00pt, 68.00pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 76.50pt), (115.00pt, 76.50pt), stroke: 0.5pt + black) content((110.00pt, 76.50pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 93.50pt), (115.00pt, 93.50pt), stroke: 0.5pt + black) content((110.00pt, 93.50pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 102.00pt), (115.00pt, 102.00pt), stroke: 0.5pt + black) content((110.00pt, 102.00pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 110.50pt), (115.00pt, 110.50pt), stroke: 0.5pt + black) content((110.00pt, 110.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 119.00pt), (115.00pt, 119.00pt), stroke: 0.5pt + black) content((110.00pt, 119.00pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 136.00pt), (115.00pt, 136.00pt), stroke: 0.5pt + black) content((110.00pt, 136.00pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 144.50pt), (115.00pt, 144.50pt), stroke: 0.5pt + black) content((110.00pt, 144.50pt), anchor: "east", text(size: 8pt)[7]) line((112.00pt, 153.00pt), (115.00pt, 153.00pt), stroke: 0.5pt + black) content((110.00pt, 153.00pt), anchor: "east", text(size: 8pt)[8]) line((112.00pt, 161.50pt), (115.00pt, 161.50pt), stroke: 0.5pt + black) content((110.00pt, 161.50pt), anchor: "east", text(size: 8pt)[9]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[10]) })]), alt: "An x y coordinate plane. The x and y axes range from negative 10 to 10, in increments of 1. A line representing y equals 2 x minus 3 passes through the points, (negative 3, negative 9), (0, negative 3), (1.5, 0), and (6, 9). Five vertical dashed lines are present. The first line lies between the points, (negative 2, 0) and (negative 2, negative 7). The second line lies between the points, (negative 1, 0) and (negative 1, negative 5). The third line lies between the points, (0, 0) and (0, negative 3). The fourth line lies between the points, (3, 0) and (3, 3). The fifth line lies between the points, (4, 0) and (4, 5).", caption: [Graph of the Equation #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$]], ) A relation is a function if every element of the domain has exactly one value in the range. The relation defined by the equation #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$] is a function. If we look at the graph, each vertical dashed line only intersects the solid line at one point. This makes sense as in a function, for every #math.equation(block: false, alt: "x")[$x$]-value there is only one #math.equation(block: false, alt: "y")[$y$]-value. If the vertical line hit the graph twice, the #math.equation(block: false, alt: "x")[$x$]-value would be mapped to two #math.equation(block: false, alt: "y")[$y$]-values, and so the graph would not represent a function. This leads us a graphical method of determining functions called the #strong[vertical line test], which states that a set of points in a rectangular coordinate system is the graph of a function if every vertical line intersects the graph in at most one point. If any vertical line intersects the graph in more than one point, the graph does not represent a function. #examplebox("Example 6")[Applying the Vertical Line Test][ Determine whether the graph is the graph of a function applying the vertical line test. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, 170.00pt), (230.00pt, 56.67pt), stroke: 0.7pt + black) circle((19.17pt, 155.83pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 113.33pt), radius: 3.0pt, fill: black, stroke: none) circle((210.83pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((110.00pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((105.50pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "A line is plotted on an x y coordinate plane. The x and y axes range from negative 6 to 6, in increments of 1. The line passes through the points, (negative 5, 5), (0, 2), and (5, negative 1). Note: all values are approximate.", caption: none, ) #solutionbox[ On the graph , only three vertical dashed lines are drawn. However, it can be determined that any vertical dashed line that is drawn will intersect the solid line at exactly one point. It is the graph of a function. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((19.17pt, 155.83pt), (210.83pt, 70.83pt), stroke: 0.7pt + black) line((19.17pt, 155.83pt), (19.17pt, 14.17pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((57.50pt, 155.83pt), (57.50pt, 14.17pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((172.50pt, 155.83pt), (172.50pt, 14.17pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) circle((19.17pt, 155.83pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 113.33pt), radius: 3.0pt, fill: black, stroke: none) circle((210.83pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((110.00pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((105.50pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "A line is plotted on an x y coordinate plane. The x and y axes range from negative 6 to 6, in increments of 1. The line passes through the points, (negative 5, 5), (0, 2), and (5, negative 1). Three vertical dashed lines are present. The first line lies between the points, (negative 5, 5) and (negative 5, negative 5). The second line lies between the points, (negative 3, 5) and (negative 3, negative 5). The third line lies between the points, (3, 5) and (3, negative 5). Note: all values are approximate.", caption: none, ) ] ] #examplebox("Example 7")[Applying the Vertical Line Test to a Parabola][ Determine whether the graph is the graph of a function . #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#D62128"), thickness: 0.9pt), fill: none, { line((230.00pt, 47.52pt), (229.80pt, 47.55pt)) line((229.80pt, 47.55pt), (227.90pt, 47.81pt)) line((227.90pt, 47.81pt), (226.02pt, 48.08pt)) line((226.02pt, 48.08pt), (224.16pt, 48.34pt)) line((224.16pt, 48.34pt), (222.30pt, 48.61pt)) line((222.30pt, 48.61pt), (220.46pt, 48.87pt)) line((220.46pt, 48.87pt), (218.64pt, 49.14pt)) line((218.64pt, 49.14pt), (216.83pt, 49.41pt)) line((216.83pt, 49.41pt), (215.03pt, 49.67pt)) line((215.03pt, 49.67pt), (213.24pt, 49.94pt)) line((213.24pt, 49.94pt), (211.47pt, 50.20pt)) line((211.47pt, 50.20pt), (209.71pt, 50.47pt)) line((209.71pt, 50.47pt), (207.97pt, 50.73pt)) line((207.97pt, 50.73pt), (206.23pt, 51.00pt)) line((206.23pt, 51.00pt), (204.52pt, 51.27pt)) line((204.52pt, 51.27pt), (202.81pt, 51.53pt)) line((202.81pt, 51.53pt), (201.12pt, 51.80pt)) line((201.12pt, 51.80pt), (199.44pt, 52.06pt)) line((199.44pt, 52.06pt), (197.78pt, 52.33pt)) line((197.78pt, 52.33pt), (196.13pt, 52.59pt)) line((196.13pt, 52.59pt), (194.49pt, 52.86pt)) line((194.49pt, 52.86pt), (192.86pt, 53.12pt)) line((192.86pt, 53.12pt), (191.25pt, 53.39pt)) line((191.25pt, 53.39pt), (189.66pt, 53.66pt)) line((189.66pt, 53.66pt), (188.07pt, 53.92pt)) line((188.07pt, 53.92pt), (186.50pt, 54.19pt)) line((186.50pt, 54.19pt), (184.95pt, 54.45pt)) line((184.95pt, 54.45pt), (183.40pt, 54.72pt)) line((183.40pt, 54.72pt), (181.87pt, 54.98pt)) line((181.87pt, 54.98pt), (180.36pt, 55.25pt)) line((180.36pt, 55.25pt), (178.86pt, 55.52pt)) line((178.86pt, 55.52pt), (177.37pt, 55.78pt)) line((177.37pt, 55.78pt), (175.89pt, 56.05pt)) line((175.89pt, 56.05pt), (174.43pt, 56.31pt)) line((174.43pt, 56.31pt), (172.98pt, 56.58pt)) line((172.98pt, 56.58pt), (171.54pt, 56.84pt)) line((171.54pt, 56.84pt), (170.12pt, 57.11pt)) line((170.12pt, 57.11pt), (168.71pt, 57.37pt)) line((168.71pt, 57.37pt), (167.32pt, 57.64pt)) line((167.32pt, 57.64pt), (165.94pt, 57.91pt)) line((165.94pt, 57.91pt), (164.57pt, 58.17pt)) line((164.57pt, 58.17pt), (163.22pt, 58.44pt)) line((163.22pt, 58.44pt), (161.88pt, 58.70pt)) line((161.88pt, 58.70pt), (160.55pt, 58.97pt)) line((160.55pt, 58.97pt), (159.23pt, 59.23pt)) line((159.23pt, 59.23pt), (157.93pt, 59.50pt)) line((157.93pt, 59.50pt), (156.65pt, 59.77pt)) line((156.65pt, 59.77pt), (155.37pt, 60.03pt)) line((155.37pt, 60.03pt), (154.11pt, 60.30pt)) line((154.11pt, 60.30pt), (152.87pt, 60.56pt)) line((152.87pt, 60.56pt), (151.63pt, 60.83pt)) line((151.63pt, 60.83pt), (150.41pt, 61.09pt)) line((150.41pt, 61.09pt), (149.21pt, 61.36pt)) line((149.21pt, 61.36pt), (148.01pt, 61.62pt)) line((148.01pt, 61.62pt), (146.84pt, 61.89pt)) line((146.84pt, 61.89pt), (145.67pt, 62.16pt)) line((145.67pt, 62.16pt), (144.52pt, 62.42pt)) line((144.52pt, 62.42pt), (143.38pt, 62.69pt)) line((143.38pt, 62.69pt), (142.25pt, 62.95pt)) line((142.25pt, 62.95pt), (141.14pt, 63.22pt)) line((141.14pt, 63.22pt), (140.04pt, 63.48pt)) line((140.04pt, 63.48pt), (138.96pt, 63.75pt)) line((138.96pt, 63.75pt), (137.89pt, 64.02pt)) line((137.89pt, 64.02pt), (136.83pt, 64.28pt)) line((136.83pt, 64.28pt), (135.78pt, 64.55pt)) line((135.78pt, 64.55pt), (134.75pt, 64.81pt)) line((134.75pt, 64.81pt), (133.74pt, 65.08pt)) line((133.74pt, 65.08pt), (132.73pt, 65.34pt)) line((132.73pt, 65.34pt), (131.74pt, 65.61pt)) line((131.74pt, 65.61pt), (130.76pt, 65.88pt)) line((130.76pt, 65.88pt), (129.80pt, 66.14pt)) line((129.80pt, 66.14pt), (128.85pt, 66.41pt)) line((128.85pt, 66.41pt), (127.91pt, 66.67pt)) line((127.91pt, 66.67pt), (126.99pt, 66.94pt)) line((126.99pt, 66.94pt), (126.08pt, 67.20pt)) line((126.08pt, 67.20pt), (125.19pt, 67.47pt)) line((125.19pt, 67.47pt), (124.30pt, 67.73pt)) line((124.30pt, 67.73pt), (123.43pt, 68.00pt)) line((123.43pt, 68.00pt), (122.58pt, 68.27pt)) line((122.58pt, 68.27pt), (121.74pt, 68.53pt)) line((121.74pt, 68.53pt), (120.91pt, 68.80pt)) line((120.91pt, 68.80pt), (120.09pt, 69.06pt)) line((120.09pt, 69.06pt), (119.29pt, 69.33pt)) line((119.29pt, 69.33pt), (118.50pt, 69.59pt)) line((118.50pt, 69.59pt), (117.73pt, 69.86pt)) line((117.73pt, 69.86pt), (116.96pt, 70.12pt)) line((116.96pt, 70.12pt), (116.22pt, 70.39pt)) line((116.22pt, 70.39pt), (115.48pt, 70.66pt)) line((115.48pt, 70.66pt), (114.76pt, 70.92pt)) line((114.76pt, 70.92pt), (114.05pt, 71.19pt)) line((114.05pt, 71.19pt), (113.36pt, 71.45pt)) line((113.36pt, 71.45pt), (112.68pt, 71.72pt)) line((112.68pt, 71.72pt), (112.01pt, 71.98pt)) line((112.01pt, 71.98pt), (111.36pt, 72.25pt)) line((111.36pt, 72.25pt), (110.72pt, 72.52pt)) line((110.72pt, 72.52pt), (110.09pt, 72.78pt)) line((110.09pt, 72.78pt), (109.48pt, 73.05pt)) line((109.48pt, 73.05pt), (108.88pt, 73.31pt)) line((108.88pt, 73.31pt), (108.29pt, 73.58pt)) line((108.29pt, 73.58pt), (107.72pt, 73.84pt)) line((107.72pt, 73.84pt), (107.16pt, 74.11pt)) line((107.16pt, 74.11pt), (106.61pt, 74.38pt)) line((106.61pt, 74.38pt), (106.08pt, 74.64pt)) line((106.08pt, 74.64pt), (105.56pt, 74.91pt)) line((105.56pt, 74.91pt), (105.06pt, 75.17pt)) line((105.06pt, 75.17pt), (104.57pt, 75.44pt)) line((104.57pt, 75.44pt), (104.09pt, 75.70pt)) line((104.09pt, 75.70pt), (103.62pt, 75.97pt)) line((103.62pt, 75.97pt), (103.17pt, 76.23pt)) line((103.17pt, 76.23pt), (102.73pt, 76.50pt)) line((102.73pt, 76.50pt), (102.31pt, 76.77pt)) line((102.31pt, 76.77pt), (101.90pt, 77.03pt)) line((101.90pt, 77.03pt), (101.50pt, 77.30pt)) line((101.50pt, 77.30pt), (101.12pt, 77.56pt)) line((101.12pt, 77.56pt), (100.75pt, 77.83pt)) line((100.75pt, 77.83pt), (100.39pt, 78.09pt)) line((100.39pt, 78.09pt), (100.04pt, 78.36pt)) line((100.04pt, 78.36pt), (99.71pt, 78.62pt)) line((99.71pt, 78.62pt), (99.40pt, 78.89pt)) line((99.40pt, 78.89pt), (99.09pt, 79.16pt)) line((99.09pt, 79.16pt), (98.80pt, 79.42pt)) line((98.80pt, 79.42pt), (98.53pt, 79.69pt)) line((98.53pt, 79.69pt), (98.27pt, 79.95pt)) line((98.27pt, 79.95pt), (98.02pt, 80.22pt)) line((98.02pt, 80.22pt), (97.78pt, 80.48pt)) line((97.78pt, 80.48pt), (97.56pt, 80.75pt)) line((97.56pt, 80.75pt), (97.35pt, 81.02pt)) line((97.35pt, 81.02pt), (97.15pt, 81.28pt)) line((97.15pt, 81.28pt), (96.97pt, 81.55pt)) line((96.97pt, 81.55pt), (96.80pt, 81.81pt)) line((96.80pt, 81.81pt), (96.65pt, 82.08pt)) line((96.65pt, 82.08pt), (96.51pt, 82.34pt)) line((96.51pt, 82.34pt), (96.38pt, 82.61pt)) line((96.38pt, 82.61pt), (96.26pt, 82.87pt)) line((96.26pt, 82.87pt), (96.16pt, 83.14pt)) line((96.16pt, 83.14pt), (96.08pt, 83.41pt)) line((96.08pt, 83.41pt), (96.00pt, 83.67pt)) line((96.00pt, 83.67pt), (95.94pt, 83.94pt)) line((95.94pt, 83.94pt), (95.89pt, 84.20pt)) line((95.89pt, 84.20pt), (95.86pt, 84.47pt)) line((95.86pt, 84.47pt), (95.84pt, 84.73pt)) line((95.84pt, 84.73pt), (95.83pt, 85.00pt)) line((95.83pt, 85.00pt), (95.84pt, 85.27pt)) line((95.84pt, 85.27pt), (95.86pt, 85.53pt)) line((95.86pt, 85.53pt), (95.89pt, 85.80pt)) line((95.89pt, 85.80pt), (95.94pt, 86.06pt)) line((95.94pt, 86.06pt), (96.00pt, 86.33pt)) line((96.00pt, 86.33pt), (96.08pt, 86.59pt)) line((96.08pt, 86.59pt), (96.16pt, 86.86pt)) line((96.16pt, 86.86pt), (96.26pt, 87.12pt)) line((96.26pt, 87.12pt), (96.38pt, 87.39pt)) line((96.38pt, 87.39pt), (96.51pt, 87.66pt)) line((96.51pt, 87.66pt), (96.65pt, 87.92pt)) line((96.65pt, 87.92pt), (96.80pt, 88.19pt)) line((96.80pt, 88.19pt), (96.97pt, 88.45pt)) line((96.97pt, 88.45pt), (97.15pt, 88.72pt)) line((97.15pt, 88.72pt), (97.35pt, 88.98pt)) line((97.35pt, 88.98pt), (97.56pt, 89.25pt)) line((97.56pt, 89.25pt), (97.78pt, 89.52pt)) line((97.78pt, 89.52pt), (98.02pt, 89.78pt)) line((98.02pt, 89.78pt), (98.27pt, 90.05pt)) line((98.27pt, 90.05pt), (98.53pt, 90.31pt)) line((98.53pt, 90.31pt), (98.80pt, 90.58pt)) line((98.80pt, 90.58pt), (99.09pt, 90.84pt)) line((99.09pt, 90.84pt), (99.40pt, 91.11pt)) line((99.40pt, 91.11pt), (99.71pt, 91.38pt)) line((99.71pt, 91.38pt), (100.04pt, 91.64pt)) line((100.04pt, 91.64pt), (100.39pt, 91.91pt)) line((100.39pt, 91.91pt), (100.75pt, 92.17pt)) line((100.75pt, 92.17pt), (101.12pt, 92.44pt)) line((101.12pt, 92.44pt), (101.50pt, 92.70pt)) line((101.50pt, 92.70pt), (101.90pt, 92.97pt)) line((101.90pt, 92.97pt), (102.31pt, 93.23pt)) line((102.31pt, 93.23pt), (102.73pt, 93.50pt)) line((102.73pt, 93.50pt), (103.17pt, 93.77pt)) line((103.17pt, 93.77pt), (103.62pt, 94.03pt)) line((103.62pt, 94.03pt), (104.09pt, 94.30pt)) line((104.09pt, 94.30pt), (104.57pt, 94.56pt)) line((104.57pt, 94.56pt), (105.06pt, 94.83pt)) line((105.06pt, 94.83pt), (105.56pt, 95.09pt)) line((105.56pt, 95.09pt), (106.08pt, 95.36pt)) line((106.08pt, 95.36pt), (106.61pt, 95.62pt)) line((106.61pt, 95.62pt), (107.16pt, 95.89pt)) line((107.16pt, 95.89pt), (107.72pt, 96.16pt)) line((107.72pt, 96.16pt), (108.29pt, 96.42pt)) line((108.29pt, 96.42pt), (108.88pt, 96.69pt)) line((108.88pt, 96.69pt), (109.48pt, 96.95pt)) line((109.48pt, 96.95pt), (110.09pt, 97.22pt)) line((110.09pt, 97.22pt), (110.72pt, 97.48pt)) line((110.72pt, 97.48pt), (111.36pt, 97.75pt)) line((111.36pt, 97.75pt), (112.01pt, 98.02pt)) line((112.01pt, 98.02pt), (112.68pt, 98.28pt)) line((112.68pt, 98.28pt), (113.36pt, 98.55pt)) line((113.36pt, 98.55pt), (114.05pt, 98.81pt)) line((114.05pt, 98.81pt), (114.76pt, 99.08pt)) line((114.76pt, 99.08pt), (115.48pt, 99.34pt)) line((115.48pt, 99.34pt), (116.22pt, 99.61pt)) line((116.22pt, 99.61pt), (116.96pt, 99.88pt)) line((116.96pt, 99.88pt), (117.73pt, 100.14pt)) line((117.73pt, 100.14pt), (118.50pt, 100.41pt)) line((118.50pt, 100.41pt), (119.29pt, 100.67pt)) line((119.29pt, 100.67pt), (120.09pt, 100.94pt)) line((120.09pt, 100.94pt), (120.91pt, 101.20pt)) line((120.91pt, 101.20pt), (121.74pt, 101.47pt)) line((121.74pt, 101.47pt), (122.58pt, 101.73pt)) line((122.58pt, 101.73pt), (123.43pt, 102.00pt)) line((123.43pt, 102.00pt), (124.30pt, 102.27pt)) line((124.30pt, 102.27pt), (125.19pt, 102.53pt)) line((125.19pt, 102.53pt), (126.08pt, 102.80pt)) line((126.08pt, 102.80pt), (126.99pt, 103.06pt)) line((126.99pt, 103.06pt), (127.91pt, 103.33pt)) line((127.91pt, 103.33pt), (128.85pt, 103.59pt)) line((128.85pt, 103.59pt), (129.80pt, 103.86pt)) line((129.80pt, 103.86pt), (130.76pt, 104.12pt)) line((130.76pt, 104.12pt), (131.74pt, 104.39pt)) line((131.74pt, 104.39pt), (132.73pt, 104.66pt)) line((132.73pt, 104.66pt), (133.74pt, 104.92pt)) line((133.74pt, 104.92pt), (134.75pt, 105.19pt)) line((134.75pt, 105.19pt), (135.78pt, 105.45pt)) line((135.78pt, 105.45pt), (136.83pt, 105.72pt)) line((136.83pt, 105.72pt), (137.89pt, 105.98pt)) line((137.89pt, 105.98pt), (138.96pt, 106.25pt)) line((138.96pt, 106.25pt), (140.04pt, 106.52pt)) line((140.04pt, 106.52pt), (141.14pt, 106.78pt)) line((141.14pt, 106.78pt), (142.25pt, 107.05pt)) line((142.25pt, 107.05pt), (143.38pt, 107.31pt)) line((143.38pt, 107.31pt), (144.52pt, 107.58pt)) line((144.52pt, 107.58pt), (145.67pt, 107.84pt)) line((145.67pt, 107.84pt), (146.84pt, 108.11pt)) line((146.84pt, 108.11pt), (148.01pt, 108.38pt)) line((148.01pt, 108.38pt), (149.21pt, 108.64pt)) line((149.21pt, 108.64pt), (150.41pt, 108.91pt)) line((150.41pt, 108.91pt), (151.63pt, 109.17pt)) line((151.63pt, 109.17pt), (152.87pt, 109.44pt)) line((152.87pt, 109.44pt), (154.11pt, 109.70pt)) line((154.11pt, 109.70pt), (155.37pt, 109.97pt)) line((155.37pt, 109.97pt), (156.65pt, 110.23pt)) line((156.65pt, 110.23pt), (157.93pt, 110.50pt)) line((157.93pt, 110.50pt), (159.23pt, 110.77pt)) line((159.23pt, 110.77pt), (160.55pt, 111.03pt)) line((160.55pt, 111.03pt), (161.88pt, 111.30pt)) line((161.88pt, 111.30pt), (163.22pt, 111.56pt)) line((163.22pt, 111.56pt), (164.57pt, 111.83pt)) line((164.57pt, 111.83pt), (165.94pt, 112.09pt)) line((165.94pt, 112.09pt), (167.32pt, 112.36pt)) line((167.32pt, 112.36pt), (168.71pt, 112.62pt)) line((168.71pt, 112.62pt), (170.12pt, 112.89pt)) line((170.12pt, 112.89pt), (171.54pt, 113.16pt)) line((171.54pt, 113.16pt), (172.98pt, 113.42pt)) line((172.98pt, 113.42pt), (174.43pt, 113.69pt)) line((174.43pt, 113.69pt), (175.89pt, 113.95pt)) line((175.89pt, 113.95pt), (177.37pt, 114.22pt)) line((177.37pt, 114.22pt), (178.86pt, 114.48pt)) line((178.86pt, 114.48pt), (180.36pt, 114.75pt)) line((180.36pt, 114.75pt), (181.87pt, 115.02pt)) line((181.87pt, 115.02pt), (183.40pt, 115.28pt)) line((183.40pt, 115.28pt), (184.95pt, 115.55pt)) line((184.95pt, 115.55pt), (186.50pt, 115.81pt)) line((186.50pt, 115.81pt), (188.07pt, 116.08pt)) line((188.07pt, 116.08pt), (189.66pt, 116.34pt)) line((189.66pt, 116.34pt), (191.25pt, 116.61pt)) line((191.25pt, 116.61pt), (192.86pt, 116.88pt)) line((192.86pt, 116.88pt), (194.49pt, 117.14pt)) line((194.49pt, 117.14pt), (196.13pt, 117.41pt)) line((196.13pt, 117.41pt), (197.78pt, 117.67pt)) line((197.78pt, 117.67pt), (199.44pt, 117.94pt)) line((199.44pt, 117.94pt), (201.12pt, 118.20pt)) line((201.12pt, 118.20pt), (202.81pt, 118.47pt)) line((202.81pt, 118.47pt), (204.52pt, 118.73pt)) line((204.52pt, 118.73pt), (206.23pt, 119.00pt)) line((206.23pt, 119.00pt), (207.97pt, 119.27pt)) line((207.97pt, 119.27pt), (209.71pt, 119.53pt)) line((209.71pt, 119.53pt), (211.47pt, 119.80pt)) line((211.47pt, 119.80pt), (213.24pt, 120.06pt)) line((213.24pt, 120.06pt), (215.03pt, 120.33pt)) line((215.03pt, 120.33pt), (216.83pt, 120.59pt)) line((216.83pt, 120.59pt), (218.64pt, 120.86pt)) line((218.64pt, 120.86pt), (220.46pt, 121.12pt)) line((220.46pt, 121.12pt), (222.30pt, 121.39pt)) line((222.30pt, 121.39pt), (224.16pt, 121.66pt)) line((224.16pt, 121.66pt), (226.02pt, 121.92pt)) line((226.02pt, 121.92pt), (227.90pt, 122.19pt)) line((227.90pt, 122.19pt), (229.80pt, 122.45pt)) line((229.80pt, 122.45pt), (230.00pt, 122.48pt)) }) circle((172.50pt, 113.33pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 99.17pt), radius: 3.0pt, fill: black, stroke: none) circle((95.83pt, 85.00pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) circle((172.50pt, 56.67pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 75.50pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((105.50pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((105.50pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "A parabola is plotted on an x y coordinate plane. The x and y axes range from negative 6 to 6, in increments of 1. The parabola opens to the right and it passes through the points, (3, 2), (0, 1), (negative 1, 0), (0, negative 1), and (3, negative 2). Note: all values are approximate.", caption: none, ) #solutionbox[ does not represent a function since the vertical dashed lines shown on the graph below intersect the solid line at two points. #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#D62128"), thickness: 0.9pt), fill: none, { line((230.00pt, 47.52pt), (229.80pt, 47.55pt)) line((229.80pt, 47.55pt), (227.90pt, 47.81pt)) line((227.90pt, 47.81pt), (226.02pt, 48.08pt)) line((226.02pt, 48.08pt), (224.16pt, 48.34pt)) line((224.16pt, 48.34pt), (222.30pt, 48.61pt)) line((222.30pt, 48.61pt), (220.46pt, 48.87pt)) line((220.46pt, 48.87pt), (218.64pt, 49.14pt)) line((218.64pt, 49.14pt), (216.83pt, 49.41pt)) line((216.83pt, 49.41pt), (215.03pt, 49.67pt)) line((215.03pt, 49.67pt), (213.24pt, 49.94pt)) line((213.24pt, 49.94pt), (211.47pt, 50.20pt)) line((211.47pt, 50.20pt), (209.71pt, 50.47pt)) line((209.71pt, 50.47pt), (207.97pt, 50.73pt)) line((207.97pt, 50.73pt), (206.23pt, 51.00pt)) line((206.23pt, 51.00pt), (204.52pt, 51.27pt)) line((204.52pt, 51.27pt), (202.81pt, 51.53pt)) line((202.81pt, 51.53pt), (201.12pt, 51.80pt)) line((201.12pt, 51.80pt), (199.44pt, 52.06pt)) line((199.44pt, 52.06pt), (197.78pt, 52.33pt)) line((197.78pt, 52.33pt), (196.13pt, 52.59pt)) line((196.13pt, 52.59pt), (194.49pt, 52.86pt)) line((194.49pt, 52.86pt), (192.86pt, 53.12pt)) line((192.86pt, 53.12pt), (191.25pt, 53.39pt)) line((191.25pt, 53.39pt), (189.66pt, 53.66pt)) line((189.66pt, 53.66pt), (188.07pt, 53.92pt)) line((188.07pt, 53.92pt), (186.50pt, 54.19pt)) line((186.50pt, 54.19pt), (184.95pt, 54.45pt)) line((184.95pt, 54.45pt), (183.40pt, 54.72pt)) line((183.40pt, 54.72pt), (181.87pt, 54.98pt)) line((181.87pt, 54.98pt), (180.36pt, 55.25pt)) line((180.36pt, 55.25pt), (178.86pt, 55.52pt)) line((178.86pt, 55.52pt), (177.37pt, 55.78pt)) line((177.37pt, 55.78pt), (175.89pt, 56.05pt)) line((175.89pt, 56.05pt), (174.43pt, 56.31pt)) line((174.43pt, 56.31pt), (172.98pt, 56.58pt)) line((172.98pt, 56.58pt), (171.54pt, 56.84pt)) line((171.54pt, 56.84pt), (170.12pt, 57.11pt)) line((170.12pt, 57.11pt), (168.71pt, 57.37pt)) line((168.71pt, 57.37pt), (167.32pt, 57.64pt)) line((167.32pt, 57.64pt), (165.94pt, 57.91pt)) line((165.94pt, 57.91pt), (164.57pt, 58.17pt)) line((164.57pt, 58.17pt), (163.22pt, 58.44pt)) line((163.22pt, 58.44pt), (161.88pt, 58.70pt)) line((161.88pt, 58.70pt), (160.55pt, 58.97pt)) line((160.55pt, 58.97pt), (159.23pt, 59.23pt)) line((159.23pt, 59.23pt), (157.93pt, 59.50pt)) line((157.93pt, 59.50pt), (156.65pt, 59.77pt)) line((156.65pt, 59.77pt), (155.37pt, 60.03pt)) line((155.37pt, 60.03pt), (154.11pt, 60.30pt)) line((154.11pt, 60.30pt), (152.87pt, 60.56pt)) line((152.87pt, 60.56pt), (151.63pt, 60.83pt)) line((151.63pt, 60.83pt), (150.41pt, 61.09pt)) line((150.41pt, 61.09pt), (149.21pt, 61.36pt)) line((149.21pt, 61.36pt), (148.01pt, 61.62pt)) line((148.01pt, 61.62pt), (146.84pt, 61.89pt)) line((146.84pt, 61.89pt), (145.67pt, 62.16pt)) line((145.67pt, 62.16pt), (144.52pt, 62.42pt)) line((144.52pt, 62.42pt), (143.38pt, 62.69pt)) line((143.38pt, 62.69pt), (142.25pt, 62.95pt)) line((142.25pt, 62.95pt), (141.14pt, 63.22pt)) line((141.14pt, 63.22pt), (140.04pt, 63.48pt)) line((140.04pt, 63.48pt), (138.96pt, 63.75pt)) line((138.96pt, 63.75pt), (137.89pt, 64.02pt)) line((137.89pt, 64.02pt), (136.83pt, 64.28pt)) line((136.83pt, 64.28pt), (135.78pt, 64.55pt)) line((135.78pt, 64.55pt), (134.75pt, 64.81pt)) line((134.75pt, 64.81pt), (133.74pt, 65.08pt)) line((133.74pt, 65.08pt), (132.73pt, 65.34pt)) line((132.73pt, 65.34pt), (131.74pt, 65.61pt)) line((131.74pt, 65.61pt), (130.76pt, 65.88pt)) line((130.76pt, 65.88pt), (129.80pt, 66.14pt)) line((129.80pt, 66.14pt), (128.85pt, 66.41pt)) line((128.85pt, 66.41pt), (127.91pt, 66.67pt)) line((127.91pt, 66.67pt), (126.99pt, 66.94pt)) line((126.99pt, 66.94pt), (126.08pt, 67.20pt)) line((126.08pt, 67.20pt), (125.19pt, 67.47pt)) line((125.19pt, 67.47pt), (124.30pt, 67.73pt)) line((124.30pt, 67.73pt), (123.43pt, 68.00pt)) line((123.43pt, 68.00pt), (122.58pt, 68.27pt)) line((122.58pt, 68.27pt), (121.74pt, 68.53pt)) line((121.74pt, 68.53pt), (120.91pt, 68.80pt)) line((120.91pt, 68.80pt), (120.09pt, 69.06pt)) line((120.09pt, 69.06pt), (119.29pt, 69.33pt)) line((119.29pt, 69.33pt), (118.50pt, 69.59pt)) line((118.50pt, 69.59pt), (117.73pt, 69.86pt)) line((117.73pt, 69.86pt), (116.96pt, 70.12pt)) line((116.96pt, 70.12pt), (116.22pt, 70.39pt)) line((116.22pt, 70.39pt), (115.48pt, 70.66pt)) line((115.48pt, 70.66pt), (114.76pt, 70.92pt)) line((114.76pt, 70.92pt), (114.05pt, 71.19pt)) line((114.05pt, 71.19pt), (113.36pt, 71.45pt)) line((113.36pt, 71.45pt), (112.68pt, 71.72pt)) line((112.68pt, 71.72pt), (112.01pt, 71.98pt)) line((112.01pt, 71.98pt), (111.36pt, 72.25pt)) line((111.36pt, 72.25pt), (110.72pt, 72.52pt)) line((110.72pt, 72.52pt), (110.09pt, 72.78pt)) line((110.09pt, 72.78pt), (109.48pt, 73.05pt)) line((109.48pt, 73.05pt), (108.88pt, 73.31pt)) line((108.88pt, 73.31pt), (108.29pt, 73.58pt)) line((108.29pt, 73.58pt), (107.72pt, 73.84pt)) line((107.72pt, 73.84pt), (107.16pt, 74.11pt)) line((107.16pt, 74.11pt), (106.61pt, 74.38pt)) line((106.61pt, 74.38pt), (106.08pt, 74.64pt)) line((106.08pt, 74.64pt), (105.56pt, 74.91pt)) line((105.56pt, 74.91pt), (105.06pt, 75.17pt)) line((105.06pt, 75.17pt), (104.57pt, 75.44pt)) line((104.57pt, 75.44pt), (104.09pt, 75.70pt)) line((104.09pt, 75.70pt), (103.62pt, 75.97pt)) line((103.62pt, 75.97pt), (103.17pt, 76.23pt)) line((103.17pt, 76.23pt), (102.73pt, 76.50pt)) line((102.73pt, 76.50pt), (102.31pt, 76.77pt)) line((102.31pt, 76.77pt), (101.90pt, 77.03pt)) line((101.90pt, 77.03pt), (101.50pt, 77.30pt)) line((101.50pt, 77.30pt), (101.12pt, 77.56pt)) line((101.12pt, 77.56pt), (100.75pt, 77.83pt)) line((100.75pt, 77.83pt), (100.39pt, 78.09pt)) line((100.39pt, 78.09pt), (100.04pt, 78.36pt)) line((100.04pt, 78.36pt), (99.71pt, 78.62pt)) line((99.71pt, 78.62pt), (99.40pt, 78.89pt)) line((99.40pt, 78.89pt), (99.09pt, 79.16pt)) line((99.09pt, 79.16pt), (98.80pt, 79.42pt)) line((98.80pt, 79.42pt), (98.53pt, 79.69pt)) line((98.53pt, 79.69pt), (98.27pt, 79.95pt)) line((98.27pt, 79.95pt), (98.02pt, 80.22pt)) line((98.02pt, 80.22pt), (97.78pt, 80.48pt)) line((97.78pt, 80.48pt), (97.56pt, 80.75pt)) line((97.56pt, 80.75pt), (97.35pt, 81.02pt)) line((97.35pt, 81.02pt), (97.15pt, 81.28pt)) line((97.15pt, 81.28pt), (96.97pt, 81.55pt)) line((96.97pt, 81.55pt), (96.80pt, 81.81pt)) line((96.80pt, 81.81pt), (96.65pt, 82.08pt)) line((96.65pt, 82.08pt), (96.51pt, 82.34pt)) line((96.51pt, 82.34pt), (96.38pt, 82.61pt)) line((96.38pt, 82.61pt), (96.26pt, 82.87pt)) line((96.26pt, 82.87pt), (96.16pt, 83.14pt)) line((96.16pt, 83.14pt), (96.08pt, 83.41pt)) line((96.08pt, 83.41pt), (96.00pt, 83.67pt)) line((96.00pt, 83.67pt), (95.94pt, 83.94pt)) line((95.94pt, 83.94pt), (95.89pt, 84.20pt)) line((95.89pt, 84.20pt), (95.86pt, 84.47pt)) line((95.86pt, 84.47pt), (95.84pt, 84.73pt)) line((95.84pt, 84.73pt), (95.83pt, 85.00pt)) line((95.83pt, 85.00pt), (95.84pt, 85.27pt)) line((95.84pt, 85.27pt), (95.86pt, 85.53pt)) line((95.86pt, 85.53pt), (95.89pt, 85.80pt)) line((95.89pt, 85.80pt), (95.94pt, 86.06pt)) line((95.94pt, 86.06pt), (96.00pt, 86.33pt)) line((96.00pt, 86.33pt), (96.08pt, 86.59pt)) line((96.08pt, 86.59pt), (96.16pt, 86.86pt)) line((96.16pt, 86.86pt), (96.26pt, 87.12pt)) line((96.26pt, 87.12pt), (96.38pt, 87.39pt)) line((96.38pt, 87.39pt), (96.51pt, 87.66pt)) line((96.51pt, 87.66pt), (96.65pt, 87.92pt)) line((96.65pt, 87.92pt), (96.80pt, 88.19pt)) line((96.80pt, 88.19pt), (96.97pt, 88.45pt)) line((96.97pt, 88.45pt), (97.15pt, 88.72pt)) line((97.15pt, 88.72pt), (97.35pt, 88.98pt)) line((97.35pt, 88.98pt), (97.56pt, 89.25pt)) line((97.56pt, 89.25pt), (97.78pt, 89.52pt)) line((97.78pt, 89.52pt), (98.02pt, 89.78pt)) line((98.02pt, 89.78pt), (98.27pt, 90.05pt)) line((98.27pt, 90.05pt), (98.53pt, 90.31pt)) line((98.53pt, 90.31pt), (98.80pt, 90.58pt)) line((98.80pt, 90.58pt), (99.09pt, 90.84pt)) line((99.09pt, 90.84pt), (99.40pt, 91.11pt)) line((99.40pt, 91.11pt), (99.71pt, 91.38pt)) line((99.71pt, 91.38pt), (100.04pt, 91.64pt)) line((100.04pt, 91.64pt), (100.39pt, 91.91pt)) line((100.39pt, 91.91pt), (100.75pt, 92.17pt)) line((100.75pt, 92.17pt), (101.12pt, 92.44pt)) line((101.12pt, 92.44pt), (101.50pt, 92.70pt)) line((101.50pt, 92.70pt), (101.90pt, 92.97pt)) line((101.90pt, 92.97pt), (102.31pt, 93.23pt)) line((102.31pt, 93.23pt), (102.73pt, 93.50pt)) line((102.73pt, 93.50pt), (103.17pt, 93.77pt)) line((103.17pt, 93.77pt), (103.62pt, 94.03pt)) line((103.62pt, 94.03pt), (104.09pt, 94.30pt)) line((104.09pt, 94.30pt), (104.57pt, 94.56pt)) line((104.57pt, 94.56pt), (105.06pt, 94.83pt)) line((105.06pt, 94.83pt), (105.56pt, 95.09pt)) line((105.56pt, 95.09pt), (106.08pt, 95.36pt)) line((106.08pt, 95.36pt), (106.61pt, 95.62pt)) line((106.61pt, 95.62pt), (107.16pt, 95.89pt)) line((107.16pt, 95.89pt), (107.72pt, 96.16pt)) line((107.72pt, 96.16pt), (108.29pt, 96.42pt)) line((108.29pt, 96.42pt), (108.88pt, 96.69pt)) line((108.88pt, 96.69pt), (109.48pt, 96.95pt)) line((109.48pt, 96.95pt), (110.09pt, 97.22pt)) line((110.09pt, 97.22pt), (110.72pt, 97.48pt)) line((110.72pt, 97.48pt), (111.36pt, 97.75pt)) line((111.36pt, 97.75pt), (112.01pt, 98.02pt)) line((112.01pt, 98.02pt), (112.68pt, 98.28pt)) line((112.68pt, 98.28pt), (113.36pt, 98.55pt)) line((113.36pt, 98.55pt), (114.05pt, 98.81pt)) line((114.05pt, 98.81pt), (114.76pt, 99.08pt)) line((114.76pt, 99.08pt), (115.48pt, 99.34pt)) line((115.48pt, 99.34pt), (116.22pt, 99.61pt)) line((116.22pt, 99.61pt), (116.96pt, 99.88pt)) line((116.96pt, 99.88pt), (117.73pt, 100.14pt)) line((117.73pt, 100.14pt), (118.50pt, 100.41pt)) line((118.50pt, 100.41pt), (119.29pt, 100.67pt)) line((119.29pt, 100.67pt), (120.09pt, 100.94pt)) line((120.09pt, 100.94pt), (120.91pt, 101.20pt)) line((120.91pt, 101.20pt), (121.74pt, 101.47pt)) line((121.74pt, 101.47pt), (122.58pt, 101.73pt)) line((122.58pt, 101.73pt), (123.43pt, 102.00pt)) line((123.43pt, 102.00pt), (124.30pt, 102.27pt)) line((124.30pt, 102.27pt), (125.19pt, 102.53pt)) line((125.19pt, 102.53pt), (126.08pt, 102.80pt)) line((126.08pt, 102.80pt), (126.99pt, 103.06pt)) line((126.99pt, 103.06pt), (127.91pt, 103.33pt)) line((127.91pt, 103.33pt), (128.85pt, 103.59pt)) line((128.85pt, 103.59pt), (129.80pt, 103.86pt)) line((129.80pt, 103.86pt), (130.76pt, 104.12pt)) line((130.76pt, 104.12pt), (131.74pt, 104.39pt)) line((131.74pt, 104.39pt), (132.73pt, 104.66pt)) line((132.73pt, 104.66pt), (133.74pt, 104.92pt)) line((133.74pt, 104.92pt), (134.75pt, 105.19pt)) line((134.75pt, 105.19pt), (135.78pt, 105.45pt)) line((135.78pt, 105.45pt), (136.83pt, 105.72pt)) line((136.83pt, 105.72pt), (137.89pt, 105.98pt)) line((137.89pt, 105.98pt), (138.96pt, 106.25pt)) line((138.96pt, 106.25pt), (140.04pt, 106.52pt)) line((140.04pt, 106.52pt), (141.14pt, 106.78pt)) line((141.14pt, 106.78pt), (142.25pt, 107.05pt)) line((142.25pt, 107.05pt), (143.38pt, 107.31pt)) line((143.38pt, 107.31pt), (144.52pt, 107.58pt)) line((144.52pt, 107.58pt), (145.67pt, 107.84pt)) line((145.67pt, 107.84pt), (146.84pt, 108.11pt)) line((146.84pt, 108.11pt), (148.01pt, 108.38pt)) line((148.01pt, 108.38pt), (149.21pt, 108.64pt)) line((149.21pt, 108.64pt), (150.41pt, 108.91pt)) line((150.41pt, 108.91pt), (151.63pt, 109.17pt)) line((151.63pt, 109.17pt), (152.87pt, 109.44pt)) line((152.87pt, 109.44pt), (154.11pt, 109.70pt)) line((154.11pt, 109.70pt), (155.37pt, 109.97pt)) line((155.37pt, 109.97pt), (156.65pt, 110.23pt)) line((156.65pt, 110.23pt), (157.93pt, 110.50pt)) line((157.93pt, 110.50pt), (159.23pt, 110.77pt)) line((159.23pt, 110.77pt), (160.55pt, 111.03pt)) line((160.55pt, 111.03pt), (161.88pt, 111.30pt)) line((161.88pt, 111.30pt), (163.22pt, 111.56pt)) line((163.22pt, 111.56pt), (164.57pt, 111.83pt)) line((164.57pt, 111.83pt), (165.94pt, 112.09pt)) line((165.94pt, 112.09pt), (167.32pt, 112.36pt)) line((167.32pt, 112.36pt), (168.71pt, 112.62pt)) line((168.71pt, 112.62pt), (170.12pt, 112.89pt)) line((170.12pt, 112.89pt), (171.54pt, 113.16pt)) line((171.54pt, 113.16pt), (172.98pt, 113.42pt)) line((172.98pt, 113.42pt), (174.43pt, 113.69pt)) line((174.43pt, 113.69pt), (175.89pt, 113.95pt)) line((175.89pt, 113.95pt), (177.37pt, 114.22pt)) line((177.37pt, 114.22pt), (178.86pt, 114.48pt)) line((178.86pt, 114.48pt), (180.36pt, 114.75pt)) line((180.36pt, 114.75pt), (181.87pt, 115.02pt)) line((181.87pt, 115.02pt), (183.40pt, 115.28pt)) line((183.40pt, 115.28pt), (184.95pt, 115.55pt)) line((184.95pt, 115.55pt), (186.50pt, 115.81pt)) line((186.50pt, 115.81pt), (188.07pt, 116.08pt)) line((188.07pt, 116.08pt), (189.66pt, 116.34pt)) line((189.66pt, 116.34pt), (191.25pt, 116.61pt)) line((191.25pt, 116.61pt), (192.86pt, 116.88pt)) line((192.86pt, 116.88pt), (194.49pt, 117.14pt)) line((194.49pt, 117.14pt), (196.13pt, 117.41pt)) line((196.13pt, 117.41pt), (197.78pt, 117.67pt)) line((197.78pt, 117.67pt), (199.44pt, 117.94pt)) line((199.44pt, 117.94pt), (201.12pt, 118.20pt)) line((201.12pt, 118.20pt), (202.81pt, 118.47pt)) line((202.81pt, 118.47pt), (204.52pt, 118.73pt)) line((204.52pt, 118.73pt), (206.23pt, 119.00pt)) line((206.23pt, 119.00pt), (207.97pt, 119.27pt)) line((207.97pt, 119.27pt), (209.71pt, 119.53pt)) line((209.71pt, 119.53pt), (211.47pt, 119.80pt)) line((211.47pt, 119.80pt), (213.24pt, 120.06pt)) line((213.24pt, 120.06pt), (215.03pt, 120.33pt)) line((215.03pt, 120.33pt), (216.83pt, 120.59pt)) line((216.83pt, 120.59pt), (218.64pt, 120.86pt)) line((218.64pt, 120.86pt), (220.46pt, 121.12pt)) line((220.46pt, 121.12pt), (222.30pt, 121.39pt)) line((222.30pt, 121.39pt), (224.16pt, 121.66pt)) line((224.16pt, 121.66pt), (226.02pt, 121.92pt)) line((226.02pt, 121.92pt), (227.90pt, 122.19pt)) line((227.90pt, 122.19pt), (229.80pt, 122.45pt)) line((229.80pt, 122.45pt), (230.00pt, 122.48pt)) }) line((76.67pt, 155.83pt), (76.67pt, 14.17pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((95.83pt, 155.83pt), (95.83pt, 14.17pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((153.33pt, 155.83pt), (153.33pt, 14.17pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) circle((172.50pt, 113.33pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 99.17pt), radius: 3.0pt, fill: black, stroke: none) circle((95.83pt, 85.00pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) circle((172.50pt, 56.67pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 75.50pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((105.50pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((105.50pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "A parabola is plotted on an x y coordinate plane. The x and y axes range from negative 6 to 6, in increments of 1. The parabola opens to the right and it passes through the points, (3, 2), (0, 1), (negative 1, 0), (0, negative 1), and (3, negative 2). Three vertical dashed lines are present. The first line lies between the points, (negative 2, 5) and (negative 2, negative 5). The second line lies between the points, (negative 1, 5) and (negative 1, negative 5). The third line lies between the points, (2, 5) and (2, negative 5). Note: all values are approximate.", caption: none, ) ] ] === Determining the Domain and Range of a Function For the function #math.equation(block: false, alt: "y equals f open parenthesis x close parenthesis , x")[$y = f ( x ) , x$] is the independent variable as it can be any value in the domain, and #math.equation(block: false, alt: "y")[$y$] is the dependent variable since its value depends on #math.equation(block: false, alt: "x")[$x$]. For the function #math.equation(block: false, alt: "y equals f open parenthesis x close parenthesis")[$y = f ( x )$], the values of #math.equation(block: false, alt: "x")[$x$] make up the domain and the values of #math.equation(block: false, alt: "y")[$y$] make up the range. #examplebox("Example 8")[Finding the Domain and Range of Ordered Pairs][ For #math.equation(block: false, alt: "{ open parenthesis 1 , 1 close parenthesis , open parenthesis 2 , 4 close parenthesis , open parenthesis 3 , 9 close parenthesis , open parenthesis 4 , 16 close parenthesis , open parenthesis 5 , 25 close parenthesis }")[$\{ ( 1 , 1 ) , ( 2 , 4 ) , ( 3 , 9 ) , ( 4 , 16 ) , ( 5 , 25 ) \}$]: + Find the domain of the relation. + Find the range of the relation. #solutionbox[ + The domain is the set of all #math.equation(block: false, alt: "x")[$x$]-values of the relation: #math.equation(block: false, alt: "{ 1 , 2 , 3 , 4 , 5 }")[$\{ 1 , 2 , 3 , 4 , 5 \}$] + The range is the set of all #math.equation(block: false, alt: "y")[$y$]-values of the relation: #math.equation(block: false, alt: "{ 1 , 4 , 9 , 16 , 25 }")[$\{ 1 , 4 , 9 , 16 , 25 \}$] ] ] #examplebox("Example 9")[Finding the Domain and Range on a Graph][ Use to: + List the ordered pairs of the relation. + Find the domain of the relation. + Find the range of the relation. #figure( stdfig([#cetz.canvas({ import cetz.draw: * circle((57.50pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) circle((57.50pt, 141.67pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 127.50pt), radius: 3.0pt, fill: black, stroke: none) circle((134.17pt, 155.83pt), radius: 3.0pt, fill: black, stroke: none) circle((153.33pt, 56.67pt), radius: 3.0pt, fill: black, stroke: none) circle((191.67pt, 56.67pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((110.00pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((105.50pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "Six points are plotted on an x y coordinate plane. The x and y axes range from negative 6 to 6, in increments of 1. The points are plotted at the following coordinates: (negative 3, negative 1), (negative 3, 4), (0, 3), (1, 5), (2, negative 2), and (4, negative 2).", caption: none, ) #solutionbox[ + The ordered pairs of the relation are: #math.equation(block: false, alt: "{ open parenthesis 1 , 5 close parenthesis , open parenthesis minus 3 , minus 1 close parenthesis , open parenthesis 4 , minus 2 close parenthesis , open parenthesis 0 , 3 close parenthesis , open parenthesis 2 , minus 2 close parenthesis , open parenthesis minus 3 , 4 close parenthesis }")[$\{ ( 1 , 5 ) , ( − 3 , − 1 ) , ( 4 , − 2 ) , ( 0 , 3 ) , ( 2 , − 2 ) , ( − 3 , 4 ) \}$]. + The domain is the set of all #math.equation(block: false, alt: "x")[$x$]-values of the relation: #math.equation(block: false, alt: "{ minus 3 , 0 , 1 , 2 , 4 }")[$\{ − 3 , 0 , 1 , 2 , 4 \}$]. Notice that while #math.equation(block: false, alt: "minus 3")[$− 3$] repeats, it is only listed once. + The range is the set of all #math.equation(block: false, alt: "y")[$y$]-values of the relation: #math.equation(block: false, alt: "{ minus 2 , minus 1 , 3 , 4 , 5 } .")[$\{ − 2 , − 1 , 3 , 4 , 5 \} .$] Notice that while #math.equation(block: false, alt: "minus 2")[$− 2$] repeats, it is only listed once. ] ] #notebox("Video", rgb("#DC2626"), rgb("#DC2626"), rgb("#f7f8fa"))[ #link("https://openstax.org/r/Domain")[Domain and Range on Graphs] ] #notebox("Who Knew?", rgb("#183B6F"), rgb("#183B6F"), rgb("#EFF1F5"))[ #emph[Function and Function Notation] In 1673, Gottfried Leibniz, the German mathematician who co-invented calculus, seems to be the first person to use the word #emph[function] in a mathematical sense, although his use of it does not exactly fit with the modern use and definition. The person who is credited with the modern definition of function is Swiss mathematician Johann Bernoulli, who wrote about it in a letter to Leibniz in 1698. Supposedly, Leibniz wrote Bernoulli back, approving of this use of the word. In 1734, the use of the notation #math.equation(block: false, alt: "f open parenthesis x close parenthesis")[$f ( x )$] for a function was first used by Swiss mathematician Leonhard Euler (pronounced “Oiler”). Euler had a knack for inventing notation. He also introduced the notation #math.equation(block: false, alt: "e")[$e$] for the base of natural logs (1727), #math.equation(block: false, alt: "i")[$i$] for the square root of #math.equation(block: false, alt: "minus 1")[$− 1$] (1777), #math.equation(block: false, alt: "∑")[$∑$] for summation (1755), and many others. Euler also introduced many other ideas associated with functions. Euler defined exponential functions and defined logarithmic functions as their inverse; he also introduced the beta and gamma functions, and was the first person to consider the trigonometric identities (sine, cosine, etc.) as functions. ] === Key Terms - relation - domain - function - mapping - vertical line test === Key Concepts - A relation is any set of ordered pairs #math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]. All of the #math.equation(block: false, alt: "x")[$x$]-values of the set are the domain, and all of the #math.equation(block: false, alt: "y")[$y$]-values of the set are the range. - A relation is a function if each #math.equation(block: false, alt: "x")[$x$]-value in the domain is assigned to exactly one element in the range. A #math.equation(block: false, alt: "y")[$y$]-value in the range can have more than one #math.equation(block: false, alt: "x")[$x$]-value assigned to it; but each #math.equation(block: false, alt: "x")[$x$]-value can only be assigned to one #math.equation(block: false, alt: "y")[$y$]-value. - For the function #math.equation(block: false, alt: "y equals f open parenthesis x close parenthesis , f")[$y = f ( x ) , f$] is the name of the function, #math.equation(block: false, alt: "x")[$x$] is the domain value variable, and #math.equation(block: false, alt: "y equals f open parenthesis x close parenthesis")[$y = f ( x )$] is the range value variable. - The vertical line test is a test that can be done on the graph of a relation to determine if it is a function. === Videos - #link("https://openstax.org/r/Relationsp_and_Functions")[Relations and Functions] - #link("https://openstax.org/r/Domain")[Domain and Range on Graphs]