Integration in the Complex Plane (Zill & Wright Chapter 18)

Size: px
Start display at page:

Download "Integration in the Complex Plane (Zill & Wright Chapter 18)"

Transcription

1 Integration in the omplex Plane Zill & Wright hapter 18) : omplex Variables Fall 11 ontents 1 ontour Integrals 1.1 Definition and Properties Evaluation The ML Limit irculation and Flux The auchy-goursat Theorem 5.1 Integral Around a losed Loop Independence of Path for Analytic Functions Deformation of losed ontours The Antiderivative auchy s Integral Formulas auchy s Integral Formula for Derivatives onsequences of auchy s Integral Formulas auchy s Inequality Liouville s Theorem opyright 11, John T. Whelan, and all that 1

2 Tuesday 7 September 11 Guest lecture by Dr. Tamas Wiandt. Here are some additional notes by Dr. Whelan 1 ontour Integrals 1.1 Definition and Properties ecall the definition of the definite integral xf x I fx) dx = lim x k fx k ) x k 1.1) We d like to define a similar concept, integrating a function from some point z I to another point z F. The problem is that, since z I and z F are points in the complex plane, there are different ways to get between them, and adding up the value of the function along one path will not give the same result as doing it along another path, even if they have the same endpoints. So instead we need to define a contour integral dz = fz k ) z k 1.) lim z k which in general depends on the path by which we choose to go from the initial point z I to the final point z F. To define such an integral, we parametrize the curve, i.e., write it as zt) where zt I ) = z I and zt F ) = t F. For example, if is the semi-circle in the upper half-plane, from z I = 1 to z F = 1, we can use the angular polar coördinate as the parameter, and then zt) = e it where t I = and t F = π.) Given a parametrization of the curve, we define the contour integral as dz = tf t I k k f zt) ) dz tf dt dt = f zt) ) z t) dt 1.3) t I You might worry that we could get a different result by choosing a different parametrization of the curve e.g., suppose we d chosen zt) = e it /pi in the example above), but you can show using the chain rule that the value of the integral doesn t change. To specify more concretely the value of the integral 1.3), write zt) = xt) + iyt) and fx+iy) = ux, y)+ivx, y), where xt), yt), ux, y) and vx, y) are all real functions. Then [ ][ ] dz = ux, y) + ivx, y) dx + idy = = tf t I tf t I + i [ u xt), yt) ) + iv xt), yt) )][ x t) + iy t) ] dt [ u xt), yt) ) x t) v xt), yt) ) y t) ] dt tf t I [ u xt), yt) ) y t) + v xt), yt) ) x t) ] dt 1.4)

3 Note that Zill and Wright s equation ), on page 797, which says sort of the same thing, really should be written with some parentheses, to indicate that e.g., u dx and v dy are both part of the first integral. I.e., it should read ) ) dz = u dx v dy + i v dx + u dy 1.5) I would probably take points off on a test if it were written without the parentheses! Because the contour integral is defined as the limit of a sum, it has the usual linearity properties of an integral, i.e., if α and β are complex constants, [ ] α + β gz) dz = α dz + β gz) dz 1.6) There are also contour equivalents of the properties of concatenation and reversal; just as and c a fx) dx = a b b a fx) dx = fx) dx + b a c b fx) dx, fx) dx 1.7a) 1.7b) if 1 + is the curve formed by chaining together 1 and which we can do if the final point of 1 is the initial point of ), then dz = dz + dz 1.8) and if is the curve we get by following backwards so the initial point of is the final point of and vice versa), then dz = dz 1.9) 1. Evaluation [A few examples of evaluating contour integrals.] 1.3 The ML Limit It is occasionally useful to place an upper limit on a contour integral, rather than evaluating it. A limit that can be placed on any contour integral of a continuous function along a smooth curve is the so-called ML limit: dz ML 1.1) where M is the maximum value of : and L is the length of. M for all z on 1.11) 3

4 1.4 irculation and Flux The contour integral also appears in vector calculus, where can evaluate the integral of a scalar field Ψ r) along some path rt) as tf Ψ r) ds = Ψ rt)) d r dt dt, 1.1) t I where In two dimensions, i.e., Given a vector field d r d r dt = dt d r dt. 1.13) ds = dx) + dy) 1.14) dx ) d r dt = + dt ) dy 1.15) dt F r) = F x, y) = F x x, y) ˆx + F y x, y) ŷ, 1.16) and a smooth closed curve, we re often interested in two contour integrals, known as the flux of F through and the circulation of F around. At each point on the closed curve we define a unit vector ˆt pointing along the curve in the counter-clockwise direction and another unit vector ˆn pointing perpendicular to the curve in the outward direction. Then the integrals of interest are irculation of F around = F ˆt ds 1.17a) Flux of F through = F ˆn ds 1.17b) where the arrow on the integral sign emphasizes that is a closed curve traversed counterclockwise. A little bit of geometry shows ˆt ds = ˆx dx + ŷ dy ˆn ds = ˆx dy ŷ dx 1.18a) 1.18b) so irculation = F ˆt ds = [F x dx + F y dy] 1.19a) Flux = F ˆn ds = [F x dy F y dx] 1.19b) 4

5 Now, consider our friend the Pólya vector field associated with a function = fx+iy) = ux, y) + ivx, y), defined H = ux, y) ˆx vx, y)ŷ 1.) with the minus sign on the y component. Its circulation around and flux through some closed curve are irculation of H around = [H x dx + H y dy] = [u dx v dy] 1.1a) Flux of H through = [H x dy H y dx] = [u dy + v dx] 1.1b) But if we compare this to 1.4) or 1.5), we see that these are just the real and imaginary parts of the contour integral dz! I.e., ) irculation of H = uˆx vŷ around = e dz 1.a) ) Flux of H = uˆx vŷ through = Im dz 1.b) This once again shows the convenience of working with the Pólya vector field H = uˆx vŷ; compare these statements to equations 8) and 9) in Zill and Wright, which have to make statements about the contour integral of the complex conjugate of : ) irculation of uˆx + vŷ around = e dz 1.3a) ) Flux of uˆx + vŷ through = Im dz 1.3b) Practice Problems , , , , , , , , Thursday 9 September 11 The auchy-goursat Theorem On Tuesday, we learned how to integrate a function along a contour in the complex plane. If that function is analytic, as we will see, such integrals are much easier to evaluate. This is because of a key result called the auchy-goursat theorem and its consequences. The two main results will be: For a closed curve, if a function is analytic on and everywhere in the region bounded by, the integral dz of that function around that closed curve is zero. 5

