How Can You Compute Multivariable Limits in Mathematica?

Click For Summary

Homework Help Overview

The discussion revolves around computing multivariable limits using computer algebra systems (CAS), specifically Mathematica. The original poster presents a limit problem involving the expression \(\lim_{(x,y)\rightarrow(0,0)}\frac{x^2}{y}\) and seeks guidance on how to compute it.

Discussion Character

  • Exploratory, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to use Mathematica to compute the limit but encounters difficulties. They consider substituting \(y\) with a function of \(x\) but are uncertain about the appropriate function. Other participants question the existence of the limit based on different paths of approach to \((0,0)\) and suggest that it may be undefined. The original poster then inquires about computing limits that do exist using a CAS.

Discussion Status

Participants are actively engaging with the problem, questioning the assumptions about the limit's existence and exploring the use of Mathematica for similar computations. There is a recognition of the complexity involved in multivariable limits, and some guidance is offered regarding the use of contour plots to infer limit behavior.

Contextual Notes

The original poster expresses a lack of experience in multivariable calculus, which may influence their choice of examples and understanding of the concepts involved.

springo
Messages
125
Reaction score
0

Homework Statement


I would like to be able to compute multivariable limits with a CAS. I have Mathematica, Derive and an HP 50g.
For example, how would I compute:
[tex]\lim_{(x,y)\rightarrow(0,0)}\frac{x^2}{y}[/tex]

Homework Equations



The Attempt at a Solution


On Mathematica I tried:
Code:
Limit[x^2/y, {x, y} -> {0, 0}]
(doesn't work)
Code:
Limit[x^2/y /. {y -> f[x]}, x -> 0]
(I think this could work, but I need to figure out what f[x] has to be)

Thanks for your help.
 
Physics news on Phys.org
The limit in your example does not exist (it is undefined), because it depends on how you approach (0,0). For example, f(t,t)->0 as t->0 from the right, but f(sqrt(t),t)->1 as t->0 from the right.
 
yyat said:
The limit in your example does not exist (it is undefined), because it depends on how you approach (0,0). For example, f(t,t)->0 as t->0 from the right, but f(sqrt(t),t)->1 as t->0 from the right.
OK, sorry for choosing a wrong example, I'm just starting multivariable calculus. Anyway for existing limits, is there any way to compute them using a CAS?
 
Here's a nice little example using mathematica. Contour Plots are typically a good way to infer whether a limit exists before you go ahead and calculate it.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
24
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K