-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplexanalysis.html
More file actions
381 lines (333 loc) · 19.1 KB
/
Copy pathcomplexanalysis.html
File metadata and controls
381 lines (333 loc) · 19.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Complex Analysis Documentation</title>
<script></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<style>
body {
font-family: 'Roboto Condensed', Comfortaa, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #9a6579;
}
h1, h2, h3, h4 {
font-family: Comfortaa, 'Noto Sans','Times New Roman',Impact;
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
h1 {
text-align: center;
font-size: 2.5em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.4em;
}
.section {
background-color:#9abdaf;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.svg-container {
text-align: center;
margin: 20px 0;
}
svg {
max-width: 90%;
height: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.math {
font-size: 1.1em;
text-align: center;
margin: 10px 0;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
th, td {
border: 1px solid #ddd;
padding: 10px;
text-align: left;
}
th {
background-color: #3498db;
color: white;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.toc {
background-color: #e3ffd8;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.toc ul {
list-style-type: none;
padding: 0;
}
.toc li {
margin: 10px 0;
}
.toc a {
display: block;
padding: 5px 0;
}
.sp {
color: #f1f9fe;
}
</style>
</head>
<body>
<h1 class="sp">Complex Analysis: A Short Documentation</h1>
<h2 class="sp" align=center>Made by SJR with Mistral Vibe for Mathematical Physics</h1>
<div class="toc">
<h2>Table of Contents</h2>
<ul>
<li><a href="#brief-revision">Brief Revision of Complex Numbers</a></li>
<li><a href="#graphical-representation">Graphical Representation of Complex Numbers</a></li>
<li><a href="#eulers-formula">Euler's Formula</a></li>
<li><a href="#de-moivres-theorem">De Moivre's Theorem</a></li>
<li><a href="#roots">Roots of Complex Numbers</a></li>
<li><a href="#functions">Functions of Complex Variables</a></li>
<li><a href="#analyticity">Analyticity and Cauchy-Riemann Conditions</a></li>
<li><a href="#examples">Examples of Analytic Functions</a></li>
<li><a href="#singular-functions">Singular Functions: Poles and Branch Points</a></li>
<li><a href="#order">Order of Singularity</a></li>
<li><a href="#branch-cuts">Branch Cuts</a></li>
<li><a href="#integration">Integration of a Function of a Complex Variable</a></li>
<li><a href="#cauchys-inequality">Cauchy's Inequality</a></li>
<li><a href="#cauchys-integral">Cauchy’s Integral Formula</a></li>
</ul>
</div>
<div class="section" id="brief-revision">
<h2>Brief Revision of Complex Numbers</h2>
<p>A <strong>complex number</strong> <span class="math">\( z \)</span> is defined as:</p>
<p class="math">\[ z = a + bi \]</p>
<p>where:</p>
<ul>
<li><span class="math">\( a, b \in \mathbb{R} \)</span> are the <strong>real</strong> and <strong>imaginary parts</strong>, respectively.</li>
<li><span class="math">\( i \)</span> is the <strong>imaginary unit</strong>, satisfying <span class="math">\( i^2 = -1 \)</span>.</li>
</ul>
<h3>Properties</h3>
<ul>
<li><strong>Real Part</strong>: <span class="math">\( \Re(z) = a \)</span></li>
<li><strong>Imaginary Part</strong>: <span class="math">\( \Im(z) = b \)</span></li>
<li><strong>Complex Conjugate</strong>: <span class="math">\( \overline{z} = a - bi \)</span></li>
<li><strong>Modulus</strong>: <span class="math">\( |z| = \sqrt{a^2 + b^2} \)</span></li>
<li><strong>Argument</strong>: <span class="math">\( \arg(z) = \theta = \arctan\left(\frac{b}{a}\right) \)</span></li>
</ul>
<h3>Algebraic Operations</h3>
<ul>
<li><strong>Addition</strong>: <span class="math">\( (a + bi) + (c + di) = (a + c) + (b + d)i \)</span></li>
<li><strong>Subtraction</strong>: <span class="math">\( (a + bi) - (c + di) = (a - c) + (b - d)i \)</span></li>
<li><strong>Multiplication</strong>: <span class="math">\( (a + bi)(c + di) = (ac - bd) + (ad + bc)i \)</span></li>
<li><strong>Division</strong>: <span class="math">\( \frac{a + bi}{c + di} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2} \)</span></li>
</ul>
</div>
<div class="section" id="graphical-representation">
<h2>Graphical Representation of Complex Numbers</h2>
<p>Complex numbers are represented in the <strong>complex plane</strong> (Argand diagram), where:</p>
<ul>
<li>The <strong>x-axis</strong> represents the <strong>real part</strong> <span class="math">\( \Re(z) \)</span>.</li>
<li>The <strong>y-axis</strong> represents the <strong>imaginary part</strong> <span class="math">\( \Im(z) \)</span>.</li>
</ul>
<div class="svg-container">
<svg viewBox="0 0 200 250" xmlns="http://www.w3.org/2000/svg">
<line x1="0" y1="110" x2="200" y2="110" stroke="black" stroke-width="1" />
<line x1="100" y1="10" x2="100" y2="240" stroke="black" stroke-width="1" />
<text x="200" y="105" text-anchor="end">Re(z) (3 Units)</text>
<text x="105" y="20" text-anchor="middle">Im(z) (4 Units)</text>
<circle cx="130" cy="60" r="3" fill="red" />
<text x="130" y="60" text-anchor="middle" font-size="12">3+4i</text>
<line x1="100" y1="110" x2="130" y2="60" stroke="blue" stroke-width="1" />
</svg>
</div>
</div>
<div class="section" id="eulers-formula">
<h2>Euler's Formula</h2>
<p>Euler's formula establishes a deep connection between exponential and trigonometric functions:</p>
<p class="math">\[ e^{i\theta} = \cos(\theta) + i\sin(\theta) \]</p>
<h3>Polar Form</h3>
<p>A complex number <span class="math">\( z = a + bi \)</span> can be expressed in <strong>polar form</strong> as:</p>
<p class="math">\[ z = r(\cos\theta + i\sin\theta) = re^{i\theta} \]</p>
<p>where:</p>
<ul>
<li><span class="math">\( r = |z| = \sqrt{a^2 + b^2} \)</span></li>
<li><span class="math">\( \theta = \arg(z) = \arctan\left(\frac{b}{a}\right) \)</span></li>
</ul>
</div>
<div class="section" id="de-moivres-theorem">
<h2>De Moivre's Theorem</h2>
<p>De Moivre's theorem states:</p>
<p class="math">\[ (\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta) \]</p>
<p>for any integer <span class="math">\( n \)</span> and real <span class="math">\( \theta \)</span>.</p>
<h3>Applications</h3>
<ul>
<li><strong>Powers of Complex Numbers</strong>: Simplifies <span class="math">\( (z)^n \)</span> for <span class="math">\( z = r(\cos\theta + i\sin\theta) \)</span>.</li>
<li><strong>Roots of Complex Numbers</strong>: Used to find the <span class="math">\( n \)</span>-th roots of <span class="math">\( z \)</span>.</li>
</ul>
</div>
<div class="section" id="roots">
<h2>Roots of Complex Numbers</h2>
<p>The <strong><span class="math">\( n \)</span>-th roots</strong> of a complex number <span class="math">\( z = r(\cos\theta + i\sin\theta) \)</span> are given by:</p>
<p class="math">\[ z_k = r^{1/n} \left[ \cos\left(\frac{\theta + 2k\pi}{n}\right) + i\sin\left(\frac{\theta + 2k\pi}{n}\right) \right] \]</p>
<p>for <span class="math">\( k = 0, 1, 2, \dots, n-1 \)</span>.</p>
<h3>Example</h3>
<p>Find the cube roots of <span class="math">\( z = 8(\cos(\pi/3) + i\sin(\pi/3)) \)</span>:</p>
<ul>
<li><span class="math">\( z_0 = 2\left[ \cos\left(\frac{\pi}{9}\right) + i\sin\left(\frac{\pi}{9}\right) \right] \)</span></li>
<li><span class="math">\( z_1 = 2\left[ \cos\left(\frac{7\pi}{9}\right) + i\sin\left(\frac{7\pi}{9}\right) \right] \)</span></li>
<li><span class="math">\( z_2 = 2\left[ \cos\left(\frac{13\pi}{9}\right) + i\sin\left(\frac{13\pi}{9}\right) \right] \)</span></li>
</ul>
</div>
<div class="section" id="functions">
<h2>Functions of Complex Variables</h2>
<p>A <strong>function of a complex variable</strong> is a rule that assigns a complex number <span class="math">\( w \)</span> to each complex number <span class="math">\( z \)</span> in a domain <span class="math">\( D \subseteq \mathbb{C} \)</span>.</p>
<h3>Common Functions</h3>
<ol>
<li><strong>Polynomials</strong>:
<p class="math">\[ f(z) = a_n z^n + a_{n-1} z^{n-1} + \dots + a_0 \]</p>
</li>
<li><strong>Rational Functions</strong>:
<p class="math">\[ f(z) = \frac{P(z)}{Q(z)} \]</p>
where <span class="math">\( P \)</span> and <span class="math">\( Q \)</span> are polynomials.
</li>
<li><strong>Exponential Function</strong>:
<p class="math">\[ f(z) = e^z = e^x (\cos y + i\sin y) \]</p>
where <span class="math">\( z = x + iy \)</span>.
</li>
<li><strong>Trigonometric Functions</strong>:
<ul>
<li><span class="math">\( \sin(z) = \frac{e^{iz} - e^{-iz}}{2i} \)</span></li>
<li><span class="math">\( \cos(z) = \frac{e^{iz} + e^{-iz}}{2} \)</span></li>
</ul>
</li>
<li><strong>Logarithmic Function</strong>:
<p class="math">\[ f(z) = \ln|z| + i\arg(z) \]</p>
</li>
</ol>
</div>
<div class="section" id="analyticity">
<h2>Analyticity and Cauchy-Riemann Conditions</h2>
<p>A function <span class="math">\( f(z) \)</span> is <strong>analytic</strong> (holomorphic) at a point <span class="math">\( z_0 \)</span> if it is differentiable in some neighborhood of <span class="math">\( z_0 \)</span>.</p>
<h3>Cauchy-Riemann Conditions</h3>
<p>For <span class="math">\( f(z) = u(x, y) + iv(x, y) \)</span> to be analytic, it must satisfy:</p>
<ol>
<li><span class="math">\( \frac{\partial u}{\partial x} = \frac{\partial v}{\partial y} \)</span></li>
<li><span class="math">\( \frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x} \)</span></li>
</ol>
<p>Additionally, <span class="math">\( u \)</span> and <span class="math">\( v \)</span> must satisfy the <strong>Laplace equation</strong>:</p>
<ul>
<li><span class="math">\( \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0 \)</span></li>
<li><span class="math">\( \frac{\partial^2 v}{\partial x^2} + \frac{\partial^2 v}{\partial y^2} = 0 \)</span></li>
</ul>
</div>
<div class="section" id="examples">
<h2>Examples of Analytic Functions</h2>
<ol>
<li><span class="math">\( f(z) = z^2 \)</span>: Satisfies Cauchy-Riemann conditions everywhere.</li>
<li><span class="math">\( f(z) = e^z \)</span>: Analytic everywhere (entire function).</li>
<li><span class="math">\( f(z) = \sin(z) \)</span>: Analytic everywhere.</li>
<li><span class="math">\( f(z) = \frac{1}{z} \)</span>: Analytic everywhere except at <span class="math">\( z = 0 \)</span> (singularity).</li>
</ol>
</div>
<div class="section" id="singular-functions">
<h2>Singular Functions: Poles and Branch Points</h2>
<h3>Singularities</h3>
<p>A point <span class="math">\( z_0 \)</span> is a <strong>singularity</strong> of <span class="math">\( f(z) \)</span> if <span class="math">\( f(z) \)</span> is not analytic at <span class="math">\( z_0 \)</span> but is analytic in some punctured neighborhood of <span class="math">\( z_0 \)</span>.</p>
<h4>Types of Singularities</h4>
<ol>
<li><strong>Removable Singularity</strong>: If <span class="math">\( \lim_{z\to z_0} f(z) \)</span> exists and is finite.</li>
<li><strong>Pole</strong>: If <span class="math">\( \lim_{z\to z_0} f(z) = \infty \)</span>. The <strong>order</strong> of the pole is the smallest integer <span class="math">\( n \)</span> such that <span class="math">\( (z - z_0)^n f(z) \)</span> is bounded near <span class="math">\( z_0 \)</span>.</li>
<li><strong>Essential Singularity</strong>: If <span class="math">\( \lim_{z\to z_0} f(z) \)</span> does not exist in any form (finite or infinite).</li>
</ol>
<h3>Branch Points</h3>
<p>A <strong>branch point</strong> is a point <span class="math">\( z_0 \)</span> such that a function <span class="math">\( f(z) \)</span> is not single-valued in any neighborhood of <span class="math">\( z_0 \)</span>. Common in <strong>multi-valued functions</strong> like <span class="math">\( \log(z) \)</span> and <span class="math">\( z^{1/n} \)</span>.</p>
</div>
<div class="section" id="order">
<h2>Order of Singularity</h2>
<p>The <strong>order</strong> of a singularity at <span class="math">\( z_0 \)</span> is determined by the <strong>Laurent series expansion</strong> of <span class="math">\( f(z) \)</span> around <span class="math">\( z_0 \)</span>:</p>
<ul>
<li>If the <strong>principal part</strong> has a finite number of terms, the singularity is a <strong>pole</strong> of order equal to the highest power of <span class="math">\( (z - z_0) \)</span> in the principal part.</li>
<li>If the principal part has infinitely many terms, the singularity is <strong>essential</strong>.</li>
</ul>
</div>
<div class="section" id="branch-cuts">
<h2>Branch Cuts</h2>
<p>A <strong>branch cut</strong> is a curve in the complex plane that restricts the domain of a multi-valued function to make it single-valued and continuous.</p>
<h3>Example</h3>
<p>For the function <span class="math">\( f(z) = \log(z) \)</span>, a branch cut is typically made along the <strong>negative real axis</strong> (from <span class="math">\( 0 \)</span> to <span class="math">\( -\infty \)</span>).</p>
<div class="svg-container">
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<line x1="0" y1="100" x2="200" y2="100" stroke="black" stroke-width="1" />
<line x1="100" y1="0" x2="100" y2="200" stroke="black" stroke-width="1" />
<path d="M100,100 L50,100" stroke="red" stroke-width="2" stroke-dasharray="5,5" />
<text x="25" y="95" text-anchor="middle" font-size="12">Branch Cut</text>
</svg>
</div>
</div>
<div class="section" id="integration">
<h2>Integration of a Function of a Complex Variable</h2>
<p>The integral of a complex function <span class="math">\( f(z) \)</span> along a contour <span class="math">\( C \)</span> is defined as:</p>
<p class="math">\[ \int_C f(z) \, dz = \int_a^b f(\gamma(t)) \, \gamma'(t) \, dt \]</p>
<p>where <span class="math">\( \gamma(t) \)</span> is a parameterization of <span class="math">\( C \)</span> for <span class="math">\( t \in [a, b] \)</span>.</p>
<h3>Key Theorems</h3>
<ol>
<li><strong>Cauchy's Theorem</strong>: If <span class="math">\( f(z) \)</span> is analytic in a simply connected domain <span class="math">\( D \)</span>, then:
<p class="math">\[ \int_C f(z) \, dz = 0 \]</p>
for any closed contour <span class="math">\( C \)</span> in <span class="math">\( D \)</span>.
</li>
<li><strong>Cauchy-Goursat Theorem</strong>: A generalization of Cauchy's theorem for domains that are not simply connected.</li>
</ol>
</div>
<div class="section" id="cauchys-inequality">
<h2>Cauchy's Inequality</h2>
<p>Cauchy's inequality provides a bound on the coefficients of a <strong>Taylor series</strong> for an analytic function. If <span class="math">\( f(z) \)</span> is analytic in a disk <span class="math">\( |z - z_0| < R \)</span>, then:</p>
<p class="math">\[ |a_n| \leq \frac{M}{R^n} \]</p>
<p>where:</p>
<ul>
<li><span class="math">\( M \)</span> is the maximum value of <span class="math">\( |f(z)| \)</span> on the circle <span class="math">\( |z - z_0| = R \)</span>.</li>
<li><span class="math">\( a_n \)</span> is the coefficient of <span class="math">\( (z - z_0)^n \)</span> in the Taylor series expansion of <span class="math">\( f(z) \)</span>.</li>
</ul>
</div>
<div class="section" id="cauchys-integral">
<h2>Cauchy’s Integral Formula</h2>
<p>If <span class="math">\( f(z) \)</span> is analytic in a simply connected domain <span class="math">\( D \)</span>, and <span class="math">\( C \)</span> is a simple closed contour in <span class="math">\( D \)</span> that encloses <span class="math">\( z_0 \)</span>, then:</p>
<p class="math">\[ f(z_0) = \frac{1}{2\pi i} \int_C \frac{f(z)}{z - z_0} \, dz \]</p>
<h3>Generalized Cauchy’s Integral Formula</h3>
<p>For the <strong><span class="math">\( n \)</span>-th derivative</strong> of <span class="math">\( f(z) \)</span> at <span class="math">\( z_0 \)</span>:</p>
<p class="math">\[ f^{(n)}(z_0) = \frac{n!}{2\pi i} \int_C \frac{f(z)}{(z - z_0)^{n+1}} \, dz \]</p>
</div>
<div class="section">
<h2>Conclusion</h2>
<p>This documentation provides a overview of <strong>Complex Analysis</strong>, with <strong>LaTeX-formatted equations</strong> and <strong>SVG graphs</strong> for clarity. Each section can be expanded with additional examples, proofs, or visualizations as needed.</p>
</div>
</body>
<footer>
<p>The page is 🄯 Copyleft 2026 Assembled by Soumyajit Roy with Grok</p>
</footer>
</html>