수업을 들으면서 수업 및 교재를 기반으로 정리글을 작성합니다. 강의와 교재를 기반으로 하기 때문에 대부분은 정확할 것이라 믿지만 잘못된 부분이 있다면 지적해주시면 감사하겠습니다. (제 개인적인 해설도 많이 들어가기 때문에 잘못 생각하는 부분이 있을 수 있습니다.)
책은 James Ward Brown, Ruel V. Churchill의 Complex Variables and Applications (9th edition)입니다.

Chapter1. Complex numbers
Sec 1. Sums and Products
Complex number(z) Definition :
complex plane의 한 점 = pair (x,y) of real numbers

(x,0) : point on the real axis
(y,0) : point on the imaginary axis
x=Re(z)
y=Im(z)
x는 z의 real parts, y는 z의 imaginary part라고 합니다.
z1=(x1,y1), z2=(x2,y2)
두 complex number가 있을 때 sum과 product를 정의합니다.
Sum of two complex numbers (z1+z2) : (x_{1}+y_{1},x_{2}+y_{2})
Product of two complex numbers (z1z2) : (x_{1}x_{2}-y_{1}y_{2},y_{1}x_{2}+x_{1}y_{2})
당연한 것처럼 보이지만, complex number 정의가 pair (x,y)로부터 시작하기 때문에 sum과 product도 먼저 pair의 값으로부터 유도됩니다.
이를 (x,y)=x+iy이라는 점을 이용해서
(x1+iy1)+(x2+iy2)=(x1+x2)+i(y1+y2)
(x1+iy1)(x2+iy2)=(x1x2−y1y2)+i(y1x2+x1y2)
또한
i⋅i=−1
z⋅0=0
Sec 2. Basic Algebraic Properties
Complex numbers의 addition과 multiplication에서 적용되는 법칙들 (real number에서와 유사한 것이 많음)
1) commutative law : z1+z2=z2+z1, z1z2=z2z1
2) associative law : (z1+z2)+z3=z1+(z2+z3), (z1z2)z3=z1(z2z3)
3) distributive law : z(z1+z2)=zz1+zz2
4) additive identity(0=(0,0)) : z+0=z
5) multiplicative identity(1=(1,0))
6) additive inverse : −z=(−x,−y)⇒z+(−z)=(0,0)
7) multiplicative inverse : z−1=(xx2+y2,−yx2+y2)⇒zz−1=(1,0) (주의 : z≠0)
Sec 3. Further Algebraic Properties
if a product z1z2 is zero, then so is at least one of the factors z1 and z2
substraction : additive inverse z1−z2=(x1,y1)+(−x1,−y2)=(x1−x2,y1−y2)
division : additive multiplicative inverse z1z2=(x1,y1)(x2x22+y22,−y2x22+y22)=(x1+iy1)(x2−iy2)(x2+iy2)(x2−iy2)
z1+z2z3=(z1+z2)z−13=z1z−13+z2z−13=z1z3+z2z3(z3≠0)
1z2=z−12
binomial formula : (z1+z2)n=∑nk=0(nk)zk1zn−k2 (n=1,2,…)
Sec 4. Vectors and Moduli
Complex number를 complex plane에서 (x,y) 쌍의 점으로 볼 수도 있지만 원점에서 시작된 벡터로도 볼 수 있습니다.

z1+z2=(x1+x2)+i(y1+y2) : 두 벡터의 합