6 If two curves 1 and connect the same endpoints, and you can deform 1 into without leaving the region in which is analytic, the contour integrals 1 dz and dz have the same value. Let s see why these results are true, and how they can help us evaluate contour integrals..1 Integral Around a losed Loop First consider the integral around a closed curve. emember that we noted at the end of Tuesday s class that if = fx + iy) = ux, y) + ivx, y), the contour integral of around a closed curve is related to the flux and circulation of the Pólya vector field H = uˆx vŷ around that curve: irculation of ) H Flux of ) H dz = H ˆt ds + i H ˆn ds = + i.1) around through There is a result from vector calculus known as Green s theorem, which has two equivalent statements, one relating the circulation of a vector field to its curl and the other relating the flux to the divergence. In both cases, let the closed curve be the boundary of a region. Then Green s theorem in its two forms says F x dx + F y dy) = F ˆt ds = F x dy F y dx) = F ˆn ds = curl F ) d A = div F ) d A = Fy x F x y Fx x + F y y ) dx dy ) dx dy Applying this to the Pólya vector field in.1) gives us dz = [u dx v dy] + i [u dy + v dx] = H ˆt ds + i H ˆn ds = curl H ) d A + i div H ) d A = v x u ) dx dy + i y u x v ) dx dy y.a).b).3) But recall that the divergence and curl of the Pólya vector field, which appear in the integrands of the integrals over, vanish when the auchy-iemann equations are satisfied. So if is analytic everywhere in, then the divergence and curl of H = uˆx vŷ are zero everywhere in, which means the circulation of H around the boundary and the flux of H through that boundary are zero, which means the integral of around is zero. For an illustration of the relationship between flux and circulation and the integral of a function around a closed curve, see 6

7 As specific example, consider = z; this is analytic everywhere. Let be the circle of radius a centered at the origin; one parametrization is which has z = ae it t : π.4) We expect the integral around to be zero. Let s check: π π dz = z dz = a e it iae it )dt = ia e it dt = a dz = iae it dt.5) eit π = a e i4π e i) =.6) As expected, the integral is zero. Now, consider the function = 1. It is analytic everywhere except the origin z =. z Since the region bounded by, the unit disk, includes the origin, the auchy-goursat theorem doesn t apply, and the integral need not be zero. Let s check: dz π dz = z = iae it π dt = ia dt = πi.7) a eit Notice two things: Even though is analytic not just differentiable) all along the curve, the auchy- Goursat theorem does not apply because is not analytic at all points in the region bounded by. And in fact dz The integral dz doesn t depend on the radius of the curve.. Independence of Path for Analytic Functions Now to the second big consequence of the auchy-goursat theorem, concerning the deformation of contours. Suppose 1 and are two different curves that connect the same endpoints z I and z F. Then if we make the closed curve by following 1 from z I and z F, then following backwards from z F back to z I, we have dz = dz 1 dz.8) where the contribution from integrating backwards from z F to z I is minus the integral dz which results from integrating forwards along from z I to z F. This means that if is analytic everywhere in the region between 1 and, which is the region of which is the boundary, then the integral around the closed loop is zero by the auchy-goursat theorem, and = dz 1 dz.9) 7

8 i.e. dz = dz.1) 1 This is a very handy result. It means that for analytic functions we can deform a potentially inconvenient contour into one along which it s easier to calculate the integral. Example: Evaluate cos z dz.11) where is the curve y = sin x from z I = to z F = π + i. Solution: Since cos z is analytic everywhere, we can evaluate the integral along any curve from z I = to z F = π + i. In particular, consider the curve which goes along the real axis from to π, and then straight up in the imaginary direction from π to π + i. The first piece is parametrized by x from to π with zx) = x and dz = dx; the second piece is parametrized by y from to 1 with z = π + iy and dz = i dy, so, recalling that cosx + iy) = cos x cosh y i sin x sinh y cos z dz = cos z dz = π/ cos x cosh i sin x sinh ) dx + = π/ cos x dx cos π cosh y i sin π sinh y ) i dy) sinh y dy = sin x x=π/ x= + cosh y y=1 y= = 1 ) + [cosh 1] 1) = cosh 1 = e 4 + e 1.3 Deformation of losed ontours ) We saw that the integral dz was not necessarily zero, even if was analytic all along, if there were one or more points in the region bounded by where was not analytic. We ll now show that in a case like that, you can still deform without changing the value of the integral, i.e., dz = dz.13) 1 as long as you can smoothly deform 1 into while staying inside the region where is analytic. The idea is to construct a closed contour which goes like this: 1. ounter-clockwise around 1 from some point P 1 back to that same point. From P 1 to a point P on, along some curve A 3. lockwise i.e., backwards) around from P back to P 4. From P back to P 1, following A backwards we can call this the curve A) 8

9 The integral around this curve is the sum of the contributions from each piece: dz = dz + dz + dz + dz 1 A A = dz + dz dz dz 1 A A.14) Since the two integrals along A in the opposite direction cancel out, we re left with dz = dz dz.15) 1 If is analytic in the region between 1 and, which is just the region inside the closed contour, then dz is zero, and dz = dz.16) 1 So this idea of path independence works for closed curves as well. The overall theme is that you can deform the contour around which a contour integral is evaluated, without changing the result of the integral, as long as you don t change the endpoints of the curve, or the overall direction for a closed curve, and you only move the curve through regions where the function is analytic..4 The Antiderivative In real single-variable calculus we can think of the derivative in two ways. The indefinite integral is the operation that undoes the derivative: F x) = f x) F x) = fx) dx.17) while the definite integral is the area under the function between two points x 1 and x : x x 1 fx) dx = F x ) F x 1 ).18) To evaluate the definite integral of fx), we only need to know the antiderivative F x) evaluated at the two endpoints. For general complex functions, we only really have the equivalent of the definite integral. The contour integral dz.19) doesn t just depend on the endpoints of the curve, but it is a property of the curve itself. However, if a function is analytic in some domain simply connected open set) D, then we 9

