{"id":1503,"date":"2021-12-02T19:38:18","date_gmt":"2021-12-03T00:38:18","guid":{"rendered":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/11-1-function-notation\/"},"modified":"2023-08-31T19:30:32","modified_gmt":"2023-08-31T23:30:32","slug":"function-notation","status":"publish","type":"chapter","link":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/function-notation\/","title":{"raw":"11.1 Function Notation","rendered":"11.1 Function Notation"},"content":{"raw":"There is a special classification of mathematical relationships known as functions. So far, you will have unknowingly worked with many functions, where the defining characteristic is that functions have at most one output for any input. Properties of addition, subtraction, multiplication or division all bear the needed traits of being functions. For instance, 2\u00a0\u00d7 3 will always be 6. Formally, functions are defined in equations in terms of [latex]x[\/latex] and [latex]y[\/latex], where there will only be one [latex]y[\/latex] output for any single [latex]x[\/latex] input. An equation is not considered a function if more than one [latex]y[\/latex] variable can be found for any [latex]x[\/latex] variable.\r\n\r\nThis means that the definition of a function, in terms of equations in [latex]x[\/latex] and [latex]y[\/latex], is that, for any [latex]x[\/latex]-value, there is at most one [latex]y[\/latex]-value that corresponds with it.\r\n\r\nOne way to use this definition to see if an equation represents a function is to look at its graph. This is done by looking at any [latex]x[\/latex]-value to see if there exists more than one corresponding [latex]y[\/latex]-value. The name for this check is the vertical line test. The vertical line test is defined by trying to find if any vertical drawn line will intersect more than one [latex]y[\/latex]-value. If you can find any instance of this on the graph, then the equation drawn is not a function. For instance:\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nAre all the mathematical relationships shown below functions?\r\n\r\n<img class=\"aligncenter wp-image-1493 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1.jpg\" alt=\"6 images of graphs with varying lines\" width=\"610\" height=\"385\" \/>\r\n\r\nSolution: All of these are functions, since it is impossible to find any vertical line to cross more than one [latex]y[\/latex]-value.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nAre any of the mathematical relationships shown below functions?\r\n\r\n<img class=\"wp-image-1494 size-full aligncenter\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2.jpg\" alt=\"3 Graphs with circle, triangle and rectangle outlines\" width=\"799\" height=\"292\" \/>\r\n\r\nSolution: None of these are functions, since vertical lines can easily be drawn that will have 2 or more [latex]y[\/latex]-values for a single [latex]x[\/latex]-value.\r\n\r\n<img class=\"wp-image-1495 size-full aligncenter\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3.jpg\" alt=\"3 graphs with oval, triangle and rectangle outlined\" width=\"782\" height=\"305\" \/>\r\n\r\n<\/div>\r\n<\/div>\r\nDeciding if equations are functions requires more effort than using the vertical line test. The easiest method is to isolate the [latex]y[\/latex]-variable and see if it results in two potential [latex]x[\/latex]-values.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nIs the equation [latex]0 = 2x^2 - y - 7[\/latex] a function?\r\n\r\nFirst, you need to isolate the [latex]y[\/latex]-variable:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}\r\n0&amp;=&amp;2x^2&amp;-&amp;y&amp;-&amp;7 \\\\\r\n+y&amp;&amp;&amp;+&amp;y&amp;&amp; \\\\\r\n\\hline\r\ny&amp;=&amp;2x^2&amp;-&amp;7&amp;&amp;\r\n\\end{array}[\/latex]<\/p>\r\nThere is only one solution for [latex]y[\/latex] for any given value of [latex]x[\/latex]. Therefore, this equation is a function.\r\n\r\n<\/div>\r\n<\/div>\r\nThe next example shows an equation that is not a function, since there are two [latex]y[\/latex]-values for every given [latex]x[\/latex]-value.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nIs the equation [latex]0 = y^2 - 5x - 7[\/latex] a function?\r\n\r\nFirst, you need to isolate the [latex]y[\/latex]-variable:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}\r\n0&amp;=&amp;y^2&amp;-&amp;5x^2&amp;-&amp;7 \\\\\r\n-y^2&amp;&amp;-y^2&amp;&amp;&amp;&amp; \\\\\r\n\\hline\r\n-y^2&amp;=&amp;-5x^2&amp;-&amp;7&amp;&amp;\r\n\\end{array}[\/latex]<\/p>\r\nNext, we remove the negatives by multiplying the entire equation by \u22121:\r\n<p style=\"text-align: center;\">[latex]y^2=5x^2+7[\/latex]<\/p>\r\nTo reduce the square, take the square root of both sides:\r\n<p style=\"text-align: center;\">[latex]y=\\pm (5x^2+7)^{\\frac{1}{2}}[\/latex]<\/p>\r\nWe are left with two solutions for any single [latex]x[\/latex]-variable. Therefore, this equation is not a function.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nIs the equation [latex]x = | y - 5 |[\/latex] a function?\r\n\r\nSolving for [latex]y[\/latex] yields [latex]y - 5 = x[\/latex] and [latex]y - 5 = -x[\/latex].\r\n\r\nIsolating for [latex]y[\/latex] yields [latex]y = x + 5[\/latex] and [latex]y = -x + 5[\/latex].\r\n\r\nYou are left with the same type of solution as you did when taking the square root, except in this case, [latex]y = \\pm x + 5[\/latex].\r\n\r\nWe are left with two solutions for any single [latex]x[\/latex] variable. Therefore, this equation is not a function\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Excluded Values and Domains of a Function<\/h1>\r\nWhen working with functions, one needs to identify what values of [latex]x[\/latex] cannot be used. These [latex]x[\/latex]-values are termed the excluded values and are useful in defining the domain of a function. The logic of excluded values is the extension of a property from arithmetic:\r\n\r\n[latex]\\text{You cannot divide by zero, or Never divide by zero}[\/latex]\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.6<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the excluded values of the following function:\r\n<p style=\"text-align: center;\">[latex]y=\\dfrac{2x^2-3}{(x-2)(x+3)(x-1)}[\/latex]<\/p>\r\nIn this example, there will be 3 excluded values:\r\n<p style=\"text-align: center;\">[latex](x - 2) \\neq 0\\hspace{0.25in} (x + 3) \\neq 0\\hspace{0.25in} (x - 1) \\neq 0[\/latex]<\/p>\r\nSince these terms are all in the denominator of this function, any value that can make one of them equal zero must be excluded.\r\n\r\nFor these terms, those excluded values are [latex]x \\neq 2, x \\neq -3[\/latex] and [latex]x \\neq 1[\/latex].\r\n\r\nInterpreting this means that the domain of [latex]x[\/latex] is any real number except for the excluded values.\r\n\r\nYou write this as:\r\n<p style=\"text-align: center;\">domain of [latex]x[\/latex] = all real numbers except 2, \u22123, 1<\/p>\r\nMore formally:\r\n<p style=\"text-align: center;\">[latex]\\text{domain} = \\{x | x \\in \\mathbb{R} , x \\neq 2, -3, 1\\}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nFinding the domains of radicals can lead to an inequality as a solution, since any real solution of an even-valued radical is restricted in that the value inside the radical cannot be negative.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.7<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the excluded values of the following function: [latex]y = \\sqrt{2x - 3}[\/latex].\r\n\r\nSince its impossible to take any real root of a negative inside a radical, the value inside the radical must always be zero or larger. This means:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrr}\r\n2x&amp;-&amp;3&amp;\\ge &amp;0 \\\\\r\n&amp;+&amp;3&amp; &amp;+3 \\\\\r\n\\hline\r\n&amp;&amp;\\dfrac{2x}{2}&amp;\\ge &amp;\\dfrac{3}{2} \\\\ \\\\\r\n&amp;&amp;x&amp;\\ge &amp;\\dfrac{3}{2}\r\n\\end{array}[\/latex]<\/p>\r\nThe domain for [latex]x[\/latex] is such that [latex]x[\/latex] must always be greater than or equal to [latex]\\dfrac{3}{2}[\/latex].\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Function Notation<\/h1>\r\nThe earliest written usage of function notation [latex]f(x)[\/latex] appears in the works of Leonhard Euler in the early 1700s. If you have an equation that is found to be a function, such as [latex]y = 2x^2 - 3x + 2[\/latex], it can also be written as [latex]f(x) = 2x^2 - 3x + 2[\/latex]. It can be useful to write a function equation in this form.\r\n\r\n<img class=\"wp-image-1496 size-medium aligncenter\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-4-291x300.jpg\" alt=\"Bar graph with no coordinates\" width=\"291\" height=\"300\" \/>You should quickly notice that, in graphing these functions, the [latex]y[\/latex]-variable is replaced by the function notation [latex]f(x)[\/latex] for the [latex]y[\/latex]-axis. That [latex]f(x)[\/latex] replaces [latex]y[\/latex] is the main change.\r\n\r\nWhen drawing a graph of the function, [latex]f(x)[\/latex] is treated as if it is the [latex]y[\/latex]-variable.\r\n<h1>Evaluating Functions<\/h1>\r\nOne of the features of function notation is the way it identifies values of the function for given [latex]x[\/latex] inputs. For instance, suppose you are given the function [latex]f(x) = 3x^2 - 5[\/latex] and you are asked to find the value of the [latex]f(x)[\/latex] when [latex]x = 7[\/latex]. This would be written as [latex]f(7)[\/latex] and you would be asked to evaluate [latex]f(7) = 3x^2 - 5[\/latex]. The following examples illustrate this process.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.8<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nEvaluate the function [latex]f(x) = 3x^2 - 2x + 5[\/latex] for [latex]f(4)[\/latex].\r\n\r\nFirst, you need to replace all values of [latex]x[\/latex] with the value 4. This looks like:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrl}\r\nf(4)&amp;=&amp;3(4)^2-2(4)+5 \\\\\r\nf(4)&amp;=&amp;3(16)-8+5 \\\\\r\nf(4)&amp;=&amp;48-8+5 \\\\\r\nf(4)&amp;=&amp;45\r\n\\end{array}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nFunctions can be written using other letters outside of the standard [latex]f[\/latex]. In fact, just about any letter will suffice. For instance, for the equation [latex]y = 3x^4 - 8[\/latex], this can be written in function notation as [latex]f(x) = 3x^4 - 8[\/latex], [latex]g(x) = 3x^4 - 8[\/latex], [latex]h(x) = 3x^4 - 8[\/latex], [latex]k(x) = 3x^4 - 8[\/latex], [latex]p(x) = 3x^4 - 8[\/latex], and so on.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.1.9<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nEvaluate the function [latex]h(t) = 3t^2 + 7t + 2[\/latex] for [latex]h(-1)[\/latex].\r\n\r\nFirst, you need to replace all values of [latex]t[\/latex] with the value \u22121. This looks like:\r\n<p style=\"text-align: center;\">[latex]h(-1) = 3(-1)^2 + 7(-1) + 2[\/latex], which simplifies to [latex]h(-1) = -2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\n<ol>\r\n \t<li>Which of the following are functions?\r\n<ol class=\"twocolumn\" type=\"a\">\r\n \t<li><img class=\"alignnone wp-image-1497 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_a.jpg\" alt=\"Graph with line interection y and x in one place only\" width=\"201\" height=\"188\" \/><\/li>\r\n \t<li><img class=\"alignnone wp-image-1498 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_b.jpg\" alt=\"Bar graph with diagonal line intersecting\" width=\"194\" height=\"181\" \/><\/li>\r\n \t<li><img class=\"alignnone wp-image-1499 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_c.jpg\" alt=\"Bar graph with straight line and curved line intersecting straight one\" width=\"196\" height=\"212\" \/><\/li>\r\n \t<li><img class=\"alignnone wp-image-1500 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_d.jpg\" alt=\"Bar graph with line that intersect and curves at where the x and y axid meet\" width=\"208\" height=\"224\" \/><\/li>\r\n \t<li><img class=\"alignnone wp-image-1501 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_e.jpg\" alt=\"Bar graph with diagnal line\" width=\"202\" height=\"199\" \/><\/li>\r\n \t<li><img class=\"alignnone wp-image-1502 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_f.jpg\" alt=\"Bar graph with straight line and c curve that intersects it\" width=\"215\" height=\"214\" \/><\/li>\r\n \t<li>[latex]y = 3x - 7[\/latex]<\/li>\r\n \t<li>[latex]y^2 - x^2 = 1[\/latex]<\/li>\r\n \t<li>[latex]\\sqrt{y} + x = 2[\/latex]<\/li>\r\n \t<li>[latex]x^2 + y^2 = 1[\/latex]<\/li>\r\n<\/ol>\r\n<\/li>\r\n<\/ol>\r\nSpecify the domain of each of the following functions.\r\n<ol class=\"twocolumn\" start=\"2\">\r\n \t<li>[latex]f(x) = -5x + 1[\/latex]<\/li>\r\n \t<li>[latex]f(x) = \\sqrt{5 - 4x}[\/latex]<\/li>\r\n \t<li>[latex]s(t) = \\dfrac{1}{t^2}[\/latex]<\/li>\r\n \t<li>[latex]f(x) = x^2 - 3x - 4[\/latex]<\/li>\r\n \t<li>[latex]s(t) = \\dfrac{1}{t^2+1}[\/latex]<\/li>\r\n \t<li>[latex]f(x) = \\sqrt{x - 16}[\/latex]<\/li>\r\n \t<li>[latex]f(x) = \\dfrac{-2}{x^2 - 3x - 4}[\/latex]<\/li>\r\n \t<li>[latex]h(x) = \\dfrac{\\sqrt{3x - 12}}{x^2 - 25}[\/latex]<\/li>\r\n<\/ol>\r\nEvaluate each of the following functions.\r\n<ol class=\"twocolumn\" start=\"10\">\r\n \t<li>[latex]g(x) = 4x - 4\\text{ for } g(0)[\/latex]<\/li>\r\n \t<li>[latex]g(n) = -3 \\cdot 5^{-n}\\text{ for }g(2)[\/latex]<\/li>\r\n \t<li>[latex]f(x) = x^2 + 4\\text{ for }f(-9)[\/latex]<\/li>\r\n \t<li>[latex]f(n) = n - 3\\text{ for }f(10)[\/latex]<\/li>\r\n \t<li>[latex]f(t) = 3^t - 2\\text{ for } f(-2)[\/latex]<\/li>\r\n \t<li>[latex]f(a) -3^{a - 1} - 3\\text{ for }f(2)[\/latex]<\/li>\r\n \t<li>[latex]k(x)=-2\\cdot 4^{2x-2}\\text{ for }k(2)[\/latex]<\/li>\r\n \t<li>[latex]p(t)=-2\\cdot 4^{2t+1}+1\\text{ for }p(-2)[\/latex]<\/li>\r\n \t<li>[latex]h(x)=x^3+2\\text{ for }h(-4x)[\/latex]<\/li>\r\n \t<li>[latex]h(n)=4n+2\\text{ for }h(n+2)[\/latex]<\/li>\r\n \t<li>[latex]h(x)=3x+2\\text{ for }h(-1+x)[\/latex]<\/li>\r\n \t<li>[latex]h(a)=-3\\cdot 2^{a+3}\\text{ for }h\\left(\\dfrac{1}{3}\\right)[\/latex]<\/li>\r\n \t<li>[latex]h(x)=x^2+1\\text{ for }h(x^4)[\/latex]<\/li>\r\n \t<li>[latex]h(t)=t^2+t\\text{ for }h(t^2)[\/latex]<\/li>\r\n \t<li>[latex]f(x)=|3x+1|+1\\text{ for }f(0)[\/latex]<\/li>\r\n \t<li>[latex]f(n)=-2|-n-2|+1\\text{ for }f(-6)[\/latex]<\/li>\r\n \t<li>[latex]f(t)=|t+3|\\text{ for }f(10)[\/latex]<\/li>\r\n \t<li>[latex]p(x)=-|x|+1\\text{ for }p(5)[\/latex]<\/li>\r\n<\/ol>\r\n<a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-11-1\/\">Answer Key 11.1<\/a>","rendered":"<p>There is a special classification of mathematical relationships known as functions. So far, you will have unknowingly worked with many functions, where the defining characteristic is that functions have at most one output for any input. Properties of addition, subtraction, multiplication or division all bear the needed traits of being functions. For instance, 2\u00a0\u00d7 3 will always be 6. Formally, functions are defined in equations in terms of [latex]x[\/latex] and [latex]y[\/latex], where there will only be one [latex]y[\/latex] output for any single [latex]x[\/latex] input. An equation is not considered a function if more than one [latex]y[\/latex] variable can be found for any [latex]x[\/latex] variable.<\/p>\n<p>This means that the definition of a function, in terms of equations in [latex]x[\/latex] and [latex]y[\/latex], is that, for any [latex]x[\/latex]-value, there is at most one [latex]y[\/latex]-value that corresponds with it.<\/p>\n<p>One way to use this definition to see if an equation represents a function is to look at its graph. This is done by looking at any [latex]x[\/latex]-value to see if there exists more than one corresponding [latex]y[\/latex]-value. The name for this check is the vertical line test. The vertical line test is defined by trying to find if any vertical drawn line will intersect more than one [latex]y[\/latex]-value. If you can find any instance of this on the graph, then the equation drawn is not a function. For instance:<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Are all the mathematical relationships shown below functions?<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1493 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1.jpg\" alt=\"6 images of graphs with varying lines\" width=\"610\" height=\"385\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1.jpg 610w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1-300x189.jpg 300w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1-65x41.jpg 65w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1-225x142.jpg 225w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2021\/12\/chapter-11.1_image-1-350x221.jpg 350w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>Solution: All of these are functions, since it is impossible to find any vertical line to cross more than one [latex]y[\/latex]-value.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Are any of the mathematical relationships shown below functions?<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1494 size-full aligncenter\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2.jpg\" alt=\"3 Graphs with circle, triangle and rectangle outlines\" width=\"799\" height=\"292\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2.jpg 799w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2-300x110.jpg 300w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2-768x281.jpg 768w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2-65x24.jpg 65w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2-225x82.jpg 225w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-2-350x128.jpg 350w\" sizes=\"auto, (max-width: 799px) 100vw, 799px\" \/><\/p>\n<p>Solution: None of these are functions, since vertical lines can easily be drawn that will have 2 or more [latex]y[\/latex]-values for a single [latex]x[\/latex]-value.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1495 size-full aligncenter\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3.jpg\" alt=\"3 graphs with oval, triangle and rectangle outlined\" width=\"782\" height=\"305\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3.jpg 782w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3-300x117.jpg 300w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3-768x300.jpg 768w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3-65x25.jpg 65w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3-225x88.jpg 225w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-3-350x137.jpg 350w\" sizes=\"auto, (max-width: 782px) 100vw, 782px\" \/><\/p>\n<\/div>\n<\/div>\n<p>Deciding if equations are functions requires more effort than using the vertical line test. The easiest method is to isolate the [latex]y[\/latex]-variable and see if it results in two potential [latex]x[\/latex]-values.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Is the equation [latex]0 = 2x^2 - y - 7[\/latex] a function?<\/p>\n<p>First, you need to isolate the [latex]y[\/latex]-variable:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}  0&=&2x^2&-&y&-&7 \\\\  +y&&&+&y&& \\\\  \\hline  y&=&2x^2&-&7&&  \\end{array}[\/latex]<\/p>\n<p>There is only one solution for [latex]y[\/latex] for any given value of [latex]x[\/latex]. Therefore, this equation is a function.<\/p>\n<\/div>\n<\/div>\n<p>The next example shows an equation that is not a function, since there are two [latex]y[\/latex]-values for every given [latex]x[\/latex]-value.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.4<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Is the equation [latex]0 = y^2 - 5x - 7[\/latex] a function?<\/p>\n<p>First, you need to isolate the [latex]y[\/latex]-variable:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}  0&=&y^2&-&5x^2&-&7 \\\\  -y^2&&-y^2&&&& \\\\  \\hline  -y^2&=&-5x^2&-&7&&  \\end{array}[\/latex]<\/p>\n<p>Next, we remove the negatives by multiplying the entire equation by \u22121:<\/p>\n<p style=\"text-align: center;\">[latex]y^2=5x^2+7[\/latex]<\/p>\n<p>To reduce the square, take the square root of both sides:<\/p>\n<p style=\"text-align: center;\">[latex]y=\\pm (5x^2+7)^{\\frac{1}{2}}[\/latex]<\/p>\n<p>We are left with two solutions for any single [latex]x[\/latex]-variable. Therefore, this equation is not a function.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.5<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Is the equation [latex]x = | y - 5 |[\/latex] a function?<\/p>\n<p>Solving for [latex]y[\/latex] yields [latex]y - 5 = x[\/latex] and [latex]y - 5 = -x[\/latex].<\/p>\n<p>Isolating for [latex]y[\/latex] yields [latex]y = x + 5[\/latex] and [latex]y = -x + 5[\/latex].<\/p>\n<p>You are left with the same type of solution as you did when taking the square root, except in this case, [latex]y = \\pm x + 5[\/latex].<\/p>\n<p>We are left with two solutions for any single [latex]x[\/latex] variable. Therefore, this equation is not a function<\/p>\n<\/div>\n<\/div>\n<h1>Excluded Values and Domains of a Function<\/h1>\n<p>When working with functions, one needs to identify what values of [latex]x[\/latex] cannot be used. These [latex]x[\/latex]-values are termed the excluded values and are useful in defining the domain of a function. The logic of excluded values is the extension of a property from arithmetic:<\/p>\n<p>[latex]\\text{You cannot divide by zero, or Never divide by zero}[\/latex]<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.6<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the excluded values of the following function:<\/p>\n<p style=\"text-align: center;\">[latex]y=\\dfrac{2x^2-3}{(x-2)(x+3)(x-1)}[\/latex]<\/p>\n<p>In this example, there will be 3 excluded values:<\/p>\n<p style=\"text-align: center;\">[latex](x - 2) \\neq 0\\hspace{0.25in} (x + 3) \\neq 0\\hspace{0.25in} (x - 1) \\neq 0[\/latex]<\/p>\n<p>Since these terms are all in the denominator of this function, any value that can make one of them equal zero must be excluded.<\/p>\n<p>For these terms, those excluded values are [latex]x \\neq 2, x \\neq -3[\/latex] and [latex]x \\neq 1[\/latex].<\/p>\n<p>Interpreting this means that the domain of [latex]x[\/latex] is any real number except for the excluded values.<\/p>\n<p>You write this as:<\/p>\n<p style=\"text-align: center;\">domain of [latex]x[\/latex] = all real numbers except 2, \u22123, 1<\/p>\n<p>More formally:<\/p>\n<p style=\"text-align: center;\">[latex]\\text{domain} = \\{x | x \\in \\mathbb{R} , x \\neq 2, -3, 1\\}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p>Finding the domains of radicals can lead to an inequality as a solution, since any real solution of an even-valued radical is restricted in that the value inside the radical cannot be negative.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.7<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the excluded values of the following function: [latex]y = \\sqrt{2x - 3}[\/latex].<\/p>\n<p>Since its impossible to take any real root of a negative inside a radical, the value inside the radical must always be zero or larger. This means:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrr}  2x&-&3&\\ge &0 \\\\  &+&3& &+3 \\\\  \\hline  &&\\dfrac{2x}{2}&\\ge &\\dfrac{3}{2} \\\\ \\\\  &&x&\\ge &\\dfrac{3}{2}  \\end{array}[\/latex]<\/p>\n<p>The domain for [latex]x[\/latex] is such that [latex]x[\/latex] must always be greater than or equal to [latex]\\dfrac{3}{2}[\/latex].<\/p>\n<\/div>\n<\/div>\n<h1>Function Notation<\/h1>\n<p>The earliest written usage of function notation [latex]f(x)[\/latex] appears in the works of Leonhard Euler in the early 1700s. If you have an equation that is found to be a function, such as [latex]y = 2x^2 - 3x + 2[\/latex], it can also be written as [latex]f(x) = 2x^2 - 3x + 2[\/latex]. It can be useful to write a function equation in this form.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1496 size-medium aligncenter\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-4-291x300.jpg\" alt=\"Bar graph with no coordinates\" width=\"291\" height=\"300\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-4-291x300.jpg 291w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-4-65x67.jpg 65w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-4-225x232.jpg 225w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image-4.jpg 322w\" sizes=\"auto, (max-width: 291px) 100vw, 291px\" \/>You should quickly notice that, in graphing these functions, the [latex]y[\/latex]-variable is replaced by the function notation [latex]f(x)[\/latex] for the [latex]y[\/latex]-axis. That [latex]f(x)[\/latex] replaces [latex]y[\/latex] is the main change.<\/p>\n<p>When drawing a graph of the function, [latex]f(x)[\/latex] is treated as if it is the [latex]y[\/latex]-variable.<\/p>\n<h1>Evaluating Functions<\/h1>\n<p>One of the features of function notation is the way it identifies values of the function for given [latex]x[\/latex] inputs. For instance, suppose you are given the function [latex]f(x) = 3x^2 - 5[\/latex] and you are asked to find the value of the [latex]f(x)[\/latex] when [latex]x = 7[\/latex]. This would be written as [latex]f(7)[\/latex] and you would be asked to evaluate [latex]f(7) = 3x^2 - 5[\/latex]. The following examples illustrate this process.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.8<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Evaluate the function [latex]f(x) = 3x^2 - 2x + 5[\/latex] for [latex]f(4)[\/latex].<\/p>\n<p>First, you need to replace all values of [latex]x[\/latex] with the value 4. This looks like:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrl}  f(4)&=&3(4)^2-2(4)+5 \\\\  f(4)&=&3(16)-8+5 \\\\  f(4)&=&48-8+5 \\\\  f(4)&=&45  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p>Functions can be written using other letters outside of the standard [latex]f[\/latex]. In fact, just about any letter will suffice. For instance, for the equation [latex]y = 3x^4 - 8[\/latex], this can be written in function notation as [latex]f(x) = 3x^4 - 8[\/latex], [latex]g(x) = 3x^4 - 8[\/latex], [latex]h(x) = 3x^4 - 8[\/latex], [latex]k(x) = 3x^4 - 8[\/latex], [latex]p(x) = 3x^4 - 8[\/latex], and so on.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.1.9<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Evaluate the function [latex]h(t) = 3t^2 + 7t + 2[\/latex] for [latex]h(-1)[\/latex].<\/p>\n<p>First, you need to replace all values of [latex]t[\/latex] with the value \u22121. This looks like:<\/p>\n<p style=\"text-align: center;\">[latex]h(-1) = 3(-1)^2 + 7(-1) + 2[\/latex], which simplifies to [latex]h(-1) = -2[\/latex]<\/p>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<ol>\n<li>Which of the following are functions?\n<ol class=\"twocolumn\" type=\"a\">\n<li><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1497 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_a.jpg\" alt=\"Graph with line interection y and x in one place only\" width=\"201\" height=\"188\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_a.jpg 201w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_a-65x61.jpg 65w\" sizes=\"auto, (max-width: 201px) 100vw, 201px\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1498 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_b.jpg\" alt=\"Bar graph with diagonal line intersecting\" width=\"194\" height=\"181\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_b.jpg 194w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_b-65x61.jpg 65w\" sizes=\"auto, (max-width: 194px) 100vw, 194px\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1499 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_c.jpg\" alt=\"Bar graph with straight line and curved line intersecting straight one\" width=\"196\" height=\"212\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_c.jpg 196w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_c-65x70.jpg 65w\" sizes=\"auto, (max-width: 196px) 100vw, 196px\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1500 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_d.jpg\" alt=\"Bar graph with line that intersect and curves at where the x and y axid meet\" width=\"208\" height=\"224\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_d.jpg 208w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_d-65x70.jpg 65w\" sizes=\"auto, (max-width: 208px) 100vw, 208px\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1501 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_e.jpg\" alt=\"Bar graph with diagnal line\" width=\"202\" height=\"199\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_e.jpg 202w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_e-65x64.jpg 65w\" sizes=\"auto, (max-width: 202px) 100vw, 202px\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1502 size-full\" src=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_f.jpg\" alt=\"Bar graph with straight line and c curve that intersects it\" width=\"215\" height=\"214\" srcset=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_f.jpg 215w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_f-150x150.jpg 150w, https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-content\/uploads\/sites\/304\/2022\/11\/chapter-11.1_image_f-65x65.jpg 65w\" sizes=\"auto, (max-width: 215px) 100vw, 215px\" \/><\/li>\n<li>[latex]y = 3x - 7[\/latex]<\/li>\n<li>[latex]y^2 - x^2 = 1[\/latex]<\/li>\n<li>[latex]\\sqrt{y} + x = 2[\/latex]<\/li>\n<li>[latex]x^2 + y^2 = 1[\/latex]<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>Specify the domain of each of the following functions.<\/p>\n<ol class=\"twocolumn\" start=\"2\">\n<li>[latex]f(x) = -5x + 1[\/latex]<\/li>\n<li>[latex]f(x) = \\sqrt{5 - 4x}[\/latex]<\/li>\n<li>[latex]s(t) = \\dfrac{1}{t^2}[\/latex]<\/li>\n<li>[latex]f(x) = x^2 - 3x - 4[\/latex]<\/li>\n<li>[latex]s(t) = \\dfrac{1}{t^2+1}[\/latex]<\/li>\n<li>[latex]f(x) = \\sqrt{x - 16}[\/latex]<\/li>\n<li>[latex]f(x) = \\dfrac{-2}{x^2 - 3x - 4}[\/latex]<\/li>\n<li>[latex]h(x) = \\dfrac{\\sqrt{3x - 12}}{x^2 - 25}[\/latex]<\/li>\n<\/ol>\n<p>Evaluate each of the following functions.<\/p>\n<ol class=\"twocolumn\" start=\"10\">\n<li>[latex]g(x) = 4x - 4\\text{ for } g(0)[\/latex]<\/li>\n<li>[latex]g(n) = -3 \\cdot 5^{-n}\\text{ for }g(2)[\/latex]<\/li>\n<li>[latex]f(x) = x^2 + 4\\text{ for }f(-9)[\/latex]<\/li>\n<li>[latex]f(n) = n - 3\\text{ for }f(10)[\/latex]<\/li>\n<li>[latex]f(t) = 3^t - 2\\text{ for } f(-2)[\/latex]<\/li>\n<li>[latex]f(a) -3^{a - 1} - 3\\text{ for }f(2)[\/latex]<\/li>\n<li>[latex]k(x)=-2\\cdot 4^{2x-2}\\text{ for }k(2)[\/latex]<\/li>\n<li>[latex]p(t)=-2\\cdot 4^{2t+1}+1\\text{ for }p(-2)[\/latex]<\/li>\n<li>[latex]h(x)=x^3+2\\text{ for }h(-4x)[\/latex]<\/li>\n<li>[latex]h(n)=4n+2\\text{ for }h(n+2)[\/latex]<\/li>\n<li>[latex]h(x)=3x+2\\text{ for }h(-1+x)[\/latex]<\/li>\n<li>[latex]h(a)=-3\\cdot 2^{a+3}\\text{ for }h\\left(\\dfrac{1}{3}\\right)[\/latex]<\/li>\n<li>[latex]h(x)=x^2+1\\text{ for }h(x^4)[\/latex]<\/li>\n<li>[latex]h(t)=t^2+t\\text{ for }h(t^2)[\/latex]<\/li>\n<li>[latex]f(x)=|3x+1|+1\\text{ for }f(0)[\/latex]<\/li>\n<li>[latex]f(n)=-2|-n-2|+1\\text{ for }f(-6)[\/latex]<\/li>\n<li>[latex]f(t)=|t+3|\\text{ for }f(10)[\/latex]<\/li>\n<li>[latex]p(x)=-|x|+1\\text{ for }p(5)[\/latex]<\/li>\n<\/ol>\n<p><a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-11-1\/\">Answer Key 11.1<\/a><\/p>\n","protected":false},"author":90,"menu_order":1,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by-nc-sa"},"chapter-type":[],"contributor":[],"license":[56],"class_list":["post-1503","chapter","type-chapter","status-publish","hentry","license-cc-by-nc-sa"],"part":1491,"_links":{"self":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/users\/90"}],"version-history":[{"count":4,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1503\/revisions"}],"predecessor-version":[{"id":2182,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1503\/revisions\/2182"}],"part":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/parts\/1491"}],"metadata":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1503\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/media?parent=1503"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapter-type?post=1503"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/contributor?post=1503"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/license?post=1503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}