Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Samenvatting

Summary Complex Analysis

Beoordeling
-
Verkocht
-
Pagina's
17
Geüpload op
10-04-2025
Geschreven in
2023/2024

Summary for complex analysis

Voorbeeld van de inhoud

Complex Analysis

1 Holomorphic functions
1.1 Definitions
Def 1.1.1: Let U, V ⊂ C be open (often, we can take V = C) and let a ∈ U . A function
f : U → V is complex differentiable in a if

f (z) − f (a)
f ′ (a) = lim
z→a z−a
exists. We can reformulate this: f is complex differentiable in a if and only if there exists a
f ′ (a) = w ∈ C such that
f (z) − f (a) − w · (z − a) z→a
−→ 0
|z − a|

Def 1.1.1.a: f : U → V is called holomorphic if it is complex differentiable in all a ∈ U . An
entire function is a holomorphic function that is defined on the whole plane, i.e. f : C → C.
Proposition 1.1.3: Let U ⊂ C be open, let a ∈ U , c ∈ C and let f, g : U → C be complex
differentiable in a. Then the following properties hold:
• (f ± g)′ (a) = f ′ (a) ± g ′ (a)
• (c · f )′ (a) = c · f ′ (a)
• (f g)′ (a) = f ′ (a) · g(a) + f (a) · g ′ (a) (Leibnitz rule)
−f ′ (a)
• if f (a) ̸= 0 and f ′ (a) ̸= 0, then ( f1 )′ (a) = f 2 (a)
(inversion rule)

• Let V ⊂ C be open such that im(f ) ⊂ V . Take a function h : V → C which is complex
differentiable in f (a). Then (h ◦ f )′ (a) = h′ (f (a)) · f ′ (a) (chain rule)

1.2 The Cauchy-Riemann equation
Given a function f : U → C (or we can identify C = R2 ). Then there exists uniquely determined
functions u : U → R and v : U → R where (x, y) 7→ u(x, y) and (x, y) 7→ v(x, y) such that
f (x + iy) = u(x, y) + i · v(x, y) (i.e. u(x, y) = Re(f (x + iy)) and v(x, y) = Im(f (x + iy)))
Def 1.2.1: Take a = (b, c) ∈ U ⊂ C = R2 and let f : U → R2 . Then f is (real) differentiable
in a if there exists a 2 × 2 matrix Jf (a) (the Jacobian matrix of f ) such that

f (x, y) − f (b, c) − Jf (a) · ((x, y) − (b, c))
lim = (0, 0)
(x,y)→(b,c) ||(x, y) − (b − c)||

Whats the difference between real differentiable and complex differentiable? Complex is much
stronger. Complex differentiability is a certain restriction on the Jacobian matrix




1

,Lemma 1.2.2: A ∈ R2×2 ,w = r+ is ∈ C. Then we have that w · z = A · (x, y) for all
r −s
z = x + iy if and only if A =
s r

Let f : U → C for U ⊂ C open and f (x + iy) = u(x, y) + i · v(x, y). In the future, we simply
write f = u + iv.
Theorem 1.2.3Let f : u + iv : U → C. Then f is holomorphic if and only if f is differentiable
and if the Cauchy-Riemann equations are satisfied: ux = vy and uy = −vx .
If f is holomorphic, then f ′ (a) = ux (a) + ivx (a) for all a ∈ U .
Reminder: f is differentiable in a = (b, c) if there exists Jf (a) ∈ R2×2 such that

f (x, y) − f (b, c) − Jf (a)[(x, y) − (b, c)]
lim =0
(x,y)→(b,c) ||(x, y) − (b, c)||
 
ux uy
we write Jf (a) =
vx vy
Theorem 1.2.5 (inverse function theorem) Let U, V ⊂ C be open and let f : U → V be a
holomorphic bijection with inverse bijection g : V → U , If g is continuous and if f ′ (a) ̸= 0 for
all a ∈ U , then g is holomorphic with derivative for all b ∈ V :
1
f ′ (b) =
f ′ (g(b))

Note: the assumption that g is continuous is not necessary.

1.3 Power series
Definition 1.3.1 A (complex) power series is an expression of the form

X
ai z i
i=0

ai z i for short.
P
with a0 , a1 , · · · ∈ C. When the context is clear, we write
ai z i = f (z) means that ai z i converges (i.e. the sequence of partial sums
P P
When we write
converges) to f (z) for ”some given” z ∈ C
P i
z converges absolutely ( |z i | converges. Absolute
P
Lemma 1.3.2 The geometric series
convergence implies convergence) for all z ∈ D1 (0):
X 1
zi =
1−z

ai z i is given by
P
Definition 1.3.3 The radius of convergence of a power series
1 1 1
R= , = ∞, =0
lim sup |an |1/n 0 ∞

We have that
lim sup bn = lim (sup{bn | n ≥ N })
N →∞


2

, TheoremP1.3.4 (Cauchy-Hadamard) Let ai z i be a power series with radius of convergence
P
R. Then ai z i converges absolutely if |z| < R and it diverges if |z| > R. For |z| = R it depends
on the series and specific z whether the series converges or diverges.
Exponential series:

X 1 n
ez = z
n!
n=0

Cosine series: X in n
cos(z) = z
n!
n∈N even

Sin series:
X in−1 n
sin(z) = z
n!
n∈N odd


an z n be a power series with radius of convergence R. Then the function
P
Theorem 1.3.7 Let

f : DR (0) → C
X
z 7→ an z n

Is holomorphic with derivative

X
f ′ (z) = (n + 1) · an+1 z n
n=0

which is a power series with the same radius of convergence R.
Corollary 1.3.8 The functions exp , cos and sin are entire.
an z n and g(z) = bn z n that are
P P
Proposition 1.3.9 Consider two power series f (z) =
absolutely convergent on Dr (0) with r > 0 and let c ∈ C. Then

X
(f + g)(z) = (an + bn )z n
n=0

X
(c · f )(z) = (c · an )z n
n=0
 

X X
(f · g)(z) =  ak bl  z n (Cauchy product)
n=0 k,l≥0 s.t.k+l=n

for all z ∈ Dr (0). In particular, all power series converge absolutely for z ∈ Dr (0)
Proposition 10 For all z = x + iy, w ∈ C:

• eiz = cos(z) + i sin(z) (Eu-• ez = ex (cos(y) + i sin(y)) • cos′ (z) = − sin(z)
ler’s formula)
• sin′ (z) = cos(z)
• ez+w = ez · ew
• cos(z) = 21 (eiz + e−iz )
• z = |z|·ei arg z where arg z ∈
• sin(z) = 1
2π (e
iz − e−iz ) • exp′ (z) = exp(z) R/2π · Z



3

Documentinformatie

Geüpload op
10 april 2025
Aantal pagina's
17
Geschreven in
2023/2024
Type
SAMENVATTING
€3,49
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper
Seller avatar
jardnijholt

Maak kennis met de verkoper

Seller avatar
jardnijholt Rijksuniversiteit Groningen
Bekijk profiel
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
3
Lid sinds
1 jaar
Aantal volgers
0
Documenten
22
Laatst verkocht
11 maanden geleden

0,0

0 beoordelingen

5
0
4
0
3
0
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen