I am wondering about a multivariable limit, and in particular, is it ever valid to use L'hospital rule.
For example, I am working on $$ \lim_{(x,y) \to (1,1)} \frac{x^3-y}{x-y}$$
This is what I have done,
let $$f(x,y)=\frac{x^3-y}{x-y}$$
$f(x,0) \rightarrow 1$ as $(x,y) \rightarrow (1,1)$
and similiary
$f(0,y) \rightarrow 1$ as $(x,y) \rightarrow (1,1)$
Okay now here is where I have a few questions ( I haven't looked at the answer or used wolfram or anything because I want to make sure I understand it first), should I continue to try out different parts, or should I try to see if I can prove the limit is 1.
in trying different paths, say $$f(x,x^2)=\frac{x^2(1-x^3)}{(1-x)}$$ would it now be valid to use L'hospital? because the y is gone and we would have 0/0 as x $\rightarrow 1$? or is it never valid to use this rule for multi valued?
Is this the right approach I should be taking or is there something else I should be thinking of?
Thank you
I'll be addressing other problems.
A sublimit is a limit of a restriction of a function. Something like "$f(x,0) \rightarrow 1$ as $(x,y) \rightarrow (1,1)$" would be another way of writing $$\lim \limits_{(x,y)\to (1,1)}g(x,y)=1,$$ where $g$ is $f$ restricted to ${(x,0)\colon x\in \mathbb R}\cap \text{dom}(f)$. But limits can only be taken at points belonging to the closure of the domain of a function and $(1,1)$ isn't in the closure of the domain of $g$. What you wrote has no meaning.
– Git Gud Mar 23 '15 at 20:55