Complex Analysis Slide 9: Power Series

Size: px
Start display at page:

Download "Complex Analysis Slide 9: Power Series"

Transcription

1 Complex Analysis Slide 9: Power Series MA201 Mathematics III Department of Mathematics IIT Guwahati August 2015 Complex Analysis Slide 9: Power Series 1 / 37

2 Learning Outcome of this Lecture We learn Sequence of Complex Numbers and Series of Complex Numbers Sequences & Series of Functions: Pointwise, Absolute, Uniform Convergence Power Series Taylors Theorem / Taylor Series Laurent Theorem/ Laurent Series Complex Analysis Slide 9: Power Series 2 / 37

3 Sequence of Complex Numbers A sequence of complex numbers is a map from a : N C given by a(n) = a n for n N. It is written as {a n } or (a n ) or < a n >. Definition Let {a n } be a sequence of complex numbers. If there exists a complex number a such that for each ɛ > 0, there exists a natural number N 0 such that a n a < ɛ for all n N 0 then we say that {a n } converges to a. a is called the limit of the sequence {a n }. We write it as {a n } a as n or lim n a n = a. Examples: {a n = (1/n) + 2i} converges to 2i. {a n = n (1/n) + i ((n + 1)/n)} converges to 1 + i. Complex Analysis Slide 9: Power Series 3 / 37

4 Results If {a n } converges then the limit of {a n } is unique. If {a n } converges then the set S = {a n : n N} is bounded. If {a n } converges then { a n } converges. But converse is NOT true. {a n = x n + i y n } converges to a = x + i y if and only if {x n } x and {y n } y. That is, {a n } a if and only if {R(a n )} R(a ) and {I(a n )} I(a ). Complex Analysis Slide 9: Power Series 4 / 37

5 Series of Complex Numbers a n = a 0 + a 1 + a 2 + is called an (infinite) series of complex numbers. Definition Let a n be a series of complex numbers. Define the sequence of partial sums by s 0 = a 0 and s n = n a k. If there exists a complex k=0 number s such that the sequence {s n } of partial sums converges to s then we say the series a n converges to s and we write it as a n = s. Complex Analysis Slide 9: Power Series 5 / 37

6 If the sequence of partial sums does not converge then we say that the series a n diverges. Examples: Let {a n = (1/n 2 ) + i(1/2) n } for n N. Then a n converges. Let {a n = (1/n!) + i(1/2) n } for n = 0, 1,. Then a n converges e + 2i. Let {a n = (1/n) + i(1/2) n } for n N. Then a n diverges. We say that the series a n converges absolutely if a n converges. Results: If a n converges then {a n } 0 as n. If a n converges absolutely then a n converges. But converse is NOT true. Similarly, we can define Sequence of Complex Functions and Series of Complex Functions. Complex Analysis Slide 9: Power Series 6 / 37

7 Sequence of Functions: Pointwise Convergence Let f n : D C C, for n = 0, 1, be the functions defined on a set D. We say that the sequence {f n (z)} of functions converges (pointwise) to a function f(z) in D, if for each point z 0 D and for each ɛ > 0, there exists a natural number N 0 that may depend on both ɛ and the point z 0 such that f n (z 0 ) f(z 0 ) < ɛ for all n N 0. In this case, we write it as lim n f n(z) = f(z) for z D. If for some point z 0 D, the sequence {f n (z 0 )} does not converge or tends to then we say that the sequence {f n (z)} diverges at the point z = z 0. Example: Let f n (z) = z n for z D = {z C : z < 1} where n N. Let f(z) = 0 for all z D. Then, {f n (z)} converges pointwise to f(z) in D. Complex Analysis Slide 9: Power Series 7 / 37

8 Series of Functions: Pointwise Convergence Definition Let f n : D C C, for n = 0, 1, be the functions defined on a set D. The series f n (z) of functions converges (pointwise) to a { } n function S(z) in D if the sequence S n (z) = f k (z) of partial sums k=0 converges (pointwise) to the function S(z) in D. In this case, we write it as S(z) = f n (z) for z D. Example: Let f n (z) = z n for z D = {z C : z < 1} where n N. Let S(z) = 1/(1 z) for all z D. Then, f n (z) converges pointwise to S(z) in D. Complex Analysis Slide 9: Power Series 8 / 37

9 Absolute Convergence Let f n : D C C, for n = 0, 1, be the functions defined on a set D. Definition We say that the sequence {f n (z)} of functions converges absolutely to a function g(z) in D, if for each point z 0 D, the sequence { f n (z 0 ) } converges (pointwise) to g(z 0 ). Definition The series f n (z) converges absolutely to a function T (z) in D if the { } n sequence S n (z) = f k (z) converges (pointwise) to the function T (z) in D. k=0 Complex Analysis Slide 9: Power Series 9 / 37

10 Uniform Convergence Let f n : D C C, for n = 0, 1, be the functions defined on a set D. Definition We say that the sequence {f n (z)} of functions converges uniformly to a function f(z) in the set D, if for each ɛ > 0, there exists a natural number N (that may depend only on ɛ) such that f n (z) f(z) < ɛ for all n N and for all z D. Definition The series f n (z) converges uniformly to a function S(z) in D if the { } n sequence S n (z) = f k (z) of partial sums converges uniformly to the function S(z) in D. k=0 Complex Analysis Slide 9: Power Series 10 / 37

11 We now introduce a special type of series of functions, namely, power series. Power Series Complex Analysis Slide 9: Power Series 11 / 37

12 Power Series Definition A power series about a point z 0 is an infinite series of the form a n (z z 0 ) n. Example-1: The geometric series z n is one of the easiest n=1 examples of a power series. z n Example-2: is another example of a power series. n n=1 (z 3) n Example-3: is another example of a power series. 4n Complex Analysis Slide 9: Power Series 12 / 37

