{"id":491,"date":"2021-02-04T15:31:16","date_gmt":"2021-02-04T15:31:16","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/calculus1\/?post_type=chapter&#038;p=491"},"modified":"2021-04-09T20:13:17","modified_gmt":"2021-04-09T20:13:17","slug":"problem-set-newtons-method","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/calculus1\/chapter\/problem-set-newtons-method\/","title":{"raw":"Problem Set: Newton\u2019s Method","rendered":"Problem Set: Newton\u2019s Method"},"content":{"raw":"<p id=\"fs-id1165043191853\">For the following exercises (1-5), write Newton\u2019s formula as [latex]x_{n+1}=F(x_n)[\/latex] for solving [latex]f(x)=0[\/latex].<\/p>\r\n\r\n<div id=\"fs-id1165043395265\" class=\"exercise\">\r\n<div class=\"textbox\">\r\n<p id=\"fs-id1165043395270\"><strong>1.<\/strong> [latex]f(x)=x^2+1[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042320000\" class=\"exercise\">\r\n<div id=\"fs-id1165042329446\" class=\"textbox\">\r\n<p id=\"fs-id1165042329448\"><strong>2.<\/strong> [latex]f(x)=x^3+2x+1[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042562970\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042562970\"]\r\n<p id=\"fs-id1165042562970\">[latex]F(x_n)=x_n-\\frac{(x_n)^3+2x_n+1}{3(x_n)^2+2}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043250239\" class=\"exercise\">\r\n<div id=\"fs-id1165042551225\" class=\"textbox\">\r\n<p id=\"fs-id1165042551228\"><strong>3.<\/strong> [latex]f(x)= \\sin x[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"exercise\">\r\n<div id=\"fs-id1165043390902\" class=\"textbox\">\r\n<p id=\"fs-id1165043390904\"><strong>4.<\/strong> [latex]f(x)=e^x[\/latex]<\/p>\r\n[reveal-answer q=\"210817\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"210817\"][latex]F(x_n)=x_n-\\frac{e^{x_n}}{e^{x_n}}[\/latex][\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043430597\" class=\"exercise\">\r\n<div id=\"fs-id1165042632548\" class=\"textbox\">\r\n<p id=\"fs-id1165042632550\"><strong>5.<\/strong> [latex]f(x)=x^3+3xe^x[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042327943\">For the following exercises (6-8), solve [latex]f(x)=0[\/latex] using the iteration [latex]x_{n+1}=x_n-cf(x_n)[\/latex], which differs slightly from Newton\u2019s method. Find a [latex]c[\/latex] that works and a [latex]c[\/latex] that fails to converge, with the exception of [latex]c=0[\/latex].<\/p>\r\n\r\n<div id=\"fs-id1165042706893\" class=\"exercise\">\r\n<div id=\"fs-id1165042706895\" class=\"textbox\">\r\n<p id=\"fs-id1165042706897\"><strong>6.<\/strong> [latex]f(x)=x^2-4[\/latex], with [latex]x_0=0[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042910261\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042910261\"]\r\n<p id=\"fs-id1165042910261\">[latex]|c|&gt;0.5[\/latex] fails, [latex]|c|\\le 0.5[\/latex] works<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042708723\" class=\"exercise\">\r\n<div id=\"fs-id1165042708725\" class=\"textbox\">\r\n<p id=\"fs-id1165042708728\"><strong>7.<\/strong> [latex]f(x)=x^2-4x+3[\/latex], with [latex]x_0=2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042710979\" class=\"exercise\">\r\n<div id=\"fs-id1165042710981\" class=\"textbox\">\r\n<p id=\"fs-id1165042710983\"><strong>8.<\/strong> What is the value of \"[latex]c[\/latex]\" for Newton\u2019s method?<\/p>\r\n[reveal-answer q=\"fs-id1165043249487\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043249487\"]\r\n<p id=\"fs-id1165043249487\">[latex]c=\\frac{1}{f^{\\prime}(x_n)}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042708714\">For the following exercises (9-16), start at<\/p>\r\n<p id=\"fs-id1163721445258\">a. [latex]x_0=0.6[\/latex] and<\/p>\r\n<p id=\"fs-id1163721445274\">b. [latex]x_0=2[\/latex].<\/p>\r\n<p id=\"fs-id1163721451483\">Compute [latex]x_1[\/latex] and [latex]x_2[\/latex] using the specified iterative method.<\/p>\r\n\r\n<div id=\"fs-id1165042330022\" class=\"exercise\">\r\n<div id=\"fs-id1165042330024\" class=\"textbox\">\r\n<p id=\"fs-id1165042330026\"><strong>9.<\/strong> [latex]x_{n+1}=(x_n)^2-\\frac{1}{2}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042328680\" class=\"exercise\">\r\n<div id=\"fs-id1165042328682\" class=\"textbox\">\r\n<p id=\"fs-id1165043248521\"><strong>10.<\/strong> [latex]x_{n+1}=2x_n(1-x_n)[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042376400\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042376400\"]\r\n<p id=\"fs-id1165042376400\">a. [latex]x_1=\\frac{12}{25}, \\, x_2=\\frac{312}{625}[\/latex]; b. [latex]x_1=-4, \\, x_2=-40[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042583690\" class=\"exercise\">\r\n<div id=\"fs-id1165042583692\" class=\"textbox\">\r\n<p id=\"fs-id1165042472048\"><strong>11.\u00a0<\/strong>[latex]x_{n+1}=\\sqrt{x_n}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043393828\" class=\"exercise\">\r\n<div id=\"fs-id1165043393830\" class=\"textbox\">\r\n<p id=\"fs-id1165043312491\"><strong>12.\u00a0<\/strong>[latex]x_{n+1}=\\frac{1}{\\sqrt{x_n}}[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042318572\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042318572\"]\r\n<p id=\"fs-id1165042318572\">a. [latex]x_1=1.291, \\, x_2=0.8801[\/latex]; b. [latex]x_1=0.7071, \\, x_2=1.189[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043286618\" class=\"exercise\">\r\n<div id=\"fs-id1165043286620\" class=\"textbox\">\r\n<p id=\"fs-id1165043286622\"><strong>13.\u00a0<\/strong>[latex]x_{n+1}=3x_n(1-x_n)[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042319140\" class=\"exercise\">\r\n<div id=\"fs-id1165042709643\" class=\"textbox\">\r\n<p id=\"fs-id1165042709645\"><strong>14.\u00a0<\/strong>[latex]x_{n+1}=(x_n)^2+x_n-2[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043427460\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043427460\"]\r\n<p id=\"fs-id1165043427460\">a. [latex]x_1=-\\frac{26}{25}, \\, x_2=-\\frac{1224}{625}[\/latex]; b. [latex]x_1=4, \\, x_2=18[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043131639\" class=\"exercise\">\r\n<div id=\"fs-id1165043393891\" class=\"textbox\">\r\n<p id=\"fs-id1165043393893\"><strong>15.\u00a0<\/strong>[latex]x_{n+1}=\\frac{1}{2}x_n-1[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043327548\" class=\"exercise\">\r\n<div id=\"fs-id1165043327550\" class=\"textbox\">\r\n<p id=\"fs-id1165043327553\"><strong>16.\u00a0<\/strong>[latex]x_{n+1}=|x_n|[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043253496\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043253496\"]\r\n<p id=\"fs-id1165043253496\">a. [latex]x_1=\\frac{6}{10}, \\, x_2=\\frac{6}{10}[\/latex]; b. [latex]x_1=2, \\, x_2=2[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165043317299\">For the following exercises (17-26), solve to four decimal places using Newton\u2019s method and a computer or calculator. Choose any initial guess [latex]x_0[\/latex] that is not the exact root.<\/p>\r\n\r\n<div id=\"fs-id1165042609041\" class=\"exercise\">\r\n<div id=\"fs-id1165042609043\" class=\"textbox\">\r\n<p id=\"fs-id1165042319981\"><strong>17.\u00a0<\/strong>[latex]x^2-10=0[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043379909\" class=\"exercise\">\r\n<div id=\"fs-id1165043379911\" class=\"textbox\">\r\n<p id=\"fs-id1165043379913\"><strong>18.\u00a0<\/strong>[latex]x^4-100=0[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042333506\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042333506\"]\r\n<p id=\"fs-id1165042333506\">3.1623 or -3.1623<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042372001\" class=\"exercise\">\r\n<div id=\"fs-id1165042372004\" class=\"textbox\">\r\n<p id=\"fs-id1165043174014\"><strong>19.\u00a0<\/strong>[latex]x^2-x=0[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043078171\" class=\"exercise\">\r\n<div id=\"fs-id1165043078173\" class=\"textbox\">\r\n<p id=\"fs-id1165043078176\"><strong>20.<\/strong>[latex]x^3-x=0[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043257524\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043257524\"]\r\n<p id=\"fs-id1165043257524\">0, -1, or 1<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043327755\" class=\"exercise\">\r\n<div id=\"fs-id1165043327757\" class=\"textbox\">\r\n<p id=\"fs-id1165042603988\"><strong>21.\u00a0<\/strong>[latex]x+5 \\cos (x)=0[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043298557\" class=\"exercise\">\r\n<div class=\"textbox\">\r\n\r\n<strong>22.\u00a0<\/strong>[latex]x+ \\tan (x)=0[\/latex], choose [latex]x_0 \\in (-\\frac{\\pi}{2},\\frac{\\pi }{2})[\/latex]\r\n\r\n[reveal-answer q=\"fs-id1165042318562\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042318562\"]\r\n<p id=\"fs-id1165042318562\">0<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043398519\" class=\"exercise\">\r\n<div id=\"fs-id1165043398522\" class=\"textbox\">\r\n<p id=\"fs-id1165043398524\"><strong>23.\u00a0<\/strong>[latex]\\frac{1}{1-x}=2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"exercise\">\r\n<div id=\"fs-id1165042639365\" class=\"textbox\">\r\n<p id=\"fs-id1165042639367\"><strong>24.\u00a0<\/strong>[latex]1+x+x^2+x^3+x^4=2[\/latex]<\/p>\r\n[reveal-answer q=\"976827\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"976827\"]0.5188 or -1.2906[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043395050\" class=\"exercise\">\r\n<div id=\"fs-id1165043317210\" class=\"textbox\">\r\n<p id=\"fs-id1165043317212\"><strong>25.\u00a0<\/strong>[latex]x^3+(x+1)^3=10^3[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042660241\" class=\"exercise\">\r\n<div id=\"fs-id1165042660243\" class=\"textbox\">\r\n<p id=\"fs-id1165042660245\"><strong>26.\u00a0<\/strong>[latex]x= \\sin^2 (x)[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042604695\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042604695\"]\r\n<p id=\"fs-id1165042604695\">0<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042320904\">For the following exercises (27-30), use Newton\u2019s method to find the fixed points of the function where [latex]f(x)=x[\/latex]; round to three decimals.<\/p>\r\n\r\n<div id=\"fs-id1165043321501\" class=\"exercise\">\r\n<div id=\"fs-id1165043321504\" class=\"textbox\">\r\n<p id=\"fs-id1165043321506\"><strong>27.\u00a0<\/strong>[latex] \\sin x[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043194445\" class=\"exercise\">\r\n<div id=\"fs-id1165043194447\" class=\"textbox\">\r\n<p id=\"fs-id1165043194449\"><strong>28.\u00a0<\/strong>[latex] \\tan (x)[\/latex] on [latex]x \\in (\\frac{\\pi }{2},\\frac{3\\pi }{2})[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043348635\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043348635\"]4.493[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043276362\" class=\"exercise\">\r\n<div class=\"textbox\">\r\n<p id=\"fs-id1165043276366\"><strong>29.\u00a0<\/strong>[latex]e^x-2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042705973\" class=\"exercise\">\r\n<div id=\"fs-id1165042705975\" class=\"textbox\">\r\n<p id=\"fs-id1165043174073\"><strong>30.\u00a0<\/strong>[latex]\\ln (x)+2[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043395328\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043395328\"]\r\n<p id=\"fs-id1165043395328\">0.159, 3.146<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165043391879\">Newton\u2019s method can be used to find maxima and minima of functions in addition to the roots. In this case apply Newton\u2019s method to the derivative function [latex]f^{\\prime}(x)[\/latex] to find its roots, instead of the original function. For the following exercises (31-32), consider the formulation of the method.<\/p>\r\n\r\n<div id=\"fs-id1165042708278\" class=\"exercise\">\r\n<div class=\"textbox\">\r\n<p id=\"fs-id1165042708283\"><strong>31.\u00a0<\/strong>To find candidates for maxima and minima, we need to find the critical points [latex]f^{\\prime}(x)=0[\/latex]. Show that to solve for the critical points of a function [latex]f(x)[\/latex], Newton\u2019s method is given by [latex]x_{n+1}=x_n-\\frac{f^{\\prime}(x_n)}{f^{\\prime \\prime}(x_n)}[\/latex].<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042318840\" class=\"exercise\">\r\n<div id=\"fs-id1165042318842\" class=\"textbox\">\r\n<p id=\"fs-id1165042318844\"><strong>32.\u00a0<\/strong>What additional restrictions are necessary on the function [latex]f[\/latex]?<\/p>\r\n[reveal-answer q=\"fs-id1165042350213\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042350213\"]\r\n<p id=\"fs-id1165042350213\">We need [latex]f[\/latex] to be twice continuously differentiable.<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042350222\">For the following exercises (33-40), use Newton\u2019s method to find the location of the local minima and\/or maxima of the following functions; round to three decimals.<\/p>\r\n\r\n<div id=\"fs-id1165043425469\" class=\"exercise\">\r\n<div id=\"fs-id1165043425471\" class=\"textbox\">\r\n<p id=\"fs-id1165043425473\"><strong>33.\u00a0<\/strong>Minimum of [latex]f(x)=x^2+2x+4[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043393663\" class=\"exercise\">\r\n<div id=\"fs-id1165043393665\" class=\"textbox\">\r\n<p id=\"fs-id1165042710860\"><strong>34.\u00a0<\/strong>Minimum of [latex]f(x)=3x^3+2x^2-16[\/latex]<\/p>\r\n[reveal-answer q=\"949157\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"949157\"][latex]x=0[\/latex][\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042709569\" class=\"exercise\">\r\n<div id=\"fs-id1165042709571\" class=\"textbox\">\r\n\r\n<strong>35.\u00a0<\/strong>Minimum of [latex]f(x)=x^2e^x[\/latex]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043327319\" class=\"exercise\">\r\n<div id=\"fs-id1165043327321\" class=\"textbox\">\r\n<p id=\"fs-id1165043327323\"><strong>36.\u00a0<\/strong>Maximum of [latex]f(x)=x+\\frac{1}{x}[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043248810\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043248810\"]\r\n<p id=\"fs-id1165043248810\">[latex]x=-1[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042407298\" class=\"exercise\">\r\n<div id=\"fs-id1165042407300\" class=\"textbox\">\r\n<p id=\"fs-id1165042407302\"><strong>37.\u00a0<\/strong>Maximum of [latex]f(x)=x^3+10x^2+15x-2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"exercise\">\r\n<div id=\"fs-id1165042364611\" class=\"textbox\">\r\n<p id=\"fs-id1165042364613\"><strong>38.\u00a0<\/strong>Maximum of [latex]f(x)=\\frac{\\sqrt{x}-\\sqrt[3]{x}}{x}[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043431659\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043431659\"]\r\n<p id=\"fs-id1165043431659\">[latex]x=5.619[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043431672\" class=\"exercise\">\r\n<div class=\"textbox\">\r\n\r\n<strong>39.\u00a0<\/strong>Minimum of [latex]f(x)=x^2 \\sin x[\/latex], closest non-zero minimum to [latex]x=0[\/latex]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043426178\" class=\"exercise\">\r\n<div id=\"fs-id1165043426180\" class=\"textbox\">\r\n<p id=\"fs-id1165043426182\"><strong>40.\u00a0<\/strong>Minimum of [latex]f(x)=x^4+x^3+3x^2+12x+6[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165043427422\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043427422\"]\r\n<p id=\"fs-id1165043427422\">[latex]x=-1.326[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165043427435\">For the following exercises (41-44), use the specified method to solve the equation. If it does not work, explain why it does not work.<\/p>\r\n\r\n<div id=\"fs-id1165043427439\" class=\"exercise\">\r\n<div id=\"fs-id1165043427441\" class=\"textbox\">\r\n<p id=\"fs-id1165043427444\"><strong>41.\u00a0<\/strong>Newton\u2019s method, [latex]x^2+2=0[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042461106\" class=\"exercise\">\r\n<div id=\"fs-id1165042461108\" class=\"textbox\">\r\n<p id=\"fs-id1165042461110\"><strong>42.\u00a0<\/strong>Newton\u2019s method, [latex]0=e^x[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042374581\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042374581\"]\r\n<p id=\"fs-id1165042374581\">There is no solution to the equation.<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042374586\" class=\"exercise\">\r\n<div id=\"fs-id1165042374588\" class=\"textbox\">\r\n<p id=\"fs-id1165042374591\"><strong>43.\u00a0<\/strong>Newton\u2019s method, [latex]0=1+x^2[\/latex] starting at [latex]x_0=0[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042705923\" class=\"exercise\">\r\n<div class=\"textbox\">\r\n\r\n<strong>44.\u00a0<\/strong>Solving [latex]x_{n+1}=\u2212(x_n)^3[\/latex] starting at [latex]x_0=-1[\/latex]\r\n\r\n[reveal-answer q=\"fs-id1165042480093\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042480093\"]\r\n<p id=\"fs-id1165042480093\">It enters a cycle.<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042480098\">For the following exercises (45-49), use the <span class=\"no-emphasis\">secant method<\/span>, an alternative iterative method to Newton\u2019s method. The formula is given by<\/p>\r\n\r\n<div id=\"fs-id1165043390951\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]x_n=x_{n-1}-f(x_{n-1})\\frac{x_{n-1}-x_{n-2}}{f(x_{n-1})-f(x_{n-2})}[\/latex].<\/div>\r\n<div id=\"fs-id1165043333903\" class=\"exercise\">\r\n<div id=\"fs-id1165043333905\" class=\"textbox\">\r\n<p id=\"fs-id1165043333908\"><strong>45.\u00a0<\/strong>Find a root to [latex]0=x^2-x-3[\/latex] accurate to three decimal places.<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042450785\" class=\"exercise\">\r\n<div id=\"fs-id1165042450788\" class=\"textbox\">\r\n<p id=\"fs-id1165042450790\"><strong>46.\u00a0<\/strong>Find a root to [latex]0= \\sin x+3x[\/latex] accurate to four decimal places.<\/p>\r\n[reveal-answer q=\"fs-id1165043094069\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043094069\"]\r\n<p id=\"fs-id1165043094069\">0<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043094076\" class=\"exercise\">\r\n<div id=\"fs-id1165043094078\" class=\"textbox\">\r\n<p id=\"fs-id1165043374285\"><strong>47.\u00a0<\/strong>Find a root to [latex]0=e^x-2[\/latex] accurate to four decimal places.<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043174650\" class=\"exercise\">\r\n<div id=\"fs-id1165043174652\" class=\"textbox\">\r\n<p id=\"fs-id1165043174655\"><strong>48.\u00a0<\/strong>Find a root to [latex]\\ln (x+2)=\\frac{1}{2}[\/latex] accurate to four decimal places.<\/p>\r\n[reveal-answer q=\"fs-id1165042479712\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042479712\"]\r\n<p id=\"fs-id1165042479712\">-0.3513<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043394928\" class=\"exercise\">\r\n<div id=\"fs-id1165043394930\" class=\"textbox\">\r\n<p id=\"fs-id1165043394932\"><strong>49.\u00a0<\/strong>Why would you use the secant method over Newton\u2019s method? What are the necessary restrictions on [latex]f[\/latex]?<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165043251679\">For the following exercises (50-54), use both Newton\u2019s method and the secant method to calculate a root for the following equations. Use a calculator or computer to calculate how many iterations of each are needed to reach within three decimal places of the exact answer. For the secant method, use the first guess from Newton\u2019s method.<\/p>\r\n\r\n<div id=\"fs-id1165043251688\" class=\"exercise\">\r\n<div id=\"fs-id1165043251691\" class=\"textbox\">\r\n<p id=\"fs-id1165043251693\"><strong>50.\u00a0<\/strong>[latex]f(x)=x^2+2x+1, \\, x_0=1[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042473414\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042473414\"]\r\n<p id=\"fs-id1165042473414\">Newton: 11 iterations, secant: 16 iterations<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042645634\" class=\"exercise\">\r\n<div id=\"fs-id1165042645637\" class=\"textbox\">\r\n<p id=\"fs-id1165042645639\"><strong>51.\u00a0<\/strong>[latex]f(x)=x^2, \\, x_0=1[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043183794\" class=\"exercise\">\r\n<div id=\"fs-id1165043183796\" class=\"textbox\">\r\n<p id=\"fs-id1165043183798\"><strong>52. <\/strong>[latex]f(x)= \\sin x, \\, x_0=1[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042364336\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042364336\"]\r\n<p id=\"fs-id1165042364336\">Newton: three iterations, secant: six iterations<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"exercise\">\r\n<div class=\"textbox\">\r\n\r\n<strong>53.\u00a0<\/strong>[latex]f(x)=e^x-1, \\, x_0=2[\/latex]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042545815\" class=\"exercise\">\r\n<div id=\"fs-id1165042545817\" class=\"textbox\">\r\n<p id=\"fs-id1165042545819\"><strong>54.\u00a0<\/strong>[latex]f(x)=x^3+2x+4, \\, x_0=0[\/latex]<\/p>\r\n[reveal-answer q=\"fs-id1165042681162\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165042681162\"]\r\n<p id=\"fs-id1165042681162\">Newton: five iterations, secant: eight iterations<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042681168\">In the following exercises (55-56), consider Kepler\u2019s equation regarding planetary orbits, [latex]M=E-\\varepsilon \\sin (E)[\/latex], where [latex]M[\/latex] is the mean anomaly, [latex]E[\/latex] is eccentric anomaly, and [latex]\\varepsilon [\/latex] measures eccentricity.<\/p>\r\n\r\n<div id=\"fs-id1165043393688\" class=\"exercise\">\r\n<div id=\"fs-id1165043393690\" class=\"textbox\">\r\n<p id=\"fs-id1165043348664\"><strong>55.\u00a0<\/strong>Use Newton\u2019s method to solve for the eccentric anomaly [latex]E[\/latex] when the mean anomaly [latex]M=\\frac{\\pi }{3}[\/latex] and the eccentricity of the orbit [latex]\\varepsilon =0.25[\/latex]; round to three decimals.<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165042320304\" class=\"exercise\">\r\n<div id=\"fs-id1165042320306\" class=\"textbox\">\r\n<p id=\"fs-id1165042709795\"><strong>56.\u00a0<\/strong>Use Newton\u2019s method to solve for the eccentric anomaly [latex]E[\/latex] when the mean anomaly [latex]M=\\frac{3\\pi }{2}[\/latex] and the eccentricity of the orbit [latex]\\varepsilon =0.8[\/latex]; round to three decimals.<\/p>\r\n\r\n<div class=\"solution\">[reveal-answer q=\"871749\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"871749\"][latex]E=4.071[\/latex][\/hidden-answer]<\/div>\r\n<\/div>\r\n<\/div>\r\n<p id=\"fs-id1165042332049\">The following two exercises consider a bank investment (57-58). The initial investment is [latex]$10,000[\/latex]. After 25 years, the investment has tripled to [latex]$30,000[\/latex].<\/p>\r\n\r\n<div id=\"fs-id1165042710933\" class=\"exercise\">\r\n<div id=\"fs-id1165042710935\" class=\"textbox\">\r\n<p id=\"fs-id1165042710937\"><strong>57.\u00a0<\/strong>Use Newton\u2019s method to determine the interest rate if the interest was compounded annually.<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043317181\" class=\"exercise\">\r\n<div id=\"fs-id1165043317184\" class=\"textbox\">\r\n<p id=\"fs-id1165043317186\"><strong>58.\u00a0<\/strong>Use Newton\u2019s method to determine the interest rate if the interest was compounded continuously.<\/p>\r\n[reveal-answer q=\"fs-id1165043317194\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"fs-id1165043317194\"]\r\n<p id=\"fs-id1165043317194\">4.394%<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-id1165043423992\" class=\"exercise\">\r\n<div id=\"fs-id1165043423994\" class=\"textbox\">\r\n<p id=\"fs-id1165043423996\"><strong>59.\u00a0<\/strong>The cost for printing a book can be given by the equation [latex]C(x)=1000+12x+(\\frac{1}{2})x^{2\/3}[\/latex]. Use Newton\u2019s method to find the break-even point if the printer sells each book for [latex]$20[\/latex].<\/p>\r\n\r\n<\/div>\r\n<\/div>","rendered":"<p id=\"fs-id1165043191853\">For the following exercises (1-5), write Newton\u2019s formula as [latex]x_{n+1}=F(x_n)[\/latex] for solving [latex]f(x)=0[\/latex].<\/p>\n<div id=\"fs-id1165043395265\" class=\"exercise\">\n<div class=\"textbox\">\n<p id=\"fs-id1165043395270\"><strong>1.<\/strong> [latex]f(x)=x^2+1[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042320000\" class=\"exercise\">\n<div id=\"fs-id1165042329446\" class=\"textbox\">\n<p id=\"fs-id1165042329448\"><strong>2.<\/strong> [latex]f(x)=x^3+2x+1[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042562970\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042562970\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042562970\">[latex]F(x_n)=x_n-\\frac{(x_n)^3+2x_n+1}{3(x_n)^2+2}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043250239\" class=\"exercise\">\n<div id=\"fs-id1165042551225\" class=\"textbox\">\n<p id=\"fs-id1165042551228\"><strong>3.<\/strong> [latex]f(x)= \\sin x[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"exercise\">\n<div id=\"fs-id1165043390902\" class=\"textbox\">\n<p id=\"fs-id1165043390904\"><strong>4.<\/strong> [latex]f(x)=e^x[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q210817\">Show Solution<\/span><\/p>\n<div id=\"q210817\" class=\"hidden-answer\" style=\"display: none\">[latex]F(x_n)=x_n-\\frac{e^{x_n}}{e^{x_n}}[\/latex]<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043430597\" class=\"exercise\">\n<div id=\"fs-id1165042632548\" class=\"textbox\">\n<p id=\"fs-id1165042632550\"><strong>5.<\/strong> [latex]f(x)=x^3+3xe^x[\/latex]<\/p>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042327943\">For the following exercises (6-8), solve [latex]f(x)=0[\/latex] using the iteration [latex]x_{n+1}=x_n-cf(x_n)[\/latex], which differs slightly from Newton\u2019s method. Find a [latex]c[\/latex] that works and a [latex]c[\/latex] that fails to converge, with the exception of [latex]c=0[\/latex].<\/p>\n<div id=\"fs-id1165042706893\" class=\"exercise\">\n<div id=\"fs-id1165042706895\" class=\"textbox\">\n<p id=\"fs-id1165042706897\"><strong>6.<\/strong> [latex]f(x)=x^2-4[\/latex], with [latex]x_0=0[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042910261\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042910261\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042910261\">[latex]|c|>0.5[\/latex] fails, [latex]|c|\\le 0.5[\/latex] works<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042708723\" class=\"exercise\">\n<div id=\"fs-id1165042708725\" class=\"textbox\">\n<p id=\"fs-id1165042708728\"><strong>7.<\/strong> [latex]f(x)=x^2-4x+3[\/latex], with [latex]x_0=2[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042710979\" class=\"exercise\">\n<div id=\"fs-id1165042710981\" class=\"textbox\">\n<p id=\"fs-id1165042710983\"><strong>8.<\/strong> What is the value of &#8220;[latex]c[\/latex]&#8221; for Newton\u2019s method?<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043249487\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043249487\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043249487\">[latex]c=\\frac{1}{f^{\\prime}(x_n)}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042708714\">For the following exercises (9-16), start at<\/p>\n<p id=\"fs-id1163721445258\">a. [latex]x_0=0.6[\/latex] and<\/p>\n<p id=\"fs-id1163721445274\">b. [latex]x_0=2[\/latex].<\/p>\n<p id=\"fs-id1163721451483\">Compute [latex]x_1[\/latex] and [latex]x_2[\/latex] using the specified iterative method.<\/p>\n<div id=\"fs-id1165042330022\" class=\"exercise\">\n<div id=\"fs-id1165042330024\" class=\"textbox\">\n<p id=\"fs-id1165042330026\"><strong>9.<\/strong> [latex]x_{n+1}=(x_n)^2-\\frac{1}{2}[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042328680\" class=\"exercise\">\n<div id=\"fs-id1165042328682\" class=\"textbox\">\n<p id=\"fs-id1165043248521\"><strong>10.<\/strong> [latex]x_{n+1}=2x_n(1-x_n)[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042376400\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042376400\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042376400\">a. [latex]x_1=\\frac{12}{25}, \\, x_2=\\frac{312}{625}[\/latex]; b. [latex]x_1=-4, \\, x_2=-40[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042583690\" class=\"exercise\">\n<div id=\"fs-id1165042583692\" class=\"textbox\">\n<p id=\"fs-id1165042472048\"><strong>11.\u00a0<\/strong>[latex]x_{n+1}=\\sqrt{x_n}[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043393828\" class=\"exercise\">\n<div id=\"fs-id1165043393830\" class=\"textbox\">\n<p id=\"fs-id1165043312491\"><strong>12.\u00a0<\/strong>[latex]x_{n+1}=\\frac{1}{\\sqrt{x_n}}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042318572\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042318572\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042318572\">a. [latex]x_1=1.291, \\, x_2=0.8801[\/latex]; b. [latex]x_1=0.7071, \\, x_2=1.189[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043286618\" class=\"exercise\">\n<div id=\"fs-id1165043286620\" class=\"textbox\">\n<p id=\"fs-id1165043286622\"><strong>13.\u00a0<\/strong>[latex]x_{n+1}=3x_n(1-x_n)[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042319140\" class=\"exercise\">\n<div id=\"fs-id1165042709643\" class=\"textbox\">\n<p id=\"fs-id1165042709645\"><strong>14.\u00a0<\/strong>[latex]x_{n+1}=(x_n)^2+x_n-2[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043427460\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043427460\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043427460\">a. [latex]x_1=-\\frac{26}{25}, \\, x_2=-\\frac{1224}{625}[\/latex]; b. [latex]x_1=4, \\, x_2=18[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043131639\" class=\"exercise\">\n<div id=\"fs-id1165043393891\" class=\"textbox\">\n<p id=\"fs-id1165043393893\"><strong>15.\u00a0<\/strong>[latex]x_{n+1}=\\frac{1}{2}x_n-1[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043327548\" class=\"exercise\">\n<div id=\"fs-id1165043327550\" class=\"textbox\">\n<p id=\"fs-id1165043327553\"><strong>16.\u00a0<\/strong>[latex]x_{n+1}=|x_n|[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043253496\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043253496\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043253496\">a. [latex]x_1=\\frac{6}{10}, \\, x_2=\\frac{6}{10}[\/latex]; b. [latex]x_1=2, \\, x_2=2[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165043317299\">For the following exercises (17-26), solve to four decimal places using Newton\u2019s method and a computer or calculator. Choose any initial guess [latex]x_0[\/latex] that is not the exact root.<\/p>\n<div id=\"fs-id1165042609041\" class=\"exercise\">\n<div id=\"fs-id1165042609043\" class=\"textbox\">\n<p id=\"fs-id1165042319981\"><strong>17.\u00a0<\/strong>[latex]x^2-10=0[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043379909\" class=\"exercise\">\n<div id=\"fs-id1165043379911\" class=\"textbox\">\n<p id=\"fs-id1165043379913\"><strong>18.\u00a0<\/strong>[latex]x^4-100=0[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042333506\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042333506\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042333506\">3.1623 or -3.1623<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042372001\" class=\"exercise\">\n<div id=\"fs-id1165042372004\" class=\"textbox\">\n<p id=\"fs-id1165043174014\"><strong>19.\u00a0<\/strong>[latex]x^2-x=0[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043078171\" class=\"exercise\">\n<div id=\"fs-id1165043078173\" class=\"textbox\">\n<p id=\"fs-id1165043078176\"><strong>20.<\/strong>[latex]x^3-x=0[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043257524\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043257524\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043257524\">0, -1, or 1<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043327755\" class=\"exercise\">\n<div id=\"fs-id1165043327757\" class=\"textbox\">\n<p id=\"fs-id1165042603988\"><strong>21.\u00a0<\/strong>[latex]x+5 \\cos (x)=0[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043298557\" class=\"exercise\">\n<div class=\"textbox\">\n<p><strong>22.\u00a0<\/strong>[latex]x+ \\tan (x)=0[\/latex], choose [latex]x_0 \\in (-\\frac{\\pi}{2},\\frac{\\pi }{2})[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042318562\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042318562\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042318562\">0<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043398519\" class=\"exercise\">\n<div id=\"fs-id1165043398522\" class=\"textbox\">\n<p id=\"fs-id1165043398524\"><strong>23.\u00a0<\/strong>[latex]\\frac{1}{1-x}=2[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"exercise\">\n<div id=\"fs-id1165042639365\" class=\"textbox\">\n<p id=\"fs-id1165042639367\"><strong>24.\u00a0<\/strong>[latex]1+x+x^2+x^3+x^4=2[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q976827\">Show Solution<\/span><\/p>\n<div id=\"q976827\" class=\"hidden-answer\" style=\"display: none\">0.5188 or -1.2906<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043395050\" class=\"exercise\">\n<div id=\"fs-id1165043317210\" class=\"textbox\">\n<p id=\"fs-id1165043317212\"><strong>25.\u00a0<\/strong>[latex]x^3+(x+1)^3=10^3[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042660241\" class=\"exercise\">\n<div id=\"fs-id1165042660243\" class=\"textbox\">\n<p id=\"fs-id1165042660245\"><strong>26.\u00a0<\/strong>[latex]x= \\sin^2 (x)[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042604695\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042604695\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042604695\">0<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042320904\">For the following exercises (27-30), use Newton\u2019s method to find the fixed points of the function where [latex]f(x)=x[\/latex]; round to three decimals.<\/p>\n<div id=\"fs-id1165043321501\" class=\"exercise\">\n<div id=\"fs-id1165043321504\" class=\"textbox\">\n<p id=\"fs-id1165043321506\"><strong>27.\u00a0<\/strong>[latex]\\sin x[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043194445\" class=\"exercise\">\n<div id=\"fs-id1165043194447\" class=\"textbox\">\n<p id=\"fs-id1165043194449\"><strong>28.\u00a0<\/strong>[latex]\\tan (x)[\/latex] on [latex]x \\in (\\frac{\\pi }{2},\\frac{3\\pi }{2})[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043348635\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043348635\" class=\"hidden-answer\" style=\"display: none\">4.493<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043276362\" class=\"exercise\">\n<div class=\"textbox\">\n<p id=\"fs-id1165043276366\"><strong>29.\u00a0<\/strong>[latex]e^x-2[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042705973\" class=\"exercise\">\n<div id=\"fs-id1165042705975\" class=\"textbox\">\n<p id=\"fs-id1165043174073\"><strong>30.\u00a0<\/strong>[latex]\\ln (x)+2[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043395328\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043395328\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043395328\">0.159, 3.146<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165043391879\">Newton\u2019s method can be used to find maxima and minima of functions in addition to the roots. In this case apply Newton\u2019s method to the derivative function [latex]f^{\\prime}(x)[\/latex] to find its roots, instead of the original function. For the following exercises (31-32), consider the formulation of the method.<\/p>\n<div id=\"fs-id1165042708278\" class=\"exercise\">\n<div class=\"textbox\">\n<p id=\"fs-id1165042708283\"><strong>31.\u00a0<\/strong>To find candidates for maxima and minima, we need to find the critical points [latex]f^{\\prime}(x)=0[\/latex]. Show that to solve for the critical points of a function [latex]f(x)[\/latex], Newton\u2019s method is given by [latex]x_{n+1}=x_n-\\frac{f^{\\prime}(x_n)}{f^{\\prime \\prime}(x_n)}[\/latex].<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042318840\" class=\"exercise\">\n<div id=\"fs-id1165042318842\" class=\"textbox\">\n<p id=\"fs-id1165042318844\"><strong>32.\u00a0<\/strong>What additional restrictions are necessary on the function [latex]f[\/latex]?<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042350213\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042350213\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042350213\">We need [latex]f[\/latex] to be twice continuously differentiable.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042350222\">For the following exercises (33-40), use Newton\u2019s method to find the location of the local minima and\/or maxima of the following functions; round to three decimals.<\/p>\n<div id=\"fs-id1165043425469\" class=\"exercise\">\n<div id=\"fs-id1165043425471\" class=\"textbox\">\n<p id=\"fs-id1165043425473\"><strong>33.\u00a0<\/strong>Minimum of [latex]f(x)=x^2+2x+4[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043393663\" class=\"exercise\">\n<div id=\"fs-id1165043393665\" class=\"textbox\">\n<p id=\"fs-id1165042710860\"><strong>34.\u00a0<\/strong>Minimum of [latex]f(x)=3x^3+2x^2-16[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q949157\">Show Solution<\/span><\/p>\n<div id=\"q949157\" class=\"hidden-answer\" style=\"display: none\">[latex]x=0[\/latex]<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042709569\" class=\"exercise\">\n<div id=\"fs-id1165042709571\" class=\"textbox\">\n<p><strong>35.\u00a0<\/strong>Minimum of [latex]f(x)=x^2e^x[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043327319\" class=\"exercise\">\n<div id=\"fs-id1165043327321\" class=\"textbox\">\n<p id=\"fs-id1165043327323\"><strong>36.\u00a0<\/strong>Maximum of [latex]f(x)=x+\\frac{1}{x}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043248810\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043248810\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043248810\">[latex]x=-1[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042407298\" class=\"exercise\">\n<div id=\"fs-id1165042407300\" class=\"textbox\">\n<p id=\"fs-id1165042407302\"><strong>37.\u00a0<\/strong>Maximum of [latex]f(x)=x^3+10x^2+15x-2[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"exercise\">\n<div id=\"fs-id1165042364611\" class=\"textbox\">\n<p id=\"fs-id1165042364613\"><strong>38.\u00a0<\/strong>Maximum of [latex]f(x)=\\frac{\\sqrt{x}-\\sqrt[3]{x}}{x}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043431659\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043431659\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043431659\">[latex]x=5.619[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043431672\" class=\"exercise\">\n<div class=\"textbox\">\n<p><strong>39.\u00a0<\/strong>Minimum of [latex]f(x)=x^2 \\sin x[\/latex], closest non-zero minimum to [latex]x=0[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043426178\" class=\"exercise\">\n<div id=\"fs-id1165043426180\" class=\"textbox\">\n<p id=\"fs-id1165043426182\"><strong>40.\u00a0<\/strong>Minimum of [latex]f(x)=x^4+x^3+3x^2+12x+6[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043427422\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043427422\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043427422\">[latex]x=-1.326[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165043427435\">For the following exercises (41-44), use the specified method to solve the equation. If it does not work, explain why it does not work.<\/p>\n<div id=\"fs-id1165043427439\" class=\"exercise\">\n<div id=\"fs-id1165043427441\" class=\"textbox\">\n<p id=\"fs-id1165043427444\"><strong>41.\u00a0<\/strong>Newton\u2019s method, [latex]x^2+2=0[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042461106\" class=\"exercise\">\n<div id=\"fs-id1165042461108\" class=\"textbox\">\n<p id=\"fs-id1165042461110\"><strong>42.\u00a0<\/strong>Newton\u2019s method, [latex]0=e^x[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042374581\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042374581\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042374581\">There is no solution to the equation.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042374586\" class=\"exercise\">\n<div id=\"fs-id1165042374588\" class=\"textbox\">\n<p id=\"fs-id1165042374591\"><strong>43.\u00a0<\/strong>Newton\u2019s method, [latex]0=1+x^2[\/latex] starting at [latex]x_0=0[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042705923\" class=\"exercise\">\n<div class=\"textbox\">\n<p><strong>44.\u00a0<\/strong>Solving [latex]x_{n+1}=\u2212(x_n)^3[\/latex] starting at [latex]x_0=-1[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042480093\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042480093\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042480093\">It enters a cycle.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042480098\">For the following exercises (45-49), use the <span class=\"no-emphasis\">secant method<\/span>, an alternative iterative method to Newton\u2019s method. The formula is given by<\/p>\n<div id=\"fs-id1165043390951\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]x_n=x_{n-1}-f(x_{n-1})\\frac{x_{n-1}-x_{n-2}}{f(x_{n-1})-f(x_{n-2})}[\/latex].<\/div>\n<div id=\"fs-id1165043333903\" class=\"exercise\">\n<div id=\"fs-id1165043333905\" class=\"textbox\">\n<p id=\"fs-id1165043333908\"><strong>45.\u00a0<\/strong>Find a root to [latex]0=x^2-x-3[\/latex] accurate to three decimal places.<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042450785\" class=\"exercise\">\n<div id=\"fs-id1165042450788\" class=\"textbox\">\n<p id=\"fs-id1165042450790\"><strong>46.\u00a0<\/strong>Find a root to [latex]0= \\sin x+3x[\/latex] accurate to four decimal places.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043094069\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043094069\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043094069\">0<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043094076\" class=\"exercise\">\n<div id=\"fs-id1165043094078\" class=\"textbox\">\n<p id=\"fs-id1165043374285\"><strong>47.\u00a0<\/strong>Find a root to [latex]0=e^x-2[\/latex] accurate to four decimal places.<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043174650\" class=\"exercise\">\n<div id=\"fs-id1165043174652\" class=\"textbox\">\n<p id=\"fs-id1165043174655\"><strong>48.\u00a0<\/strong>Find a root to [latex]\\ln (x+2)=\\frac{1}{2}[\/latex] accurate to four decimal places.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042479712\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042479712\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042479712\">-0.3513<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043394928\" class=\"exercise\">\n<div id=\"fs-id1165043394930\" class=\"textbox\">\n<p id=\"fs-id1165043394932\"><strong>49.\u00a0<\/strong>Why would you use the secant method over Newton\u2019s method? What are the necessary restrictions on [latex]f[\/latex]?<\/p>\n<\/div>\n<\/div>\n<p id=\"fs-id1165043251679\">For the following exercises (50-54), use both Newton\u2019s method and the secant method to calculate a root for the following equations. Use a calculator or computer to calculate how many iterations of each are needed to reach within three decimal places of the exact answer. For the secant method, use the first guess from Newton\u2019s method.<\/p>\n<div id=\"fs-id1165043251688\" class=\"exercise\">\n<div id=\"fs-id1165043251691\" class=\"textbox\">\n<p id=\"fs-id1165043251693\"><strong>50.\u00a0<\/strong>[latex]f(x)=x^2+2x+1, \\, x_0=1[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042473414\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042473414\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042473414\">Newton: 11 iterations, secant: 16 iterations<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042645634\" class=\"exercise\">\n<div id=\"fs-id1165042645637\" class=\"textbox\">\n<p id=\"fs-id1165042645639\"><strong>51.\u00a0<\/strong>[latex]f(x)=x^2, \\, x_0=1[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043183794\" class=\"exercise\">\n<div id=\"fs-id1165043183796\" class=\"textbox\">\n<p id=\"fs-id1165043183798\"><strong>52. <\/strong>[latex]f(x)= \\sin x, \\, x_0=1[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042364336\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042364336\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042364336\">Newton: three iterations, secant: six iterations<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"exercise\">\n<div class=\"textbox\">\n<p><strong>53.\u00a0<\/strong>[latex]f(x)=e^x-1, \\, x_0=2[\/latex]<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042545815\" class=\"exercise\">\n<div id=\"fs-id1165042545817\" class=\"textbox\">\n<p id=\"fs-id1165042545819\"><strong>54.\u00a0<\/strong>[latex]f(x)=x^3+2x+4, \\, x_0=0[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165042681162\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165042681162\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165042681162\">Newton: five iterations, secant: eight iterations<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042681168\">In the following exercises (55-56), consider Kepler\u2019s equation regarding planetary orbits, [latex]M=E-\\varepsilon \\sin (E)[\/latex], where [latex]M[\/latex] is the mean anomaly, [latex]E[\/latex] is eccentric anomaly, and [latex]\\varepsilon[\/latex] measures eccentricity.<\/p>\n<div id=\"fs-id1165043393688\" class=\"exercise\">\n<div id=\"fs-id1165043393690\" class=\"textbox\">\n<p id=\"fs-id1165043348664\"><strong>55.\u00a0<\/strong>Use Newton\u2019s method to solve for the eccentric anomaly [latex]E[\/latex] when the mean anomaly [latex]M=\\frac{\\pi }{3}[\/latex] and the eccentricity of the orbit [latex]\\varepsilon =0.25[\/latex]; round to three decimals.<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165042320304\" class=\"exercise\">\n<div id=\"fs-id1165042320306\" class=\"textbox\">\n<p id=\"fs-id1165042709795\"><strong>56.\u00a0<\/strong>Use Newton\u2019s method to solve for the eccentric anomaly [latex]E[\/latex] when the mean anomaly [latex]M=\\frac{3\\pi }{2}[\/latex] and the eccentricity of the orbit [latex]\\varepsilon =0.8[\/latex]; round to three decimals.<\/p>\n<div class=\"solution\">\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q871749\">Show Solution<\/span><\/p>\n<div id=\"q871749\" class=\"hidden-answer\" style=\"display: none\">[latex]E=4.071[\/latex]<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p id=\"fs-id1165042332049\">The following two exercises consider a bank investment (57-58). The initial investment is [latex]$10,000[\/latex]. After 25 years, the investment has tripled to [latex]$30,000[\/latex].<\/p>\n<div id=\"fs-id1165042710933\" class=\"exercise\">\n<div id=\"fs-id1165042710935\" class=\"textbox\">\n<p id=\"fs-id1165042710937\"><strong>57.\u00a0<\/strong>Use Newton\u2019s method to determine the interest rate if the interest was compounded annually.<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043317181\" class=\"exercise\">\n<div id=\"fs-id1165043317184\" class=\"textbox\">\n<p id=\"fs-id1165043317186\"><strong>58.\u00a0<\/strong>Use Newton\u2019s method to determine the interest rate if the interest was compounded continuously.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qfs-id1165043317194\">Show Solution<\/span><\/p>\n<div id=\"qfs-id1165043317194\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1165043317194\">4.394%<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-id1165043423992\" class=\"exercise\">\n<div id=\"fs-id1165043423994\" class=\"textbox\">\n<p id=\"fs-id1165043423996\"><strong>59.\u00a0<\/strong>The cost for printing a book can be given by the equation [latex]C(x)=1000+12x+(\\frac{1}{2})x^{2\/3}[\/latex]. Use Newton\u2019s method to find the break-even point if the printer sells each book for [latex]$20[\/latex].<\/p>\n<\/div>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-491\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>Calculus Volume 1. <strong>Authored by<\/strong>: Gilbert Strang, Edwin (Jed) Herman. <strong>Provided by<\/strong>: OpenStax. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"https:\/\/openstax.org\/details\/books\/calculus-volume-1\">https:\/\/openstax.org\/details\/books\/calculus-volume-1<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/\">CC BY-NC-SA: Attribution-NonCommercial-ShareAlike<\/a><\/em>. <strong>License Terms<\/strong>: Access for free at https:\/\/openstax.org\/books\/calculus-volume-1\/pages\/1-introduction<\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":17533,"menu_order":11,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"Calculus Volume 1\",\"author\":\"Gilbert Strang, Edwin (Jed) Herman\",\"organization\":\"OpenStax\",\"url\":\"https:\/\/openstax.org\/details\/books\/calculus-volume-1\",\"project\":\"\",\"license\":\"cc-by-nc-sa\",\"license_terms\":\"Access for free at https:\/\/openstax.org\/books\/calculus-volume-1\/pages\/1-introduction\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-491","chapter","type-chapter","status-publish","hentry"],"part":235,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/users\/17533"}],"version-history":[{"count":5,"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/491\/revisions"}],"predecessor-version":[{"id":3129,"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/491\/revisions\/3129"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/parts\/235"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/491\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/media?parent=491"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapter-type?post=491"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/contributor?post=491"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/license?post=491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}