10 know that the contour integral of that function along any curve in D depends only on the endpoints of the curve. It is thus reasonable to write zf z I dz = dz any curve in D from z I to z F ; analytic in D.) This then allows us to talk about an antiderivative F z) such that = F z) everywhere in D, and write zf z I dz = F z I ) F z F ).1) For example, let = cos z; then F z) = sin z, and π i π 4 cos z dz = sinπ i) sinπ/).) Since sinx + iy) = sin x cosh y + i cos x sinh y.3) we know sinπ i) = icos π) sinh ) = i 1) sinh ) = i sinh.4) and of course sinπ/) = 1 so π i π 4 cos z dz = i sinh 1 = 1 + ie e i.5) Practice Problems 18..9, , , 18..1, , , , , Tuesday 4 October 11 eview for exam Thursday 6 October 11 First Prelim Exam Tuesday 11 October 11 3 auchy s Integral Formulas We can use the auchy-goursat theorem, and the ability to deform closed contours, to deduce some remarkable properties of analytic functions, which will form the basis for all 1

11 of the considerations of complex power series to come in the following weeks. In particular, an analytic function will be seen to be infinitely differentiable, and the function and each of its derivatives at a point will determine the value of various integrals along contours around that point. To start with, consider the contour integral dz 3.1) z z where is any curve which goes counter-clockwise around z, and is a function which is analytic in some domain D which completely contains the curve. Now, the function z z is not necessarily analytic at z, but by the quotient rule, it s differentiable everywhere else that is. That means that it s analytic on a region which consists of D with the point z removed. So we don t change the value of the integral if we deform into a circle ρ z ) of radius ρ centered on z, as long as ρ is small enough that ρ z ) lies completely within D: dz = dz 3.) z z z z Now, we can make ρ as small as we like as long as it remains positive, so to as good an approximation as we like, we can replace the in the integrand with the constant fz ): fz ) fz ) = dz = dz 3.3) z z z z z z z z ρz ) ρz ) and then, since fz ) is a constant, we can take it outside the integral, and get fz ) dz = fz ) 3.4) z z z z ρz ) We can evaluate the contour integral using the parametrization z = z + ρe it, dz = iρe it dt and find dz π iρe it dt = = πi 3.5) ρz ) z z ρe it which means that dz = z z ρz ) ρz ) ρz ) fz ) z z dz = πifz ) 3.6) Strictly speaking, to show this we need to show that fz ) dz = 3.7) z z ρz ) which is done formally in Zill and Wright by showing that fz ) dz z z ρz ) )

12 is smaller than any positive number you choose, using the ML limit. Example: integrate e z dz 3.9) z + i where is a counter-clockwise circle of radius centered on the origin. 3.1 auchy s Integral Formula for Derivatives The formula fz ) = 1 πi dz 3.1) z z is the n = case of a general formula for the nth derivative of f n) z) evaluted at z = z : f n) z ) = n! dz valid for any non-negative integer n 3.11) πi z z ) n+1 Note that if we knew could be described by a Taylor series f k) z ) = z z ) k 3.1) k! then it would be trivial to show n! n! dz = πi z z ) n+1 πi k= k= f k) z ) k! because it s easy to show by deformation of contours that { z z ) k n 1 k n dz = πi k = n z z ) k n 1 dz = f k) z ) 3.13) 3.14) However, this would be completely cheating, because the formula 3.1) will be used to show that an analytic function is infinitely differentiable, and also that is equal to its Taylor series. So instead, to avoid circular logic, there s a proof by induction, where the integral formula for f z ) can be derived using the formula for fz ), then the formula for f z ) can be derived using the formula for f z ), etc. The fundamentals of the method go like this: if we ve already shown that f n) z ) = n! dz 3.15) πi z z ) n+1 for some n, we can write f n+1) f n) z + z) f n) z ) z ) = lim z z 1 n! = lim z = lim z z n! πi n! dz πi z z z) n+1 πi z z ) z z ) z) n+1) z z ) n+1) dz z 1 ) dz n )

13 where is some curve that lies within the domain where is analytic, and goes counterclockwise around both z and z + z. We can show, for example using l Hôpital s rule, that z z z) n+1) z z ) n+1) lim = n + 1)z z ) n+) 3.17) z z and so f n+1) z ) = n!n + 1) πi n + 1)! dz = z z ) n+ πi dz 3.18) z z ) n+ which is indeed the auchy integral formula for f n+1) z ). Example: Zill & Wright problem As noted a moment ago, auchy s integral formula for derivatives shows that if a function is analytic at a point, we can construct any derivative we like by defining a contour integral on a contour which winds counterclockwise around that point. This means that if a function is analytic which required that it be differentiable in some neighborhood containing that point, and that the relevant first derivatives be continous in that neighborhood), it s actually infinitely differentiable. This is definitely not the case for real functions. onsider for example the function { x x fx) = 3.19) 1 cos x x For this function fx) and f x) are continuous at the origin, as are f x) and f 3) x), but f 4) x) is discontinuous at the origin, and f 4) ) is not defined. 3. onsequences of auchy s Integral Formulas 3..1 auchy s Inequality If an analytic function is bounded along a circle ρ z ) of radius ρ of radius ρ centered on a point z M when z z = ρ 3.) we can use auchy s Integral Formulas together with the ML bound to set a bound on the derivatives of at any point z inside. Specifically, f n z ) = = n! dz πi z z ) n+1 n! M n!m πρ) = 3.1) π ρn+1 ρ n 3.. Liouville s Theorem ρz ) auchy s inequality seems sort of academic, but it can be used to demonstrate something more surprising: any function which is analytic everywhere which we call an entire function), 13

