Complex Numbers and Functions

Total Page:16

File Type:pdf, Size:1020Kb

Complex Numbers and Functions Complex Numbers and Functions Richard Crew January 20, 2018 This is a brief review of the basic facts of complex numbers, intended for students in my section of MAP 4305/5304. I will discuss basic facts of com- plex arithmetic, limits and derivatives of complex functions, power series and functions like the complex exponential, sine and cosine which can be defined by convergent power series. This is a preliminary version and will be added to later. 1 Complex Numbers 1.1 Arithmetic. A complex number is an expression a + bi where i2 = −1. Here the real number a is the real part of the complex number and bi is the imaginary part. If z is a complex number we write <(z) and =(z) for the real and imaginary parts respectively. Two complex numbers are equal if and only if their real and imaginary parts are equal. In particular a + bi = 0 only when a = b = 0. The set of complex numbers is denoted by C. Complex numbers are added, subtracted and multiplied according to the usual rules of algebra: (a + bi) + (c + di) = (a + c) + (b + di) (1.1) (a + bi) − (c + di) = (a − c) + (b − di) (1.2) (a + bi)(c + di) = (ac − bd) + (ad + bc)i (1.3) (note how i2 = −1 has been used in the last equation). Division performed by rationalizing the denominator: a + bi (a + bi)(c − di) (ac − bd) + (bc − ad)i = = (1.4) c + di (c + di)(c − di) c2 + d2 Note that denominator only vanishes if c + di = 0, so that a complex number can be divided by any nonzero complex number. If z = a + bi, the complex conjugate or simiply conjugate of z is z¯ = a − bi: (1.5) 1 A quick calculation shows that z + w =z ¯ +w; ¯ zw =z ¯w¯ (1.6) for all z, w 2 C. From 1.3 we see that if z = a + bi then zz¯ = a2 + b2. (1.7) Note that this kind of expression appears in the denominator of 1.4, and in fact we could have written 1.4 as z zw¯ = : (1.8) w ww¯ From 1.9 we see that zz¯ ≥ 0 and zz¯ = 0 if and only if z = 0. The expression zz¯ occurs so frequently that we write p jzj = zz¯ (1.9) and then 1.8 becomes z zw¯ = : (1.10) w jwj2 One can show that jz + wj ≤ jzj + jwj; (1.11) jzwj = jzjjwj; (1.12) jzj = 0 if and only if z = 0: (1.13) In fact 1.12 can be checked by direct calculation (hint: square it first). We have already seen that 1.13 is true, and we will prove 1.11 later. The properties 1.11 to 1.13 show that j j acts like the absolute value of a real number, and accordingly we call it the absolute value or magnitude of the complex number. 1.2 Geometry. We can identify a complex number z = a + bi with a vector ha; bi in R2. The formula 1.1 then says that addition of complex numbers is the same as addition of vectors. Furthermore if we put b = 0 in 1.3 we see that multiplying a complex number by a real one is the same as scalar multiplication. To interpret 1.3 geometrically we introduce the polar form of a complex number. From ??? we see that the vector z, viewed as a line from the origin to the point z p= a + bi is the hypotenuse of a right triangle. The length of the hypotenuse is a2 + b2 = jzj and if θ is the angle the vector z makes with the x-axis, we have a = jzj cos θ; b = jzj sin θ and therefore z = jzj(cos θ + i sin θ): (1.14) This is called the polar form of z. If w = jwj(cos + i sin ) 2 is another complex number in polar form, zw = jzjjwj((cos θ cos − sin θ sin ) + i(cos θ sin + sin θ cos )) or, using the addition theorems for the cosine and sine, zw = jzjjwj(cos(θ + ) + i sin(θ + )): (1.15) In other words, to multiply two complex numbers you multiply the magnitudes and add the angles. For example the nth power of a complex number z = jzj(cos θ + i sin θ) is zn = jzjn(cos(nθ) + i sin(nθ)). From this we see that any complex number has a square root: if z = jzj(cos θ + i sin θ) then w = jzj1=n(cos(θ=n) + i sin(θ=n)) satisfies wn = z. Again, if z = jzj(cos θ + i sin θ), the angle θ is called the argument of z, written θ = arg z. A great deal of confusion can be avoided by keeping in mind the difference between an angle and a number: if θ is an angle then θ +2π is the same angle, even though it is different as a number. This causes no problems when adding, subtracting, or multiplying by an integer (it makes no sense to multiply two angles). But there is there is no unambiguous way to divide an angle by an integer. In fact if you multiply any of the angles 2π 2 · 2π (n − 1)2π θ; θ + ; θ + ; : : : ; θ + n n n by n you get nθ, and in fact these are all angles whose nth multiple is nθ. From this we see that any nonzero complex number z = jzj(cos θ + i sin θ) has n distinct nth roots, namely θ + 2kπ θ + 2kπ jzj1=n cos + i sin n n for k = 0, 1; : : : ; n − 1. In other words there is no single-valued function z1=n of z. 2 Functions and Limits 2.1 Functions. A complex function of a complex variable is a rule which to any z 2 D in some subset D ⊆ C assigns a value f(z) 2 C. The set D is the domain of the function and the set of values f(z) for all z 2 D is the range. Functions are added, substracted, multiplied and divided just like real functions. If z = x + iy then f(z) = u(x; y) + iv(x; y) for some real-valued functions u and v of x and y. From this it looks like complex calculus is going to be four times as complicated as regular calculus, but this will turn out not to be the case. 3 2.2 Limits of functions. Since the complex absolute value j j has the same properties as the usual absolute value, limits can be defined for complex functions in the same was as for real functions: we say lim f(z) = L (2.1) z!z0 if for every positive > 0 there is a δ > 0 such that if 0 < jz − z0j < δ then jf(x) − Lj < (2.2) This looks like Calculus 1 but is really more complicated since both z and f(z) have real and imaginary parts. If z = x + iy; z0 = x0 + iy0; f(z) = u(x; y) + iv(x; y); and;L = A + iB then jz − z0j ≤ jx − x0j + jy − y0j and jf(z) − Lj ≤ ju(x; y) − Aj + jv(x; y) − Bj: Using this one can show (give it a try!) that 2.1 is equivalent to two limits of two functions of two variables: lim u(x; y) = A and (x;y)!(x ;y ) 0 0 (2.3) lim v(x; y) = B: (x;y)!(x0;y0) Now in some sense it is “harder” for a function of two variables to have a limit since (x; y) can approach (x0; y0) in infinitely many different ways. Amazingly this will not turn out to be a problem for us. The rules of limits from Calculus 1 hold in this new situation: if limz!z0 f(z) = L and limz!z0 g(z) = M then lim (f(z) ± g(z) = L ± M (2.4) z!z0 lim (f(z)g(z) = LM (2.5) z!z0 f(z) L lim = if M 6= 0 (2.6) z!z0 g(z) M 2.3 Continuity. A function f(z) is continuous at z0 if 1. z0 is in the domain of f(z), 2. limz!z0 f(z) = f(z0 (in particular, the limit exists). This is the same definition as in Calculus 1. If f(z) and g(z) are continuous at z0, so are f(z) ± g(z) and f(z)g(z). So is f(z)=g(z) if g(z0) 6= 0. 4 3 Derivatives Having defined limits, we can define derivatives in the usual way: for any func- tion f(z), df f(z + h) − f(z) = f 0(z) = lim (3.1) dz h!0 h when the limit exists. If it does, we say that f(z) is differentiable at z. Like continuity this is a pointwise property, i.e. depends both on the function and the point. Since limits of complex functions are a more complicated affair then for real functions, it is in some sense harder for a complex function to have a derivative. It might therefore come as a surprise to learn that most of the functions we will deal with in fact have derivatives at every point of their domain. For example the function f(z) = z3 − z has a derivative everywhere since (z + h)3 − (z + h) − (z3 − z) f 0(z) = lim h!0 h 3z2h + 3zh2 + h3 − h = lim h!0 h = 3z2 − 1: which is even the expected result. In fact any polynomial is differentiable ev- erywhere, and the usual formula holds: n n d X X a zi = na zi−1: (3.2) dz i i i=0 i=0 You will be delighted to learn that the usual rules for computing derivatives hold when the relevant derivatives exist: (f(z) ± g(z))0 = f 0(z) ± g0(z) (3.3) (f(z)g(z)0 = f 0(z)g(z) + f(z)g0(z) (3.4) g(z)f 0(z) − f(z)g0(z) (f(z)=g(z)0 = : (3.5) g(z)2 Finally, the derivative of a constant is zero.
Recommended publications
  • Trigonometric Functions
    Trigonometric Functions This worksheet covers the basic characteristics of the sine, cosine, tangent, cotangent, secant, and cosecant trigonometric functions. Sine Function: f(x) = sin (x) • Graph • Domain: all real numbers • Range: [-1 , 1] • Period = 2π • x intercepts: x = kπ , where k is an integer. • y intercepts: y = 0 • Maximum points: (π/2 + 2kπ, 1), where k is an integer. • Minimum points: (3π/2 + 2kπ, -1), where k is an integer. • Symmetry: since sin (–x) = –sin (x) then sin(x) is an odd function and its graph is symmetric with respect to the origin (0, 0). • Intervals of increase/decrease: over one period and from 0 to 2π, sin (x) is increasing on the intervals (0, π/2) and (3π/2 , 2π), and decreasing on the interval (π/2 , 3π/2). Tutoring and Learning Centre, George Brown College 2014 www.georgebrown.ca/tlc Trigonometric Functions Cosine Function: f(x) = cos (x) • Graph • Domain: all real numbers • Range: [–1 , 1] • Period = 2π • x intercepts: x = π/2 + k π , where k is an integer. • y intercepts: y = 1 • Maximum points: (2 k π , 1) , where k is an integer. • Minimum points: (π + 2 k π , –1) , where k is an integer. • Symmetry: since cos(–x) = cos(x) then cos (x) is an even function and its graph is symmetric with respect to the y axis. • Intervals of increase/decrease: over one period and from 0 to 2π, cos (x) is decreasing on (0 , π) increasing on (π , 2π). Tutoring and Learning Centre, George Brown College 2014 www.georgebrown.ca/tlc Trigonometric Functions Tangent Function : f(x) = tan (x) • Graph • Domain: all real numbers except π/2 + k π, k is an integer.
    [Show full text]
  • Lecture 5: Complex Logarithm and Trigonometric Functions
    LECTURE 5: COMPLEX LOGARITHM AND TRIGONOMETRIC FUNCTIONS Let C∗ = C \{0}. Recall that exp : C → C∗ is surjective (onto), that is, given w ∈ C∗ with w = ρ(cos φ + i sin φ), ρ = |w|, φ = Arg w we have ez = w where z = ln ρ + iφ (ln stands for the real log) Since exponential is not injective (one one) it does not make sense to talk about the inverse of this function. However, we also know that exp : H → C∗ is bijective. So, what is the inverse of this function? Well, that is the logarithm. We start with a general definition Definition 1. For z ∈ C∗ we define log z = ln |z| + i argz. Here ln |z| stands for the real logarithm of |z|. Since argz = Argz + 2kπ, k ∈ Z it follows that log z is not well defined as a function (it is multivalued), which is something we find difficult to handle. It is time for another definition. Definition 2. For z ∈ C∗ the principal value of the logarithm is defined as Log z = ln |z| + i Argz. Thus the connection between the two definitions is Log z + 2kπ = log z for some k ∈ Z. Also note that Log : C∗ → H is well defined (now it is single valued). Remark: We have the following observations to make, (1) If z 6= 0 then eLog z = eln |z|+i Argz = z (What about Log (ez)?). (2) Suppose x is a positive real number then Log x = ln x + i Argx = ln x (for positive real numbers we do not get anything new).
    [Show full text]
  • Lesson 6: Trigonometric Identities
    1. Introduction An identity is an equality relationship between two mathematical expressions. For example, in basic algebra students are expected to master various algbriac factoring identities such as a2 − b2 =(a − b)(a + b)or a3 + b3 =(a + b)(a2 − ab + b2): Identities such as these are used to simplifly algebriac expressions and to solve alge- a3 + b3 briac equations. For example, using the third identity above, the expression a + b simpliflies to a2 − ab + b2: The first identiy verifies that the equation (a2 − b2)=0is true precisely when a = b: The formulas or trigonometric identities introduced in this lesson constitute an integral part of the study and applications of trigonometry. Such identities can be used to simplifly complicated trigonometric expressions. This lesson contains several examples and exercises to demonstrate this type of procedure. Trigonometric identities can also used solve trigonometric equations. Equations of this type are introduced in this lesson and examined in more detail in Lesson 7. For student’s convenience, the identities presented in this lesson are sumarized in Appendix A 2. The Elementary Identities Let (x; y) be the point on the unit circle centered at (0; 0) that determines the angle t rad : Recall that the definitions of the trigonometric functions for this angle are sin t = y tan t = y sec t = 1 x y : cos t = x cot t = x csc t = 1 y x These definitions readily establish the first of the elementary or fundamental identities given in the table below. For obvious reasons these are often referred to as the reciprocal and quotient identities.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • 3 Elementary Functions
    3 Elementary Functions We already know a great deal about polynomials and rational functions: these are analytic on their entire domains. We have thought a little about the square-root function and seen some difficulties. The remaining elementary functions are the exponential, logarithmic and trigonometric functions. 3.1 The Exponential and Logarithmic Functions (§30–32, 34) We have already defined the exponential function exp : C ! C : z 7! ez using Euler’s formula ez := ex cos y + iex sin y (∗) and seen that its real and imaginary parts satisfy the Cauchy–Riemann equations on C, whence exp C d z = z is entire (analytic on ). Indeed recall that dz e e . We have also seen several of the basic properties of the exponential function, we state these and several others for reference. Lemma 3.1. Throughout let z, w 2 C. 1. ez 6= 0. ez 2. ez+w = ezew and ez−w = ew 3. For all n 2 Z, (ez)n = enz. 4. ez is periodic with period 2pi. Indeed more is true: ez = ew () z − w = 2pin for some n 2 Z Proof. Part 1 follows trivially from (∗). To prove 2, recall the multiple-angle formulae for cosine and sine. Part 3 requires an induction using part 2 with z = w. Part 4 is more interesting: certainly ew+2pin = ew by the periodicity of sine and cosine. Now suppose ez = ew where z = x + iy and w = u + iv. Then, by considering the modulus and argument, ( ex = eu exeiy = eueiv =) y = v + 2pin for some n 2 Z We conclude that x = u and so z − w = i(y − v) = 2pin.
    [Show full text]
  • Complex Analysis
    Complex Analysis Andrew Kobin Fall 2010 Contents Contents Contents 0 Introduction 1 1 The Complex Plane 2 1.1 A Formal View of Complex Numbers . .2 1.2 Properties of Complex Numbers . .4 1.3 Subsets of the Complex Plane . .5 2 Complex-Valued Functions 7 2.1 Functions and Limits . .7 2.2 Infinite Series . 10 2.3 Exponential and Logarithmic Functions . 11 2.4 Trigonometric Functions . 14 3 Calculus in the Complex Plane 16 3.1 Line Integrals . 16 3.2 Differentiability . 19 3.3 Power Series . 23 3.4 Cauchy's Theorem . 25 3.5 Cauchy's Integral Formula . 27 3.6 Analytic Functions . 30 3.7 Harmonic Functions . 33 3.8 The Maximum Principle . 36 4 Meromorphic Functions and Singularities 37 4.1 Laurent Series . 37 4.2 Isolated Singularities . 40 4.3 The Residue Theorem . 42 4.4 Some Fourier Analysis . 45 4.5 The Argument Principle . 46 5 Complex Mappings 47 5.1 M¨obiusTransformations . 47 5.2 Conformal Mappings . 47 5.3 The Riemann Mapping Theorem . 47 6 Riemann Surfaces 48 6.1 Holomorphic and Meromorphic Maps . 48 6.2 Covering Spaces . 52 7 Elliptic Functions 55 7.1 Elliptic Functions . 55 7.2 Elliptic Curves . 61 7.3 The Classical Jacobian . 67 7.4 Jacobians of Higher Genus Curves . 72 i 0 Introduction 0 Introduction These notes come from a semester course on complex analysis taught by Dr. Richard Carmichael at Wake Forest University during the fall of 2010. The main topics covered include Complex numbers and their properties Complex-valued functions Line integrals Derivatives and power series Cauchy's Integral Formula Singularities and the Residue Theorem The primary reference for the course and throughout these notes is Fisher's Complex Vari- ables, 2nd edition.
    [Show full text]
  • Derivation of Sum and Difference Identities for Sine and Cosine
    Derivation of sum and difference identities for sine and cosine John Kerl January 2, 2012 The authors of your trigonometry textbook give a geometric derivation of the sum and difference identities for sine and cosine. I find this argument unwieldy | I don't expect you to remember it; in fact, I don't remember it. There's a standard algebraic derivation which is far simpler. The only catch is that you need to use complex arithmetic, which we don't cover in Math 111. Nonetheless, I will present the derivation so that you will have seen how simple the truth can be, and so that you may come to understand it after you've had a few more math courses. And in fact, all you need are the following facts: • Complex numbers are of the form a+bi, where a and b are real numbers and i is defined to be a square root of −1. That is, i2 = −1. (Of course, (−i)2 = −1 as well, so −i is the other square root of −1.) • The number a is called the real part of a + bi; the number b is called the imaginary part of a + bi. All the real numbers you're used to working with are already complex numbers | they simply have zero imaginary part. • To add or subtract complex numbers, add the corresponding real and imaginary parts. For example, 2 + 3i plus 4 + 5i is 6 + 8i. • To multiply two complex numbers a + bi and c + di, just FOIL out the product (a + bi)(c + di) and use the fact that i2 = −1.
    [Show full text]
  • Complex Analysis
    COMPLEX ANALYSIS MARCO M. PELOSO Contents 1. Holomorphic functions 1 1.1. The complex numbers and power series 1 1.2. Holomorphic functions 3 1.3. Exercises 7 2. Complex integration and Cauchy's theorem 9 2.1. Cauchy's theorem for a rectangle 12 2.2. Cauchy's theorem in a disk 13 2.3. Cauchy's formula 15 2.4. Exercises 17 3. Examples of holomorphic functions 18 3.1. Power series 18 3.2. The complex logarithm 20 3.3. The binomial series 23 3.4. Exercises 23 4. Consequences of Cauchy's integral formula 25 4.1. Expansion of a holomorphic function in Taylor series 25 4.2. Further consequences of Cauchy's integral formula 26 4.3. The identity principle 29 4.4. The open mapping theorem and the principle of maximum modulus 30 4.5. The general form of Cauchy's theorem 31 4.6. Exercises 36 5. Isolated singularities of holomorphic functions 37 5.1. The residue theorem 40 5.2. The Riemann sphere 42 5.3. Evalutation of definite integrals 43 5.4. The argument principle and Rouch´e's theorem 48 5.5. Consequences of Rouch´e'stheorem 49 5.6. Exercises 51 6. Conformal mappings 53 6.1. Fractional linear transformations 56 6.2. The Riemann mapping theorem 58 6.3. Exercises 63 7. Harmonic functions 65 7.1. Maximum principle 65 7.2. The Dirichlet problem 68 7.3. Exercises 71 8. Entire functions 72 8.1. Infinite products 72 Appunti per il corso Analisi Complessa per i Corsi di Laurea in Matematica dell'Universit`adi Milano.
    [Show full text]
  • Inverse Trig Functions Summary
    Inverse trigonometric functions 1 1 z = sec ϑ The inverse sine function. The sine function restricted to [ π, π ] is one-to-one, and its inverse on this 3 − 2 2 ϑ = π ϑ = arcsec z interval is called the arcsine (arcsin) function. The domain of arcsin is [ 1, 1] and the range of arcsin is 2 1 1 1 −1 [ π, π ]. Below is a graph of y = sin ϑ, with the the part over [ π, π ] emphasized, and the graph − 2 2 − 2 2 of ϑ y. π 1 = arcsin ϑ = 2 π y = sin ϑ ϑ = arcsin y 1 π π 2 π − 1 ϑ 1 1 z − 1 π 1 π ϑ 1 1 y − 2 2 − 1 − 1 1 3 π ϑ = 2 π ϑ = 2 π − 2 By definition, By definition, 1 1 1 3 ϑ = arcsin y means that sin ϑ = y and π 6 ϑ 6 π. ϑ = arcsec z means that sec ϑ = t and 0 6 ϑ< 2 π or π 6 ϑ< 2 π. − 2 2 Differentiating the equation on the right implicitly with respect to y, gives Again, differentiating the equation on the right implicitly with respect to z, and using the restriction in ϑ, dϑ dϑ 1 1 1 one computes the derivative cos ϑ = 1, or = , provided π<ϑ< π. dy dy cos ϑ − 2 2 d 1 (arcsec z)= 2 , for z > 1. 1 1 2 2 dz z√z 1 | | Since cos ϑ> 0 on ( 2 π, 2 π ), it follows that cos ϑ = p1 sin ϑ = p1 y .
    [Show full text]
  • Universit`A Degli Studi Di Perugia the Lambert W Function on Matrices
    Universita` degli Studi di Perugia Facolta` di Scienze Matematiche, Fisiche e Naturali Corso di Laurea Triennale in Informatica The Lambert W function on matrices Candidato Relatore MassimilianoFasi BrunoIannazzo Contents Preface iii 1 The Lambert W function 1 1.1 Definitions............................. 1 1.2 Branches.............................. 2 1.3 Seriesexpansions ......................... 10 1.3.1 Taylor series and the Lagrange Inversion Theorem. 10 1.3.2 Asymptoticexpansions. 13 2 Lambert W function for scalar values 15 2.1 Iterativeroot-findingmethods. 16 2.1.1 Newton’smethod. 17 2.1.2 Halley’smethod . 18 2.1.3 K¨onig’s family of iterative methods . 20 2.2 Computing W ........................... 22 2.2.1 Choiceoftheinitialvalue . 23 2.2.2 Iteration.......................... 26 3 Lambert W function for matrices 29 3.1 Iterativeroot-findingmethods. 29 3.1.1 Newton’smethod. 31 3.2 Computing W ........................... 34 3.2.1 Computing W (A)trougheigenvectors . 34 3.2.2 Computing W (A) trough an iterative method . 36 A Complex numbers 45 A.1 Definitionandrepresentations. 45 B Functions of matrices 47 B.1 Definitions............................. 47 i ii CONTENTS C Source code 51 C.1 mixW(<branch>, <argument>) ................. 51 C.2 blockW(<branch>, <argument>, <guess>) .......... 52 C.3 matW(<branch>, <argument>) ................. 53 Preface Main aim of the present work was learning something about a not- so-widely known special function, that we will formally call Lambert W function. This function has many useful applications, although its presence goes sometimes unrecognised, in mathematics and in physics as well, and we found some of them very curious and amusing. One of the strangest situation in which it comes out is in writing in a simpler form the function .
    [Show full text]
  • Chapter 2 Complex Analysis
    Chapter 2 Complex Analysis In this part of the course we will study some basic complex analysis. This is an extremely useful and beautiful part of mathematics and forms the basis of many techniques employed in many branches of mathematics and physics. We will extend the notions of derivatives and integrals, familiar from calculus, to the case of complex functions of a complex variable. In so doing we will come across analytic functions, which form the centerpiece of this part of the course. In fact, to a large extent complex analysis is the study of analytic functions. After a brief review of complex numbers as points in the complex plane, we will ¯rst discuss analyticity and give plenty of examples of analytic functions. We will then discuss complex integration, culminating with the generalised Cauchy Integral Formula, and some of its applications. We then go on to discuss the power series representations of analytic functions and the residue calculus, which will allow us to compute many real integrals and in¯nite sums very easily via complex integration. 2.1 Analytic functions In this section we will study complex functions of a complex variable. We will see that di®erentiability of such a function is a non-trivial property, giving rise to the concept of an analytic function. We will then study many examples of analytic functions. In fact, the construction of analytic functions will form a basic leitmotif for this part of the course. 2.1.1 The complex plane We already discussed complex numbers briefly in Section 1.3.5.
    [Show full text]
  • American Protestantism and the Kyrias School for Girls, Albania By
    Of Women, Faith, and Nation: American Protestantism and the Kyrias School For Girls, Albania by Nevila Pahumi A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (History) in the University of Michigan 2016 Doctoral Committee: Professor Pamela Ballinger, Co-Chair Professor John V.A. Fine, Co-Chair Professor Fatma Müge Göçek Professor Mary Kelley Professor Rudi Lindner Barbara Reeves-Ellington, University of Oxford © Nevila Pahumi 2016 For my family ii Acknowledgements This project has come to life thanks to the support of people on both sides of the Atlantic. It is now the time and my great pleasure to acknowledge each of them and their efforts here. My long-time advisor John Fine set me on this path. John’s recovery, ten years ago, was instrumental in directing my plans for doctoral study. My parents, like many well-intended first generation immigrants before and after them, wanted me to become a different kind of doctor. Indeed, I made a now-broken promise to my father that I would follow in my mother’s footsteps, and study medicine. But then, I was his daughter, and like him, I followed my own dream. When made, the choice was not easy. But I will always be grateful to John for the years of unmatched guidance and support. In graduate school, I had the great fortune to study with outstanding teacher-scholars. It is my committee members whom I thank first and foremost: Pamela Ballinger, John Fine, Rudi Lindner, Müge Göcek, Mary Kelley, and Barbara Reeves-Ellington.
    [Show full text]