Skip to content

Commit 6c1e765

Browse files
committed
bits and pieces
1 parent b75626f commit 6c1e765

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

content/analysis/complex-analysis/module-01-algebriac-properties.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ $$ z_1 \cdot z_2 = r_1 r_2 (cos(\theta_1 + \theta_2) + isin(\theta_1 + \theta_2)
109109

110110
This can be interpreted geometrically that multiplying by a complex number causes rotation in the complex plane.
111111

112-
We can use this proprety to easily compute powers of complex numbers, which is sometimes called **DeMoivre's theorem**:
112+
Note that when we take the conjugate of a number $z = r e^{i\theta}$ we get $\overline{z} = r^{-i\theta}.$ This is a number with the same magnitude as $z$ but with the opposite angle. On the unit circle, where all numbers have the same magnitude, we have $z \overline{z} = 1$ because multiplying $z$ by its conjugate rotates it exactly how much it was rotated, but in the opposite direction.
113+
114+
We can use this property to easily compute powers of complex numbers, which is sometimes called **DeMoivre's theorem**:
113115

114116

115117
:::theorem "de Moivre's Theorem" {label: de-moivres-}
@@ -139,9 +141,9 @@ $$ X = x^2 - y^2, \quad Y = 2xy $$
139141

140142
Now we have two equations and two unknowns, and when they are solved, we will have the two square roots of $Z$.
141143

142-
By definition, the **principal square root** of $Z$ is the square root with the nonnegative real part.
144+
By definition, the **principal square root** of $Z$ is the square root with the non-negative real part.
143145

144-
## Complex Quadratrics
146+
## Complex Quadratics
145147

146148
We can use the quadratic formula to solve quadratics in a complex variable with complex coefficients, that is where
147149

content/analysis/complex-analysis/module-08-elementary-functions.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ These functions are also $2 \pi$ periodic like their real counterparts.
5656

5757
The real and imaginary parts of $\sin{z}$ and $\cos{z}$ can be expressed as
5858

59-
$$ \sin{z} = \sin{(x + yi)} = \sin{x} \cosh{x} + \cos{x}\sinh{yi} $$
59+
$$ \sin{z} = \sin{(x + yi)} = \sin{x} \cosh{x} + i \cos{x}\sinh{y} $$
6060

6161

62-
$$ \cos{z} = \cos{(x + yi)} = \cos{x} \cosh{y} - \sin{x} \sinh{yi} $$
62+
$$ \cos{z} = \cos{(x + yi)} = \cos{x} \cosh{y} - i \sin{x} \sinh{y} $$
6363

6464
$\cos{z}$ and $\sin{z}$ are entire functions. They have the same zeros as the real versions and the expected derivatives.
6565

@@ -81,9 +81,9 @@ $$ \sinh{(iz)} = i\sin{z}, \quad \cosh{iz} = \cos{z}. $$
8181

8282
The real and imaginary parts of $\sinh{z}$ and $\cosh{z}$ are given as
8383

84-
$$ \sinh{z} = \cos{y} \sinh{x} + \sin{y} \cosh{xi}, $$
84+
$$ \sinh{z} = \cos{y} \sinh{x} + i \sin{y} \cosh{x}, $$
8585

86-
$$ \cosh{z} = \cos{y} \cosh{x} + \sin{y} \sinh{xi}. $$
86+
$$ \cosh{z} = \cos{y} \cosh{x} + i \sin{y} \sinh{x}. $$
8787

8888
The remaining complex hyperbolic functions are defined as usual
8989

@@ -111,11 +111,11 @@ The principal logarithm is defined using the principal argument, such that
111111

112112
$$ \Log{z} = \ln{|z|} + (\Arg{z})i $$
113113

114-
and is analytic in the domain $\|z\| > 0, -\pi < \Arg{z} < \pi.$ It is also called the prinicpal branch of $\log{z}$.
114+
and is analytic in the domain $\|z\| > 0, -\pi < \Arg{z} < \pi.$ It is also called the principal branch of $\log{z}$.
115115

116116
Points on the negative real aixs and $z = 0$ are singularities of $\Log{z}$, but they are not isolated singularities.
117117

118-
The deriviative of $\Log{z}$ is
118+
The derivative of $\Log{z}$ is
119119

120120
$$ \frac{d}{dz} \Log{z} = \frac{1}{z} $$
121121

@@ -125,4 +125,10 @@ $$ \log_\phi{z} = \ln{|z|} + (\arg_\phi{z})i. $$
125125

126126
These branches are analytic on any domain that does not contain $z = 0$ (the branch point) or points on the branch cut (the half-line through $z=0$ making an angle of $\phi$ radians ith the positive real axis.)
127127

128-
We can define branch cuts that aren't straight lines too. For example, branch points of the function $\Log{\left \[ f(z)\right \]}$ are the zeroes of $f(z)$ and branch cuts are where $f(z)$ is real and negative.
128+
We can define branch cuts that aren't straight lines too. For example, branch points of the function $\Log{ \left [ f(z) \right ] }$ are the zeroes of $f(z)$ and branch cuts are where $f(z)$ is real and negative.
129+
130+
## General Powers of z
131+
132+
For a complex number $a,$
133+
134+
$$ a^z = e^{z * \ln{a}}. $$

content/analysis/complex-analysis/module-20-taylor-and-maclaurin-series.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ Here we can see that $w$ contributes only a factor of $|w|,$ which doesn't depen
9696

9797
$$ L = \lim_{n \to \infty} \left | \frac{a_{n+1}}{a_n} \right | \implies \text{series converges if} |w| < 1/L. $$
9898

99-
So, our radius of convergence here is $1/L.$ Note that if we had something like $w = (z - z_0)^{mn},$ then our radius of convergence would be $(1/L)^{1/m}.$
99+
So, our radius of convergence for our $w$ series here is $1/L.$ We have to bring $z$ back, so for example, if we had something like $w = (z - z_0)^{mn},$ then our radius of convergence would be $(1/L)^{1/m}.$ We get that by
100+
101+
$$ |w| < R \implies |z^m| < R \implies |z| < R^{1/m}. $$
100102

101103
Similarly with the root test, we end up with something like
102104

content/analysis/complex-analysis/module-24-real-integrals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $$ I = \frac{1}{2} * 2 \pi i * (\Res{z \to z_1}f(z) + \Res{z \to z_2}f(z)) = \fr
8686

8787
Putting this all together, we have, in general, with the conditions specified,
8888

89-
$$ \int_{-\infty}^{\infty} f(x) dx = 2 * \pi * \sum \Res f(z). $$
89+
$$ \int_{-\infty}^{\infty} f(x) dx = 2 \pi i \sum \Res f(z). $$
9090

9191
## Improper Integrals with Simple Poles on the Real Axis
9292

0 commit comments

Comments
 (0)