<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
   "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Assignment 3: 620-295 Real Analysis with Applications</title>
<style type="text/css">
body {
    counter-reset: section 0;  
    text-align: justify
}

h2.title {
    text-align:center
}
p.author {
    text-align:center
}
li {
    text-indent: 0em;
}
p.indent {
    text-indent: 2em; 
}

h2.section {
    counter-reset: eqn 0 result 0 subsection 0;  
}
h2.section:before {
    content: counter(section) ". ";
    counter-increment: section 1;  /* Add 1 to section */
}
h3.subsection:before {
    content: counter(section) "." counter(subsection);
    counter-increment: subsection;  /* Add 1 to subsection */
}

div.theorem:before { 
    content: "Theorem " counter(section) "." counter(result) " "; 
    counter-increment: result 1;
    font-style: normal; 
    font-weight: bold; 
}
div.theorem{ font-style:italic }
div.proposition:before { 
    content: "Proposition " counter(section) "." counter(result) " "; 
	counter-increment: result 1;
    font-style: normal; 
    font-weight: bold; 
}
div.proposition{ font-style:italic }
div.lemma:before { 
    content: "Lemma " counter(section) "." counter(result) " "; 
    counter-increment: result;
    font-style: normal; 
    font-weight: bold; 
}
div.lemma{ font-style:italic }

table.dispeq {
   width:100%;
   }
td.eq {
   text-align:center;
     }
td.eqno {
    width: 10px;
    text-align:right;
    }
td.eqno:after { 
     content: "("counter(section)"."counter(eqn)")";
     counter-increment: eqn;
     font-style: normal; 
  }
</style>
</head>

<body>
<h2 class="title">
620-295 Real Analysis with Applications<br /><br />
Assignment 3:
Due 5pm on 4 September</h2>

<p class="author">
Lecturer: Arun Ram <br />
Department of Mathematics and Statistics <br />
University of Melbourne <br />
Parkville VIC 3010 Australia <br />
aram@unimelb.edu.au <br />
<br />
</p>


<p> Due 5pm on 4 September in the appropriate assignment box on the ground floor of Richard Berry. </p>


<ol>

<li> Define the following and give an example for each:
<dl> 
<dt> (a) &nbsp;
cardinality, </dt>
<dt> (b) &nbsp;
finite, </dt>
<dt> (c) &nbsp;
infinite, </dt>
<dt> (d) &nbsp;
countable, </dt>
<dt> (e) &nbsp;
uncountable.</dt>
</dl><br />
</li>

<li>  Prove that 
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>Card</mi><mo>(</mo>
<msub><mi>&Zopf;</mi><mrow><mi>&gt;</mi><mn>0</mn></mrow></msub>
<mo>)</mo>
<mo>&ne;</mo>
<mi>Card</mi><mo>(</mo>
<mi>&Ropf;</mi>
<mo>)</mo>
</math>. <br /><br />
</li>

<li> Define the following and give an example for each:
<dl> 
<dt> (a) &nbsp;
sequence, </dt>
<dt> (b) &nbsp;
converges (for a sequence), </dt>
<dt> (c) &nbsp;
diverges (for a sequence), </dt>
<dt> (d) &nbsp;
limit (of a sequence), </dt>
<dt> (e) &nbsp;
sup (of a sequence),</dt>
<dt> (f) &nbsp;
inf (of a sequence),</dt>
<dt> (g) &nbsp;
lim sup (of a sequence),</dt>
<dt> (h) &nbsp;
lim inf (of a sequence),</dt>
<dt> (i) &nbsp;
bounded (for a sequence),</dt>
<dt> (j) &nbsp;
increasing (for a sequence),</dt>
<dt> (k) &nbsp;
decreasing (for a sequence),</dt>
<dt> (l) &nbsp;
monotone (for a sequence),</dt>
<dt> (m) &nbsp;
Cauchy sequence.</dt>
</dl><br />
</li>

<li> Give an example of a sequence
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mo>(</mo><msub><mi>a</mi><mi>n</mi></msub><mo>)</mo>
</math>
such that none of
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>inf</mi>
<msub><mi>a</mi><mi>n</mi></msub>
</math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>lim</mi><mi>inf</mi>
<msub><mi>a</mi><mi>n</mi></msub>
</math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>lim</mi><mi>sup</mi>
<msub><mi>a</mi><mi>n</mi></msub>
</math>, and
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>sup</mi>
<msub><mi>a</mi><mi>n</mi></msub>
</math> are equal.
<br /><br />
</li>


<li> Find the power series expansions and the radius of convergence of 
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msup><mi>e</mi><mi>x</mi></msup></math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>log</mi><mo>(</mo><mn>1</mn><mo>+</mo><mi>x</mi><mo>)</mo>
</math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mfrac><mn>1</mn><mrow><mn>1</mn><mo>-</mo><mi>x</mi></mrow>
</mfrac>
</math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msup><mrow><mo>(</mo><mn>1</mn><mo>+</mo><mi>x</mi><mo>)</mo></mrow>
<mn>1/2</mn></msup>
</math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>arctan</mi><mi>x</mi>
</math>,
and
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>sinh</mi><mi>x</mi>
</math>.
<br /><br />
</li>

<li>  Let
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>r</mi><mo>&isin;</mo><mi>&Ropf;</mi>
</math> with
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mn>0</mn><mo>&lt;</mo><mi>r</mi><mo>&lt;</mo><mn>1</mn>
</math>.  Find
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<msub><mi>lim</mi><mrow><mi>n</mi><mo>&rarr;</mo><mo>&infin;</mo></mrow></msub>
</mstyle>
<msup><mrow><mo>(</mo>
<mn>1</mn>
<mo>+</mo>
<mfrac><mn>r</mn><mi>n</mi></mfrac>
<mo>)</mo></mrow>
<mi>n</mi></msup>
</math>, and explain why this limit is important to everyone with a credit card.
</li>


<li> Prove that the series
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<munderover><mo>&sum;</mo><mrow><mi>n</mi><mo>=</mo><mn>1</mn></mrow>
<mo>&infin;</mo></munderover>
<mfrac>
<mn>1</mn><mi>n</mi>
</mfrac>
</mstyle>
</math> diverges and that the series
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<munderover><mo>&sum;</mo><mrow><mi>n</mi><mo>=</mo><mn>1</mn></mrow>
<mo>&infin;</mo></munderover>
<mfrac>
<mn>1</mn>
<mrow><msup><mi>n</mi><mn>2</mn></msup></mrow>
</mfrac>
</mstyle>
</math> converges.
<br /><br />
</li>

<li>  Let
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>r</mi><mo>&isin;</mo><mi>&Ropf;</mi>
</math>.
Find (with proof)
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<munderover><mo>&sum;</mo><mrow><mi>n</mi><mo>=</mo><mn>1</mn></mrow>
<mo>&infin;</mo></munderover>
<msup><mi> r</mi><mi>n</mi></msup>
</mstyle>
</math>.<br /><br />
</li>

<li>  Show that the alternating harmonic series for
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>arctan</mi><mi><mn>1</mn></mi>
</math>
is conditionally convergent but not
absolutely convergent.  Explain how to rearrange it so that its sum is 301.
<br /><br />
</li>


</ol>




</body>
</html>
