Domain and range of complex functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 15K views
Avatrin
Messages
242
Reaction score
6
If I am given a function:
f(z) = w(x,y) = u(x,y) + iv(x,y)

How do I find the domain and range of that function? Are there any good lectures online on this?

I know I have to use two planes; One for u and v, and one for x and y. Besides that, I am lost.
 
on Phys.org
The domain is easy - just the intersection of the domains of u and v. The function f is defined at (x, y) if and only if both u and v are.
The range is tougher. Knowing the ranges of u and iv separately gives you an 'upper bound' on the range (namely, the direct product of the two separate ranges) but there will likely be many combinations of values that can't arise.
If u and v are differentiable then there will be an interesting equation for the boundary of the range. Can't come up with it immediately, and couldn't find anything online... will try to derive it later.
 
  • Like
Likes   Reactions: John_Smith13
OK, I think I have the range boundary formula. It's where the Jacobian determinant is zero:
ux vy = uy vx
E.g. consider f = (1+x2) (cos(y) + i sin(y)). The formula collapses to x = 0, i.e. f = cos(y) + i sin(y), the unit circle.
 
The domain and the range of a complex function is a 2D region each. For example, a circle. For many important functions, the domain and the range is the entire complex plane, with a finite or countable number of singular points.