How Do You Decompose a Complex Function into Real and Imaginary Parts?

Click For Summary
SUMMARY

This discussion focuses on decomposing complex functions into their real and imaginary parts, specifically addressing the function h(z) = u(x,y) + iv(x,y). The participants explore how to derive these components for functions like e^z and z^2, emphasizing the importance of parameterization and the Cauchy-Riemann equations in determining holomorphic properties. Key insights include the relationship between complex functions and their analytic expressions, as well as the application of Taylor series to derive Euler's formula. The conversation concludes with a clarification that parameterization does not affect integrals of holomorphic functions due to Cauchy's integral theorem.

PREREQUISITES
  • Understanding of complex analysis concepts, particularly holomorphic functions.
  • Familiarity with the Cauchy-Riemann equations and their significance in complex differentiation.
  • Knowledge of parameterization techniques for complex integrals.
  • Ability to work with Taylor series expansions and their applications in deriving complex functions.
NEXT STEPS
  • Study the derivation of Euler's formula using Taylor series for complex functions.
  • Learn how to apply the Cauchy-Riemann equations to determine the holomorphic nature of various functions.
  • Explore complex integration techniques, focusing on the implications of parameterization on integrals.
  • Investigate the properties of polynomial functions in the context of complex analysis.
USEFUL FOR

Students and professionals in mathematics, particularly those specializing in complex analysis, as well as educators teaching these concepts. This discussion is beneficial for anyone seeking to deepen their understanding of the decomposition of complex functions and their applications in analysis.

fleazo
Messages
80
Reaction score
0
One last simple question about complex analysis...

Hi, sorry again for having made so many threads. I have one remaining question about complex analysis that I keep get confused on.


Say that I have some complex function h(z). Sometimes I am really confused how to break that down into h(z) = u(x,y) + iv(x,y)


So for example say I want to take the integral ∫z2dz from 0 --> 1+i.


How do I know the u(x,y) and v(x,y) real functions that h(z) it is made up of? I mean... what if I want to see if the function is holomorphic? Or exact? Or harmonic? Or anything like that. I need the u and v components. For some functions, I just know it by a formula (like ez = excos(y)+iexsin(y) but I am really at a loss when I am just handed any arbitrary function. how do I find it? In fact, I'm not even sure how the formula for the complex exponential function was found. Was it just by converting to polar coordinates? I'm very confused on this point
 
Physics news on Phys.org


Simply replace z by x+iy in h(z).
 


I guess what I mean is I need to find the actual functions of real variables that make up h(z).


For example ez like I mentioned. I can show that ez=u(x,y) + iv(x,y) where u(x,y)=excos(y) and v(x,y) = exsin(y). So then I can show ez is analytic, etc.


I'm just confused sometimes how to find thsi representation. I know about parameterizing but sometimes I don't entirely understand how it works. Like say I want to take ∫z2dz across the straight line from 0 to 1+i. Well I know I could paraterize that "curve" to be z(t)=t+it and then I can solve the integral. But sometimes I have a hard time understanding why the parameterization doesn't effect the integral. I mean... if I just had z2 by itself and the question was "is z2 holomorphic?" Then could I use that same parameterization and solve the Cauchy Reimann equations and get the answer? Is that valid?
 


fleazo said:
I guess what I mean is I need to find the actual functions of real variables that make up h(z).


For example ez like I mentioned. I can show that ez=u(x,y) + iv(x,y) where u(x,y)=excos(y) and v(x,y) = exsin(y). So then I can show ez is analytic, etc.


I'm just confused sometimes how to find thsi representation. I know about parameterizing but sometimes I don't entirely understand how it works. Like say I want to take ∫z2dz across the straight line from 0 to 1+i. Well I know I could paraterize that "curve" to be z(t)=t+it and then I can solve the integral. But sometimes I have a hard time understanding why the parameterization doesn't effect the integral. I mean... if I just had z2 by itself and the question was "is z2 holomorphic?" Then could I use that same parameterization and solve the Cauchy Reimann equations and get the answer? Is that valid?

Don't know whether it is allways possible for a holomorphic function to get an analytic expression for u and v? In case of z2 it is evident.

If you use a specific parametrisation to solve the Cauchy Reimann equations, then you do not prove that a function is holomorphic on the entire domain.

All polynomial functions in z with complex coefficients are holomorphic on C, and so are sine, cosine and the exponential function. (The trigonometric functions are in fact closely related to and can be defined via the exponential function using Euler's formula). The principal branch of the complex logarithm function is holomorphic on the set C \ {z ∈ R : z ≤ 0}. The square root function can be defined as e1/2.log(z) and is therefore holomorphic wherever the logarithm log(z) is. The function 1/z is holomorphic on {z : z ≠ 0}.
As a consequence of the Cauchy–Riemann equations, a real-valued holomorphic function must be constant. Therefore, the absolute value of z, the argument of z, the real part of z and the imaginary part of z are not holomorphic. Another typical example of a continuous function which is not holomorphic is complex conjugation.
 


Well, if you really want to find the real and imaginary parts of z2, just write z=x+iy, and multiply out: (x+iy)2 = x2 + 2xiy + y2 = (x2 + y2) + i(2xy), so u(x, y) = x2 + y2 and v(x, y) = 2xy

That said, you're getting way too caught up in the Cauchy-Riemann equations. For most functions, you want to work with z directly, rather than splitting it up into the real and imaginary parts. So the proof that z^2 is holomorphic becomes very simple:

\begin{align*} \frac{\mathrm{d}}{\mathrm{d}z}z^2 & = \lim_{w \rightarrow 0} \frac{(z+w)^2 - z^2}{w} \\ & = \lim_{w \rightarrow 0} \frac{z^2 + 2zw + w^2 - z^2}{w} \\ & = \lim_{w \rightarrow 0} \frac{2zw + w^2}{w} \\ & = \lim_{w \rightarrow 0} 2z + w \\ & = 2z \end{align*}

Which, you will note, is exactly the same proof that x^2 is differentiable in the real case. All of the rational functions can be shown to be holomorphic in exactly the same way.

I'm not even sure how the formula for the complex exponential function was found. Was it just by converting to polar coordinates? I'm very confused on this point

Well of course you know ex+iy = ex eiy, so the only difficulty is in showing that eiy = cos y + i sin y. And the way you do that is you just put z=iy into the Taylor series for ez and separate out the real and imaginary parts, and note that the real part is the Taylor series for cos y and the imaginary part is the Taylor series for sin y. A derivation can be found on the Wikipedia here: http://en.wikipedia.org/wiki/Euler's_formula#Using_power_series

But sometimes I have a hard time understanding why the parameterization doesn't effect the integral.

First of all, it's affect. Now, the simplest reason the parameterization doesn't affect the integral is because z2 admits a complex antiderivative (namely z3/3), and the fundamental theorem of calculus holds. More generally, it can be shown that the parameterization of an integral doesn't affect the integral for any homomorphic function on a simply connected domain. This is basically a consequence of Cauchy's integral theorem -- if the parameterization did matter, then integrating along one path and then backwards across the other would yield a nonzero integral along a closed curve.
 


hi, i just wanted to thank you all for the responses and taking the time to write them. it has helped me very much
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
855
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K