{"id":8905,"date":"2017-02-06T17:54:53","date_gmt":"2017-02-07T01:54:53","guid":{"rendered":"https:\/\/magoosh.com\/hs\/?p=8905"},"modified":"2017-02-06T16:00:15","modified_gmt":"2017-02-07T00:00:15","slug":"limit-of-a-function","status":"publish","type":"post","link":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/","title":{"rendered":"What is the Limit of a Function?"},"content":{"rendered":"<p>The limit of a function may be a confusing concept.  What do we mean when we say that a function has a limit at a given point?  And how can we estimate or compute limits? <\/p>\n<p>Limit problems show up on both the AP Calculus AB and BC exams, so it&#8217;s important to understand the concepts and techniques in order to maximum your score.  In this article I&#8217;ll define the limit of a function and illustrate a few techniques for evaluating them.<\/p>\n<h2>Definition: the Limit of a Function<\/h2>\n<p>Suppose <em>y<\/em> = <em>f<\/em>(<em>x<\/em>) is a function.  Informally, a <strong>limit<\/strong> of <em>f<\/em> is a <em>y<\/em>-value <em>L<\/em> that <em>f<\/em>(<em>x<\/em>) approaches as <em>x<\/em> approaches some specified number <em>a<\/em>.  We use the following notation for limits:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/magoosh.com\/hs\/files\/2017\/01\/limit_notation.jpg\" alt=\"Notation for the limit of a function\" width=\"109\" height=\"36\" class=\"aligncenter size-full wp-image-8596\" \/><\/p>\n<h3>Graphical Interpretation of Limits<\/h3>\n<p>Let&#8217;s take a look at the graph below.  What is going on near <em>x<\/em> = 3?<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/magoosh.com\/hs\/files\/2017\/01\/limit_in_graph.jpg\" alt=\"Limit of a function given by a graph\" width=\"527\" height=\"410\" class=\"aligncenter size-full wp-image-8597\" srcset=\"https:\/\/magoosh.com\/hs\/files\/2017\/01\/limit_in_graph.jpg 527w, https:\/\/magoosh.com\/hs\/files\/2017\/01\/limit_in_graph-300x233.jpg 300w\" sizes=\"(max-width: 527px) 100vw, 527px\" \/><\/p>\n<p>The open circle on the graph at (3, 2) means that <em>f<\/em>(3) does not exist.  However the <em>limit<\/em> does exist!  <\/p>\n<p>Notice that any <em>x<\/em>-value in the green region has a corresponding <em>y<\/em>-value in the blue region.  As long as <em>x<\/em> is chosen <em>close enough<\/em> to 3 (but not 3 itself), the output of <em>f<\/em>(<em>x<\/em>) can be made to be <em>as close as we want<\/em> to 2.<\/p>\n<p>Therefore the limit of <em>f<\/em>(<em>x<\/em>) as <em>x<\/em> &rarr; 3 is equal to 2.<\/p>\n<h2>Estimating a Limit<\/h2>\n<p>I tend to think of limits as measuring the &#8220;trend&#8221; of the function values.  One way to estimate a limiting value is to build a table of values.  Choose <em>x<\/em>-values that are closer and closer to <em>x<\/em> = <em>a<\/em>, and look for a trend in the corresponding <em>y<\/em>-values.<\/p>\n<p>For example, let&#8217;s estimate <img decoding=\"async\" src=\"https:\/\/magoosh.com\/hs\/files\/2017\/02\/limit_example.gif\" alt=\"Limit example problem\" width=\"91\" height=\"41\" class=\"alignnone size-full wp-image-8911\" srcset=\"https:\/\/magoosh.com\/hs\/files\/2017\/02\/limit_example.gif 91w, https:\/\/magoosh.com\/hs\/files\/2017\/02\/limit_example-30x14.gif 30w\" sizes=\"(max-width: 91px) 100vw, 91px\" \/>, using a table of values.<\/p>\n<p>First of all, note that if you plug in <em>x<\/em> = 3, you get: (3<sup>2<\/sup> &#8211; 3(3))\/(3<sup>2<\/sup> &#8211; 9) = (9 &#8211; 9)\/(9 &#8211; 9) = 0\/0.  We all know you can&#8217;t divide by 0.  So does that mean the limit doesn&#8217;t exist?<\/p>\n<p>No, the limit might still exist!  In fact, a limit problem is not really asking for the actual value of <em>f<\/em> at <em>x<\/em> = <em>a<\/em>.  Instead, it&#8217;s about what happens <em>near<\/em> <em>x<\/em> = <em>a<\/em>.  <\/p>\n<p>So since we can&#8217;t plug in 3 directly, we should examine the output of the function for <em>x<\/em>-values <em>near<\/em> 3. For example, try plugging in 2.  But there are infinitely many numbers that are even closer, including 2.9, 2.99, 2.999, so let&#8217;s check those out too.<\/p>\n<table id=\"tablepress-88\" class=\"tablepress tablepress-id-88 tablepress-responsive\">\n<thead>\n<tr class=\"row-1 odd\">\n<th class=\"column-1\"><em>x<\/em><\/th>\n<th class=\"column-2\"><em>f<\/em>(<em>x<\/em>) = (<em>x<\/em><sup>2<\/sup> &#8211; 3<em>x<\/em>)\/(<em>x<\/em><sup>2<\/sup> &#8211; 9)<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n<td class=\"column-1\">2<\/td>\n<td class=\"column-2\">0.4<\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n<td class=\"column-1\">2.9<\/td>\n<td class=\"column-2\">0.491525<\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n<td class=\"column-1\">2.99<\/td>\n<td class=\"column-2\">0.499165<\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n<td class=\"column-1\">2.999<\/td>\n<td class=\"column-2\">0.499917<\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n<td class=\"column-1\">3<\/td>\n<td class=\"column-2\">Can&#8217;t plug in<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><!-- #tablepress-88 from cache --><\/p>\n<p>The corresponding <em>y<\/em>-values seem to be heading towards 0.5.<\/p>\n<p>A number close to 3 on the right would be 4.  But that might not give the most accurate estimate, so try 3.1, 3.01, 3.001, approaching 3 from the right.  It is important to sample many values both to the left and right of your <em>a<\/em>-value so that you can build evidence to support your estimate for the limit.<\/p>\n<table id=\"tablepress-89\" class=\"tablepress tablepress-id-89 tablepress-responsive\">\n<thead>\n<tr class=\"row-1 odd\">\n<th class=\"column-1\"><em>x<\/em><\/th>\n<th class=\"column-2\"><em>f<\/em>(<em>x<\/em>) = (<em>x<\/em><sup>2<\/sup> &#8211; 3<em>x<\/em>)\/(<em>x<\/em><sup>2<\/sup> &#8211; 9)<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n<td class=\"column-1\">4<\/td>\n<td class=\"column-2\">0.571429<\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n<td class=\"column-1\">3.1<\/td>\n<td class=\"column-2\">0.508197<\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n<td class=\"column-1\">3.01<\/td>\n<td class=\"column-2\">0.500832<\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n<td class=\"column-1\">3.001<\/td>\n<td class=\"column-2\">0.500083<\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n<td class=\"column-1\">3<\/td>\n<td class=\"column-2\">Can&#8217;t plug in<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><!-- #tablepress-89 from cache --><\/p>\n<p>Even though you can&#8217;t plug in 3, the trend in the function values seems to be point towards a limiting value of 0.5.<\/p>\n<h2>Next Steps<\/h2>\n<p>Finding a limit from the graph or from numerical evidence may not give the precise limit value.  In fact, a table of values may even mislead you to think that a function has a limit when it does not.  So it&#8217;s essential to have a toolbox of methods for working out limits analytically.<\/p>\n<p>In this short introduction we cannot explore those techniques, but now that you know what a limit is, take a look at the following resources:<\/p>\n<ul>\n<li><a href=\"https:\/\/magoosh.com\/hs\/ap\/ap-calculus-exam-review-limits-continuity\/\">AP Calculus Exam Review: Limits and Continuity<\/a><\/li>\n<li><a href=\"https:\/\/magoosh.com\/hs\/ap\/limits-ap-calculus-exam-review\/\">Limits on the AP Calculus Exam<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.<\/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],"class_list":["post-8905","post","type-post","status-publish","format-standard","hentry","category-ap","tag-ap-calculus"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v21.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is the Limit of a Function? - Magoosh Blog | High School<\/title>\n<meta name=\"description\" content=\"The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the Limit of a Function?\" \/>\n<meta property=\"og:description\" content=\"The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\" \/>\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-02-07T01:54:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-02-07T00:00:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/magoosh.com\/hs\/files\/2017\/01\/limit_notation.jpg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\"},\"author\":{\"name\":\"Shaun Ault\",\"@id\":\"https:\/\/magoosh.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f\"},\"headline\":\"What is the Limit of a Function?\",\"datePublished\":\"2017-02-07T01:54:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\"},\"wordCount\":572,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/magoosh.com\/hs\/#organization\"},\"keywords\":[\"AP Calculus\"],\"articleSection\":[\"AP\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\",\"url\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\",\"name\":\"What is the Limit of a Function? - Magoosh Blog | High School\",\"isPartOf\":{\"@id\":\"https:\/\/magoosh.com\/hs\/#website\"},\"datePublished\":\"2017-02-07T01:54:53+00:00\",\"description\":\"The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.\",\"breadcrumb\":{\"@id\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/magoosh.com\/hs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is the Limit of a Function?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/magoosh.com\/hs\/#website\",\"url\":\"https:\/\/magoosh.com\/hs\/\",\"name\":\"Magoosh Blog | High School\",\"description\":\"ACT, SAT, College Admissions, Life\",\"publisher\":{\"@id\":\"https:\/\/magoosh.com\/hs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/magoosh.com\/hs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/magoosh.com\/hs\/#organization\",\"name\":\"Magoosh\",\"url\":\"https:\/\/magoosh.com\/hs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/magoosh.com\/hs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/magoosh.com\/hs\/files\/2019\/02\/Magoosh-logo-purple-60h.png\",\"contentUrl\":\"https:\/\/magoosh.com\/hs\/files\/2019\/02\/Magoosh-logo-purple-60h.png\",\"width\":265,\"height\":60,\"caption\":\"Magoosh\"},\"image\":{\"@id\":\"https:\/\/magoosh.com\/hs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/MagooshSat\/\",\"https:\/\/twitter.com\/MagooshSAT_ACT\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/magoosh.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f\",\"name\":\"Shaun Ault\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/magoosh.com\/hs\/#\/schema\/person\/image\/d3984d52deb82187299202f51fb828ce\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f10cdb687137bc0ad4e885404588101b7cd4aa01ae2be48abda61f14fa3715e2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f10cdb687137bc0ad4e885404588101b7cd4aa01ae2be48abda61f14fa3715e2?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\":\"https:\/\/magoosh.com\/hs\/author\/shaunault\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is the Limit of a Function? - Magoosh Blog | High School","description":"The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.","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":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/","og_locale":"en_US","og_type":"article","og_title":"What is the Limit of a Function?","og_description":"The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.","og_url":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/","og_site_name":"Magoosh Blog | High School","article_publisher":"https:\/\/www.facebook.com\/MagooshSat\/","article_published_time":"2017-02-07T01:54:53+00:00","article_modified_time":"2017-02-07T00:00:15+00:00","og_image":[{"url":"https:\/\/magoosh.com\/hs\/files\/2017\/01\/limit_notation.jpg"}],"author":"Shaun Ault","twitter_card":"summary_large_image","twitter_creator":"@ShaunAultMath","twitter_site":"@MagooshSAT_ACT","twitter_misc":{"Written by":"Shaun Ault","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/#article","isPartOf":{"@id":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/"},"author":{"name":"Shaun Ault","@id":"https:\/\/magoosh.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f"},"headline":"What is the Limit of a Function?","datePublished":"2017-02-07T01:54:53+00:00","mainEntityOfPage":{"@id":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/"},"wordCount":572,"commentCount":0,"publisher":{"@id":"https:\/\/magoosh.com\/hs\/#organization"},"keywords":["AP Calculus"],"articleSection":["AP"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/","url":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/","name":"What is the Limit of a Function? - Magoosh Blog | High School","isPartOf":{"@id":"https:\/\/magoosh.com\/hs\/#website"},"datePublished":"2017-02-07T01:54:53+00:00","description":"The limit of a function may be a confusing concept. Click here to learn what a limit is and how to estimate or compute it in a few different cases.","breadcrumb":{"@id":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/magoosh.com\/hs\/ap\/limit-of-a-function\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/magoosh.com\/hs\/"},{"@type":"ListItem","position":2,"name":"What is the Limit of a Function?"}]},{"@type":"WebSite","@id":"https:\/\/magoosh.com\/hs\/#website","url":"https:\/\/magoosh.com\/hs\/","name":"Magoosh Blog | High School","description":"ACT, SAT, College Admissions, Life","publisher":{"@id":"https:\/\/magoosh.com\/hs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/magoosh.com\/hs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/magoosh.com\/hs\/#organization","name":"Magoosh","url":"https:\/\/magoosh.com\/hs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magoosh.com\/hs\/#\/schema\/logo\/image\/","url":"https:\/\/magoosh.com\/hs\/files\/2019\/02\/Magoosh-logo-purple-60h.png","contentUrl":"https:\/\/magoosh.com\/hs\/files\/2019\/02\/Magoosh-logo-purple-60h.png","width":265,"height":60,"caption":"Magoosh"},"image":{"@id":"https:\/\/magoosh.com\/hs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MagooshSat\/","https:\/\/twitter.com\/MagooshSAT_ACT"]},{"@type":"Person","@id":"https:\/\/magoosh.com\/hs\/#\/schema\/person\/f01e70874cef77d6f6392c12c43f6b6f","name":"Shaun Ault","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magoosh.com\/hs\/#\/schema\/person\/image\/d3984d52deb82187299202f51fb828ce","url":"https:\/\/secure.gravatar.com\/avatar\/f10cdb687137bc0ad4e885404588101b7cd4aa01ae2be48abda61f14fa3715e2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f10cdb687137bc0ad4e885404588101b7cd4aa01ae2be48abda61f14fa3715e2?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":"https:\/\/magoosh.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\/f10cdb687137bc0ad4e885404588101b7cd4aa01ae2be48abda61f14fa3715e2?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":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/posts\/8905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/users\/223"}],"replies":[{"embeddable":true,"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/comments?post=8905"}],"version-history":[{"count":0,"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/posts\/8905\/revisions"}],"wp:attachment":[{"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/media?parent=8905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/categories?post=8905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/tags?post=8905"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/magoosh.com\/hs\/wp-json\/wp\/v2\/ppma_author?post=8905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}