13 Convergence of Power Series For which values of z does the geometric series z n converge? It is easily seen that 1 z n+1 = (1 z)(1 + z + z z n ) so that 1 + z + + z n = 1 zn+1 1 z. If z < 1 then lim z n = 0 and so the geometric series is convergent with z n = 1 1 z. If z > 1 then lim z n = and the series diverges. Complex Analysis Slide 9: Power Series 13 / 37

14 Recall: Limit Superior of Real Sequences Let {a n } be a sequence of real numbers. lim sup a n = lim (sup{a n, a n+1, }). n n lim inf n a n = lim n (inf{a n, a n+1, }). Other Notation: lim sup is also denoted by lim. Further these concepts lim sup and lim inf are defined only for real sequences and NOT for complex sequences. Results: For a real sequence, lim sup a n and lim inf a n always exist and it may be + or also. Always lim inf a n lim sup a n. If {a n } converges then lim inf a n = lim a n = lim sup a n. Complex Analysis Slide 9: Power Series 14 / 37

15 Basic Result on Convergence of Power Series Theorem For a given power series 0 R, by then: 1 R a n (z z 0 ) n define the number R, = lim sup a n 1 n (Cauchy-Hadamard Formula) n 1 if z z 0 < R, the series converges absolutely; 2 if z z 0 > R, the series diverges; 3 if 0 < r < R, the series converges uniformly on {z : z r}. Moreover, the number R is the only number having the above said three properties. Complex Analysis Slide 9: Power Series 15 / 37

16 Continuation of Previous Slide In the previous theorem: The number R is called the radius of convergence of the power series. The circle z z 0 = R is called the circle of the convergence of the series. The open disk z z 0 < R is called the domain of convergence or disk of convergence of the series. Examples: The power series The power series The power series k n z n has radius of convergence R = 1/ k. z n has radius of convergence R =. n! 5 n2 z n has radius of convergence R = 0. Complex Analysis Slide 9: Power Series 16 / 37

17 Radius of Convergence as the limit of Ratios of Coefficients The radius of the convergence of a power series can be calculated sometimes from the ratio of the coefficients as follows. Theorem If a n (z z 0 ) n is a given power series with radius of convergence R, then R = lim n a n a n+1 if this limit exists (including the limit tending to + in the extended real number system). Example: The power series z n n! has radius of convergence R =. Complex Analysis Slide 9: Power Series 17 / 37

18 On Circle of Convergence - What happens? On the circle of convergence C : z z 0 = R, power series may converge on C, diverge on C, or converge on some part of C and diverge on the remaining part. The power series z n diverges at all points on the circle of convergence z = 1, since z n does not tend to 0 as n. z n The power series series diverges at the point z = 1 and n n=1 converges at the point z = 1. One can show that this power series converges at all points on the circle z = 1 except at the point z = 1. z n The power series converges at all points on the circle of n2 n=1 convergence z = 1, since z n n 2 1 n 2 <. Complex Analysis Slide 9: Power Series 18 / 37

19 Theorem Picard s Theorem: Consider the power series a n z n and suppose that: 1 The coefficients a n are real nonnegative numbers. 2 a n a n+1 for n = 1, 2, 3,. 3 {a n } 0 as n. Then the power series a n z n converges at all points of the circle z = 1, except possibly at z = 1, so its radius of convergence is at least 1. Using the above theorem and using the fact 1 n diverges, one can z n conclude that converges at all points on the circle z = 1 except n n=1 at the point z = 1. Complex Analysis Slide 9: Power Series 19 / 37

20 Properties Let a n (z z 0 ) n and b n (z z 0 ) n be power series with radius of convergence R 1 and R 2 respectively. Then, Sum: (a n + b n )(z z 0 ) n has the radius of convergence R min(r 1, R 2 ). Scalar Multiplication: λa n (z z 0 ) n where λ 0 has the radius of convergence R = R 1. Product: c n (z z 0 ) n where c n = n a k b n k (Cauchy Product) k=0 has the radius of convergence R min(r 1, R 2 ). Complex Analysis Slide 9: Power Series 20 / 37

21 Properties (Continuation of Previous Slide) Product Coordinatewise: convergence R R 1 R 2. a n b n (z z 0 ) n has the radius of Division Coordinatewise: If b n 0 for all n then has the radius of convergence R R 1 /R 2. a n b n (z z 0 ) n Division of Two Series: If r is the largest real number such that bn (z z 0 ) n 0 for all z {z : z z 0 < r} then an (z z 0 ) n bn (z z 0 ) n has the radius of convergence R min(r, R 1, R 2 ). Complex Analysis Slide 9: Power Series 21 / 37

22 What can we say about the sum function of a Power Series? Let a n (z z 0 ) n have the radius of convergence R > 0. Let us denote the sum function of this series by f(z). That is, an (z z 0 ) n =: f(z) for z B R (z 0 ). Questions: Is the sum function f(z) differentiable/ analytic in B R (z 0 )? Is the series formed by termwise differentiation na n (z z 0 ) n 1 convergent? If so, what is its radius of convergence R? Set g(z) := na n (z z 0 ) n 1 for z B R (z 0 ). Is g(z) = f (z) for n=1 z B R (z 0 ). What about k-times differentiated series n(n 1) (n k + 1)a n (z z 0 ) n k? n=k Is there any relation between the coefficients a n s and f(z)? Complex Analysis Slide 9: Power Series 22 / 37

23 Sum function of a Power Series is analytic Theorem: Let Then, a n (z z 0 ) n have radius of convergence R > 0. The function defined by f(z) := a n (z z 0 ) n is analytic in B R (z 0 ) = {z C : z z 0 < R}. For each k 1, n(n 1) (n k + 1)a n (z z 0 ) n k has the n=k radius of convergence R. f (k) (z) = n(n 1) (n k + 1)a n (z z 0 ) n k for z B R (z 0 ). n=k For n = 0, 1,, the coefficient a n = f (n) (z 0 ). n! Complex Analysis Slide 9: Power Series 23 / 37

