{"id":958,"date":"2025-06-20T17:25:01","date_gmt":"2025-06-20T17:25:01","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/calculus2\/?post_type=chapter&#038;p=958"},"modified":"2025-09-12T14:34:57","modified_gmt":"2025-09-12T14:34:57","slug":"applications-of-series-learn-it-2","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/calculus2\/chapter\/applications-of-series-learn-it-2\/","title":{"raw":"Applications of Series: Learn It 2","rendered":"Applications of Series: Learn It 2"},"content":{"raw":"<h2 data-type=\"title\">Common Functions Expressed as Taylor Series<\/h2>\r\nAt this point, we have derived Maclaurin series for exponential, trigonometric, and logarithmic functions, as well as functions of the form [latex]f\\left(x\\right)={\\left(1+x\\right)}^{r}[\/latex]. The table below summarizes these important series.\r\n<table id=\"fs-id1167024047165\" summary=\"This table has seven rows and three columns. The header row labels the columns \"><caption><span data-type=\"title\">Maclaurin Series for Common Functions<\/span><\/caption>\r\n<thead>\r\n<tr valign=\"top\">\r\n<th style=\"text-align: center;\" data-align=\"left\">Function<\/th>\r\n<th style=\"text-align: center;\" data-align=\"left\">Maclaurin Series<\/th>\r\n<th style=\"text-align: center;\" data-align=\"left\">Interval of Convergence<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\frac{1}{1-x}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{x}^{n}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 &lt; x &lt; 1[\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)={e}^{x}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }\\frac{{x}^{n}}{n\\text{!}}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\text{-}\\infty &lt; x &lt; \\infty [\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\sin{x}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{\\left(-1\\right)}^{n}\\frac{{x}^{2n+1}}{\\left(2n+1\\right)\\text{!}}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\text{-}\\infty &lt; x &lt; \\infty [\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\cos{x}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{\\left(-1\\right)}^{n}\\frac{{x}^{2n}}{\\left(2n\\right)\\text{!}}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\text{-}\\infty &lt; x &lt; \\infty [\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\text{ln}\\left(1+x\\right)[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }{\\left(-1\\right)}^{n+1}\\frac{{x}^{n}}{n}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 &lt; x\\le 1[\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)={\\tan}^{-1}x[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{\\left(-1\\right)}^{n}\\frac{{x}^{2n+1}}{2n+1}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 &lt; x\\le 1[\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)={\\left(1+x\\right)}^{r}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }\\left(\\begin{array}{c}r\\hfill \\\\ n\\hfill \\end{array}\\right){x}^{n}[\/latex]<\/td>\r\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 &lt; x &lt; 1[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">The convergence of the Maclaurin series for [latex]f\\left(x\\right)=\\ln\\left(1+x\\right)[\/latex] at [latex]x=1[\/latex] and for [latex]f\\left(x\\right)={\\tan}^{-1}x[\/latex] at [latex]x=\\pm 1[\/latex] relies on Abel's theorem, which is beyond our current scope.<\/section>\r\n<p id=\"fs-id1167024038494\">Earlier in the chapter, we showed how you could combine power series to create new power series. Here we use these properties, combined with the Maclaurin series above, to create Maclaurin series for other functions.<\/p>\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">\r\n<div id=\"fs-id1167024038506\" data-type=\"problem\">\r\n<p id=\"fs-id1167024038511\">Find the Maclaurin series of each of the following functions by using one of the series listed in the table.<\/p>\r\n\r\n<ol id=\"fs-id1167024038518\" type=\"a\">\r\n \t<li>[latex]f\\left(x\\right)=\\cos\\sqrt{x}[\/latex]<\/li>\r\n \t<li>[latex]f\\left(x\\right)=\\text{sinh}x[\/latex]<\/li>\r\n<\/ol>\r\n<\/div>\r\n[reveal-answer q=\"44558896\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"44558896\"]\r\n<div id=\"fs-id1167024038568\" data-type=\"solution\">\r\n<ol id=\"fs-id1167024038570\" type=\"a\">\r\n \t<li>Using the Maclaurin series for [latex]\\cos{x}[\/latex] we find that the Maclaurin series for [latex]\\cos\\sqrt{x}[\/latex] is given by<span data-type=\"newline\">\r\n<\/span>\r\n<div id=\"fs-id1167024044163\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\begin{array}{cc}\\hfill {\\displaystyle\\sum _{n=0}^{\\infty}}\\frac{{\\left(-1\\right)}^{n}{\\left(\\sqrt{x}\\right)}^{2n}}{\\left(2n\\right)\\text{!}}&amp; ={\\displaystyle\\sum _{n=0}^{\\infty}}\\frac{{\\left(-1\\right)}^{n}{x}^{n}}{\\left(2n\\right)\\text{!}}\\hfill \\\\ &amp; =1-\\frac{x}{2\\text{!}}+\\frac{{x}^{2}}{4\\text{!}}-\\frac{{x}^{3}}{6\\text{!}}+\\frac{{x}^{4}}{8\\text{!}}-\\cdots .\\hfill \\end{array}[\/latex]<\/div>\r\n<span data-type=\"newline\">\r\n<\/span>\r\nThis series converges to [latex]\\cos\\sqrt{x}[\/latex] for all [latex]x[\/latex] in the domain of [latex]\\cos\\sqrt{x}[\/latex]; that is, for all [latex]x\\ge 0[\/latex].<\/li>\r\n \t<li>To find the Maclaurin series for [latex]\\text{sinh}x[\/latex], we use the fact that<span data-type=\"newline\">\r\n<\/span>\r\n<div id=\"fs-id1167023775252\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\text{sinh}x=\\frac{{e}^{x}-{e}^{\\text{-}x}}{2}[\/latex].<\/div>\r\n<span data-type=\"newline\">\r\n<\/span>\r\nUsing the Maclaurin series for [latex]{e}^{x}[\/latex], we see that the [latex]n\\text{th}[\/latex] term in the Maclaurin series for [latex]\\text{sinh}x[\/latex] is given by<span data-type=\"newline\">\r\n<\/span>\r\n<div id=\"fs-id1167024038392\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\frac{{x}^{n}}{n\\text{!}}-\\frac{{\\left(\\text{-}x\\right)}^{n}}{n\\text{!}}[\/latex].<\/div>\r\n<span data-type=\"newline\">\r\n<\/span>\r\nFor [latex]n[\/latex] even, this term is zero. For [latex]n[\/latex] odd, this term is [latex]\\frac{2{x}^{n}}{n\\text{!}}[\/latex]. Therefore, the Maclaurin series for [latex]\\text{sinh}x[\/latex] has only odd-order terms and is given by<span data-type=\"newline\">\r\n<\/span>\r\n<div id=\"fs-id1167024047295\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }\\frac{{x}^{2n+1}}{\\left(2n+1\\right)\\text{!}}=x+\\frac{{x}^{3}}{3\\text{!}}+\\frac{{x}^{5}}{5\\text{!}}+\\cdots [\/latex].<\/div>\r\n&nbsp;<\/li>\r\n<\/ol>\r\n<\/div>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox watchIt\" aria-label=\"Watch It\">Watch the following video to see the worked solution to the example above.<center><iframe src=\"\/\/plugin.3playmedia.com\/show?mf=6724922&amp;p3sdk_version=1.10.1&amp;p=20361&amp;pt=375&amp;video_id=bpMzrl8U7Lw&amp;video_target=tpm-plugin-iro0wr30-bpMzrl8U7Lw\" width=\"800px\" height=\"450px\" frameborder=\"0\" marginwidth=\"0px\" marginheight=\"0px\" data-mce-fragment=\"1\"><\/iframe><\/center>You can view the <a href=\"https:\/\/oerfiles.s3.us-west-2.amazonaws.com\/Calculus+II\/Transcripts\/6.4.3_transcript.html\" target=\"_blank\" rel=\"noopener\">transcript for \"6.4.3\" here (opens in new window)<\/a>.<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]311967[\/ohm_question]<\/section>We also showed previously in this chapter how power series can be differentiated term by term to create a new power series. In the next example, we differentiate the binomial series for [latex]\\sqrt{1+x}[\/latex] term by term to find the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex]. Note that we could construct the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex] directly from the definition, but differentiating the binomial series for [latex]\\sqrt{1+x}[\/latex] is an easier calculation.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">\r\n<div id=\"fs-id1167023802480\" data-type=\"problem\">\r\n<p id=\"fs-id1167023802485\">Use the binomial series for [latex]\\sqrt{1+x}[\/latex] to find the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex].<\/p>\r\n\r\n<\/div>\r\n[reveal-answer q=\"44558893\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"44558893\"]\r\n<div id=\"fs-id1167023802518\" data-type=\"solution\">\r\n<p id=\"fs-id1167023802520\">The two functions are related by<\/p>\r\n\r\n<div id=\"fs-id1167023802524\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\frac{d}{dx}\\sqrt{1+x}=\\frac{1}{2\\sqrt{1+x}}[\/latex],<\/div>\r\n&nbsp;\r\n<p id=\"fs-id1167023802566\">so the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex] is given by<\/p>\r\n\r\n<div id=\"fs-id1167023777262\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\begin{array}{cc}\\hfill \\frac{1}{\\sqrt{1+x}}&amp; =2\\frac{d}{dx}\\sqrt{1+x}\\hfill \\\\ &amp; =1+{\\displaystyle\\sum _{n=1}^{\\infty}}\\frac{{\\left(-1\\right)}^{n}}{n\\text{!}}\\frac{1\\cdot 3\\cdot 5\\cdots \\left(2n - 1\\right)}{{2}^{n}}{x}^{n}.\\hfill \\end{array}[\/latex]<\/div>\r\n&nbsp;\r\n\r\n<\/div>\r\n[\/hidden-answer]\r\n\r\n<\/section>The ability to differentiate power series term by term makes them a powerful tool for solving differential equations. Lets see how this is accomplished.","rendered":"<h2 data-type=\"title\">Common Functions Expressed as Taylor Series<\/h2>\n<p>At this point, we have derived Maclaurin series for exponential, trigonometric, and logarithmic functions, as well as functions of the form [latex]f\\left(x\\right)={\\left(1+x\\right)}^{r}[\/latex]. The table below summarizes these important series.<\/p>\n<table id=\"fs-id1167024047165\" summary=\"This table has seven rows and three columns. The header row labels the columns\">\n<caption><span data-type=\"title\">Maclaurin Series for Common Functions<\/span><\/caption>\n<thead>\n<tr valign=\"top\">\n<th style=\"text-align: center;\" data-align=\"left\">Function<\/th>\n<th style=\"text-align: center;\" data-align=\"left\">Maclaurin Series<\/th>\n<th style=\"text-align: center;\" data-align=\"left\">Interval of Convergence<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\frac{1}{1-x}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{x}^{n}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 < x < 1[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)={e}^{x}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }\\frac{{x}^{n}}{n\\text{!}}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\text{-}\\infty < x < \\infty[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\sin{x}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{\\left(-1\\right)}^{n}\\frac{{x}^{2n+1}}{\\left(2n+1\\right)\\text{!}}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\text{-}\\infty < x < \\infty[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\cos{x}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{\\left(-1\\right)}^{n}\\frac{{x}^{2n}}{\\left(2n\\right)\\text{!}}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\text{-}\\infty < x < \\infty[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)=\\text{ln}\\left(1+x\\right)[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }{\\left(-1\\right)}^{n+1}\\frac{{x}^{n}}{n}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 < x\\le 1[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)={\\tan}^{-1}x[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }{\\left(-1\\right)}^{n}\\frac{{x}^{2n+1}}{2n+1}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 < x\\le 1[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td style=\"text-align: center;\" data-align=\"left\">[latex]f\\left(x\\right)={\\left(1+x\\right)}^{r}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }\\left(\\begin{array}{c}r\\hfill \\\\ n\\hfill \\end{array}\\right){x}^{n}[\/latex]<\/td>\n<td style=\"text-align: center;\" data-align=\"left\">[latex]-1 < x < 1[\/latex]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">The convergence of the Maclaurin series for [latex]f\\left(x\\right)=\\ln\\left(1+x\\right)[\/latex] at [latex]x=1[\/latex] and for [latex]f\\left(x\\right)={\\tan}^{-1}x[\/latex] at [latex]x=\\pm 1[\/latex] relies on Abel&#8217;s theorem, which is beyond our current scope.<\/section>\n<p id=\"fs-id1167024038494\">Earlier in the chapter, we showed how you could combine power series to create new power series. Here we use these properties, combined with the Maclaurin series above, to create Maclaurin series for other functions.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">\n<div id=\"fs-id1167024038506\" data-type=\"problem\">\n<p id=\"fs-id1167024038511\">Find the Maclaurin series of each of the following functions by using one of the series listed in the table.<\/p>\n<ol id=\"fs-id1167024038518\" type=\"a\">\n<li>[latex]f\\left(x\\right)=\\cos\\sqrt{x}[\/latex]<\/li>\n<li>[latex]f\\left(x\\right)=\\text{sinh}x[\/latex]<\/li>\n<\/ol>\n<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q44558896\">Show Solution<\/button><\/p>\n<div id=\"q44558896\" class=\"hidden-answer\" style=\"display: none\">\n<div id=\"fs-id1167024038568\" data-type=\"solution\">\n<ol id=\"fs-id1167024038570\" type=\"a\">\n<li>Using the Maclaurin series for [latex]\\cos{x}[\/latex] we find that the Maclaurin series for [latex]\\cos\\sqrt{x}[\/latex] is given by<span data-type=\"newline\"><br \/>\n<\/span><\/p>\n<div id=\"fs-id1167024044163\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\begin{array}{cc}\\hfill {\\displaystyle\\sum _{n=0}^{\\infty}}\\frac{{\\left(-1\\right)}^{n}{\\left(\\sqrt{x}\\right)}^{2n}}{\\left(2n\\right)\\text{!}}& ={\\displaystyle\\sum _{n=0}^{\\infty}}\\frac{{\\left(-1\\right)}^{n}{x}^{n}}{\\left(2n\\right)\\text{!}}\\hfill \\\\ & =1-\\frac{x}{2\\text{!}}+\\frac{{x}^{2}}{4\\text{!}}-\\frac{{x}^{3}}{6\\text{!}}+\\frac{{x}^{4}}{8\\text{!}}-\\cdots .\\hfill \\end{array}[\/latex]<\/div>\n<p><span data-type=\"newline\"><br \/>\n<\/span><br \/>\nThis series converges to [latex]\\cos\\sqrt{x}[\/latex] for all [latex]x[\/latex] in the domain of [latex]\\cos\\sqrt{x}[\/latex]; that is, for all [latex]x\\ge 0[\/latex].<\/li>\n<li>To find the Maclaurin series for [latex]\\text{sinh}x[\/latex], we use the fact that<span data-type=\"newline\"><br \/>\n<\/span><\/p>\n<div id=\"fs-id1167023775252\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\text{sinh}x=\\frac{{e}^{x}-{e}^{\\text{-}x}}{2}[\/latex].<\/div>\n<p><span data-type=\"newline\"><br \/>\n<\/span><br \/>\nUsing the Maclaurin series for [latex]{e}^{x}[\/latex], we see that the [latex]n\\text{th}[\/latex] term in the Maclaurin series for [latex]\\text{sinh}x[\/latex] is given by<span data-type=\"newline\"><br \/>\n<\/span><\/p>\n<div id=\"fs-id1167024038392\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\frac{{x}^{n}}{n\\text{!}}-\\frac{{\\left(\\text{-}x\\right)}^{n}}{n\\text{!}}[\/latex].<\/div>\n<p><span data-type=\"newline\"><br \/>\n<\/span><br \/>\nFor [latex]n[\/latex] even, this term is zero. For [latex]n[\/latex] odd, this term is [latex]\\frac{2{x}^{n}}{n\\text{!}}[\/latex]. Therefore, the Maclaurin series for [latex]\\text{sinh}x[\/latex] has only odd-order terms and is given by<span data-type=\"newline\"><br \/>\n<\/span><\/p>\n<div id=\"fs-id1167024047295\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=0}^{\\infty }\\frac{{x}^{2n+1}}{\\left(2n+1\\right)\\text{!}}=x+\\frac{{x}^{3}}{3\\text{!}}+\\frac{{x}^{5}}{5\\text{!}}+\\cdots[\/latex].<\/div>\n<p>&nbsp;<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox watchIt\" aria-label=\"Watch It\">Watch the following video to see the worked solution to the example above.<\/p>\n<div style=\"text-align: center;\"><iframe loading=\"lazy\" src=\"\/\/plugin.3playmedia.com\/show?mf=6724922&amp;p3sdk_version=1.10.1&amp;p=20361&amp;pt=375&amp;video_id=bpMzrl8U7Lw&amp;video_target=tpm-plugin-iro0wr30-bpMzrl8U7Lw\" width=\"800px\" height=\"450px\" frameborder=\"0\" marginwidth=\"0px\" marginheight=\"0px\" data-mce-fragment=\"1\"><\/iframe><\/div>\n<p>You can view the <a href=\"https:\/\/oerfiles.s3.us-west-2.amazonaws.com\/Calculus+II\/Transcripts\/6.4.3_transcript.html\" target=\"_blank\" rel=\"noopener\">transcript for &#8220;6.4.3&#8221; here (opens in new window)<\/a>.<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm311967\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=311967&theme=lumen&iframe_resize_id=ohm311967&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<p>We also showed previously in this chapter how power series can be differentiated term by term to create a new power series. In the next example, we differentiate the binomial series for [latex]\\sqrt{1+x}[\/latex] term by term to find the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex]. Note that we could construct the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex] directly from the definition, but differentiating the binomial series for [latex]\\sqrt{1+x}[\/latex] is an easier calculation.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">\n<div id=\"fs-id1167023802480\" data-type=\"problem\">\n<p id=\"fs-id1167023802485\">Use the binomial series for [latex]\\sqrt{1+x}[\/latex] to find the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex].<\/p>\n<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q44558893\">Show Solution<\/button><\/p>\n<div id=\"q44558893\" class=\"hidden-answer\" style=\"display: none\">\n<div id=\"fs-id1167023802518\" data-type=\"solution\">\n<p id=\"fs-id1167023802520\">The two functions are related by<\/p>\n<div id=\"fs-id1167023802524\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\frac{d}{dx}\\sqrt{1+x}=\\frac{1}{2\\sqrt{1+x}}[\/latex],<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1167023802566\">so the binomial series for [latex]\\frac{1}{\\sqrt{1+x}}[\/latex] is given by<\/p>\n<div id=\"fs-id1167023777262\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\begin{array}{cc}\\hfill \\frac{1}{\\sqrt{1+x}}& =2\\frac{d}{dx}\\sqrt{1+x}\\hfill \\\\ & =1+{\\displaystyle\\sum _{n=1}^{\\infty}}\\frac{{\\left(-1\\right)}^{n}}{n\\text{!}}\\frac{1\\cdot 3\\cdot 5\\cdots \\left(2n - 1\\right)}{{2}^{n}}{x}^{n}.\\hfill \\end{array}[\/latex]<\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<p>The ability to differentiate power series term by term makes them a powerful tool for solving differential equations. Lets see how this is accomplished.<\/p>\n","protected":false},"author":15,"menu_order":24,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":673,"module-header":"- Select Header -","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\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/958"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/users\/15"}],"version-history":[{"count":6,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/958\/revisions"}],"predecessor-version":[{"id":2332,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/958\/revisions\/2332"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/parts\/673"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/958\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/media?parent=958"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapter-type?post=958"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/contributor?post=958"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/license?post=958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}