14 and also bounded everywhere, is a constant. We can do this by using auchy s inequality with n = 1 to show the derivative at a point z obeys the inequality f z ) max ρz ) ρ max ρ 3.) but if the function is analytic everywhere, we can make ρ arbitrarily large, and the right-hand side arbitrarily small. That means f z ) must be zero, which means f z ) must be zero. But we can do this at any point, so f z) = everywhere and therefore is a constant. Note that no such restriction exists for real functions: fx) = 1 is infinitely differentiable for every real x, and obeys fx) 1 for every real 1+x x. Practice Problems , , , , , , , ,

Math 421 Midterm 2 review questions

Math 421 Midterm 2 review questions Math 42 Midterm 2 review questions Paul Hacking November 7, 205 () Let U be an open set and f : U a continuous function. Let be a smooth curve contained in U, with endpoints α and β, oriented from α to

More information

3 Contour integrals and Cauchy s Theorem

3 Contour integrals and Cauchy s Theorem 3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of

More information

Second Midterm Exam Name: Practice Problems March 10, 2015

Second Midterm Exam Name: Practice Problems March 10, 2015 Math 160 1. Treibergs Second Midterm Exam Name: Practice Problems March 10, 015 1. Determine the singular points of the function and state why the function is analytic everywhere else: z 1 fz) = z + 1)z

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 auchy s integral formula 4. Introduction auchy s theorem is a big theorem which we will use almost daily from here on out. Right away it will reveal a number of interesting

More information

Math 417 Midterm Exam Solutions Friday, July 9, 2010

Math 417 Midterm Exam Solutions Friday, July 9, 2010 Math 417 Midterm Exam Solutions Friday, July 9, 010 Solve any 4 of Problems 1 6 and 1 of Problems 7 8. Write your solutions in the booklet provided. If you attempt more than 5 problems, you must clearly

More information

Definite integrals. We shall study line integrals of f (z). In order to do this we shall need some preliminary definitions.

Definite integrals. We shall study line integrals of f (z). In order to do this we shall need some preliminary definitions. 5. OMPLEX INTEGRATION (A) Definite integrals Integrals are extremely important in the study of functions of a complex variable. The theory is elegant, and the proofs generally simple. The theory is put

More information

Complex Integration Line Integral in the Complex Plane CHAPTER 14

Complex Integration Line Integral in the Complex Plane CHAPTER 14 HAPTER 14 omplex Integration hapter 13 laid the groundwork for the study of complex analysis, covered complex numbers in the complex plane, limits, and differentiation, and introduced the most important

More information

Complex Homework Summer 2014

Complex Homework Summer 2014 omplex Homework Summer 24 Based on Brown hurchill 7th Edition June 2, 24 ontents hw, omplex Arithmetic, onjugates, Polar Form 2 2 hw2 nth roots, Domains, Functions 2 3 hw3 Images, Transformations 3 4 hw4

More information

Syllabus: for Complex variables

Syllabus: for Complex variables EE-2020, Spring 2009 p. 1/42 Syllabus: for omplex variables 1. Midterm, (4/27). 2. Introduction to Numerical PDE (4/30): [Ref.num]. 3. omplex variables: [Textbook]h.13-h.18. omplex numbers and functions,

More information

Math 715 Homework 1 Solutions

Math 715 Homework 1 Solutions . [arrier, Krook and Pearson Section 2- Exercise ] Show that no purely real function can be analytic, unless it is a constant. onsider a function f(z) = u(x, y) + iv(x, y) where z = x + iy and where u

More information

PHYS 3900 Homework Set #03

PHYS 3900 Homework Set #03 PHYS 3900 Homework Set #03 Part = HWP 3.0 3.04. Due: Mon. Feb. 2, 208, 4:00pm Part 2 = HWP 3.05, 3.06. Due: Mon. Feb. 9, 208, 4:00pm All textbook problems assigned, unless otherwise stated, are from the

More information

INTRODUCTION TO COMPLEX ANALYSIS W W L CHEN

INTRODUCTION TO COMPLEX ANALYSIS W W L CHEN INTRODUTION TO OMPLEX NLYSIS W W L HEN c W W L hen, 1986, 28. This chapter originates from material used by the author at Imperial ollege, University of London, between 1981 and 199. It is available free

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed.

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. MTH 34 Review for Exam 4 ections 16.1-16.8. 5 minutes. 5 to 1 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. Review for Exam 4 (16.1) Line

More information

Math 185 Fall 2015, Sample Final Exam Solutions

Math 185 Fall 2015, Sample Final Exam Solutions Math 185 Fall 2015, Sample Final Exam Solutions Nikhil Srivastava December 12, 2015 1. True or false: (a) If f is analytic in the annulus A = {z : 1 < z < 2} then there exist functions g and h such that

More information

MATH 417 Homework 4 Instructor: D. Cabrera Due July 7. z c = e c log z (1 i) i = e i log(1 i) i log(1 i) = 4 + 2kπ + i ln ) cosz = eiz + e iz

MATH 417 Homework 4 Instructor: D. Cabrera Due July 7. z c = e c log z (1 i) i = e i log(1 i) i log(1 i) = 4 + 2kπ + i ln ) cosz = eiz + e iz MATH 47 Homework 4 Instructor: D. abrera Due July 7. Find all values of each expression below. a) i) i b) cos i) c) sin ) Solution: a) Here we use the formula z c = e c log z i) i = e i log i) The modulus

More information

Vector Calculus, Maths II

Vector Calculus, Maths II Section A Vector Calculus, Maths II REVISION (VECTORS) 1. Position vector of a point P(x, y, z) is given as + y and its magnitude by 2. The scalar components of a vector are its direction ratios, and represent

More information