24 Example for Previous Theorem The power series R =. The function f(z) = sin z = Observe that ( 1) n z 2n+1 (2n + 1)! d dz (sin z) = cos z = has the radius of convergence ( 1) n z 2n+1 (2n + 1)! has the radius of convergence R =. ( 1) n z 2n (2n)! is analytic in C. and this series also Note: In previous theorem, like termwise differentiation of power series, termwise integration (indefinite integral) is also valid for power series. For example, by doing termwise integration of power series of cos z, we can get the power series of sin z. Complex Analysis Slide 9: Power Series 24 / 37

25 To think Last theorem says, Given power series, its sum function is analytic (and hence infinitely many times differentiable) in the disk/domain of convergence of the power series. Now, think about converse of above statement. Is it true statement? Question: Let D be an open set and let z 0 D. Given that f(z) is analytic in D. Whether f can have power series representation about z 0? That is, whether f(z) = a n (z z 0 ) n for z B R (z 0 ) D for some R > 0? If the answer is YES, then is there more than one such power series possible? Complex Analysis Slide 9: Power Series 25 / 37

26 Analytic function has a Power Series Representation Taylor Theorem: Let f(z) be analytic in B R (z 0 ) = {z C : z z 0 < R}. Then, f(z) has a power series expansion around z 0 given by f(z) = a n (z z 0 ) n for z B R (z 0 ) where a n = f (n) (z 0 ) = 1 f(w) dw for n = 0, 1, 2, where n! 2πi C r (w z 0 ) n+1 C r = {z C : z z 0 = r} for any r with 0 < r < R. This series is called the Taylor series of f about the point z 0 and has radius of convergence R. Further, the Taylor series of f about that point z 0 is unique. Proof: Worked out on the board. Complex Analysis Slide 9: Power Series 26 / 37

27 Example for Taylor Theorem Example: Find the power series of f(z) = e z about the point z 0 = i. Observe that for each n N, f (n) (z) = e z for z C. This gives that f (n) (i) = e i for n = 1, 2,. For each n = 0, 1, 2,, a n = f (n) (i) n! = ei n!. Therefore, the Taylor series of e z about the point z 0 = i is given by e z = e i (z i)n n! and it has radius of convergence R =. Complex Analysis Slide 9: Power Series 27 / 37

28 Remarks The Taylor series of f(z) about the point z 0 = 0 is called the Maclaurin series of f. If f(z) is analytic in z z 0 < R for some R > 0, then by Taylor theorem, f(z) can be approximated with arbitrarily high precision by a polynomial P n (z) of sufficiently high degree. Alternative Way to find Radius of Convergence of Taylor Series: If f(z) is analytic at z 0, then the radius of convergence R of the Taylor series of f(z) about z = z 0 is the distance from z 0 to the point (singularity) nearest to z 0 at which f(z) fails to be analytic. That is, R = z 0 z where z is the singularity of f nearest to z 0. Complex Analysis Slide 9: Power Series 28 / 37

29 Comparison between Real Functions and Complex Functions By Taylor theorem, if a function f(z) is infinitely differentiable in an open set D, then f(z) can be expanded in power series in D. This result is not true in case of real valued functions of a real variable. For example, the function f(x) = exp( 1/x 2 ) for x R \ {0} and f(0) = 0 is infinitely many times differentiable in the neighborhood of x 0 = 0, but f(x) can not be represented by a power series about the point x 0 = 0. A real Taylor series of a real valued function f of a real variable converges if and only if the Taylor remainder term goes to zero. In a complex Taylor series, the remainder term is irrelevant; the Taylor series will converge to in the largest disk that one can fit inside the domain of analyticity of f. Complex Analysis Slide 9: Power Series 29 / 37

30 Analytic at We say that the function f(z) is analytic at z = if the function g(w) = f(1/w) is analytic at w = 0. Thus, we make the change of variable w = 1/z, and we study the behaviour of f(z) at z = by studying the behaviour f(1/w) at w = 0. Examples: f(z) = 1/z 2 is analytic at. f(z) = e 1/z is analytic at. Complex Analysis Slide 9: Power Series 30 / 37

31 Power series of f(z) about z = If f(z) is analytic at z = then the function g(w) = f(1/w) is analytic at w = 0 and hence g(w) = c n w n for w < r for some r > 0. Thus, f(z) can be represented by a power series as f(z) = cn z for z > R = 1 n r and it is the power series expansion of f(z) about the point z =. Example: e 1/z = 1 n! z n for z > 0. Complex Analysis Slide 9: Power Series 31 / 37

32 Is power series of f possible at singular points? We now wish to investigate the possibility of representing a function by a power series near singular points. A singular point z 0 is said to be an isolated singular point of f(z) if f(z) is analytic in the punctured disk 0 < z z 0 < r for some r > 0. Then, the function f(z) can be represented by a power series about an isolated singular points. But, in this case the power series of f(z) contains the negative powers of (z z 0 ) also. Similarly, if f(z) is analytic in the annular region r 1 < z z 0 < r 2 and f(z) need not be analytic in the region z z 0 < r 1 then also f(z) can be represented by a power series in the annular region 0 < r 1 < z z 0 < r 2. Complex Analysis Slide 9: Power Series 32 / 37

