Skip to content

Commit 112aa97

Browse files
committed
w
1 parent 3f5822d commit 112aa97

File tree

59 files changed

+18123
-6521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+18123
-6521
lines changed

graduate/exams/analysis/1977-2004.html

Lines changed: 74 additions & 6521 deletions
Large diffs are not rendered by default.

graduate/exams/analysis/analysis-029.html

Lines changed: 306 additions & 0 deletions
Large diffs are not rendered by default.

graduate/exams/analysis/analysis-030.html

Lines changed: 288 additions & 0 deletions
Large diffs are not rendered by default.

graduate/exams/analysis/analysis-052.html

Lines changed: 326 additions & 0 deletions
Large diffs are not rendered by default.

graduate/exams/analysis/analysis-054.html

Lines changed: 291 additions & 0 deletions
Large diffs are not rendered by default.

graduate/exams/analysis/analysis-055.html

Lines changed: 290 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 244 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
<!DOCTYPE html>
2+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="generator" content="pandoc" />
6+
<meta name="viewport" content="width=device-width, initial-scalable=yes" />
7+
<title>Complex Analysis, May 1977 - UVA Mathematics</title>
8+
<style>
9+
/* Default styles for accessibility and readability */
10+
html {
11+
color: #1a1a1a;
12+
background-color: #fdfdfd;
13+
}
14+
body {
15+
margin: 0 auto;
16+
max-width: 50em;
17+
padding-left: 50px;
18+
padding-right: 50px;
19+
padding-top: 50px;
20+
padding-bottom: 50px;
21+
hyphens: auto;
22+
overflow-wrap: break-word;
23+
text-rendering: optimizeLegibility;
24+
font-kerning: normal;
25+
line-height: 1.5;
26+
}
27+
@media (max-width: 600px) {
28+
body {
29+
font-size: 0.9em;
30+
padding: 12px;
31+
}
32+
h1 {
33+
font-size: 1.8em;
34+
}
35+
}
36+
@media print {
37+
html {
38+
background-color: white;
39+
}
40+
body {
41+
background-color: transparent;
42+
color: black;
43+
font-size: 12pt;
44+
}
45+
p, h2, h3 {
46+
orphans: 3;
47+
widows: 3;
48+
}
49+
h2, h3, h4 {
50+
page-break-after: avoid;
51+
}
52+
}
53+
/* Skip navigation link */
54+
.skip-link {
55+
position: absolute;
56+
top: -40px;
57+
left: 0;
58+
background: #000;
59+
color: #fff;
60+
padding: 8px;
61+
text-decoration: none;
62+
z-index: 100;
63+
}
64+
.skip-link:focus {
65+
top: 0;
66+
}
67+
p {
68+
margin: 1em 0;
69+
}
70+
a {
71+
color: #0066cc;
72+
text-decoration: underline;
73+
}
74+
a:visited {
75+
color: #0066cc;
76+
}
77+
a:hover, a:focus {
78+
color: #0052a3;
79+
text-decoration: none;
80+
}
81+
img {
82+
max-width: 100%;
83+
}
84+
svg {
85+
height: auto;
86+
max-width: 100%;
87+
}
88+
h1, h2, h3, h4, h5, h6 {
89+
margin-top: 1.4em;
90+
line-height: 1.2;
91+
}
92+
h5, h6 {
93+
font-size: 1em;
94+
font-style: italic;
95+
}
96+
h6 {
97+
font-weight: normal;
98+
}
99+
ol, ul {
100+
padding-left: 1.7em;
101+
margin-top: 1em;
102+
}
103+
li > ol, li > ul {
104+
margin-top: 0;
105+
}
106+
blockquote {
107+
margin: 1em 0 1em 1.7em;
108+
padding-left: 1em;
109+
border-left: 2px solid #e6e6e6;
110+
color: #606060;
111+
}
112+
code {
113+
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
114+
font-size: 85%;
115+
margin: 0;
116+
hyphens: manual;
117+
}
118+
pre {
119+
margin: 1em 0;
120+
overflow: auto;
121+
}
122+
pre code {
123+
padding: 0;
124+
overflow: visible;
125+
overflow-wrap: normal;
126+
}
127+
hr {
128+
border: none;
129+
border-top: 1px solid #1a1a1a;
130+
height: 1px;
131+
margin: 1em 0;
132+
}
133+
table {
134+
margin: 1em 0;
135+
border-collapse: collapse;
136+
width: 100%;
137+
overflow-x: auto;
138+
display: block;
139+
font-variant-numeric: lining-nums tabular-nums;
140+
}
141+
table caption {
142+
margin-bottom: 0.75em;
143+
}
144+
tbody {
145+
margin-top: 0.5em;
146+
border-top: 1px solid #1a1a1a;
147+
border-bottom: 1px solid #1a1a1a;
148+
}
149+
th {
150+
border-top: 1px solid #1a1a1a;
151+
padding: 0.25em 0.5em 0.25em 0.5em;
152+
}
153+
td {
154+
padding: 0.125em 0.5em 0.25em 0.5em;
155+
}
156+
/* Navigation styling */
157+
nav {
158+
margin-bottom: 1.5em;
159+
}
160+
.back-button {
161+
display: inline-block;
162+
padding: 0.5em 1em;
163+
background-color: #f0f0f0;
164+
border: 1px solid #ccc;
165+
border-radius: 4px;
166+
text-decoration: none;
167+
color: #333;
168+
}
169+
.back-button:hover, .back-button:focus {
170+
background-color: #e0e0e0;
171+
text-decoration: none;
172+
}
173+
</style>
174+
</head>
175+
<body>
176+
<a href="#main-content" class="skip-link">Skip to main content</a>
177+
178+
<nav aria-label="Breadcrumb" style="margin-bottom: 1em;">
179+
<ol style="list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5em; font-size: 0.9em;">
180+
<li><a href="/">Home</a></li>
181+
<li aria-hidden="true" style="color: #999;">/</li>
182+
<li><a href="/graduate/">Graduate</a></li>
183+
<li aria-hidden="true" style="color: #999;">/</li>
184+
<li><a href="/graduate/generals/">General Exams</a></li>
185+
<li aria-hidden="true" style="color: #999;">/</li>
186+
<li><a href="/graduate/exams/analysis/1977-2004.html">Analysis Exams 1977-2004</a></li>
187+
<li aria-hidden="true" style="color: #999;">/</li>
188+
<li aria-current="page" style="color: #666;">Complex Analysis, May 1977</li>
189+
</ol>
190+
</nav>
191+
192+
<nav aria-label="Page navigation" style="margin-bottom: 2em;">
193+
<a href="/graduate/exams/analysis/1977-2004.html" class="back-button">&larr; Back to Table of Contents</a>
194+
</nav>
195+
196+
<main id="main-content">
197+
<h2 class="unnumbered" id="complex-analysis-may-1977">Complex Analysis,
198+
May 1977</h2>
199+
<ol>
200+
<li><p>Classify the singularities of the following functions, including
201+
<math role="math" aria-label="z=\infty" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>z</mi><mo>=</mo><mi>&infin;</mi></mrow><annotation encoding="application/x-tex">z=\infty</annotation></semantics></math>.
202+
Give orders of poles.<br />
203+
(a)
204+
<math role="math" aria-label="\frac{z}{\sin z}" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mfrac><mi>z</mi><mrow><mrow><mi mathvariant="normal">sin</mi><mo>&#8289;</mo></mrow><mi>z</mi></mrow></mfrac><annotation encoding="application/x-tex">\frac{z}{\sin z}</annotation></semantics></math><br />
205+
(b)
206+
<math role="math" aria-label="\frac{1}{\left(1+z^{2}\right)(2-z)^{2}}" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mfrac><mn>1</mn><mrow><mrow><mo stretchy="true" form="prefix">(</mo><mn>1</mn><mo>+</mo><msup><mi>z</mi><mn>2</mn></msup><mo stretchy="true" form="postfix">)</mo></mrow><mo stretchy="false" form="prefix">(</mo><mn>2</mn><mo></mo><mi>z</mi><msup><mo stretchy="false" form="postfix">)</mo><mn>2</mn></msup></mrow></mfrac><annotation encoding="application/x-tex">\frac{1}{\left(1+z^{2}\right)(2-z)^{2}}</annotation></semantics></math></p></li>
207+
<li><p>Consider</p></li>
208+
</ol>
209+
<p><math role="math" aria-label="f(z)=\frac{1}{\left(1+z^{2}\right)(2-z)^{2}}" display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>f</mi><mo stretchy="false" form="prefix">(</mo><mi>z</mi><mo stretchy="false" form="postfix">)</mo><mo>=</mo><mfrac><mn>1</mn><mrow><mrow><mo stretchy="true" form="prefix">(</mo><mn>1</mn><mo>+</mo><msup><mi>z</mi><mn>2</mn></msup><mo stretchy="true" form="postfix">)</mo></mrow><mo stretchy="false" form="prefix">(</mo><mn>2</mn><mo></mo><mi>z</mi><msup><mo stretchy="false" form="postfix">)</mo><mn>2</mn></msup></mrow></mfrac></mrow><annotation encoding="application/x-tex">f(z)=\frac{1}{\left(1+z^{2}\right)(2-z)^{2}}</annotation></semantics></math></p>
210+
<p>(a) Find its principal part at
211+
<math role="math" aria-label="z=2" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>z</mi><mo>=</mo><mn>2</mn></mrow><annotation encoding="application/x-tex">z=2</annotation></semantics></math>.<br />
212+
(b) In what region does its Laurant series about
213+
<math role="math" aria-label="z=2" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>z</mi><mo>=</mo><mn>2</mn></mrow><annotation encoding="application/x-tex">z=2</annotation></semantics></math>
214+
converge?<br />
215+
(c) In what circular regions center at
216+
<math role="math" aria-label="z=0" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>z</mi><mo>=</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">z=0</annotation></semantics></math>
217+
does
218+
<math role="math" aria-label="f(z)" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>f</mi><mo stretchy="false" form="prefix">(</mo><mi>z</mi><mo stretchy="false" form="postfix">)</mo></mrow><annotation encoding="application/x-tex">f(z)</annotation></semantics></math>
219+
have a Laurant expansion?<br />
220+
(d) Expand
221+
<math role="math" aria-label="f(z)" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>f</mi><mo stretchy="false" form="prefix">(</mo><mi>z</mi><mo stretchy="false" form="postfix">)</mo></mrow><annotation encoding="application/x-tex">f(z)</annotation></semantics></math>
222+
in
223+
<math role="math" aria-label="1&lt;|z|&lt;2" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>1</mn><mo>&lt;</mo><mo stretchy="false" form="prefix">|</mo><mi>z</mi><mo stretchy="false" form="prefix">|</mo><mo>&lt;</mo><mn>2</mn></mrow><annotation encoding="application/x-tex">1&lt;|z|&lt;2</annotation></semantics></math>.<br />
224+
3. Integrate, by complex methods,<br />
225+
(a)
226+
<math role="math" aria-label="\int_{-\pi}^{\pi} \frac{1}{1-a \cos \theta} d \theta, \quad 0&lt;a&lt;1" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msubsup><mo>&int;</mo><mrow><mi></mi><mi>&pi;</mi></mrow><mi>&pi;</mi></msubsup><mfrac><mn>1</mn><mrow><mn>1</mn><mo></mo><mi>a</mi><mrow><mi mathvariant="normal">cos</mi><mo>&#8289;</mo></mrow><mi>&theta;</mi></mrow></mfrac><mi>d</mi><mi>&theta;</mi><mo>,</mo><mspace width="1.0em"></mspace><mn>0</mn><mo>&lt;</mo><mi>a</mi><mo>&lt;</mo><mn>1</mn></mrow><annotation encoding="application/x-tex">\int_{-\pi}^{\pi} \frac{1}{1-a \cos \theta} d \theta, \quad 0&lt;a&lt;1</annotation></semantics></math>;<br />
227+
(b)
228+
<math role="math" aria-label="\int_{0}^{\infty} \frac{d x}{x^{\alpha}(x+1)^{2}}, \quad 0&lt;\alpha&lt;1" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msubsup><mo>&int;</mo><mn>0</mn><mi>&infin;</mi></msubsup><mfrac><mrow><mi>d</mi><mi>x</mi></mrow><mrow><msup><mi>x</mi><mi>&alpha;</mi></msup><mo stretchy="false" form="prefix">(</mo><mi>x</mi><mo>+</mo><mn>1</mn><msup><mo stretchy="false" form="postfix">)</mo><mn>2</mn></msup></mrow></mfrac><mo>,</mo><mspace width="1.0em"></mspace><mn>0</mn><mo>&lt;</mo><mi>&alpha;</mi><mo>&lt;</mo><mn>1</mn></mrow><annotation encoding="application/x-tex">\int_{0}^{\infty} \frac{d x}{x^{\alpha}(x+1)^{2}}, \quad 0&lt;\alpha&lt;1</annotation></semantics></math>.<br />
229+
4. Find, if possible, a conformal map of
230+
<math role="math" aria-label="A" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mi>A</mi><annotation encoding="application/x-tex">A</annotation></semantics></math>
231+
onto the upper half plane
232+
<math role="math" aria-label="\{z: \operatorname{Im} z&gt;0\}" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo stretchy="false" form="prefix">{</mo><mi>z</mi><mo>:</mo><mrow><mi mathvariant="normal">Im</mi><mo>&#8289;</mo></mrow><mi>z</mi><mo>&gt;</mo><mn>0</mn><mo stretchy="false" form="postfix">}</mo></mrow><annotation encoding="application/x-tex">\{z: \operatorname{Im} z&gt;0\}</annotation></semantics></math>,
233+
where<br />
234+
(a)
235+
<math role="math" aria-label="A" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mi>A</mi><annotation encoding="application/x-tex">A</annotation></semantics></math>
236+
is the complex plane;<br />
237+
(b)
238+
<math role="math" aria-label="A" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mi>A</mi><annotation encoding="application/x-tex">A</annotation></semantics></math>
239+
is the unit disc
240+
<math role="math" aria-label="\{z:|z|&lt;1\}" display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo stretchy="false" form="prefix">{</mo><mi>z</mi><mo>:</mo><mo stretchy="false" form="prefix">|</mo><mi>z</mi><mo stretchy="false" form="prefix">|</mo><mo>&lt;</mo><mn>1</mn><mo stretchy="false" form="postfix">}</mo></mrow><annotation encoding="application/x-tex">\{z:|z|&lt;1\}</annotation></semantics></math>.</p>
241+
242+
</main>
243+
</body>
244+
</html>

0 commit comments

Comments
 (0)