{"id":10705,"date":"2017-07-17t12:42:46","date_gmt":"2017-07-17t19:42:46","guid":{"rendered":"\/\/www.catharsisit.com\/hs\/?p=10705"},"modified":"2017-07-15t17:44:53","modified_gmt":"2017-07-16t00:44:53","slug":"ap-calculus-review-intermediate-value-theorem","status":"publish","type":"post","link":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/","title":{"rendered":"ap calculus review: intermediate value theorem"},"content":{"rendered":"

what is the intermediate value theorem<\/strong>? basically, it’s the property of continuous functions<\/em> that guarantees no gaps in the graph between two given points. in this article, what you need to know about intermediate value theorem for the ap calculus exams.<\/p>\n

the intermediate value theorem (ivt)<\/h2>\n

here’s the statement of the theorem:<\/p>\n

\nsuppose f<\/em> is a function that is continuous<\/a><\/strong> on the closed interval [a<\/em>, b<\/em>]. if l<\/em> is any number between f<\/em>(a<\/em>) and f<\/em>(b<\/em>), then there must be a value, x<\/em> = c<\/em>, where a<\/em> < c<\/em> < b<\/em>, such that f<\/em>(c<\/em>) = l<\/em>.<\/p><\/blockquote>\n

intuitive understanding of the ivt<\/h3>\n

so what does this theorem really say? wrapped up within the mathematical language, there is a simple core idea. if there are two points (a, p) and (b, q) on the graph of a continuous function, and all of the y-coordinates between p and q must also be represented on that function. here, p<\/em> = f<\/em>(a<\/em>) and q<\/em> = f<\/em>(b<\/em>) as in the theorem.<\/p>\n

it may help to think of “l<\/em>” as a target<\/em> value. then the ivt is a statement about whether a function is guaranteed to hit that target value.<\/p>\n

\"graph
if l<\/em> is any number between the y<\/em>-coordinates, p<\/em> and q<\/em>, then there must be a point x<\/em> = c<\/em> so that f<\/em>(c<\/em>) = l<\/em> (as long as the function f<\/em> is continuous).<\/figcaption><\/figure>\n

it’s as easy as crossing the street…<\/p>\n

suppose you’re standing on one side of a busy street and your friend is standing on the other side, but much further down the street. as you walk toward your friend, you know that you must cross the street at some point in your journey to meet your friend, right? <\/p>\n

think of you and your friend as the two given points in the plane. your path as you walk down the street is like the graph of a function. the street is simply an “intermediate value” that your path must cross if you want to meet up with your friend.<\/p>\n

\"open
desert road (photo by william warby<\/a>, via wikimedia commons)<\/figcaption><\/figure>\n

what could go wrong?<\/h3>\n

the intermediate value theorem is true so long as the conditions (or, hypotheses<\/em>) are met. in the case of the ivt, there is one condition: the function must be continuous<\/strong> on the given closed interval, [a<\/em>, b<\/em>].<\/p>\n

so what happens if a function fails to meet those conditions? basically, all bets are off.<\/p>\n

for example, the function f<\/em>(x<\/em>) = 1\/x<\/em> is not continuous<\/strong> on the interval [-1, 1]. therefore, we cannot expect there to be a value x<\/em> = c<\/em> such that f<\/em>(c<\/em>) = l<\/em> for any number l<\/em> between f<\/em>(a<\/em>) and f<\/em>(b<\/em>).<\/p>\n

in this case, f<\/em>(a<\/em>) = f<\/em>(-1) = -1, and f<\/em>(b<\/em>) = f<\/em>(1) = 1. so, in particular, there’s no guarantee that f<\/em>(c<\/em>) = 0 for any value c<\/em> in [-1, 1]. in fact, the graph of 1\/x<\/em> shows how it completely misses y<\/em> = 0.<\/p>\n

\"graph
there is no value x<\/em> = c<\/em> between -1 and 1 such that f<\/em>(c<\/em>) = 0.<\/figcaption><\/figure>\n

what’s it good for?<\/h3>\n

the intermediate value theorem is useful for a number of reasons.<\/p>\n

first of all, it helps to develop the mathematical foundations for calculus. in fact, the ivt is a major ingredient in the proofs of the extreme value theorem (evt)<\/strong> and mean value theorem (mvt)<\/a><\/strong>.<\/p>\n

solving equations (bisection method)<\/h4>\n

on a more concrete level, the ivt plays a role in solving equations. suppose you have an equation to solve, such as x<\/em>3<\/sup> – 5x<\/em> = 1.<\/p>\n

based on the graph of the function f<\/em>(x<\/em>) = x<\/em>3<\/sup> – 5x<\/em>, we might guess that f<\/em>(x<\/em>) = 1 somewhere between x<\/em> = 2 and x<\/em> = 3. but how can we be sure? and how can we narrow down our estimate?<\/p>\n

\"estimating
graph of f<\/em>(x<\/em>) = x<\/em>3<\/sup> – 5x<\/em>.<\/figcaption><\/figure>\n

first of all, the intermediate value theorem will guarantee the existence of a solution to the equation, as long as the conditions match those of the theorem.<\/p>\n

    \n
  1. is the function continuous on the interval?<\/em> yes, in this case f<\/em>(x<\/em>) is a polynomial, which is continuous at all real numbers.<\/li>\n
  2. is the target value between f<\/em>(a<\/em>) and f<\/em>(b<\/em>)? well let’s find out! here, we let a<\/em> = 2 and b<\/em> = 3. then we have:\n
      \n
    • f<\/em>(a<\/em>) = (2)3<\/sup> – 5(2) = -2.<\/li>\n
    • f<\/em>(b<\/em>) = (3)3<\/sup> – 5(3) = 12.<\/li>\n<\/ul>\n

      notice that the target value l<\/em> = 1 is between -2 and 12.\n<\/li>\n<\/ol>\n

      therefore, by the ivt, there must be a value x<\/em> = c<\/em>, where 2 < c<\/em> < 3, and such that f<\/em>(c<\/em>) = 1.<\/p>\n

      next, we can narrow down the location of the solution by using the bisection method<\/strong>. first find the midpoint between the two x<\/em>-values. in this example, that would be 2.5.<\/p>\n

      then, plug in x<\/em> = 2.5 into the function.<\/p>\n

      f(2.5) = (2.5)3<\/sup> – 5(2.5) = 3.1.<\/p>\n

      now check to see which half of the interval contains our target value. because l<\/em> = 1 is between -2 and 3.21, we can focus on the smaller interval [2, 2.5]. by the ivt, the solution must<\/em> be in this interval!<\/p>\n

      in fact, the bisection method can be repeated any number of times until we find the solution to the desired accuracy.<\/p>\n

        \n
      • the midpoint between 2 and 2.5 is: 2.25. f(2.25) = 0.14, which is lower than our target value. thus, the solution must be in [2.25, 2.5].<\/li>\n
      • the midpoint between 2.25 and 2.5 is: 2.375. f(2.375) = 1.52, which is higher than our target value. thus, the solution must be in [2.25, 2.375].<\/li>\n<\/ul>\n

        after a few more bisections, you can narrow down the solution to the equation, which is c<\/em> = 2.33, accurate to two decimal digits.<\/p>\n

        summary<\/h2>\n
          \n
        • the intermediate value theorem (ivt) is a precise mathematical statement (theorem<\/em>) concerning the properties of continuous functions.<\/li>\n
        • the ivt states that if a function is continuous<\/em> on [a<\/em>, b<\/em>], and if l<\/em> is any number between f<\/em>(a<\/em>) and f<\/em>(b<\/em>), then there must be a value, x<\/em> = c<\/em>, where a<\/em> < c<\/em> < b<\/em>, such that f<\/em>(c<\/em>) = l<\/em>.<\/li>\n
        • the ivt is useful for proving other theorems, such that the evt and mvt.<\/li>\n
        • the ivt is also useful for locating solutions to equations by the bisection method<\/em>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"

          what is the intermediate value theorem? basically, it’s the property of continuous functions that guarantees no gaps in the graph between two given points. in this article, what you need to know about intermediate value theorem for the ap calculus exams. the intermediate value theorem (ivt) here’s the statement of the theorem: suppose f is […]<\/p>\n","protected":false},"author":223,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[240],"tags":[241],"ppma_author":[24932],"acf":[],"yoast_head":"\nap calculus review: intermediate value theorem - magoosh blog | high school<\/title>\n<meta name=\"description\" content=\"the intermediate value theorem is a certain property of continuous functions. check out this review article to learn what you need to know for the ap exams!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\" \/>\n<meta property=\"og:locale\" content=\"en_us\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ap calculus review: intermediate value theorem\" \/>\n<meta property=\"og:description\" content=\"the intermediate value theorem is a certain property of continuous functions. check out this review article to learn what you need to know for the ap exams!\" \/>\n<meta property=\"og:url\" content=\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\" \/>\n<meta property=\"og:site_name\" content=\"magoosh blog | high school\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/magooshsat\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-17t19:42:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-07-16t00:44:53+00:00\" \/>\n<meta property=\"og:image\" content=\"\/\/www.catharsisit.com\/hs\/files\/2017\/07\/ivt_graph.png\" \/>\n<meta name=\"author\" content=\"shaun ault\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@shaunaultmath\" \/>\n<meta name=\"twitter:site\" content=\"@magooshsat_act\" \/>\n<meta name=\"twitter:label1\" content=\"written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"shaun ault\" \/>\n\t<meta name=\"twitter:label2\" content=\"est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"article\",\"@id\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#article\",\"ispartof\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\"},\"author\":{\"name\":\"shaun ault\",\"@id\":\"\/\/www.catharsisit.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f\"},\"headline\":\"ap calculus review: intermediate value theorem\",\"datepublished\":\"2017-07-17t19:42:46+00:00\",\"datemodified\":\"2017-07-16t00:44:53+00:00\",\"mainentityofpage\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\"},\"wordcount\":1007,\"commentcount\":0,\"publisher\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/#organization\"},\"keywords\":[\"ap calculus\"],\"articlesection\":[\"ap\"],\"inlanguage\":\"en-us\",\"potentialaction\":[{\"@type\":\"commentaction\",\"name\":\"comment\",\"target\":[\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#respond\"]}]},{\"@type\":\"webpage\",\"@id\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\",\"url\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\",\"name\":\"ap calculus review: intermediate value theorem - magoosh blog | high school\",\"ispartof\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/#website\"},\"datepublished\":\"2017-07-17t19:42:46+00:00\",\"datemodified\":\"2017-07-16t00:44:53+00:00\",\"description\":\"the intermediate value theorem is a certain property of continuous functions. check out this review article to learn what you need to know for the ap exams!\",\"breadcrumb\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#breadcrumb\"},\"inlanguage\":\"en-us\",\"potentialaction\":[{\"@type\":\"readaction\",\"target\":[\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/\"]}]},{\"@type\":\"breadcrumblist\",\"@id\":\"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#breadcrumb\",\"itemlistelement\":[{\"@type\":\"listitem\",\"position\":1,\"name\":\"home\",\"item\":\"\/\/www.catharsisit.com\/hs\/\"},{\"@type\":\"listitem\",\"position\":2,\"name\":\"ap calculus review: intermediate value theorem\"}]},{\"@type\":\"website\",\"@id\":\"\/\/www.catharsisit.com\/hs\/#website\",\"url\":\"\/\/www.catharsisit.com\/hs\/\",\"name\":\"magoosh blog | high school\",\"description\":\"act, sat, college admissions, life\",\"publisher\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/#organization\"},\"potentialaction\":[{\"@type\":\"searchaction\",\"target\":{\"@type\":\"entrypoint\",\"urltemplate\":\"\/\/www.catharsisit.com\/hs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inlanguage\":\"en-us\"},{\"@type\":\"organization\",\"@id\":\"\/\/www.catharsisit.com\/hs\/#organization\",\"name\":\"magoosh\",\"url\":\"\/\/www.catharsisit.com\/hs\/\",\"logo\":{\"@type\":\"imageobject\",\"inlanguage\":\"en-us\",\"@id\":\"\/\/www.catharsisit.com\/hs\/#\/schema\/logo\/image\/\",\"url\":\"\/\/www.catharsisit.com\/hs\/files\/2019\/02\/magoosh-logo-purple-60h.png\",\"contenturl\":\"\/\/www.catharsisit.com\/hs\/files\/2019\/02\/magoosh-logo-purple-60h.png\",\"width\":265,\"height\":60,\"caption\":\"magoosh\"},\"image\":{\"@id\":\"\/\/www.catharsisit.com\/hs\/#\/schema\/logo\/image\/\"},\"sameas\":[\"https:\/\/www.facebook.com\/magooshsat\/\",\"https:\/\/twitter.com\/magooshsat_act\"]},{\"@type\":\"person\",\"@id\":\"\/\/www.catharsisit.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f\",\"name\":\"shaun ault\",\"image\":{\"@type\":\"imageobject\",\"inlanguage\":\"en-us\",\"@id\":\"\/\/www.catharsisit.com\/hs\/#\/schema\/person\/image\/7c80c2046678e19beb5b9c8401d56613\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/28c36635b8fed6717752755f46cda239?s=96&d=mm&r=g\",\"contenturl\":\"https:\/\/secure.gravatar.com\/avatar\/28c36635b8fed6717752755f46cda239?s=96&d=mm&r=g\",\"caption\":\"shaun ault\"},\"description\":\"shaun earned his ph. d. in mathematics from the ohio state university in 2008 (go bucks!!). he received his ba in mathematics with a minor in computer science from oberlin college in 2002. in addition, shaun earned a b. mus. from the oberlin conservatory in the same year, with a major in music composition. shaun still loves music -- almost as much as math! -- and he (thinks he) can play piano, guitar, and bass. shaun has taught and tutored students in mathematics for about a decade, and hopes his experience can help you to succeed!\",\"sameas\":[\"http:\/\/valdosta.academia.edu\/shaunault\",\"https:\/\/twitter.com\/shaunaultmath\"],\"url\":\"\/\/www.catharsisit.com\/hs\/author\/shaunault\/\"}]}<\/script>\n<!-- \/ yoast seo premium plugin. -->","yoast_head_json":{"title":"ap calculus review: intermediate value theorem - magoosh blog | high school","description":"the intermediate value theorem is a certain property of continuous functions. check out this review article to learn what you need to know for the ap exams!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/","og_locale":"en_us","og_type":"article","og_title":"ap calculus review: intermediate value theorem","og_description":"the intermediate value theorem is a certain property of continuous functions. check out this review article to learn what you need to know for the ap exams!","og_url":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/","og_site_name":"magoosh blog | high school","article_publisher":"https:\/\/www.facebook.com\/magooshsat\/","article_published_time":"2017-07-17t19:42:46+00:00","article_modified_time":"2017-07-16t00:44:53+00:00","og_image":[{"url":"\/\/www.catharsisit.com\/hs\/files\/2017\/07\/ivt_graph.png"}],"author":"shaun ault","twitter_card":"summary_large_image","twitter_creator":"@shaunaultmath","twitter_site":"@magooshsat_act","twitter_misc":{"written by":"shaun ault","est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"article","@id":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#article","ispartof":{"@id":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/"},"author":{"name":"shaun ault","@id":"\/\/www.catharsisit.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f"},"headline":"ap calculus review: intermediate value theorem","datepublished":"2017-07-17t19:42:46+00:00","datemodified":"2017-07-16t00:44:53+00:00","mainentityofpage":{"@id":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/"},"wordcount":1007,"commentcount":0,"publisher":{"@id":"\/\/www.catharsisit.com\/hs\/#organization"},"keywords":["ap calculus"],"articlesection":["ap"],"inlanguage":"en-us","potentialaction":[{"@type":"commentaction","name":"comment","target":["\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#respond"]}]},{"@type":"webpage","@id":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/","url":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/","name":"ap calculus review: intermediate value theorem - magoosh blog | high school","ispartof":{"@id":"\/\/www.catharsisit.com\/hs\/#website"},"datepublished":"2017-07-17t19:42:46+00:00","datemodified":"2017-07-16t00:44:53+00:00","description":"the intermediate value theorem is a certain property of continuous functions. check out this review article to learn what you need to know for the ap exams!","breadcrumb":{"@id":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#breadcrumb"},"inlanguage":"en-us","potentialaction":[{"@type":"readaction","target":["\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/"]}]},{"@type":"breadcrumblist","@id":"\/\/www.catharsisit.com\/hs\/ap\/ap-calculus-review-intermediate-value-theorem\/#breadcrumb","itemlistelement":[{"@type":"listitem","position":1,"name":"home","item":"\/\/www.catharsisit.com\/hs\/"},{"@type":"listitem","position":2,"name":"ap calculus review: intermediate value theorem"}]},{"@type":"website","@id":"\/\/www.catharsisit.com\/hs\/#website","url":"\/\/www.catharsisit.com\/hs\/","name":"magoosh blog | high school","description":"act, sat, college admissions, life","publisher":{"@id":"\/\/www.catharsisit.com\/hs\/#organization"},"potentialaction":[{"@type":"searchaction","target":{"@type":"entrypoint","urltemplate":"\/\/www.catharsisit.com\/hs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inlanguage":"en-us"},{"@type":"organization","@id":"\/\/www.catharsisit.com\/hs\/#organization","name":"magoosh","url":"\/\/www.catharsisit.com\/hs\/","logo":{"@type":"imageobject","inlanguage":"en-us","@id":"\/\/www.catharsisit.com\/hs\/#\/schema\/logo\/image\/","url":"\/\/www.catharsisit.com\/hs\/files\/2019\/02\/magoosh-logo-purple-60h.png","contenturl":"\/\/www.catharsisit.com\/hs\/files\/2019\/02\/magoosh-logo-purple-60h.png","width":265,"height":60,"caption":"magoosh"},"image":{"@id":"\/\/www.catharsisit.com\/hs\/#\/schema\/logo\/image\/"},"sameas":["https:\/\/www.facebook.com\/magooshsat\/","https:\/\/twitter.com\/magooshsat_act"]},{"@type":"person","@id":"\/\/www.catharsisit.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f","name":"shaun ault","image":{"@type":"imageobject","inlanguage":"en-us","@id":"\/\/www.catharsisit.com\/hs\/#\/schema\/person\/image\/7c80c2046678e19beb5b9c8401d56613","url":"https:\/\/secure.gravatar.com\/avatar\/28c36635b8fed6717752755f46cda239?s=96&d=mm&r=g","contenturl":"https:\/\/secure.gravatar.com\/avatar\/28c36635b8fed6717752755f46cda239?s=96&d=mm&r=g","caption":"shaun ault"},"description":"shaun earned his ph. d. in mathematics from the ohio state university in 2008 (go bucks!!). he received his ba in mathematics with a minor in computer science from oberlin college in 2002. in addition, shaun earned a b. mus. from the oberlin conservatory in the same year, with a major in music composition. shaun still loves music -- almost as much as math! -- and he (thinks he) can play piano, guitar, and bass. shaun has taught and tutored students in mathematics for about a decade, and hopes his experience can help you to succeed!","sameas":["http:\/\/valdosta.academia.edu\/shaunault","https:\/\/twitter.com\/shaunaultmath"],"url":"\/\/www.catharsisit.com\/hs\/author\/shaunault\/"}]}},"authors":[{"term_id":24932,"user_id":223,"is_guest":0,"slug":"shaunault","display_name":"shaun ault","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/28c36635b8fed6717752755f46cda239?s=96&d=mm&r=g","user_url":"http:\/\/valdosta.academia.edu\/shaunault","last_name":"ault","first_name":"shaun","description":"shaun earned his ph. d. in mathematics from the ohio state university in 2008 (go bucks!!). he received his ba in mathematics with a minor in computer science from oberlin college in 2002. in addition, shaun earned a b. mus. from the oberlin conservatory in the same year, with a major in music composition. shaun still loves music -- almost as much as math! -- and he (thinks he) can play piano, guitar, and bass. shaun has taught and tutored students in mathematics for about a decade, and hopes his experience can help you to succeed!"}],"_links":{"self":[{"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/posts\/10705"}],"collection":[{"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/users\/223"}],"replies":[{"embeddable":true,"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/comments?post=10705"}],"version-history":[{"count":0,"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/posts\/10705\/revisions"}],"wp:attachment":[{"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/media?parent=10705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/categories?post=10705"},{"taxonomy":"post_tag","embeddable":true,"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/tags?post=10705"},{"taxonomy":"author","embeddable":true,"href":"\/\/www.catharsisit.com\/hs\/wp-json\/wp\/v2\/ppma_author?post=10705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}