Summary of various integrals

Summary of various integrals ummary of various integrals Here s an arbitrary compilation of information about integrals Moisés made on a cold ecember night. 1 General things o not mix scalars and vectors! In particular ome integrals

More information

lim when the limit on the right exists, the improper integral is said to converge to that limit.

lim when the limit on the right exists, the improper integral is said to converge to that limit. hapter 7 Applications of esidues - evaluation of definite and improper integrals occurring in real analysis and applied math - finding inverse Laplace transform by the methods of summing residues. 6. Evaluation

More information

Chapter II. Complex Variables

Chapter II. Complex Variables hapter II. omplex Variables Dates: October 2, 4, 7, 2002. These three lectures will cover the following sections of the text book by Keener. 6.1. omplex valued functions and branch cuts; 6.2.1. Differentiation

More information

Lecture Notes Complex Analysis. Complex Variables and Applications 7th Edition Brown and Churchhill

Lecture Notes Complex Analysis. Complex Variables and Applications 7th Edition Brown and Churchhill Lecture Notes omplex Analysis based on omplex Variables and Applications 7th Edition Brown and hurchhill Yvette Fajardo-Lim, Ph.D. Department of Mathematics De La Salle University - Manila 2 ontents THE

More information

Assignment 2 - Complex Analysis

Assignment 2 - Complex Analysis Assignment 2 - Complex Analysis MATH 440/508 M.P. Lamoureux Sketch of solutions. Γ z dz = Γ (x iy)(dx + idy) = (xdx + ydy) + i Γ Γ ( ydx + xdy) = (/2)(x 2 + y 2 ) endpoints + i [( / y) y ( / x)x]dxdy interiorγ

More information

Functions of a Complex Variable (Zill & Wright Chapter 17)

Functions of a Complex Variable (Zill & Wright Chapter 17) Functions of a Complex Variable (Zill & Wright Chapter 17) 1016-40-0: Complex Variables Winter 01-013 Contents 0 Administrata 0.1 Outline........................................... 3 1 Complex Numbers

More information

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

More information

MA 412 Complex Analysis Final Exam

MA 412 Complex Analysis Final Exam MA 4 Complex Analysis Final Exam Summer II Session, August 9, 00.. Find all the values of ( 8i) /3. Sketch the solutions. Answer: We start by writing 8i in polar form and then we ll compute the cubic root:

More information

MATH 452. SAMPLE 3 SOLUTIONS May 3, (10 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic.

MATH 452. SAMPLE 3 SOLUTIONS May 3, (10 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic. MATH 45 SAMPLE 3 SOLUTIONS May 3, 06. (0 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic. Because f is holomorphic, u and v satisfy the Cauchy-Riemann equations:

More information

EE2007 Tutorial 7 Complex Numbers, Complex Functions, Limits and Continuity

EE2007 Tutorial 7 Complex Numbers, Complex Functions, Limits and Continuity EE27 Tutorial 7 omplex Numbers, omplex Functions, Limits and ontinuity Exercise 1. These are elementary exercises designed as a self-test for you to determine if you if have the necessary pre-requisite

More information

MAT389 Fall 2016, Problem Set 11

MAT389 Fall 2016, Problem Set 11 MAT389 Fall 216, Problem Set 11 Improper integrals 11.1 In each of the following cases, establish the convergence of the given integral and calculate its value. i) x 2 x 2 + 1) 2 ii) x x 2 + 1)x 2 + 2x

More information

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook.

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook. Phys374, Spring 2008, Prof. Ted Jacobson Department of Physics, University of Maryland Complex numbers version 5/21/08 Here are brief notes about topics covered in class on complex numbers, focusing on

More information

Math 126: Course Summary

Math 126: Course Summary Math 126: Course Summary Rich Schwartz August 19, 2009 General Information: Math 126 is a course on complex analysis. You might say that complex analysis is the study of what happens when you combine calculus

More information

1 Discussion on multi-valued functions

1 Discussion on multi-valued functions Week 3 notes, Math 7651 1 Discussion on multi-valued functions Log function : Note that if z is written in its polar representation: z = r e iθ, where r = z and θ = arg z, then log z log r + i θ + 2inπ

More information

North MaharashtraUniversity ; Jalgaon.

North MaharashtraUniversity ; Jalgaon. North MaharashtraUniversity ; Jalgaon. Question Bank S.Y.B.Sc. Mathematics (Sem II) MTH. Functions of a omplex Variable. Authors ; Prof. M.D.Suryawanshi (o-ordinator) Head, Department of Mathematics, S.S.V.P.S.

More information

Section 5-7 : Green's Theorem

Section 5-7 : Green's Theorem Section 5-7 : Green's Theorem In this section we are going to investigate the relationship between certain kinds of line integrals (on closed paths) and double integrals. Let s start off with a simple

More information

18.04 Practice problems exam 1, Spring 2018 Solutions

18.04 Practice problems exam 1, Spring 2018 Solutions 8.4 Practice problems exam, Spring 8 Solutions Problem. omplex arithmetic (a) Find the real and imaginary part of z + z. (b) Solve z 4 i =. (c) Find all possible values of i. (d) Express cos(4x) in terms

More information

MAT 211 Final Exam. Spring Jennings. Show your work!

MAT 211 Final Exam. Spring Jennings. Show your work! MAT 211 Final Exam. pring 215. Jennings. how your work! Hessian D = f xx f yy (f xy ) 2 (for optimization). Polar coordinates x = r cos(θ), y = r sin(θ), da = r dr dθ. ylindrical coordinates x = r cos(θ),

More information

Math 312 Fall 2013 Final Exam Solutions (2 + i)(i + 1) = (i 1)(i + 1) = 2i i2 + i. i 2 1