33 Laurent Theorem Laurent Theorem: Let f be analytic in the annular region r 1 < z z 0 < r 2. Then f has a series representation given by f(z) = a n (z z 0 ) n + a n (z z 0 ) n for r 1 < z z 0 < r 2 n=1 where the coefficients a n = 1 f(w) dw for any r with 2πi z z 0 =r (w z 0 ) n+1 r 1 < r < r 2. The above series is called the Laurent Series and converges absolutely in r 1 < z z 0 < r 2. Further, it converges uniformly in R 1 z z 0 R 2 where r 1 < R 1 < R 2 < r 2. Moreover this series is unique. Complex Analysis Slide 9: Power Series 33 / 37

34 The Laurent series for f in the annular region is usually abbreviated In the Laurent series n= n= negative powers of (z z 0 ), namely, 1 n= a n (z z 0 ) n. a n (z z 0 ) n, the series containing the a n (z z 0 ) n = a n (z z 0 ) n is called the principal part of the Laurent series. The series containing the non-negative powers of (z z 0 ), namely, n=1 a n (z z 0 ) n is called the regular part of the Laurent series. Complex Analysis Slide 9: Power Series 34 / 37

35 Taylor Theorem is a special case of Laurent Theorem If f(z) is analytic at the point z 0 then the Laurent series of f(z) about the point z = z 0 does not contain any negative powers of (z z 0 ). That is, the Laurent series of f(z) has no principal part. Hence the Laurent series reduces to the Taylor series of f(z) about the point z = z 0 in this case. Complex Analysis Slide 9: Power Series 35 / 37

36 Worked out Example 1 Let f(z) = 1 (z 1)(z 2). 1 Find the Laurent series of f about the point z = 1 (OR) Find the power series expansion of f in the region 0 < z 1 < 1. 2 Find the Laurent series of f about the point z = 2 (OR) Find the power series expansion of f in the region 0 < z 2 < 1. 3 Find the Laurent series of f about the point z = 0 (OR) Find the power series expansion of f in the region z < 1. 4 Find the Laurent series of f about the point z = (OR) Find the power series expansion of f in the region z > 2. 5 Find the Laurent series of f in the annular region 1 < z < 2. Details are Worked Out on the Board. Complex Analysis Slide 9: Power Series 36 / 37

37 Worked out Example 2 Expand e 1/z in the Laurent series about the point z = 0. Details are Worked Out on the Board. Complex Analysis Slide 9: Power Series 37 / 37

13 Maximum Modulus Principle

13 Maximum Modulus Principle 3 Maximum Modulus Principle Theorem 3. (maximum modulus principle). If f is non-constant and analytic on an open connected set Ω, then there is no point z 0 Ω such that f(z) f(z 0 ) for all z Ω. Remark

More information

NPTEL web course on Complex Analysis. A. Swaminathan I.I.T. Roorkee, India. and. V.K. Katiyar I.I.T. Roorkee, India

NPTEL web course on Complex Analysis. A. Swaminathan I.I.T. Roorkee, India. and. V.K. Katiyar I.I.T. Roorkee, India NPTEL web course on Complex Analysis A. Swaminathan I.I.T. Roorkee, India and V.K. Katiyar I.I.T. Roorkee, India A.Swaminathan and V.K.Katiyar (NPTEL) Complex Analysis 1 / 17 Complex Analysis Module: 5:

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

More information

Complex Analysis Homework 9: Solutions

Complex Analysis Homework 9: Solutions Complex Analysis Fall 2007 Homework 9: Solutions 3..4 (a) Let z C \ {ni : n Z}. Then /(n 2 + z 2 ) n /n 2 n 2 n n 2 + z 2. According to the it comparison test from calculus, the series n 2 + z 2 converges

More information

9. Series representation for analytic functions

9. Series representation for analytic functions 9. Series representation for analytic functions 9.. Power series. Definition: A power series is the formal expression S(z) := c n (z a) n, a, c i, i =,,, fixed, z C. () The n.th partial sum S n (z) is

More information

Complex Series (3A) Young Won Lim 8/17/13

Complex Series (3A) Young Won Lim 8/17/13 Complex Series (3A) 8/7/3 Copyright (c) 202, 203 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2 or

More information

Complex Analysis Topic: Singularities

Complex Analysis Topic: Singularities Complex Analysis Topic: Singularities MA201 Mathematics III Department of Mathematics IIT Guwahati August 2015 Complex Analysis Topic: Singularities 1 / 15 Zeroes of Analytic Functions A point z 0 C is

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

Complex variables lecture 6: Taylor and Laurent series

Complex variables lecture 6: Taylor and Laurent series Complex variables lecture 6: Taylor and Laurent series Hyo-Sung Ahn School of Mechatronics Gwangju Institute of Science and Technology (GIST) 1 Oryong-dong, Buk-gu, Gwangju, Korea Advanced Engineering

More information

Polynomial Approximations and Power Series

Polynomial Approximations and Power Series Polynomial Approximations and Power Series June 24, 206 Tangent Lines One of the first uses of the derivatives is the determination of the tangent as a linear approximation of a differentiable function

More information

Theorem [Mean Value Theorem for Harmonic Functions] Let u be harmonic on D(z 0, R). Then for any r (0, R), u(z 0 ) = 1 z z 0 r

Theorem [Mean Value Theorem for Harmonic Functions] Let u be harmonic on D(z 0, R). Then for any r (0, R), u(z 0 ) = 1 z z 0 r 2. A harmonic conjugate always exists locally: if u is a harmonic function in an open set U, then for any disk D(z 0, r) U, there is f, which is analytic in D(z 0, r) and satisfies that Re f u. Since such

More information

Part IB. Further Analysis. Year

Part IB. Further Analysis. Year Year 2004 2003 2002 2001 10 2004 2/I/4E Let τ be the topology on N consisting of the empty set and all sets X N such that N \ X is finite. Let σ be the usual topology on R, and let ρ be the topology on

More information

4 Uniform convergence

4 Uniform convergence 4 Uniform convergence In the last few sections we have seen several functions which have been defined via series or integrals. We now want to develop tools that will allow us to show that these functions