두 벡터의 차는 벡터의 방향을 바꿈으로써 벡터의 합으로 볼 수 있습니다.
z1−z2=z1+(−z2)
또한 (x2,y2)에서 (x1,y1)로 지어주는 벡터로도 볼 수 있습니다.
modulus : |z|=√(x2+y2) : 벡터의 길이
|z1|<|z2| : 어떤 값이 더 원점에 가까운지 비교
Sec 5. Triangle inequality
|z1+z2|≤|z1|+|z2|
|z1+z2|≥||z1|−|z2||
증명은 기하학적으로, 대수적으로도 할 수 있습니다.
기하학적 증명은, 앞서 보았던 벡터의 계산에서 나타나던 삼각형을 생각하는 것입니다. 두 벡터의 합으로 나타나는 변은 다른 두 변의 합보다 반드시 작거나 같기 때문에 위의 첫번째 식이 성립합니다. 그리고 첫번째 식이 성립하면 두번째 식도 유도할 수 있습니다.
|z1|=|(z1+z2)−z2|≤|z1+z2|+|−z2|
|z1|+|z2|≥|z1|−|z2|
위의 경우는 |z1|>|z2|일 때이고 |z1|<|z2|일 때는
|z1+z2|≥−(|z1−z2|)
P(z)=a0+a1z+⋯+anzn
|1P(z)|<2|an|Rn whenever |z|>R
|zn|=|z|n
Sec 6. Complex Conjugates
z=x+iy
ˉz=x−iy
ˉˉz=z, |ˉz|=|z|
sum : ¯z1+z2=¯z1+¯z1
difference : ¯z1−z2=¯z1−¯z2
multiplication : ¯z1z2=¯z1¯z2
division : ¯(z1z2)=¯z1¯z2(z2≠0)
Rez=z+ˉz2 Imx=z−ˉz2i
zˉz=|z|2
위 식을 통해 다음을 증명할 수 있습니다.
|z1z2|2=(z1z2)(¯z1z2)=(z1¯z1)(z2¯z2)=|z1|2|z2|2=(|z1||z2|)2
Sec 7. Exponential Form
Polar form of complex number
z=r(cosθ+isinθ)
θ:argument of z⇒arg z : the set of all such values
Principal value of arg z : Arg z ⇒unique value −π<θ≤π
arg z = Arg z +2nπ (n=0,±1,±2,…)
Exponential form of complex number
z=eiθ∵ Euler's formula eiθ=cosθ+isinθ
Sec 8. Product and Powers in Exponential Form
eiθ1eiθ2=ei(θ1+θ2)
⇒z1z2=r1eiθ1eiθ2=r1r2eiθ1eiθ2=r1r2ei(θ1+θ2)
z1z2=r1eiθ1r2eiθ2=r1r2ei(θ1−θ2)ei0=r1r2ei(θ1−θ2)
z−1=1z=1ei0reiθ=1rei(0−θ)=1re−iθ
zn=rneinθ (n=0,±1,±2,…)
zm+1=rm+1ei(m+1)θ
de Moivre's formula
(cosθ+isinθ)n=cosnθ+sinnθ (n=0,±1,±2,…)
이를 가지고 2θ에 대해서 구할 수 있습니다.
(cosθ+isinθ)2=(ei2θ)=cos2θ+isin2θ
cos2θ=cos2θ−sin2θ
sin2θ=2sinθcosθ
Sec 9. Augments of products and quotients
z1z2=(r1r2)ei(θ1+θ2)
arg(z1z2)=argz1+argz2
arg(z1z2)=arg(z1z−12)=argz1+arg(z−12)=argz1−argz2
Sec 10. Roots of Complex Numbers
zn=r0eiθ0
z=n√r0exp[i(θ0n+2kπn)] (k=0,±1,±2,…)
distinct root :
ck=n√r0exp[i(θ0n+2kπn)] (k=0,1,2,…,n−1)
ck=n√r0exp(iθ0n)exp(i2kπn) (k=0,1,2,…,n−1)
c0는 principal root입니다.
ωkn=exp(i2kπn) (k=0,1,2,…,n−1)
ck=c0ωkn (k=0,1,2,…,n−1)
Sec 11. Examples

1,ωn,ωn,…,ωn−1n where ωn=exp(i2πn)
n=3,4,6의 case가 바로 위 그림입니다.
Sec 12. Regions in the Complex Plane
앞으로 배울 극한 및 미분 개념 때문에, neighborhood, set, boundary 등의 개념을 다루게 됩니다.
ε-neighborhood
|z−z0|<ε of a given point z0
deleted neighborhood
0<|z−z0|<ε
ε neighborhood와 비슷하지만 z0를 제외한 neighborhood.

Interior point :
A point z0 is said to be an interior point of a set S
whenever there is some neighborhood of z0 that contains only points of S
Exterior point :
There exists a neighborhood of it containing no points of S
Boundary point :
A boundary point is, therefore, a point all of whose neighborhoods
contain at least one point in S and at least one point not in S
Boundary :
Totality of all boundary points
A set is open if it does not contain any of its boundary points.
A set is closed if it contains all of its boundary points
Some sets are neither open nor closed
Closure of a set S : the closed set consisting of all points in S together with the boundary of S.
An open set S its connected if each pair of points z1 and z2 in it can be joined by a polygonal line, consisting of a finite number of line segments joined end to end, that lies entirely in S.
Domain : a nonempty open set that is connected
Region : a domain together with some, none, or all of its boundary points
accumulatation point(limit point) z0 of a set S : if each deleted neighborhood of z0 contains at least one point of S
A set is closed if and only if it contains all of its accumulation points
정의에 따라, set S에 속한 적어도 한 개의 point라도 포함하지 않는 some deleted neighborhood이 존재한다면, point는 accumulation point of a set S이 아니다.
Note : origin is the only accumulation point of the set
zn=in (n=1,2,…)
'수학 Mathematics > 복소해석학 Complex Analysis' 카테고리의 다른 글
[응용복소함수] Chap2 : Cauchy-Riemann equations (0) | 2021.03.08 |
---|---|
[응용복소함수] Chap2 : Derivatives (0) | 2021.03.07 |
[응용복소함수] Chap2 : Limits, Continuity (0) | 2021.03.05 |
[응용복소함수] Chap2 : Function, Mapping (0) | 2021.03.04 |