Math 312 Fall 2013 Final Exam Solutions (2 + i)(i + 1) = (i 1)(i + 1) = 2i i2 + i. i 2 1 . (a) We have 2 + i i Math 32 Fall 203 Final Exam Solutions (2 + i)(i + ) (i )(i + ) 2i + 2 + i2 + i i 2 3i + 2 2 3 2 i.. (b) Note that + i 2e iπ/4 so that Arg( + i) π/4. This implies 2 log 2 + π 4 i..

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li Summary for Vector alculus and omplex alculus (Math 321) By Lei Li 1 Vector alculus 1.1 Parametrization urves, surfaces, or volumes can be parametrized. Below, I ll talk about 3D case. Suppose we use e

More information

EE2007: Engineering Mathematics II Complex Analysis

EE2007: Engineering Mathematics II Complex Analysis EE2007: Engineering Mathematics II omplex Analysis Ling KV School of EEE, NTU ekvling@ntu.edu.sg V4.2: Ling KV, August 6, 2006 V4.1: Ling KV, Jul 2005 EE2007 V4.0: Ling KV, Jan 2005, EE2007 V3.1: Ling

More information

EE2 Mathematics : Complex Variables

EE2 Mathematics : Complex Variables EE Mathematics : omplex Variables J. D. Gibbon (Professor J. D Gibbon 1, Dept of Mathematics) j.d.gibbon@ic.ac.uk http://www.imperial.ac.uk/ jdg These notes are not identical word-for-word with my lectures

More information

A REVIEW OF RESIDUES AND INTEGRATION A PROCEDURAL APPROACH

A REVIEW OF RESIDUES AND INTEGRATION A PROCEDURAL APPROACH A REVIEW OF RESIDUES AND INTEGRATION A PROEDURAL APPROAH ANDREW ARHIBALD 1. Introduction When working with complex functions, it is best to understand exactly how they work. Of course, complex functions

More information

Q You mentioned that in complex analysis we study analytic functions, or, in another name, holomorphic functions. Pray tell me, what are they?

Q You mentioned that in complex analysis we study analytic functions, or, in another name, holomorphic functions. Pray tell me, what are they? COMPLEX ANALYSIS PART 2: ANALYTIC FUNCTIONS Q You mentioned that in complex analysis we study analytic functions, or, in another name, holomorphic functions. Pray tell me, what are they? A There are many

More information

Multivariable Calculus Midterm 2 Solutions John Ross

Multivariable Calculus Midterm 2 Solutions John Ross Multivariable Calculus Midterm Solutions John Ross Problem.: False. The double integral is not the same as the iterated integral. In particular, we have shown in a HW problem (section 5., number 9) that

More information

Arc Length and Riemannian Metric Geometry

Arc Length and Riemannian Metric Geometry Arc Length and Riemannian Metric Geometry References: 1 W F Reynolds, Hyperbolic geometry on a hyperboloid, Amer Math Monthly 100 (1993) 442 455 2 Wikipedia page Metric tensor The most pertinent parts

More information

13 Definite integrals

13 Definite integrals 3 Definite integrals Read: Boas h. 4. 3. Laurent series: Def.: Laurent series (LS). If f() is analytic in a region R, then converges in R, with a n = πi f() = a n ( ) n + n= n= f() ; b ( ) n+ n = πi b

More information

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative.

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. MAC2313 Final A (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. ii. The vector field F = 5(x 2 + y 2 ) 3/2 x, y is radial. iii. All constant

More information

First some basics from multivariable calculus directly extended to complex functions.

First some basics from multivariable calculus directly extended to complex functions. Complex Integration Tuesday, October 15, 2013 2:01 PM Our first objective is to develop a concept of integration of complex functions that interacts well with the notion of complex derivative. A certain

More information

MTH 3102 Complex Variables Solutions: Practice Exam 2 Mar. 26, 2017

MTH 3102 Complex Variables Solutions: Practice Exam 2 Mar. 26, 2017 Name Last name, First name): MTH 31 omplex Variables Solutions: Practice Exam Mar. 6, 17 Exam Instructions: You have 1 hour & 1 minutes to complete the exam. There are a total of 7 problems. You must show

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve MATH 280 Multivariate alculus Fall 2012 Definition Integrating a vector field over a curve We are given a vector field F and an oriented curve in the domain of F as shown in the figure on the left below.

More information

A RAPID INTRODUCTION TO COMPLEX ANALYSIS

A RAPID INTRODUCTION TO COMPLEX ANALYSIS A RAPID INTRODUCTION TO COMPLEX ANALYSIS AKHIL MATHEW ABSTRACT. These notes give a rapid introduction to some of the basic results in complex analysis, assuming familiarity from the reader with Stokes

More information

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours)

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours) SOLUTIONS TO THE 18.02 FINAL EXAM BJORN POONEN December 14, 2010, 9:00am-12:00 (3 hours) 1) For each of (a)-(e) below: If the statement is true, write TRUE. If the statement is false, write FALSE. (Please

More information

Complex Analysis MATH 6300 Fall 2013 Homework 4

Complex Analysis MATH 6300 Fall 2013 Homework 4 Complex Analysis MATH 6300 Fall 2013 Homework 4 Due Wednesday, December 11 at 5 PM Note that to get full credit on any problem in this class, you must solve the problems in an efficient and elegant manner,

More information

Topic 7 Notes Jeremy Orloff

Topic 7 Notes Jeremy Orloff Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7. Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove

More information

MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation

MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation Lecture No 23 to 45 Complete and Important Question and answer 1. What is the difference between

More information

MA30056: Complex Analysis. Revision: Checklist & Previous Exam Questions I

MA30056: Complex Analysis. Revision: Checklist & Previous Exam Questions I MA30056: Complex Analysis Revision: Checklist & Previous Exam Questions I Given z C and r > 0, define B r (z) and B r (z). Define what it means for a subset A C to be open/closed. If M A C, when is M said

More information

One side of each sheet is blank and may be used as scratch paper.

One side of each sheet is blank and may be used as scratch paper. Math 244 Spring 2017 (Practice) Final 5/11/2017 Time Limit: 2 hours Name: No calculators or notes are allowed. One side of each sheet is blank and may be used as scratch paper. heck your answers whenever

More information

The Calculus of Residues

The Calculus of Residues hapter 7 The alculus of Residues If fz) has a pole of order m at z = z, it can be written as Eq. 6.7), or fz) = φz) = a z z ) + a z z ) +... + a m z z ) m, 7.) where φz) is analytic in the neighborhood

