Calculating Limits of Functions in R^2 or Higher Dimensions

In summary, if you are trying to find the limit of a function defined in R^2(or R^n, n>=2) with respect to the distance between two points, you should first fix theta and take the limit as r->0. However, if you want to find the limit of a function defined in R2(or Rn, n>=2) with respect to the distance between two points, it is sufficient to show that the limit as r goes to 0 is independent of \theta.
  • #1
Andy_ToK
43
0
Hi,
I'm sort of new to the calculation of limits of functions defined in R^2( or R^n, n>=2)
exp. the limit of sqrt{hk/(h^2+k^2)} as (h,k) --> (0,0)
I think it should be 1/sqrt(2) if we let h=k. but I'm not sure if this is the right approach.
what about other limits in the form "0/0" as x={x1,x2...xn}-->0 (x is an element of R^n)?
just make x1=x2=...=xn?

Thanks.
 
Physics news on Phys.org
  • #2
What happens if you use polar coordinates?
 
  • #3
Limits require the idea of distance. Well defined limits are those for which the answer is the same regardless of the direction of approach. In [tex]\mathbb{R}^n[/tex] there's the usual distance function as the sqrt of the sum of squares (also known as the 2-norm). So following AiRAVATA's suggestion, let [tex]h=r \cos \theta, k = r \sin \theta[/tex] and take the limit r->0. If this doesn't depend on theta, then you've got a well defined limit.
 
  • #4
genneth said:
let [tex]h=r \cos \theta, k = r \sin \theta[/tex] and take the limit r->0. If this doesn't depend on theta, then you've got a well defined limit.

A little comment on this. It is not sufficent to first fix theta, then take limit r->0, and be happy if the result was independent of theta.
 
  • #5
jostpuur said:
A little comment on this. It is not sufficent to first fix theta, then take limit r->0, and be happy if the result was independent of theta.

Indeed -- I meant that theta must be left free, and the limit must be found to be independent of theta. Sorry if I was unclear.
 
  • #6
Thanks.
well, if let [tex]h=r \cos \theta, k = r \sin \theta[/tex], [tex]lim_{(h,k)->(0,0)} \sqrt{\frac{hk}{h^2+k^2}}}[/tex] can be simplified to [tex]lim_{r->0}\sqrt{\cos \theta\sin \theta}[/tex] which is dependent on theta however, how should I proceed then?
 
  • #7
Then you have a problem. The limit is not well defined.
 
  • #8
The problem is that limits in R2 must give the same thing when the limit point (here (0,0)) is approached along any path. Most Calculus texts give examples (often in the exercises) of functions that have the same limit as (0,0) is approached along any straight line, but a different limit approaching (0,0) along a parabola.

In this case, it is simplest to do it the opposite way:
[tex]\frac{hk}{h^2+ k^2}[/tex]
if h= k, becomes
[tex]\frac{h^2}{2h^2}= 1/2[/tex]
for all h and so has limit, as (0,0) is approached along the line h= k, of 1/2.
However, if we take h= 0, it becomes
[tex]\frac{k*0}{k^2}= 0[/tex]
for all k and so has limit, as (0,0) is approached along the line h=0, of 0.

Since those two limits are different, the limit itself does not exist.

If the limit does not exist, it is sufficient to show that limits along two different curves are different.

Of course, if the limit does exist, then showing that you get the same thing along any number of curves is not sufficient. Usually, then, the simplest way to find the limit is to do as was originally suggested: convert to polar coordinates so that the distance from the origin depends on the single variable r. If the limit as r goes to 0 is independent of [itex]\theta[/itex] then that value is the limit of the function.
 
Last edited by a moderator:
  • #9
Thank you. HallsofIvy
 

FAQ: Calculating Limits of Functions in R^2 or Higher Dimensions

1. What is the concept of a limit in higher dimensions?

The concept of a limit in higher dimensions is similar to that in one or two dimensions, but it involves evaluating a function at a point in a higher dimensional space. It is the value that a function approaches as the input values get closer and closer to a specific point in the higher dimensional space.

2. How do you calculate a limit of a function in R^2 or higher dimensions?

To calculate a limit of a function in R^2 or higher dimensions, you first need to determine the point in the higher dimensional space that you want to evaluate the function at. Then, you can approach the point from different directions, such as along a straight line or a curved path, and see if the function approaches a specific value or if it is undefined. The limit is then the value that the function approaches as the input values get closer and closer to the chosen point.

3. Can limits exist in higher dimensions?

Yes, limits can exist in higher dimensions. Just like in one or two dimensions, a limit in higher dimensions exists when the function approaches a specific value as the input values get closer and closer to a chosen point. However, it is important to note that a limit may not exist if the function approaches different values depending on the path taken towards the chosen point.

4. What are some common techniques for evaluating limits in higher dimensions?

Some common techniques for evaluating limits in higher dimensions include using algebraic manipulation, graphing the function, and using the squeeze theorem. Additionally, you can also use special trigonometric limits, such as the double angle limit, or apply L'Hopital's rule in some cases.

5. Why are limits in higher dimensions important?

Limits in higher dimensions are important because they help us understand the behavior of a function in a higher dimensional space. They also allow us to determine if a function is continuous at a given point, which is crucial in many mathematical and scientific applications. Additionally, limits in higher dimensions can help us identify asymptotic behavior and make predictions about the behavior of a function near a specific point.

Back
Top