Skip to content

Commit a2f42c5

Browse files
committed
Automated update from private repo
1 parent 9cb2e11 commit a2f42c5

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

pretext/source/psets/ps12.ptx

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@
77
<subtitle>Power Series</subtitle>
88
<ns0:include href="ps01-tr.ptx" xpointer="xpointer(//section[1]/introduction)" />
99
<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+
1048
<exercise xml:id="ex-power-series-convergence-revised">
1149
<statement>
1250
<p> Find the radius of convergence and interval of convergence for the series <me>\sum_{n=2}^\infty
@@ -36,6 +74,20 @@
3674
</task>
3775
</exercise>
3876

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| &lt; 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+
3991
<exercise xml:id="mpl-2025-11-15-pi">
4092
<task xml:id="mpl-2025-11-15-pi-trigident">
4193
<statement>
@@ -74,7 +126,7 @@
74126
in terms of arctangents of smaller rational numbers: <me>
75127
\frac{\pi}{4} = 4 \tan^{-1}\left(\frac{1}{5}\right) -
76128
\tan^{-1}\left(\frac{1}{239}\right)
77-
</me>.d
129+
</me>
78130
It converges more quickly than the formula derived in this problem. </p>
79131
</aside>
80132
</statement>

0 commit comments

Comments
 (0)