More information

= 2 x y 2. (1)

= 2 x y 2. (1) COMPLEX ANALYSIS PART 5: HARMONIC FUNCTIONS A Let me start by asking you a question. Suppose that f is an analytic function so that the CR-equation f/ z = 0 is satisfied. Let us write u and v for the real

More information

Ideas from Vector Calculus Kurt Bryan

Ideas from Vector Calculus Kurt Bryan Ideas from Vector Calculus Kurt Bryan Most of the facts I state below are for functions of two or three variables, but with noted exceptions all are true for functions of n variables..1 Tangent Line Approximation

More information

Topic 3 Notes Jeremy Orloff

Topic 3 Notes Jeremy Orloff Topic 3 Notes Jerem Orloff 3 Line integrals and auch s theorem 3.1 Introduction The basic theme here is that comple line integrals will mirror much of what we ve seen for multivariable calculus line integrals.

More information

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 Dr. E. Jacobs The main texts for this course are Calculus by James Stewart and Fundamentals of Differential Equations by Nagle, Saff

More information

Preliminary Exam 2018 Solutions to Morning Exam

Preliminary Exam 2018 Solutions to Morning Exam Preliminary Exam 28 Solutions to Morning Exam Part I. Solve four of the following five problems. Problem. Consider the series n 2 (n log n) and n 2 (n(log n)2 ). Show that one converges and one diverges

More information

MATH 106 HOMEWORK 4 SOLUTIONS. sin(2z) = 2 sin z cos z. (e zi + e zi ) 2. = 2 (ezi e zi )

MATH 106 HOMEWORK 4 SOLUTIONS. sin(2z) = 2 sin z cos z. (e zi + e zi ) 2. = 2 (ezi e zi ) MATH 16 HOMEWORK 4 SOLUTIONS 1 Show directly from the definition that sin(z) = ezi e zi i sin(z) = sin z cos z = (ezi e zi ) i (e zi + e zi ) = sin z cos z Write the following complex numbers in standard

More information

Math 234 Exam 3 Review Sheet

Math 234 Exam 3 Review Sheet Math 234 Exam 3 Review Sheet Jim Brunner LIST OF TOPIS TO KNOW Vector Fields lairaut s Theorem & onservative Vector Fields url Divergence Area & Volume Integrals Using oordinate Transforms hanging the

More information

Complex Analysis. Travis Dirle. December 4, 2016

Complex Analysis. Travis Dirle. December 4, 2016 Complex Analysis 2 Complex Analysis Travis Dirle December 4, 2016 2 Contents 1 Complex Numbers and Functions 1 2 Power Series 3 3 Analytic Functions 7 4 Logarithms and Branches 13 5 Complex Integration

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x + iy, x,y

More information

Line Integrals and Gradient Fields

Line Integrals and Gradient Fields Line Integrals and Gradient Fields Based on notes by Ben Woodruff When you make your lesson plan, it should explain and contain examples of the following: 1. Describe how to integrate a function along

More information

Maxwell s equations for electrostatics

Maxwell s equations for electrostatics Maxwell s equations for electrostatics October 6, 5 The differential form of Gauss s law Starting from the integral form of Gauss s law, we treat the charge as a continuous distribution, ρ x. Then, letting

More information

Complex Analysis review notes for weeks 1-6

Complex Analysis review notes for weeks 1-6 Complex Analysis review notes for weeks -6 Peter Milley Semester 2, 2007 In what follows, unless stated otherwise a domain is a connected open set. Generally we do not include the boundary of the set,

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

Preliminary Exam 2016 Solutions to Morning Exam

Preliminary Exam 2016 Solutions to Morning Exam Preliminary Exam 16 Solutions to Morning Exam Part I. Solve four of the following five problems. Problem 1. Find the volume of the ice cream cone defined by the inequalities x + y + z 1 and x + y z /3

More information

Functions of a Complex Variable and Integral Transforms

Functions of a Complex Variable and Integral Transforms Functions of a Complex Variable and Integral Transforms Department of Mathematics Zhou Lingjun Textbook Functions of Complex Analysis with Applications to Engineering and Science, 3rd Edition. A. D. Snider

More information

Synopsis of Complex Analysis. Ryan D. Reece

Synopsis of Complex Analysis. Ryan D. Reece Synopsis of Complex Analysis Ryan D. Reece December 7, 2006 Chapter Complex Numbers. The Parts of a Complex Number A complex number, z, is an ordered pair of real numbers similar to the points in the real

More information

MA FINAL EXAM Form B December 13, 2016

MA FINAL EXAM Form B December 13, 2016 MA 6100 FINAL EXAM Form B December 1, 016 NAME STUDENT ID # YOUR TA S NAME RECITATION TIME 1. You must use a # pencil on the scantron. a. If the cover of your exam is GREEN, write 01 in the TEST/QUIZ NUMBER

More information

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. alculus III Preface Here are my online notes for my alculus III course that I teach here at Lamar University. espite the fact that these are my class notes, they should be accessible to anyone wanting

More information

Some Important Concepts and Theorems of Vector Calculus

Some Important Concepts and Theorems of Vector Calculus ome Important oncepts and Theorems of Vector alculus 1. The Directional Derivative. If f(x) is a scalar-valued function of, say x, y, and z, andu is a direction (i.e. a unit vector), then the Directional

More information

The Residue Theorem. Integration Methods over Closed Curves for Functions with Singularities

The Residue Theorem. Integration Methods over Closed Curves for Functions with Singularities The Residue Theorem Integration Methods over losed urves for Functions with Singularities We have shown that if f(z) is analytic inside and on a closed curve, then f(z)dz = 0. We have also seen examples

More information