More information

Part IB Complex Analysis

Part IB Complex Analysis Part IB Complex Analysis Theorems Based on lectures by I. Smith Notes taken by Dexter Chua Lent 2016 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after

More information

THE RADIUS OF CONVERGENCE FORMULA. a n (z c) n, f(z) =

THE RADIUS OF CONVERGENCE FORMULA. a n (z c) n, f(z) = THE RADIUS OF CONVERGENCE FORMULA Every complex power series, f(z) = (z c) n, n=0 has a radius of convergence, nonnegative-real or infinite, R = R(f) [0, + ], that describes the convergence of the series,

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

Complex Analysis Qualifying Exam Solutions

Complex Analysis Qualifying Exam Solutions Complex Analysis Qualifying Exam Solutions May, 04 Part.. Let log z be the principal branch of the logarithm defined on G = {z C z (, 0]}. Show that if t > 0, then the equation log z = t has exactly one

More information

Complex Series. Chapter 20

Complex Series. Chapter 20 hapter 20 omplex Series As in the real case, representation of functions by infinite series of simpler functions is an endeavor worthy of our serious consideration. We start with an examination of the

More information

Series Solution of Linear Ordinary Differential Equations

Series Solution of Linear Ordinary Differential Equations Series Solution of Linear Ordinary Differential Equations Department of Mathematics IIT Guwahati Aim: To study methods for determining series expansions for solutions to linear ODE with variable coefficients.

More information

z b k P k p k (z), (z a) f (n 1) (a) 2 (n 1)! (z a)n 1 +f n (z)(z a) n, where f n (z) = 1 C

z b k P k p k (z), (z a) f (n 1) (a) 2 (n 1)! (z a)n 1 +f n (z)(z a) n, where f n (z) = 1 C . Representations of Meromorphic Functions There are two natural ways to represent a rational function. One is to express it as a quotient of two polynomials, the other is to use partial fractions. The

More information

Introduction and Review of Power Series

Introduction and Review of Power Series Introduction and Review of Power Series Definition: A power series in powers of x a is an infinite series of the form c n (x a) n = c 0 + c 1 (x a) + c 2 (x a) 2 +...+c n (x a) n +... If a = 0, this is

More information

Homework 27. Homework 28. Homework 29. Homework 30. Prof. Girardi, Math 703, Fall 2012 Homework: Define f : C C and u, v : R 2 R by

Homework 27. Homework 28. Homework 29. Homework 30. Prof. Girardi, Math 703, Fall 2012 Homework: Define f : C C and u, v : R 2 R by Homework 27 Define f : C C and u, v : R 2 R by f(z) := xy where x := Re z, y := Im z u(x, y) = Re f(x + iy) v(x, y) = Im f(x + iy). Show that 1. u and v satisfies the Cauchy Riemann equations at (x, y)

More information

Fourth Week: Lectures 10-12

Fourth Week: Lectures 10-12 Fourth Week: Lectures 10-12 Lecture 10 The fact that a power series p of positive radius of convergence defines a function inside its disc of convergence via substitution is something that we cannot ignore

More information

Problem Set 5. 2 n k. Then a nk (x) = 1+( 1)k

Problem Set 5. 2 n k. Then a nk (x) = 1+( 1)k Problem Set 5 1. (Folland 2.43) For x [, 1), let 1 a n (x)2 n (a n (x) = or 1) be the base-2 expansion of x. (If x is a dyadic rational, choose the expansion such that a n (x) = for large n.) Then the

More information

Math 411, Complex Analysis Definitions, Formulas and Theorems Winter y = sinα

Math 411, Complex Analysis Definitions, Formulas and Theorems Winter y = sinα Math 411, Complex Analysis Definitions, Formulas and Theorems Winter 014 Trigonometric Functions of Special Angles α, degrees α, radians sin α cos α tan α 0 0 0 1 0 30 π 6 45 π 4 1 3 1 3 1 y = sinα π 90,

More information

NPTEL web course on Complex Analysis. A. Swaminathan I.I.T. Roorkee, India. and. V.K. Katiyar I.I.T. Roorkee, India

NPTEL web course on Complex Analysis. A. Swaminathan I.I.T. Roorkee, India. and. V.K. Katiyar I.I.T. Roorkee, India NPTEL web course on Complex Analysis A. Swaminathan I.I.T. Roorkee, India and V.K. Katiyar I.I.T. Roorkee, India A.Swaminathan and V.K.Katiyar (NPTEL) Complex Analysis 1 / 18 Complex Analysis Module: 5:

More information

LAURENT SERIES AND SINGULARITIES

LAURENT SERIES AND SINGULARITIES LAURENT SERIES AND SINGULARITIES Introduction So far we have studied analytic functions Locally, such functions are represented by power series Globally, the bounded ones are constant, the ones that get

More information

III. Consequences of Cauchy s Theorem

III. Consequences of Cauchy s Theorem MTH6 Complex Analysis 2009-0 Lecture Notes c Shaun Bullett 2009 III. Consequences of Cauchy s Theorem. Cauchy s formulae. Cauchy s Integral Formula Let f be holomorphic on and everywhere inside a simple

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

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

Paul-Eugène Parent. March 12th, Department of Mathematics and Statistics University of Ottawa. MAT 3121: Complex Analysis I

Paul-Eugène Parent. March 12th, Department of Mathematics and Statistics University of Ottawa. MAT 3121: Complex Analysis I Paul-Eugène Parent Department of Mathematics and Statistics University of Ottawa March 12th, 2014 Outline 1 Holomorphic power Series Proposition Let f (z) = a n (z z o ) n be the holomorphic function defined

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information

November 18, 2013 ANALYTIC FUNCTIONAL CALCULUS

