Continuity of Quotient of Complex Values

In summary, the conversation discusses a question about the quotient of complex values and how the imaginary part of the function behaves when evaluated at a very small value of a. The experts explain that the problem lies in the use of the square root function and its convention of selecting only one root. They also suggest using a different convention for the square root function to make it continuous in this case.
  • #1
thatboi
121
18
Hey all,
I have a very simple question regarding the quotient of complex values. Consider the function:
$$f(a) = \sqrt{\frac{a-1i}{a+1i}}$$
where ##i## is the imaginary unit. When I evaluate f(0) in Mathematica, I get ##f(0) = 1i##, as expected. But if I evaluate at a very small value of ##a## such as ##a = 10^{-20}##, I get ##f(10^{-20}) = 10^{-20} - 1i##. I naively thought that ##f## would be continuous in ##a## but it is clear that somehow the imaginary part of ##f## flips sign the moment I introduce some small value for ##a##. How do I explain this behavior? I feel like there is something obvious here I am missing.
Thanks!
 
Mathematics news on Phys.org
  • #2
The problem is not in the quotient, it is in the square root function. The square root of any real number, ##r \in \mathbb{R}, r \gt 0## can be positive or negative. It is a matter of convention that the positive number is considered the "principle branch" and is the answer given. That means that the "principle branch" excludes the negative answers, which are in another (non-principle) branch. The negative real axis in the z domain is called a "branch cut". When your input crosses the branch cut there will be a discontinuity because the continuous answer would cross into a different branch answer. That is what happened in your example. (see this )
 
Last edited:
  • Like
Likes PeroK, thatboi and andrewkirk
  • #3
The problem arises from the use of the square root sign as if it denoted a function - ie a map that can only give one value per input. Recall that every complex number has square roots, Each is -1 times the other. So to make the square root sign able to work as a function we need to adopt a convention as to which of the two roots we select, For square roots of positive real numbers we use the convention That we always select the positive root. For square roots of negative numbers that can't apply so we need a different convention. that typically means it selects the root that lies within a designated set of two consecutive quadrants of the complex plane. That makes such a sqrt function discontinuous at the places in the domain that map to the boundary of that region of the range.

It looks like Mathematica is using the 1st and 4th quadrants, ie requiring the argument to lie in the range ##(-\pi/2, \pi/2]##. That makes its square root function discontinuous at the negative x axis, as that maps to the negative y axis that is the omitted boundary of the selected half plane.

For your case with small ##a##, the item inside the sqrt sign approaches -1 as a goes to zero, so the discontinuous sqrt function gives a discontinuity there.

It's easily fixed by selecting the other square root: ##10^{-20}+i##, which is very close to ##i##.

EDIT: Just when I posted it, I saw that @FactChecker posted essentially the same thing just before me (only more concisely)!

EDIT2: If you instead adopt a square root function that always selects the square root lying in quadrant 1 or 2 (more specifically: the root's argument lying in ##(0,\pi]##) , your function will be continuous, because that sqrt function's discontinuity lies on the positive x axis, which is not in the image of the expression inside the square root sign.
 
Last edited:
  • Like
Likes thatboi and FactChecker
  • #4
Isn't there an issue too, of how calculators rounding of, accuracy breaking down at such small numbers?
 
  • Like
Likes FactChecker
  • #5
WWGD said:
Isn't there an issue too, of how calculators rounding of, accuracy breaking down at such small numbers?
Good point. Those types of small problems near the discontinuity of a branch cut would cause large discontinuities.
 
  • Like
Likes WWGD
  • #6
thatboi said:
Hey all,
I have a very simple question regarding the quotient of complex values. Consider the function:
$$f(a) = \sqrt{\frac{a-1i}{a+1i}}$$
For real [itex]a[/itex], in the principal branch this is [tex]
f(a) = \sqrt{\frac{(a-i)^2}{1 + a^2}} = \begin{cases}
\frac{-a + i}{\sqrt{1 + a^2}} & a \leq 0 \\
\frac{a - i}{\sqrt{1 + a^2}} & a > 0. \end{cases}[/tex] You can see that [tex]
\lim_{a \to 0^{-}} f(a) = f(0) = i \neq -i = \lim_{a \to 0^{+}} f(a).[/tex]
WWGD said:
Isn't there an issue too, of how calculators rounding of, accuracy breaking down at such small numbers?
In general, yes. But here from the exact result above you can see that the only inaccuracy in the numerical result of [itex]10^{-20} - i[/itex] comes from taking [itex]\sqrt{1 + 10^{-40}} \approx \sqrt{1 + 2^{-132.88}}[/itex] to be exactly 1. In particular, the sign of the imaginary part is correct.
 
  • Like
Likes FactChecker

What is the Continuity of Quotient of Complex Values?

The Continuity of Quotient of Complex Values refers to the property of a complex-valued function where the limit of the quotient of two complex-valued functions exists and is equal to the quotient of their limits.

How is the Continuity of Quotient of Complex Values defined mathematically?

Mathematically, the Continuity of Quotient of Complex Values can be defined as follows: Let f(z) and g(z) be complex-valued functions defined on a domain D. If lim z->z0 f(z) = L and lim z->z0 g(z) = M, where z0 is a point in D, and g(z) is not equal to 0 in a neighborhood of z0, then lim z->z0 f(z)/g(z) = L/M.

Why is the Continuity of Quotient of Complex Values important in complex analysis?

The Continuity of Quotient of Complex Values is important in complex analysis because it allows us to analyze the behavior of complex-valued functions in a more systematic way. It helps us understand how the limits of complex functions behave when they are divided by another complex function, which is crucial in various mathematical and physical applications.

What are some common examples of functions that satisfy the Continuity of Quotient of Complex Values?

Common examples of functions that satisfy the Continuity of Quotient of Complex Values include rational functions, trigonometric functions, and exponential functions. These functions have well-defined limits and behave nicely when divided by other functions in the complex plane.

How can one prove the Continuity of Quotient of Complex Values for a given pair of functions?

One can prove the Continuity of Quotient of Complex Values for a given pair of functions using the definition of limits and basic properties of complex numbers. By carefully analyzing the behavior of the functions near the point of interest and applying limit laws, one can show that the limit of the quotient of the functions exists and is equal to the quotient of their limits.

Similar threads

Replies
7
Views
1K
  • General Math
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
27
Views
741
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
1K
  • General Math
Replies
11
Views
2K
Replies
1
Views
742
Replies
4
Views
1K
Replies
2
Views
2K
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
1K
Back
Top