|
7 | 7 | <subtitle>Power Series</subtitle> |
8 | 8 | <ns0:include href="ps01-tr.ptx" xpointer="xpointer(//section[1]/introduction)" /> |
9 | 9 | <exercises> |
| 10 | + <exercise xml:id="ex-Rogawski-11-6-3"> |
| 11 | + <introduction> |
| 12 | + <p>Show that the three power series below have the same radius of convergence, |
| 13 | + but three different intervals of convergence.</p> |
| 14 | + </introduction> |
| 15 | + <task> |
| 16 | + <statement> |
| 17 | + <p><m>\sum_{n=1}^\infty \frac{x^n}{3^n}</m></p> |
| 18 | + </statement> |
| 19 | + </task> |
| 20 | + <task> |
| 21 | + <statement> |
| 22 | + <p><m>\sum_{n=1}^\infty \frac{x^n}{n3^n}</m></p> |
| 23 | + </statement> |
| 24 | + </task> |
| 25 | + <task> |
| 26 | + <statement> |
| 27 | + <p><m>\sum_{n=1}^\infty \frac{x^n}{n^23^n}</m></p> |
| 28 | + </statement> |
| 29 | + </task> |
| 30 | + </exercise> |
| 31 | + |
| 32 | + <exercise xml:id="ex-Rogawski-11-6-78"> |
| 33 | + <introduction> |
| 34 | + <p>Find the radius of convergence.</p> |
| 35 | + </introduction> |
| 36 | + <task> |
| 37 | + <statement> |
| 38 | + <p><m>\sum_{n=0}^\infty \frac{x^{2n}}{3^n}</m></p> |
| 39 | + </statement> |
| 40 | + </task> |
| 41 | + <task> |
| 42 | + <statement> |
| 43 | + <p><m>\sum_{n=0}^\infty \frac{x^{3n+1}}{64^n}</m></p> |
| 44 | + </statement> |
| 45 | + </task> |
| 46 | + </exercise> |
| 47 | + |
10 | 48 | <exercise xml:id="ex-power-series-convergence-revised"> |
11 | 49 | <statement> |
12 | 50 | <p> Find the radius of convergence and interval of convergence for the series <me>\sum_{n=2}^\infty |
|
36 | 74 | </task> |
37 | 75 | </exercise> |
38 | 76 |
|
| 77 | + <exercise xml:id="ex-Rogawski-11-6-53"> |
| 78 | + <statement> |
| 79 | + <p>Show that the power series |
| 80 | + <me> |
| 81 | + F(x) = 1-x-x^2+x^3-x^4-x^5+x^6-x^7-x^8\cdots |
| 82 | + </me> |
| 83 | + converges for <m>|x| < 1</m>, and compute its sum as a rational function of <m>x</m>. |
| 84 | + </p> |
| 85 | + </statement> |
| 86 | + <hint> |
| 87 | + <p>Write <m>F(x)</m> as the sum of three geometric series.</p> |
| 88 | + </hint> |
| 89 | + </exercise> |
| 90 | + |
39 | 91 | <exercise xml:id="mpl-2025-11-15-pi"> |
40 | 92 | <task xml:id="mpl-2025-11-15-pi-trigident"> |
41 | 93 | <statement> |
|
74 | 126 | in terms of arctangents of smaller rational numbers: <me> |
75 | 127 | \frac{\pi}{4} = 4 \tan^{-1}\left(\frac{1}{5}\right) - |
76 | 128 | \tan^{-1}\left(\frac{1}{239}\right) |
77 | | - </me>.d |
| 129 | + </me> |
78 | 130 | It converges more quickly than the formula derived in this problem. </p> |
79 | 131 | </aside> |
80 | 132 | </statement> |
|
0 commit comments