November 18, 2013 ANALYTIC FUNCTIONAL CALCULUS November 8, 203 ANALYTIC FUNCTIONAL CALCULUS RODICA D. COSTIN Contents. The spectral projection theorem. Functional calculus 2.. The spectral projection theorem for self-adjoint matrices 2.2. The spectral

More information

Qualifying Exam Complex Analysis (Math 530) January 2019

Qualifying Exam Complex Analysis (Math 530) January 2019 Qualifying Exam Complex Analysis (Math 53) January 219 1. Let D be a domain. A function f : D C is antiholomorphic if for every z D the limit f(z + h) f(z) lim h h exists. Write f(z) = f(x + iy) = u(x,

More information

NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part II

NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part II NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part II Chapter 2 Further properties of analytic functions 21 Local/Global behavior of analytic functions;

More information

COMPLEX ANALYSIS Spring 2014

COMPLEX ANALYSIS Spring 2014 COMPLEX ANALYSIS Spring 24 Homework 4 Solutions Exercise Do and hand in exercise, Chapter 3, p. 4. Solution. The exercise states: Show that if a

More information

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

More information

Math 520a - Final take home exam - solutions

Math 520a - Final take home exam - solutions Math 52a - Final take home exam - solutions 1. Let f(z) be entire. Prove that f has finite order if and only if f has finite order and that when they have finite order their orders are the same. Solution:

More information

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series .... Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series Kenichi Maruno Department of Mathematics, The University of Texas - Pan American March 4, 20

More information

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Lecture 27 : Series of functions [Section 271] Objectives In this section you will learn

More information

Course 214 Section 2: Infinite Series Second Semester 2008

Course 214 Section 2: Infinite Series Second Semester 2008 Course 214 Section 2: Infinite Series Second Semester 2008 David R. Wilkins Copyright c David R. Wilkins 1989 2008 Contents 2 Infinite Series 25 2.1 The Comparison Test and Ratio Test.............. 26

More information

Math 113 (Calculus 2) Exam 4

Math 113 (Calculus 2) Exam 4 Math 3 (Calculus ) Exam 4 November 0 November, 009 Sections 0, 3 7 Name Student ID Section Instructor In some cases a series may be seen to converge or diverge for more than one reason. For such problems

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

McGill University Math 354: Honors Analysis 3

McGill University Math 354: Honors Analysis 3 Practice problems McGill University Math 354: Honors Analysis 3 not for credit Problem 1. Determine whether the family of F = {f n } functions f n (x) = x n is uniformly equicontinuous. 1st Solution: The

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

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Fall Semester 2016

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Fall Semester 2016 Department of Mathematics, University of California, Berkeley YOUR 1 OR 2 DIGIT EXAM NUMBER GRADUATE PRELIMINARY EXAMINATION, Part A Fall Semester 2016 1. Please write your 1- or 2-digit exam number on

More information

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 2015

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 2015 Department of Mathematics, University of California, Berkeley YOUR OR 2 DIGIT EXAM NUMBER GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 205. Please write your - or 2-digit exam number on this

More information

1 Holomorphic functions

1 Holomorphic functions Robert Oeckl CA NOTES 1 15/09/2009 1 1 Holomorphic functions 11 The complex derivative The basic objects of complex analysis are the holomorphic functions These are functions that posses a complex derivative

More information

MA3111S COMPLEX ANALYSIS I

MA3111S COMPLEX ANALYSIS I MA3111S COMPLEX ANALYSIS I 1. The Algebra of Complex Numbers A complex number is an expression of the form a + ib, where a and b are real numbers. a is called the real part of a + ib and b the imaginary

More information

Appendix A. Sequences and series. A.1 Sequences. Definition A.1 A sequence is a function N R.

Appendix A. Sequences and series. A.1 Sequences. Definition A.1 A sequence is a function N R. Appendix A Sequences and series This course has for prerequisite a course (or two) of calculus. The purpose of this appendix is to review basic definitions and facts concerning sequences and series, which

More information

18.04 Practice problems exam 2, Spring 2018 Solutions

18.04 Practice problems exam 2, Spring 2018 Solutions 8.04 Practice problems exam, Spring 08 Solutions Problem. Harmonic functions (a) Show u(x, y) = x 3 3xy + 3x 3y is harmonic and find a harmonic conjugate. It s easy to compute: u x = 3x 3y + 6x, u xx =

More information

3.4 Introduction to power series

3.4 Introduction to power series 3.4 Introduction to power series Definition 3.4.. A polynomial in the variable x is an expression of the form n a i x i = a 0 + a x + a 2 x 2 + + a n x n + a n x n i=0 or a n x n + a n x n + + a 2 x 2

More information

Chapter 6: Residue Theory. Introduction. The Residue Theorem. 6.1 The Residue Theorem. 6.2 Trigonometric Integrals Over (0, 2π) Li, Yongzhao

Chapter 6: Residue Theory. Introduction. The Residue Theorem. 6.1 The Residue Theorem. 6.2 Trigonometric Integrals Over (0, 2π) Li, Yongzhao Outline Chapter 6: Residue Theory Li, Yongzhao State Key Laboratory of Integrated Services Networks, Xidian University June 7, 2009 Introduction The Residue Theorem In the previous chapters, we have seen

More information

PROBLEM SET 3 FYS3140

PROBLEM SET 3 FYS3140 PROBLEM SET FYS40 Problem. (Cauchy s theorem and integral formula) Cauchy s integral formula f(a) = πi z a dz πi f(a) a in z a dz = 0 otherwise we solve the following problems by comparing the integrals

More information

MATH 101, FALL 2018: SUPPLEMENTARY NOTES ON THE REAL LINE

MATH 101, FALL 2018: SUPPLEMENTARY NOTES ON THE REAL LINE MATH 101, FALL 2018: SUPPLEMENTARY NOTES ON THE REAL LINE SEBASTIEN VASEY These notes describe the material for November 26, 2018 (while similar content is in Abbott s book, the presentation here is different).

More information

MTH 3102 Complex Variables Final Exam May 1, :30pm-5:30pm, Skurla Hall, Room 106

MTH 3102 Complex Variables Final Exam May 1, :30pm-5:30pm, Skurla Hall, Room 106 Name (Last name, First name): MTH 32 Complex Variables Final Exam May, 27 3:3pm-5:3pm, Skurla Hall, Room 6 Exam Instructions: You have hour & 5 minutes to complete the exam. There are a total of problems.

More information

Solutions to Complex Analysis Prelims Ben Strasser

Solutions to Complex Analysis Prelims Ben Strasser Solutions to Complex Analysis Prelims Ben Strasser In preparation for the complex analysis prelim, I typed up solutions to some old exams. This document includes complete solutions to both exams in 23,

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

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

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

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 4.4: Taylor & Power series. 1. What is a Taylor series? 2. Convergence of Taylor series 3. Common Maclaurin series

More information

1. For each statement, either state that it is True or else Give a Counterexample: (a) If a < b and c < d then a c < b d.

1. For each statement, either state that it is True or else Give a Counterexample: (a) If a < b and c < d then a c < b d. Name: Instructions. Show all work in the space provided. Indicate clearly if you continue on the back side, and write your name at the top of the scratch sheet if you will turn it in for grading. No books

More information

III.2. Analytic Functions

III.2. Analytic Functions III.2. Analytic Functions 1 III.2. Analytic Functions Recall. When you hear analytic function, think power series representation! Definition. If G is an open set in C and f : G C, then f is differentiable

More information

The result above is known as the Riemann mapping theorem. We will prove it using basic theory of normal families. We start this lecture with that.

The result above is known as the Riemann mapping theorem. We will prove it using basic theory of normal families. We start this lecture with that. Lecture 15 The Riemann mapping theorem Variables MATH-GA 2451.1 Complex The point of this lecture is to prove that the unit disk can be mapped conformally onto any simply connected open set in the plane,

More information

Problem Set 5 Solution Set

Problem Set 5 Solution Set Problem Set 5 Solution Set Anthony Varilly Math 113: Complex Analysis, Fall 2002 1. (a) Let g(z) be a holomorphic function in a neighbourhood of z = a. Suppose that g(a) = 0. Prove that g(z)/(z a) extends

More information

CONSEQUENCES OF POWER SERIES REPRESENTATION

CONSEQUENCES OF POWER SERIES REPRESENTATION CONSEQUENCES OF POWER SERIES REPRESENTATION 1. The Uniqueness Theorem Theorem 1.1 (Uniqueness). Let Ω C be a region, and consider two analytic functions f, g : Ω C. Suppose that S is a subset of Ω that

More information

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved. 11.10 Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. We start by supposing that f is any function that can be represented by a power series f(x)= c 0 +c 1 (x a)+c 2 (x a)

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

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

LECTURE-20 : ISOLATED SINGULARITIES. A punctured domain is an open set with a point removed. For p Ω, we use the notation

LECTURE-20 : ISOLATED SINGULARITIES. A punctured domain is an open set with a point removed. For p Ω, we use the notation LECTURE-20 : ISOLATED SINGULARITIES VED V. DATAR A punctured domain is an open set with a point removed. For p Ω, we use the notation Ω p = Ω \ {p}, or simply Ω when there is no confusion about the point

More information

July 21 Math 2254 sec 001 Summer 2015

July 21 Math 2254 sec 001 Summer 2015 July 21 Math 2254 sec 001 Summer 2015 Section 8.8: Power Series Theorem: Let a n (x c) n have positive radius of convergence R, and let the function f be defined by this power series f (x) = a n (x c)

More information

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series.

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series. Lecture 6 Power series A very important class of series to study are the power series. They are interesting in part because they represent functions and in part because they encode their coefficients which

More information

Complex Functions (1A) Young Won Lim 2/22/14

Complex Functions (1A) Young Won Lim 2/22/14 Complex Functions (1A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Course 214 Basic Properties of Holomorphic Functions Second Semester 2008

Course 214 Basic Properties of Holomorphic Functions Second Semester 2008 Course 214 Basic Properties of Holomorphic Functions Second Semester 2008 David R. Wilkins Copyright c David R. Wilkins 1989 2008 Contents 7 Basic Properties of Holomorphic Functions 72 7.1 Taylor s Theorem

More information

MATH FINAL SOLUTION

MATH FINAL SOLUTION MATH 185-4 FINAL SOLUTION 1. (8 points) Determine whether the following statements are true of false, no justification is required. (1) (1 point) Let D be a domain and let u,v : D R be two harmonic functions,

More information

Notes on uniform convergence

Notes on uniform convergence Notes on uniform convergence Erik Wahlén erik.wahlen@math.lu.se January 17, 2012 1 Numerical sequences We begin by recalling some properties of numerical sequences. By a numerical sequence we simply mean

More information

Complex Variables. Instructions Solve any eight of the following ten problems. Explain your reasoning in complete sentences to maximize credit.

Complex Variables. Instructions Solve any eight of the following ten problems. Explain your reasoning in complete sentences to maximize credit. Instructions Solve any eight of the following ten problems. Explain your reasoning in complete sentences to maximize credit. 1. The TI-89 calculator says, reasonably enough, that x 1) 1/3 1 ) 3 = 8. lim

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information

