Is Re(f) and Im(f) always differentiable for complex functions?

AI Thread Summary
For a complex function f that is differentiable on a domain A, the derivatives of its real and imaginary parts, Re(f) and Im(f), are also differentiable. This follows from the properties of complex differentiation and the relationship established by the Cauchy-Riemann equations, which ensure that if f is differentiable, then both Re(f) and Im(f) must be as well. The discussion highlights the importance of understanding that differentiability in the complex sense requires limits to be independent of the direction of approach, which is not the case for real functions. The participants express a desire to find proofs that do not rely on the Cauchy-Riemann equations, but ultimately acknowledge that these equations are fundamental to the differentiability of complex functions. The conclusion emphasizes that the differentiability of Re(f) and Im(f) is inherently tied to the differentiability of the complex function f itself.
nonequilibrium
Messages
1,412
Reaction score
2
Hello.

I was wondering if you have a complex function f: A \subset C \to C everywhere differentiable on A, can you say anything about the existence of \frac{d Re(f)}{d z} or \frac{d Im(f)}{d z}?

I was thinking that it's easy to proof that if f : A \subset R \to C, then Re(f) and Im(f) are differentiable, because

\frac{Re(f(x)) - Re(f(a))}{x-a} = Re \left( \frac{f(x) - f(a)}{x-a} \right)

So \frac{d Re(f)}{d x} = Re \left( \frac{df}{dx} \right)

Is that correct?

But generally, when A \subset C, I'm not sure how to find a counter-example or proof that it is always differentiable...

We do have:

\frac{f(x) - f(a)}{x-a} = \frac{Re(f(x)) - Re(f(a))}{x-a} + \frac{Im(f(x)) - Im(f(a))}{x-a}i, but all I can get out of that is that if either Re(f) or Im(f) is differentiable, then the other is also.

Any ideas?

EDIT: weird, I thought I had posted this in Analysis (which would seem more logical...), I hope this isn't a problem
 
Last edited:
Mathematics news on Phys.org
Well we haven't seen those yet, I'm a first year undergraduate. I'm sure they are general equations that will surely give me the result I'm looking for, but is there anyone who can respond to my questions directly? It's in an effort to get a bit more feeling with complex differentiation. Thanks for your post.
 
It is true, in the complex numbers as in the real numbers, that d(f+ g)/dz= df/dz+ dg/dz.

In particular, if f(z)= Re(z)+ i Im(z), then \frac{df}{dz}= \frac{dRe(z)}{dz}+ \frac{dIm(z)}{dz}. Those two derivatives must exist.
 
Our professor of Analysis stressed the fact slogans like "d(f+ g)/dz= df/dz+ dg/dz" must be used with caution, because they can only be used when you already know f and g are differentiable, so you can't use that to proof they are, right?

For example, if f: R -> R: x -> |x| - |x|, then f is the zero function and obviously differentiable, but clearly the terms seperately aren't
 
It follows directly from the Cauchy-Riemann equations.
 
  • Like
Likes milkism
mr. vodka said:
Hello.

I was wondering if you have a complex function f: A \subset C \to C everywhere differentiable on A, can you say anything about the existence of \frac{d Re(f)}{d z} or \frac{d Im(f)}{d z}?

I'd say those derivatives exist since for differentiable function f(z)=u(x,y)+iv(x,y):

\frac{du}{dz}=\frac{du}{dx}{\frac{dx}{dz}+\frac{du}{dy}\frac{dy}{dz}

\frac{dv}{dz}=\frac{dv}{dx}{\frac{dx}{dz}+\frac{dv}{dy}\frac{dy}{dz}

and those derivatives exists since f(z) is differentiable by assumption.
 
Hm... I'm sorry if I'm being high-maintenance here and I thank you all for trying to help, but I was wondering if there's a way to see they're differentiable without the theory of the Cauchy-Riemann equations or the use of partial derivatives (but for example with the definition of derivative or close to that)
 
mr. vodka said:
Hm... I'm sorry if I'm being high-maintenance here and I thank you all for trying to help, but I was wondering if there's a way to see they're differentiable without the theory of the Cauchy-Riemann equations or the use of partial derivatives (but for example with the definition of derivative or close to that)

I'm not a mathematics major, but I don't think there is. I mean, if you've been exposed to multivariable calculus, then you should have learned that a limit can only be a limit if it's the limit coming from all directions. It's the same thing in complex differentiation. The limit has to be defined from all directions on the real and imaginary axes, otherwise differentiating doesn't make sense. The formal way of expressing this condition (to check) is the cauchy-riemann equations.
 
  • #10
But is there a reason why the principle of a limit being taken from infinite directions should demand the use of partial derivates? In my course of Analysis I we never saw one partial derivative (material of Analysis II), but we did see a little bit of complex differentiation, just straight with the definition of derivative.

For example, in my OP I proved (I think, if it is correct) that in the case of f: R -> C, the Re(f) and Im(f) are differentiable if f is, I'm looking for a similar proof for f: C -> C.
 
  • #11
This is the definition of a partial derivative - the derivative of a function when you're approaching a point from different directions. So when you are talking about function of two variables (like in the case of complex functions) you must talk about partial derivatives. (However, if a complex function is analytic, then the derivative wrt z is not called a partial derivative)

As to your question, taking a derivative wrt a complex variable z, is much different than taking a derivative wrt a real variable x, and even different than taking partial derivatives. The constraint is that if you want to define this derivative, then it must be independent of the direction you approach (not only that it has to be defined from any direction, it has to be independent). Some would describe it as "the function is respecting the complex structure of z". This constraint leads directly to the Cauchy-Riemann equation.

For example, your expression

\frac{dRe(f)}{dz}

Is undefined unless Re(f) is constant.

The approach here is entirely different.
 
  • #12
Hm... But in Analysis I we never had to worry about partial derivatives. We simply had a function f: C -> C and then its derivative would be complex and thus hold all the information. Is this only possible with analytic functions? That seems odd (but possible...) But I don't see why \frac{d Re(f)}{dz} should be ill-defined? It can approach it in infinite independent ways, no? (Look at my proof below to see what I actually mean with Re(f))

I think I have found a way to show that (elibj123, maybe you could tell me if this is only valid for analytic functions?) if f is differentiable, then so is Re(f) and Im(f):

So we can write out that:

\frac{f(z) - f(a)}{z-a} = \frac{Re(f(z)) - Re(f(a))}{z-a} + \frac{Im(f(z)) - Im(f(a))}{z-a}i

And now the trick is to notice that if a certain complex sequence z_n = a_n + b_n i converges to z_n \to z = a + bi, then (and only then) a_n \to a and b_n \to b. So if \frac{Re(f(z_n)) - Re(f(a))}{z_n-a} and \frac{Im(f(z_n)) - Im(f(a))}{z_n-a} did not converge for all sequences z_n \to a, then f couldn't be differentiable in a and we'd have a contradiction.

Does that seem correct?
 
Last edited:
Back
Top