Midterm 1 and Taylor Series in Complex Analysis
students, this lesson connects the big ideas you need for Midterm 1 with one of the most important tools in Complex Analysis: Taylor series ✨. The goal is not just to memorize formulas, but to understand how complex functions behave, how we test whether they are analytic, and how power series help us represent them.
By the end of this lesson, you should be able to:
- explain the main ideas and terminology behind Midterm 1,
- apply Complex Analysis reasoning to solve problems,
- connect Midterm 1 topics to Taylor series and power series,
- summarize why these ideas matter in the larger course,
- use examples and evidence to support your answers.
A lot of the material in a first midterm for Complex Analysis focuses on the “language” of the subject: complex numbers, limits, continuity, differentiability, analytic functions, and the start of power series. These ideas work together like parts of a machine ⚙️. If one part is missing, the whole machine does not run smoothly.
What Midterm 1 Usually Covers
Midterm 1 in Complex Analysis often checks whether students can work comfortably with complex numbers and complex functions. A complex number has the form $z = x + iy$, where $x$ and $y$ are real numbers and $i$ satisfies $i^2 = -1$. The real part of $z$ is $x$, and the imaginary part is $y$.
One important early skill is understanding complex arithmetic. For example, if $z_1 = 2 + 3i$ and $z_2 = 1 - i$, then
$$z_1 + z_2 = 3 + 2i$$
and
$$z_1z_2 = (2 + 3i)(1 - i) = 5 + i.$$
These calculations may look basic, but they show up everywhere later, including in series and analytic functions. Another major topic is the complex plane, also called the Argand plane. Each complex number can be viewed as a point or a vector in the plane. This geometric idea helps with understanding magnitude and argument.
The modulus of $z = x + iy$ is
$$|z| = \sqrt{x^2 + y^2}.$$
This is the distance from the origin. For example, if $z = 3 + 4i$, then $|z| = 5$. That fact is useful in estimating series and studying limits.
students, one recurring theme in the midterm is that complex analysis blends algebra, geometry, and calculus. A problem may ask you to compute a value, prove a function is analytic, or interpret a result geometrically. 📘
Limits, Continuity, and Differentiability in the Complex Setting
Complex limits and continuity are defined in ways that resemble real calculus, but there is a major difference: in the complex plane, a variable can approach a point from infinitely many directions. This makes complex differentiability much stronger than real differentiability.
A function $f(z)$ has limit $L$ as $z \to z_0$ if $f(z)$ gets close to $L$ whenever $z$ gets close to $z_0$ from any direction. We write
$$\lim_{z \to z_0} f(z) = L.$$
Continuity at $z_0$ means
$$\lim_{z \to z_0} f(z) = f(z_0).$$
Differentiability is defined by the limit
$$f'(z_0) = \lim_{z \to z_0} \frac{f(z) - f(z_0)}{z - z_0}.$$
If this limit exists, it must be the same no matter how $z$ approaches $z_0$. That is a very strong requirement. For example, the function $f(z) = \overline{z}$ is not complex differentiable anywhere. Why? If $z = x + iy$, then $\overline{z} = x - iy$. The limit above depends on the direction of approach, so the derivative does not exist.
This is one reason Complex Analysis is powerful: when a function is differentiable in the complex sense, it behaves very smoothly. In fact, such functions are called analytic if they are complex differentiable in a neighborhood of a point. Analytic functions are the stars of the course 🌟.
The Cauchy-Riemann Equations and Why They Matter
Suppose a complex function is written as
$$f(z) = u(x,y) + iv(x,y),$$
where $z = x + iy$, and $u$ and $v$ are real-valued functions. If $f$ is complex differentiable, then under suitable conditions its real and imaginary parts satisfy the Cauchy-Riemann equations:
$$u_x = v_y$$
and
$$u_y = -v_x.$$
These equations are essential in many midterm problems because they give a practical way to test differentiability.
For example, consider $f(z) = z^2$. If $z = x + iy$, then
$$f(z) = (x^2 - y^2) + i(2xy).$$
So $u(x,y) = x^2 - y^2$ and $v(x,y) = 2xy$. Then
$$u_x = 2x, \quad u_y = -2y, \quad v_x = 2y, \quad v_y = 2x.$$
The Cauchy-Riemann equations hold because $u_x = v_y$ and $u_y = -v_x$. So $z^2$ is analytic everywhere.
By contrast, if students checks $f(z) = \overline{z}$, then $u(x,y) = x$ and $v(x,y) = -y$. We get
$$u_x = 1, \quad v_y = -1,$$
so the first Cauchy-Riemann equation fails. This confirms that $\overline{z}$ is not analytic.
These equations are not just a test to memorize. They show that in complex analysis, differentiation links the behavior of two real functions in a very specific way. That connection is one reason analytic functions have strong properties like having power series expansions.
Taylor Series and Power Series Representations
Taylor series are a central bridge from Midterm 1 into the rest of the topic. A power series centered at $a$ has the form
$$\sum_{n=0}^{\infty} c_n (z-a)^n.$$
A Taylor series is a special power series whose coefficients are determined by derivatives of the function:
$$f(z) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(z-a)^n.$$
Here, $f^{(n)}(a)$ means the $n$th derivative of $f$ at $a$. This formula is familiar from real calculus, but in Complex Analysis it has even stronger consequences when $f$ is analytic.
A classic example is the exponential function. Its Taylor series at $0$ is
$$e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!}.$$
This series converges for every complex number $z$. That means $e^z$ is an entire function, which means analytic everywhere in the complex plane.
Another important example is
$$\frac{1}{1-z} = \sum_{n=0}^{\infty} z^n,$$
which is valid when $|z| < 1$. This is called a geometric series. It is a basic model for many power series questions. If you know this expansion, you can often build others by substitution or algebra.
For instance, if you want a power series for
$$\frac{1}{1-2z},$$
you can substitute $2z$ for $z$ in the geometric series:
$$\frac{1}{1-2z} = \sum_{n=0}^{\infty} (2z)^n = \sum_{n=0}^{\infty} 2^n z^n,$$
valid when $|2z| < 1$, or equivalently when $|z| < \frac{1}{2}$. This is the kind of reasoning that often appears on Midterm 1.
Why Power Series Matter in Complex Analysis
Power series are not just a way to rewrite functions. They tell us where a function is analytic and how it behaves near a point. In fact, many important theorems in Complex Analysis show that if a function is analytic, then it can be represented by a Taylor series locally.
This is a big idea: analytic functions are extremely well-behaved, and power series capture that behavior. If students knows a function’s power series, then differentiation and integration become easier because you can often work term by term.
For example, if
$$f(z) = \sum_{n=0}^{\infty} c_n (z-a)^n,$$
then, inside its radius of convergence, the derivative is
$$f'(z) = \sum_{n=1}^{\infty} n c_n (z-a)^{n-1}.$$
This term-by-term differentiation is a major advantage of power series.
The radius of convergence also matters. A power series converges inside some disk centered at $a$. That disk may be all of $\mathbb{C}$, as in the case of $e^z$, or only part of the plane, as in the case of $\frac{1}{1-z}$. Determining that radius is a common task. One standard method is the ratio test. For a series $\sum a_n$, you examine
$$\lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right|$$
when the limit exists.
Analytic Continuation Intuition
Analytic continuation is the idea of extending a function beyond the region where you first wrote its power series, as long as the new function still matches the old one where both are defined. students does not need to think of this as magic. Instead, think of it like expanding a map beyond the neighborhood you already know 🗺️.
Suppose a function has a power series around $0$ that is valid only for $|z| < 1$. If there is another analytic function that agrees with it on that disk, then that function may give a larger description of the same analytic behavior. The key fact is that analytic functions are highly constrained: if two analytic functions agree on a set with a limit point in a connected region, then they agree everywhere on that region.
This is why power series are so powerful. They often determine the function completely near the center, and analytic continuation extends that information as far as possible. A familiar example is the function
$$\frac{1}{1-z},$$
which is represented by $\sum_{n=0}^{\infty} z^n$ only for $|z| < 1$, but the rational function itself is defined for every $z \neq 1$. The power series gives one local view, while the formula gives the broader analytic continuation.
Conclusion
Midterm 1 in Complex Analysis is usually the point where students learns how the subject’s ideas fit together. Complex numbers give the setting, limits and derivatives define smoothness, the Cauchy-Riemann equations help identify analytic functions, and Taylor series show how analytic functions can be represented by power series. These topics are not separate islands. They are connected pieces of one structure.
If you can compute with complex numbers, test analyticity, and build or recognize power series, you are already using the main tools of early Complex Analysis. Those tools will keep appearing later in contour integration, Cauchy’s theorem, and residue methods. So Midterm 1 is not just a checkpoint. It is the foundation for the rest of the course.
Study Notes
- A complex number has the form $z = x + iy$.
- The modulus is $|z| = \sqrt{x^2 + y^2}$.
- Complex differentiability is defined by $f'(z_0) = \lim_{z \to z_0} \frac{f(z) - f(z_0)}{z - z_0}$.
- Analytic means complex differentiable in a neighborhood of a point.
- If $f(z) = u(x,y) + iv(x,y)$, then the Cauchy-Riemann equations are $u_x = v_y$ and $u_y = -v_x$.
- A power series has the form $\sum_{n=0}^{\infty} c_n (z-a)^n$.
- A Taylor series has coefficients $\frac{f^{(n)}(a)}{n!}$.
- The geometric series is $\sum_{n=0}^{\infty} z^n = \frac{1}{1-z}$ for $|z| < 1$.
- $e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!}$ for all complex $z$.
- Analytic continuation means extending an analytic function while preserving agreement where both versions overlap.
- Midterm 1 topics connect directly to later ideas like contour integration, Cauchy’s theorem, and residues.
- Practice by checking definitions, computing examples, and explaining why each step works.
