{"id":617,"date":"2025-07-14T17:47:18","date_gmt":"2025-07-14T17:47:18","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=617"},"modified":"2026-01-27T18:45:46","modified_gmt":"2026-01-27T18:45:46","slug":"composition-of-functions-learn-it-2","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/composition-of-functions-learn-it-2\/","title":{"raw":"Composition of Functions: Learn It 2","rendered":"Composition of Functions: Learn It 2"},"content":{"raw":"<h2>Create a Function by Composition of Functions<\/h2>\r\nSuppose we want to calculate how much it costs to heat a house on a particular day of the year. The cost to heat a house will depend on the average daily temperature, and in turn, the average daily temperature depends on the particular day of the year. Notice how we have just defined two relationships: The cost depends on the temperature, and the temperature depends on the day.\r\n\r\n<img class=\"wp-image-4917 size-full aligncenter\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212554\/2.1.L2.Diagram1.png\" alt=\"Explanation of C(T(5)), which is the cost for the temperature and T(5) is the temperature on day 5.\" width=\"210\" height=\"140\" \/>\r\n\r\nThe process of combining functions so that the output of one function becomes the input of another is known as a <strong>composition of functions<\/strong>. The resulting function is known as a <strong>composite function<\/strong>.\r\n\r\n<section class=\"textbox keyTakeaway\">\r\n<h3>composite function<\/h3>\r\nThe <strong>composition of functions<\/strong> is a way of combining two functions to form a new function.\r\n\r\n&nbsp;\r\n\r\nIf we have two functions [latex]f[\/latex] and [latex]g[\/latex], the composition of [latex]f[\/latex] and [latex]g[\/latex], written as [latex]f\\circ g[\/latex], is defined by:\r\n<p style=\"text-align: center;\">[latex](f \\circ g)(x) = f(g(x))[\/latex]<\/p>\r\n&nbsp;\r\n\r\nWe read the left-hand side as \"[latex]f[\/latex] composed with [latex]g[\/latex] at [latex]x[\/latex], \" and the right-hand side as \"[latex]f[\/latex] of [latex]g[\/latex] of [latex]x[\/latex].\"\r\n\r\n&nbsp;\r\n\r\nThe\u00a0<strong>domain<\/strong> of [latex]f\\circ g[\/latex] is the set of all [latex]x[\/latex] in the domain of [latex]g[\/latex] such that [latex]g(x)[\/latex] is in the domain of [latex]f[\/latex]. In other words, [latex]x[\/latex] must satisfy both the domain requirements of [latex]g[\/latex] and the domain requirements of [latex]f(g(x))[\/latex]\r\n\r\n<\/section><section class=\"textbox proTip\" aria-label=\"Pro Tip\">The open circle symbol [latex]\\circ [\/latex] is called the composition operator. We use this operator mainly when we wish to emphasize the relationship between the functions themselves without referring to any particular input value.<\/section><section class=\"textbox example\" aria-label=\"Example\">The function [latex]c\\left(s\\right)[\/latex] gives the number of calories burned completing [latex]s[\/latex] sit-ups, and [latex]s\\left(t\\right)[\/latex] gives the number of sit-ups a person can complete in [latex]t[\/latex] minutes. Interpret [latex]c\\left(s\\left(3\\right)\\right)[\/latex].\r\n[reveal-answer q=\"542344\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"542344\"]The inside expression in the composition is [latex]s\\left(3\\right)[\/latex]. Because the input to the s-function is time, [latex]t=3[\/latex] represents 3 minutes, and [latex]s\\left(3\\right)[\/latex] is the number of sit-ups completed in 3 minutes.\r\n[latex]\\\\[\/latex]\r\nUsing [latex]s\\left(3\\right)[\/latex] as the input to the function [latex]c\\left(s\\right)[\/latex] gives us the number of calories burned during the number of sit-ups that can be completed in 3 minutes, or simply the number of calories burned in 3 minutes (by doing sit-ups).[\/hidden-answer]<\/section>Note that the range of the inside function (the first function to be evaluated) needs to be within the domain of the outside function. Less formally, the composition has to make sense in terms of inputs and outputs. Additionally, in applied settings,\u00a0function composition usually only makes sense in one specific order.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">Suppose [latex]f\\left(x\\right)[\/latex] gives miles that can be driven in [latex]x[\/latex] hours and [latex]g\\left(y\\right)[\/latex] gives the gallons of gas used in driving [latex]y[\/latex] miles. Which of these expressions is meaningful: [latex]f\\left(g\\left(y\\right)\\right)[\/latex] or [latex]g\\left(f\\left(x\\right)\\right)?[\/latex]\r\n[reveal-answer q=\"736073\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"736073\"]The function [latex]y=f\\left(x\\right)[\/latex]is a function whose output is the number of miles driven corresponding to the number of hours driven.<center>[latex]\\text{number of miles }=f\\left(\\text{number of hours}\\right)[\/latex]<\/center>The function [latex]g\\left(y\\right)[\/latex] is a function whose output is the number of gallons used corresponding to the number of miles driven. This means:<center>[latex]\\text{number of gallons }=g\\left(\\text{number of miles}\\right)[\/latex]<\/center>The expression [latex]g\\left(y\\right)[\/latex] takes miles as the input and a number of gallons as the output. The function [latex]f\\left(x\\right)[\/latex] requires a number of hours as the input. Trying to input a number of gallons does not make sense. The expression [latex]f\\left(g\\left(y\\right)\\right)[\/latex] is meaningless.\r\n[latex]\\\\[\/latex]\r\nThe expression [latex]f\\left(x\\right)[\/latex] takes hours as input and a number of miles driven as the output. The function [latex]g\\left(y\\right)[\/latex] requires a number of miles as the input. Using [latex]f\\left(x\\right)[\/latex] (miles driven) as an input value for [latex]g\\left(y\\right)[\/latex], where gallons of gas depends on miles driven, does make sense. The expression [latex]g\\left(f\\left(x\\right)\\right)[\/latex] makes sense, and will yield the number of gallons of gas used, [latex]g[\/latex], driving a certain number of miles, [latex]f\\left(x\\right)[\/latex], in [latex]x[\/latex] hours.[\/hidden-answer]<\/section>It is also important to understand the order of operations in evaluating a composite function. We follow the usual convention with parentheses by starting with the innermost parentheses first, and then working to the outside.\r\n\r\n<img class=\"wp-image-4918 size-full aligncenter\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212624\/2.1.L2.Diagram2.png\" alt=\"Explanation of the composite function. g(x), the output of g is the input of f. X is the input of g.\" width=\"210\" height=\"194\" \/>\r\n\r\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">In general [latex]f\\circ g[\/latex] and [latex]g\\circ f[\/latex] are different functions. In other words in many cases [latex]f\\left(g\\left(x\\right)\\right)\\ne g\\left(f\\left(x\\right)\\right)[\/latex] for all [latex]x[\/latex].<\/section><section class=\"textbox example\">Given [latex]f(x) = x^2[\/latex] and [latex]g(x) = x + 2[\/latex], find [latex]f\\circ g[\/latex] and [latex]g\\circ f[\/latex]. Also, find its domain.\r\n[reveal-answer q=\"583859\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"583859\"][latex]\\begin{align*} (f \\circ g)(x) &amp;= f(g(x)) \\\\ &amp;= f(x + 2) \\\\ &amp;= (x + 2)^2 \\\\ &amp;= x^2 + 4x + 4 \\end{align*}[\/latex]So, [latex](f \\circ g)(x) = x^2 + 4x + 4[\/latex][latex]\\begin{align*} (g \\circ f)(x) &amp;= g(f(x)) \\\\ &amp;= g(x^2) \\\\ &amp;= x^2 + 2 \\end{align*}[\/latex]So, [latex](g \\circ f)(x) = x^2 + 2[\/latex][\/hidden-answer][reveal-answer q=\"503034\"]Why Order Matters[\/reveal-answer]\r\n[hidden-answer a=\"503034\"]In our example, we clearly see that [latex](f \\circ g)(x) = x^2 + 4x + 4[\/latex] is different from [latex](g \\circ f)(x) = x^2 + 2[\/latex]. This difference occurs because we are performing the operations in a different sequence. Therefore, when composing functions, always pay close attention to the order to ensure you get the correct result.Remember: [latex](f \\circ g)(x) \\neq (g \\circ f)(x)[\/latex] in general![\/hidden-answer][reveal-answer q=\"857437\"]Domain of the Composition of Functions[\/reveal-answer]\r\n[hidden-answer a=\"857437\"]Domain of [latex](f \\circ g)(x)[\/latex]:\r\n<ul style=\"text-align: left;\">\r\n \t<li>The domain of [latex]g(x) = x+2[\/latex] is all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/li>\r\n \t<li>[latex]f(x) = x^2[\/latex] is also defined for all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/li>\r\n<\/ul>\r\n<p style=\"text-align: left;\">Therefore, the domain of [latex](f \\circ g)(x) = x^2 + 4x + 4[\/latex] is all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/p>\r\n<p style=\"text-align: left;\">Following the same reasoning, the domain of [latex](g \\circ f)(x) = x^2 + 2[\/latex] is also all real numbers, [latex](-\\infty, \\infty)[\/latex].[\/hidden-answer]<\/p>\r\n\r\n<math xmlns=\"http:\/\/www.w3.org\/1998\/Math\/MathML\"><semantics><mrow><mo stretchy=\"false\"><\/mo><\/mrow><\/semantics><\/math>&nbsp;\r\n\r\n<\/section><section class=\"textbox proTip\">It's important to remember that function composition is not the same as multiplication of functions. When we compose two functions, we are plugging one function into another, not multiplying their outputs.\r\n<p style=\"text-align: center;\">[latex](f \\circ g)(x) \\ne (f \\cdot g)(x)[\/latex]<\/p>\r\n\r\n<\/section><section class=\"textbox tryIt\">[ohm_question hide_question_numbers=1]317899[\/ohm_question]<\/section><section class=\"textbox tryIt\">[ohm_question hide_question_numbers=1]317900[\/ohm_question]<\/section><section class=\"textbox tryIt\">[ohm_question hide_question_numbers=1]317901[\/ohm_question]<\/section>","rendered":"<h2>Create a Function by Composition of Functions<\/h2>\n<p>Suppose we want to calculate how much it costs to heat a house on a particular day of the year. The cost to heat a house will depend on the average daily temperature, and in turn, the average daily temperature depends on the particular day of the year. Notice how we have just defined two relationships: The cost depends on the temperature, and the temperature depends on the day.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4917 size-full aligncenter\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212554\/2.1.L2.Diagram1.png\" alt=\"Explanation of C(T(5)), which is the cost for the temperature and T(5) is the temperature on day 5.\" width=\"210\" height=\"140\" srcset=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212554\/2.1.L2.Diagram1.png 210w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212554\/2.1.L2.Diagram1-65x43.png 65w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><\/p>\n<p>The process of combining functions so that the output of one function becomes the input of another is known as a <strong>composition of functions<\/strong>. The resulting function is known as a <strong>composite function<\/strong>.<\/p>\n<section class=\"textbox keyTakeaway\">\n<h3>composite function<\/h3>\n<p>The <strong>composition of functions<\/strong> is a way of combining two functions to form a new function.<\/p>\n<p>&nbsp;<\/p>\n<p>If we have two functions [latex]f[\/latex] and [latex]g[\/latex], the composition of [latex]f[\/latex] and [latex]g[\/latex], written as [latex]f\\circ g[\/latex], is defined by:<\/p>\n<p style=\"text-align: center;\">[latex](f \\circ g)(x) = f(g(x))[\/latex]<\/p>\n<p>&nbsp;<\/p>\n<p>We read the left-hand side as &#8220;[latex]f[\/latex] composed with [latex]g[\/latex] at [latex]x[\/latex], &#8221; and the right-hand side as &#8220;[latex]f[\/latex] of [latex]g[\/latex] of [latex]x[\/latex].&#8221;<\/p>\n<p>&nbsp;<\/p>\n<p>The\u00a0<strong>domain<\/strong> of [latex]f\\circ g[\/latex] is the set of all [latex]x[\/latex] in the domain of [latex]g[\/latex] such that [latex]g(x)[\/latex] is in the domain of [latex]f[\/latex]. In other words, [latex]x[\/latex] must satisfy both the domain requirements of [latex]g[\/latex] and the domain requirements of [latex]f(g(x))[\/latex]<\/p>\n<\/section>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">The open circle symbol [latex]\\circ[\/latex] is called the composition operator. We use this operator mainly when we wish to emphasize the relationship between the functions themselves without referring to any particular input value.<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">The function [latex]c\\left(s\\right)[\/latex] gives the number of calories burned completing [latex]s[\/latex] sit-ups, and [latex]s\\left(t\\right)[\/latex] gives the number of sit-ups a person can complete in [latex]t[\/latex] minutes. Interpret [latex]c\\left(s\\left(3\\right)\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q542344\">Show Solution<\/button><\/p>\n<div id=\"q542344\" class=\"hidden-answer\" style=\"display: none\">The inside expression in the composition is [latex]s\\left(3\\right)[\/latex]. Because the input to the s-function is time, [latex]t=3[\/latex] represents 3 minutes, and [latex]s\\left(3\\right)[\/latex] is the number of sit-ups completed in 3 minutes.<br \/>\n[latex]\\\\[\/latex]<br \/>\nUsing [latex]s\\left(3\\right)[\/latex] as the input to the function [latex]c\\left(s\\right)[\/latex] gives us the number of calories burned during the number of sit-ups that can be completed in 3 minutes, or simply the number of calories burned in 3 minutes (by doing sit-ups).<\/div>\n<\/div>\n<\/section>\n<p>Note that the range of the inside function (the first function to be evaluated) needs to be within the domain of the outside function. Less formally, the composition has to make sense in terms of inputs and outputs. Additionally, in applied settings,\u00a0function composition usually only makes sense in one specific order.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">Suppose [latex]f\\left(x\\right)[\/latex] gives miles that can be driven in [latex]x[\/latex] hours and [latex]g\\left(y\\right)[\/latex] gives the gallons of gas used in driving [latex]y[\/latex] miles. Which of these expressions is meaningful: [latex]f\\left(g\\left(y\\right)\\right)[\/latex] or [latex]g\\left(f\\left(x\\right)\\right)?[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q736073\">Show Solution<\/button><\/p>\n<div id=\"q736073\" class=\"hidden-answer\" style=\"display: none\">The function [latex]y=f\\left(x\\right)[\/latex]is a function whose output is the number of miles driven corresponding to the number of hours driven.<\/p>\n<div style=\"text-align: center;\">[latex]\\text{number of miles }=f\\left(\\text{number of hours}\\right)[\/latex]<\/div>\n<p>The function [latex]g\\left(y\\right)[\/latex] is a function whose output is the number of gallons used corresponding to the number of miles driven. This means:<\/p>\n<div style=\"text-align: center;\">[latex]\\text{number of gallons }=g\\left(\\text{number of miles}\\right)[\/latex]<\/div>\n<p>The expression [latex]g\\left(y\\right)[\/latex] takes miles as the input and a number of gallons as the output. The function [latex]f\\left(x\\right)[\/latex] requires a number of hours as the input. Trying to input a number of gallons does not make sense. The expression [latex]f\\left(g\\left(y\\right)\\right)[\/latex] is meaningless.<br \/>\n[latex]\\\\[\/latex]<br \/>\nThe expression [latex]f\\left(x\\right)[\/latex] takes hours as input and a number of miles driven as the output. The function [latex]g\\left(y\\right)[\/latex] requires a number of miles as the input. Using [latex]f\\left(x\\right)[\/latex] (miles driven) as an input value for [latex]g\\left(y\\right)[\/latex], where gallons of gas depends on miles driven, does make sense. The expression [latex]g\\left(f\\left(x\\right)\\right)[\/latex] makes sense, and will yield the number of gallons of gas used, [latex]g[\/latex], driving a certain number of miles, [latex]f\\left(x\\right)[\/latex], in [latex]x[\/latex] hours.<\/p><\/div>\n<\/div>\n<\/section>\n<p>It is also important to understand the order of operations in evaluating a composite function. We follow the usual convention with parentheses by starting with the innermost parentheses first, and then working to the outside.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4918 size-full aligncenter\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212624\/2.1.L2.Diagram2.png\" alt=\"Explanation of the composite function. g(x), the output of g is the input of f. X is the input of g.\" width=\"210\" height=\"194\" srcset=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212624\/2.1.L2.Diagram2.png 210w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/02212624\/2.1.L2.Diagram2-65x60.png 65w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><\/p>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">In general [latex]f\\circ g[\/latex] and [latex]g\\circ f[\/latex] are different functions. In other words in many cases [latex]f\\left(g\\left(x\\right)\\right)\\ne g\\left(f\\left(x\\right)\\right)[\/latex] for all [latex]x[\/latex].<\/section>\n<section class=\"textbox example\">Given [latex]f(x) = x^2[\/latex] and [latex]g(x) = x + 2[\/latex], find [latex]f\\circ g[\/latex] and [latex]g\\circ f[\/latex]. Also, find its domain.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q583859\">Show Answer<\/button><\/p>\n<div id=\"q583859\" class=\"hidden-answer\" style=\"display: none\">[latex]\\begin{align*} (f \\circ g)(x) &= f(g(x)) \\\\ &= f(x + 2) \\\\ &= (x + 2)^2 \\\\ &= x^2 + 4x + 4 \\end{align*}[\/latex]So, [latex](f \\circ g)(x) = x^2 + 4x + 4[\/latex][latex]\\begin{align*} (g \\circ f)(x) &= g(f(x)) \\\\ &= g(x^2) \\\\ &= x^2 + 2 \\end{align*}[\/latex]So, [latex](g \\circ f)(x) = x^2 + 2[\/latex]<\/div>\n<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q503034\">Why Order Matters<\/button><\/p>\n<div id=\"q503034\" class=\"hidden-answer\" style=\"display: none\">In our example, we clearly see that [latex](f \\circ g)(x) = x^2 + 4x + 4[\/latex] is different from [latex](g \\circ f)(x) = x^2 + 2[\/latex]. This difference occurs because we are performing the operations in a different sequence. Therefore, when composing functions, always pay close attention to the order to ensure you get the correct result.Remember: [latex](f \\circ g)(x) \\neq (g \\circ f)(x)[\/latex] in general!<\/div>\n<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q857437\">Domain of the Composition of Functions<\/button><\/p>\n<div id=\"q857437\" class=\"hidden-answer\" style=\"display: none\">Domain of [latex](f \\circ g)(x)[\/latex]:<\/p>\n<ul style=\"text-align: left;\">\n<li>The domain of [latex]g(x) = x+2[\/latex] is all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/li>\n<li>[latex]f(x) = x^2[\/latex] is also defined for all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/li>\n<\/ul>\n<p style=\"text-align: left;\">Therefore, the domain of [latex](f \\circ g)(x) = x^2 + 4x + 4[\/latex] is all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/p>\n<p style=\"text-align: left;\">Following the same reasoning, the domain of [latex](g \\circ f)(x) = x^2 + 2[\/latex] is also all real numbers, [latex](-\\infty, \\infty)[\/latex].<\/div>\n<\/div>\n<p><math xmlns=\"http:\/\/www.w3.org\/1998\/Math\/MathML\"><semantics><mrow><mo stretchy=\"false\"><\/mo><\/mrow><\/semantics><\/math>&nbsp;<\/p>\n<\/section>\n<section class=\"textbox proTip\">It&#8217;s important to remember that function composition is not the same as multiplication of functions. When we compose two functions, we are plugging one function into another, not multiplying their outputs.<\/p>\n<p style=\"text-align: center;\">[latex](f \\circ g)(x) \\ne (f \\cdot g)(x)[\/latex]<\/p>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm317899\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=317899&theme=lumen&iframe_resize_id=ohm317899&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm317900\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=317900&theme=lumen&iframe_resize_id=ohm317900&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm317901\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=317901&theme=lumen&iframe_resize_id=ohm317901&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":13,"menu_order":7,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":498,"module-header":"learn_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/617"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/users\/13"}],"version-history":[{"count":11,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/617\/revisions"}],"predecessor-version":[{"id":5437,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/617\/revisions\/5437"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/parts\/498"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/617\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=617"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=617"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=617"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}