How Do You Solve This Multivariable Limit Problem?

  • Thread starter Thread starter Hessam
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The limit problem presented involves evaluating the expression (xy + yz + zx) / (x^2 + y^2 + z^2) as (x,y,z) approaches (0,0,0). Initial attempts to find the limit along specific axes resulted in zero, but further analysis revealed that the limit does not exist due to different outcomes when approaching along different paths. Specifically, using paths like x=y=z and x=y=-z yields limits of 1 and -1/3, respectively. The squeeze theorem can be applied to show that the limit of the entire function approaches 0, leading to the conclusion that the limit is indeed 0. Understanding these concepts is crucial for mastering multivariable calculus.
Hessam
Messages
36
Reaction score
0
ok... so I'm taking calc3, and didnt go to class for a month, lol

now i can't solve this (what seems like) a simple limit... please help


lim
(x,y,z) -> (0,0,0)

of this

xy + yz + zx
-----------------
(x^2)+(y^2)+(z^2)




i tried doing the limit as (x,y,z) approaches (x,0,0) (0,y,0) and (0,0,z) and got zero, but that's not the answer

however when i put it into my calc and grind it out i get 1... but how can i do it on paper?

thankyou very much in advance
 
Last edited:
Physics news on Phys.org
The limit does not exist

To show that, take two curves, e.g:

x=y=z and x=y=-z

You'll find \frac {3x^2} {3x^2} and \frac {-x^2} {3x^2}

Whose limits are 1 and -\frac {1} {3}, which are different. CVD
 


First of all, don't worry about not attending class for a month. It happens to all of us sometimes and it's never too late to catch up. Now, let's tackle this limit problem.

To solve this limit, we can use the squeeze theorem. This theorem states that if we have two functions, f(x) and g(x), such that f(x) ≤ h(x) ≤ g(x) for all x near a, and if lim f(x) = lim g(x) = L, then lim h(x) = L.

In this case, we can rewrite the given function as:

(x^2 + y^2 + z^2)/3 * (xy + yz + zx)/ (x^2 + y^2 + z^2)

Now, we can see that the first part of the function, (x^2 + y^2 + z^2)/3, approaches 0 as (x,y,z) approaches (0,0,0). Therefore, we can use the squeeze theorem and say that the limit of the entire function is equal to the limit of the second part, (xy + yz + zx)/ (x^2 + y^2 + z^2).

To find the limit of this second part, we can use the method of plugging in values. Let's try approaching the limit from the x-axis, i.e. when y and z are both 0. In this case, the function becomes:

lim (x,0,0) -> (0,0,0) of (x*0 + 0*0 + 0*x)/ (x^2 + 0^2 + 0^2)

= lim (x,0,0) -> (0,0,0) of 0/ x^2

= lim (x,0,0) -> (0,0,0) of 0

= 0

Similarly, if we approach the limit from the y-axis or the z-axis, we get the same result of 0. Therefore, we can conclude that the limit of the second part is also 0.

Using the squeeze theorem, we can say that the limit of the entire function is also 0. Therefore, the final answer is 0.

I hope this helps and don't hesitate to ask for clarification if needed. Keep practicing and you'll become more comfortable with limits. Good luck!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top