POWER SERIES AND ANALYTIC CONTINUATION

POWER SERIES AND ANALYTIC CONTINUATION POWER SERIES AND ANALYTIC CONTINUATION 1. Analytic functions Definition 1.1. A function f : Ω C C is complex-analytic if for each z 0 Ω there exists a power series f z0 (z) := a n (z z 0 ) n which converges

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

2 2 + x =

2 2 + x = Lecture 30: Power series A Power Series is a series of the form c n = c 0 + c 1 x + c x + c 3 x 3 +... where x is a variable, the c n s are constants called the coefficients of the series. n = 1 + x +

More information

Complex Analysis Problems

Complex Analysis Problems Complex Analysis Problems transcribed from the originals by William J. DeMeo October 2, 2008 Contents 99 November 2 2 2 200 November 26 4 3 2006 November 3 6 4 2007 April 6 7 5 2007 November 6 8 99 NOVEMBER

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. Determine whether the following statements are true or false. Justify your answer (i.e., prove the claim, derive a contradiction or give a counter-example). (a) (10

More information

Math 220A Homework 4 Solutions

Math 220A Homework 4 Solutions Math 220A Homework 4 Solutions Jim Agler 26. (# pg. 73 Conway). Prove the assertion made in Proposition 2. (pg. 68) that g is continuous. Solution. We wish to show that if g : [a, b] [c, d] C is a continuous

More information

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x . Define f n, g n : [, ] R by f n (x) = Advanced Calculus Math 27B, Winter 25 Solutions: Final nx2 + n 2 x, g n(x) = n2 x 2 + n 2 x. 2 Show that the sequences (f n ), (g n ) converge pointwise on [, ],

More information

Complex Analysis Prelim Written Exam Spring 2015

Complex Analysis Prelim Written Exam Spring 2015 Prelim Written Exam Spring 2015 Questions are equally weighted. Give essential explanations and justifications: a large part of each question is demonstration that you understand the context and understand

More information

Math Final Exam.

Math Final Exam. Math 106 - Final Exam. This is a closed book exam. No calculators are allowed. The exam consists of 8 questions worth 100 points. Good luck! Name: Acknowledgment and acceptance of honor code: Signature:

More information

RIEMANN MAPPING THEOREM

RIEMANN MAPPING THEOREM RIEMANN MAPPING THEOREM VED V. DATAR Recall that two domains are called conformally equivalent if there exists a holomorphic bijection from one to the other. This automatically implies that there is an

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

Taylor and Laurent Series

Taylor and Laurent Series Chapter 4 Taylor and Laurent Series 4.. Taylor Series 4... Taylor Series for Holomorphic Functions. In Real Analysis, the Taylor series of a given function f : R R is given by: f (x + f (x (x x + f (x

More information

November 27 Lecturer Dmitri Zaitsev Michaelmas Term Course S h e e t 2. Due: after the lecture. + O(4)) (z 3! + O(5)) = c z3 + O(4),

November 27 Lecturer Dmitri Zaitsev Michaelmas Term Course S h e e t 2. Due: after the lecture. + O(4)) (z 3! + O(5)) = c z3 + O(4), November 7 Lecturer Dmitri Zaitsev Michaelmas Term 017 Course 343 017 S h e e t Due: after the lecture Exercise 1 Determine the zero order of f at 0: (i) f(z) = z cosz sinz; Solution Use power series expansion

More information

MATH SPRING UC BERKELEY

MATH SPRING UC BERKELEY MATH 85 - SPRING 205 - UC BERKELEY JASON MURPHY Abstract. These are notes for Math 85 taught in the Spring of 205 at UC Berkeley. c 205 Jason Murphy - All Rights Reserved Contents. Course outline 2 2.

More information

INTRODUCTION TO REAL ANALYTIC GEOMETRY

INTRODUCTION TO REAL ANALYTIC GEOMETRY INTRODUCTION TO REAL ANALYTIC GEOMETRY KRZYSZTOF KURDYKA 1. Analytic functions in several variables 1.1. Summable families. Let (E, ) be a normed space over the field R or C, dim E

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

This exam contains 5 pages (including this cover page) and 4 questions. The total number of points is 100. Grade Table

This exam contains 5 pages (including this cover page) and 4 questions. The total number of points is 100. Grade Table MAT25-2 Summer Session 2 207 Practice Final August 24th, 207 Time Limit: Hour 40 Minutes Name: Instructor: Nathaniel Gallup This exam contains 5 pages (including this cover page) and 4 questions. The total

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

Complex Variables. Cathal Ormond

Complex Variables. Cathal Ormond Complex Variables Cathal Ormond Contents 1 Introduction 3 1.1 Definition: Polar Form.............................. 3 1.2 Definition: Length................................ 3 1.3 Definitions.....................................

More information

Complex Analysis, Stein and Shakarchi Meromorphic Functions and the Logarithm

Complex Analysis, Stein and Shakarchi Meromorphic Functions and the Logarithm Complex Analysis, Stein and Shakarchi Chapter 3 Meromorphic Functions and the Logarithm Yung-Hsiang Huang 217.11.5 Exercises 1. From the identity sin πz = eiπz e iπz 2i, it s easy to show its zeros are

More information

WEIERSTRASS THEOREMS AND RINGS OF HOLOMORPHIC FUNCTIONS

WEIERSTRASS THEOREMS AND RINGS OF HOLOMORPHIC FUNCTIONS WEIERSTRASS THEOREMS AND RINGS OF HOLOMORPHIC FUNCTIONS YIFEI ZHAO Contents. The Weierstrass factorization theorem 2. The Weierstrass preparation theorem 6 3. The Weierstrass division theorem 8 References

More information

MA30056: Complex Analysis. Exercise Sheet 7: Applications and Sequences of Complex Functions

MA30056: Complex Analysis. Exercise Sheet 7: Applications and Sequences of Complex Functions MA30056: Complex Analysis Exercise Sheet 7: Applications and Sequences of Complex Functions Please hand solutions in at the lecture on Monday 6th March..) Prove Gauss Fundamental Theorem of Algebra. Hint:

More information