THE RESIDUE THEOREM. f(z) dz = 2πi res z=z0 f(z). C

THE RESIDUE THEOREM. f(z) dz = 2πi res z=z0 f(z). C THE RESIDUE THEOREM ontents 1. The Residue Formula 1 2. Applications and corollaries of the residue formula 2 3. ontour integration over more general curves 5 4. Defining the logarithm 7 Now that we have

More information

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(t),

More information

Complex Differentials and the Stokes, Goursat and Cauchy Theorems

Complex Differentials and the Stokes, Goursat and Cauchy Theorems Complex Differentials and the Stokes, Goursat and Cauchy Theorems Benjamin McKay June 21, 2001 1 Stokes theorem Theorem 1 (Stokes) f(x, y) dx + g(x, y) dy = U ( g y f ) dx dy x where U is a region of the

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

In addition to the problems below, here are appropriate study problems from the Miscellaneous Exercises for Chapter 6, page 410: Problems

In addition to the problems below, here are appropriate study problems from the Miscellaneous Exercises for Chapter 6, page 410: Problems 22M:28 Spring 05 J. Simon Ch. 6 Study Guide for Final Exam page 1 of 9 22M:28 Spring 05 J. Simon Study Guide for Final Exam Chapter 6 Portion How to use this guide: I am not going to list a lot of problems

More information

FINAL EXAM { SOLUTION

FINAL EXAM { SOLUTION United Arab Emirates University ollege of Sciences Department of Mathematical Sciences FINAL EXAM { SOLUTION omplex Analysis I MATH 5 SETION 0 RN 56 9:0 { 0:45 on Monday & Wednesday Date: Wednesday, January

More information

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

More information

Math 212-Lecture 20. P dx + Qdy = (Q x P y )da. C

Math 212-Lecture 20. P dx + Qdy = (Q x P y )da. C 15. Green s theorem Math 212-Lecture 2 A simple closed curve in plane is one curve, r(t) : t [a, b] such that r(a) = r(b), and there are no other intersections. The positive orientation is counterclockwise.

More information

On Cauchy s theorem and Green s theorem

On Cauchy s theorem and Green s theorem MA 525 On Cauchy s theorem and Green s theorem 1. Introduction No doubt the most important result in this course is Cauchy s theorem. There are many ways to formulate it, but the most simple, direct and

More information

Math Homework 2

Math Homework 2 Math 73 Homework Due: September 8, 6 Suppose that f is holomorphic in a region Ω, ie an open connected set Prove that in any of the following cases (a) R(f) is constant; (b) I(f) is constant; (c) f is

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Cauchy Integral Formula Consequences

Cauchy Integral Formula Consequences Cauchy Integral Formula Consequences Monday, October 28, 2013 1:59 PM Homework 3 due November 15, 2013 at 5 PM. Last time we derived Cauchy's Integral Formula, which we will present in somewhat generalized

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO OME PROBLEM YOU HOULD BE ABLE TO DO I ve attempted to make a list of the main calculations you should be ready for on the exam, and included a handful of the more important formulas. There are no examples

More information

Math Calculus I

Math Calculus I Math 165 - Calculus I Christian Roettger 382 Carver Hall Mathematics Department Iowa State University www.iastate.edu/~roettger November 13, 2011 4.1 Introduction to Area Sigma Notation 4.2 The Definite

More information

COMPLEX DIFFERENTIAL FORMS. 1. Complex 1-forms, the -operator and the Winding Number

COMPLEX DIFFERENTIAL FORMS. 1. Complex 1-forms, the -operator and the Winding Number CHAPTER 3. COMPLEX DIFFERENTIAL FORMS 1. Complex 1-forms, the -operator and the Winding Number Now we consider differentials for complex functions. Take a complex-valued function defined on an open region

More information

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 3: Wednesday, Jan 9

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 3: Wednesday, Jan 9 Problem du jour Week 3: Wednesday, Jan 9 1. As a function of matrix dimension, what is the asymptotic complexity of computing a determinant using the Laplace expansion (cofactor expansion) that you probably

More information

LECTURE-15 : LOGARITHMS AND COMPLEX POWERS

LECTURE-15 : LOGARITHMS AND COMPLEX POWERS LECTURE-5 : LOGARITHMS AND COMPLEX POWERS VED V. DATAR The purpose of this lecture is twofold - first, to characterize domains on which a holomorphic logarithm can be defined, and second, to show that

More information

Divergence Theorem December 2013

Divergence Theorem December 2013 Divergence Theorem 17.3 11 December 2013 Fundamental Theorem, Four Ways. b F (x) dx = F (b) F (a) a [a, b] F (x) on boundary of If C path from P to Q, ( φ) ds = φ(q) φ(p) C φ on boundary of C Green s Theorem:

More information

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16 Physics 307 Mathematical Physics Luis Anchordoqui 1 Bibliography L. A. Anchordoqui and T. C. Paul, ``Mathematical Models of Physics Problems (Nova Publishers, 2013) G. F. D. Duff and D. Naylor, ``Differential

More information

Part IB Complex Methods

Part IB Complex Methods Part IB Complex Methods Based on lectures by R. E. Hunt Notes taken by Dexter Chua Lent 26 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows. P R and i j k 2 1 1

Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows. P R and i j k 2 1 1 Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows Homework () P Q = OQ OP =,,,, =,,, P R =,,, P S = a,, a () The vertex of the angle

More information

Elements of Vector Calculus : Line and Surface Integrals

Elements of Vector Calculus : Line and Surface Integrals Elements of Vector Calculus : Line and Surface Integrals Lecture 2: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay In this lecture we will talk about special functions

More information

Vectors. October 1, A scalar quantity can be specified by just giving a number. Examples:

Vectors. October 1, A scalar quantity can be specified by just giving a number. Examples: Vectors October 1, 2008 1 Scalars and Vectors Scalars: A scalar quantity can be specified by just giving a number. Examples: (a) The number n of balls in a box (e.g. n = 5) (b) The mass m of a particle

More information