Notes to a video lecture on http://www.unizor.com
Multivariable Limits
Sometimes we have to deal with functions of two or more arguments and have to analyze the behavior of such functions as their arguments approach certain values.
The usual way to analyze this situation is to fix all arguments except one and see what happens with the function if that single argument approach the value we are interested in.
The result of this process is the reduction of variables by one, and we can repeat the same thing for the next argument, then the next etc.
For example, consider a function
F(x,y,z) =
= arctan(x) + 2−y + z/(z+1)
and its behavior when all arguments increase without restriction.
1. Fix x and y, let z→+∞.
limz→+∞ z/(z+1) = 1
2. Our function now can be written as
F(x,y,+∞) = arctan(x)+2 −y+1
Fix x, let y→+∞.
limy→+∞ 2−y = 0
3. Our function now is
F(x,+∞,+∞) = arctan(x)+0+1
Let x→+∞.
limx→+∞ arctan(x) = π/2
The limit of our function when z→+∞, y→+∞, x→+∞ is
lim F(x,y,z) = π/2 + 1
This is great, but we have a result that seems to depend on the order of arguments we analyze.
Can the result be different if we choose a different order, say, fix z and y getting a limit by x, then fix z getting a limit by y and finish with a limit by z?
The answer is:
Under certain relatively broad conditions, the final result is not dependent on the order of taking limits by different arguments.
We consider only a case of a function of two arguments (in a general case of many arguments the proof is similar but a bit more tedious) and prove the theorem below.
Prior to that, let's talk about a particular type of taking a multivariable function to a limit - a uniform convergence.
Assume, we have to analyze the limit of function F(x,y) as x→a and y→b.
We say that function F(x,y) is converging uniformly by y to Y(y) as x→a if for any positive ε there is positive δ such that
|F(x,y)−Y(y)| < ε
as long as both |x−a| < δ and |y−b| < δ.
In other words, as x→a, not only F(x,y)→Y(y) for any specific value of y (so-called point convergence of F(x,y) to Y(y)), but F(x,y) gets equally close to Y(y) (distance less than small ε) for all values of y within certain neighborhood of its limit point y=b.
Theorem
Assume that all limits below exists and satisfy the conditions listed.
IF
limy→b F(x,y) = X(x)
uniformly by x
limx→a X(x) = A
limx→a F(x,y) = Y(y)
uniformly by y
limy→b Y(y) = B
THEN
A = B
Proof
Assume, A ≠ B.
Let |A−B|=d.
Let ε=d/4.
Then the following logic holds.
limx→a F(x,y) = Y(y) (uniformly by y) ⇒
⇒ ∃δa: |Y(y)−F(x,y)| < ε ∀x∈[a−δa,a+δa] and
∀y∈[b−δa,b+δa]
limy→b Y(y) = B ⇒
⇒ ∃δb: |B−Y(y)| < ε
∀y∈[b−δb,b+δb]
Let δ = min(δa,δb)
Then from both above statements follows that within a small neighborhood of limit points x=a and y=b
∀x∈[a−δ,a+δ] and
∀y∈[b−δ,b+δ]
the following is true
|B−Y(y)|<ε and
|Y(y)−F(x,y)|<ε
from which, in turn, follows
|B−F(x,y)|<2ε=d/2
That is, within a small distance of arguments x and y around their limit points a and b the value of F(x,y) deviates from B by less than d/2.
Now repeat the same from the position of another limit of function F(x,y).
limy→b F(x,y) = X(x) (uniformly by x) ⇒
⇒ ∃γb: |X(x)−F(x,y)| < ε ∀x∈[a−γb,a+γb] and
∀y∈[b−γb,b+γb]
limx→a X(x) = A ⇒
⇒ ∃γa: |A−X(x)| < ε
∀x∈[a−γa,a+γa]
Let γ = min(γa,γb)
Then from both above statements follows that within a small neighborhood of limit points x=a and y=b
∀x∈[a−γ,a+γ] and
∀y∈[b−γ,b+γ]
the following is true
|A−X(x)|<ε and
|X(x)−F(x,y)|<ε
from which, in turn, follows
|A−F(x,y)|<2ε=d/2
That is, within a small distance of arguments x and y around their limit points a and b the value of F(x,y) deviates from A by less than d/2.
Make our neighborhood even smaller by choosing β=min(γ,δ) and consider
∀x∈[a−β,a+β] and
∀y∈[b−β,b+β]
Now we see that within this neighborhood F(x,y) is closer to A by less than d/2 and closer to B by less than d/2, where d is the distance between A and B, which is impossible.
Therefore, A = B.
Thursday, December 25, 2025
Thursday, December 18, 2025
Double Sequence Limits: UNIZOR.COM - Math4Teens - Calculus - Limit of Se...
Notes to a video lecture on http://www.unizor.com
Double Limits
Sometimes we are interested in sequences that depend on two natural numbers like {am,n}.
For example,
am,n=arctan(m)+2−n.
Now, if m→∞ and n→∞, how to calculate the limit of am,n?
It might be
limm→∞ [limn→∞ (am,n)]
or
limn→∞ [limm→∞ (am,n)]
depending on which index, m or n, we will use to go to a limit first, and there is no guarantee that the answers will be the same.
Let's check both methods.
limn→∞ (am,n) =
= limn→∞ (arctan(m) + 2−n) =
= arctan(m)
limm→∞ (arctan(m)) = π/2
If we change the order of limits,
limm→∞ (am,n) =
= limm→∞ (arctan(m) + 2−n) =
= π/2 + 2−n
limn→∞ (π/2 + 2−n) = π/2
As you see, the results are the same.
In some way, the equality of these two limits might be considered similar to a standard accounting procedure of checking the calculations.
Imagine an M⨯N matrix with numbers.
If you summarize the numbers within each of M rows with row #i having a sum Ri and summarize all these row totals by i from 1 to M, you will get a total of all numbers in an original table.
If you summarize the numbers within each of N columns with column #j having a sum Sj and summarize all these column totals by j from 1 to N, you should get exactly the same total of all numbers.
If these two calculated totals are not equal, that is if
Σi∈[1,M] Ri ≠ Σj∈[1,N] Sj
then your calculations are wrong.
The equality of two limits in the example above is not coincidental. We shall prove it as the theorem below.
But, to make our proof rigorous, we have to make a short comment about uniform convergence.
We say that sequence {am,n} is converging uniformly by m to bm as n→∞ if for any positive ε there is number K such that
|bm−am,n| < ε
as long as both n and m are greater than K.
Analogously, we say that sequence {am,n} is converging uniformly by n to cn as m→∞ if for any positive ε there is number K such that
|cn−am,n| < ε
as long as both n and m are greater than K.
Theorem
IF
limn→∞ (am,n) = bm
(uniformly by m)
limm→∞ (bm) = B
limm→∞ (am,n) = cn
(uniformly by n)
limn→∞ (cn) = C
THEN
B = C
Proof
Assume, B≠C and |B−C|=d.
Since limm→∞(bm)=B, there exists some natural number M1 such that
|B−bm| < d/4 for all m>M1
Since
limn→∞(am,n)=uniformly=bm
there exists some natural number N1 greater than M1 such that
|am,n−bm| < d/4 for all m,n>N1
Then, for all pairs m,n greater than N1 both following inequalities are true:
|B − bm| < d/4 and
|bm − am,n| < d/4
Therefore,
|B−am,n| < d/2
That is, our double sequence am,n with both indices m and n greater than N1 is closer to number B than d/2.
Let's use the same approach, but start from index n.
Since limn→∞(cn)=C, there exists some natural number N2 such that
|C−cn| < d/4 for all n>N2
Since
limm→∞(am,n)=uniformly=cn
there exists some natural number M2 greater than N2 such that
|am,n−cn| < d/4 for all m,n>M2
Then, for all pairs m,n greater than M2 both following inequalities are true:
|C − cn| < d/4 and
|cn − am,n| < d/4
Therefore,
|C−am,n| < d/2
That is, our double sequence am,n with both indices m and n greater than M2 is closer to number C than d/2.
Choosing K=max(N1,M2) we see that all am,n with indices greater than K should be closer to B than d/2 and at the same time should be closer to C than d/2.
With the distance between B and C equal to d it's impossible.
We came to contradiction that signifies that our initial assumption that B≠C is wrong.
Therefore, B=C.
For sequences that satisfy the conditions of the theorem above we can define their limit regardless of how we calculate it, starting from the first index or the second, and can combine indices in the notation
limm,n→∞ am,n = B
Not every sequence satisfies the conditions of this theorem.
For example, am,n=m/n has no unconditional limit.
If m is fixed and we vary n→∞, each bm is zero.
Hence, limm→∞ bm = 0
But if we fix n and vary m→∞, the resulting sequence {1/n,2/n,3/n...} has no limit for any n.
Double Limits
Sometimes we are interested in sequences that depend on two natural numbers like {am,n}.
For example,
am,n=arctan(m)+2−n.
Now, if m→∞ and n→∞, how to calculate the limit of am,n?
It might be
limm→∞ [limn→∞ (am,n)]
or
limn→∞ [limm→∞ (am,n)]
depending on which index, m or n, we will use to go to a limit first, and there is no guarantee that the answers will be the same.
Let's check both methods.
limn→∞ (am,n) =
= limn→∞ (arctan(m) + 2−n) =
= arctan(m)
limm→∞ (arctan(m)) = π/2
If we change the order of limits,
limm→∞ (am,n) =
= limm→∞ (arctan(m) + 2−n) =
= π/2 + 2−n
limn→∞ (π/2 + 2−n) = π/2
As you see, the results are the same.
In some way, the equality of these two limits might be considered similar to a standard accounting procedure of checking the calculations.
Imagine an M⨯N matrix with numbers.
If you summarize the numbers within each of M rows with row #i having a sum Ri and summarize all these row totals by i from 1 to M, you will get a total of all numbers in an original table.
If you summarize the numbers within each of N columns with column #j having a sum Sj and summarize all these column totals by j from 1 to N, you should get exactly the same total of all numbers.
If these two calculated totals are not equal, that is if
Σi∈[1,M] Ri ≠ Σj∈[1,N] Sj
then your calculations are wrong.
The equality of two limits in the example above is not coincidental. We shall prove it as the theorem below.
But, to make our proof rigorous, we have to make a short comment about uniform convergence.
We say that sequence {am,n} is converging uniformly by m to bm as n→∞ if for any positive ε there is number K such that
|bm−am,n| < ε
as long as both n and m are greater than K.
Analogously, we say that sequence {am,n} is converging uniformly by n to cn as m→∞ if for any positive ε there is number K such that
|cn−am,n| < ε
as long as both n and m are greater than K.
Theorem
IF
limn→∞ (am,n) = bm
(uniformly by m)
limm→∞ (bm) = B
limm→∞ (am,n) = cn
(uniformly by n)
limn→∞ (cn) = C
THEN
B = C
Proof
Assume, B≠C and |B−C|=d.
Since limm→∞(bm)=B, there exists some natural number M1 such that
|B−bm| < d/4 for all m>M1
Since
limn→∞(am,n)=uniformly=bm
there exists some natural number N1 greater than M1 such that
|am,n−bm| < d/4 for all m,n>N1
Then, for all pairs m,n greater than N1 both following inequalities are true:
|B − bm| < d/4 and
|bm − am,n| < d/4
Therefore,
|B−am,n| < d/2
That is, our double sequence am,n with both indices m and n greater than N1 is closer to number B than d/2.
Let's use the same approach, but start from index n.
Since limn→∞(cn)=C, there exists some natural number N2 such that
|C−cn| < d/4 for all n>N2
Since
limm→∞(am,n)=uniformly=cn
there exists some natural number M2 greater than N2 such that
|am,n−cn| < d/4 for all m,n>M2
Then, for all pairs m,n greater than M2 both following inequalities are true:
|C − cn| < d/4 and
|cn − am,n| < d/4
Therefore,
|C−am,n| < d/2
That is, our double sequence am,n with both indices m and n greater than M2 is closer to number C than d/2.
Choosing K=max(N1,M2) we see that all am,n with indices greater than K should be closer to B than d/2 and at the same time should be closer to C than d/2.
With the distance between B and C equal to d it's impossible.
We came to contradiction that signifies that our initial assumption that B≠C is wrong.
Therefore, B=C.
For sequences that satisfy the conditions of the theorem above we can define their limit regardless of how we calculate it, starting from the first index or the second, and can combine indices in the notation
limm,n→∞ am,n = B
Not every sequence satisfies the conditions of this theorem.
For example, am,n=m/n has no unconditional limit.
If m is fixed and we vary n→∞, each bm is zero.
Hence, limm→∞ bm = 0
But if we fix n and vary m→∞, the resulting sequence {1/n,2/n,3/n...} has no limit for any n.
Subscribe to:
Comments (Atom)

