Difficulty proving multivariate limit involving sin^2(x) does not exist
I am attempting to prove that
$$lim_{(x,y) to (0,0)} frac{x sin^{2}(y)}{x^{2} + y^{2}}$$
does not exist, but am having issues. I can't seem to find a path for which the value is not zero (to prove that the limit value depends on the given path) , however I do believe that it does not exist, as I can't seem to prove that it does either with the Squeeze theorem.
I have attempted approaching along $y=0$, $x=0$, $y=mx$, $y=mx^{2}$ to name a few, and the usual strategies of attempting to cancel out factors or splitting up my equation don't seem to help as they all just give me zero. Am I on the wrong track here with believing the limit does not exist in the first place?
calculus limits multivariable-calculus
add a comment |
I am attempting to prove that
$$lim_{(x,y) to (0,0)} frac{x sin^{2}(y)}{x^{2} + y^{2}}$$
does not exist, but am having issues. I can't seem to find a path for which the value is not zero (to prove that the limit value depends on the given path) , however I do believe that it does not exist, as I can't seem to prove that it does either with the Squeeze theorem.
I have attempted approaching along $y=0$, $x=0$, $y=mx$, $y=mx^{2}$ to name a few, and the usual strategies of attempting to cancel out factors or splitting up my equation don't seem to help as they all just give me zero. Am I on the wrong track here with believing the limit does not exist in the first place?
calculus limits multivariable-calculus
add a comment |
I am attempting to prove that
$$lim_{(x,y) to (0,0)} frac{x sin^{2}(y)}{x^{2} + y^{2}}$$
does not exist, but am having issues. I can't seem to find a path for which the value is not zero (to prove that the limit value depends on the given path) , however I do believe that it does not exist, as I can't seem to prove that it does either with the Squeeze theorem.
I have attempted approaching along $y=0$, $x=0$, $y=mx$, $y=mx^{2}$ to name a few, and the usual strategies of attempting to cancel out factors or splitting up my equation don't seem to help as they all just give me zero. Am I on the wrong track here with believing the limit does not exist in the first place?
calculus limits multivariable-calculus
I am attempting to prove that
$$lim_{(x,y) to (0,0)} frac{x sin^{2}(y)}{x^{2} + y^{2}}$$
does not exist, but am having issues. I can't seem to find a path for which the value is not zero (to prove that the limit value depends on the given path) , however I do believe that it does not exist, as I can't seem to prove that it does either with the Squeeze theorem.
I have attempted approaching along $y=0$, $x=0$, $y=mx$, $y=mx^{2}$ to name a few, and the usual strategies of attempting to cancel out factors or splitting up my equation don't seem to help as they all just give me zero. Am I on the wrong track here with believing the limit does not exist in the first place?
calculus limits multivariable-calculus
calculus limits multivariable-calculus
asked Jun 4 '15 at 22:48
HavelTheGreat
15810
15810
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Hint: What if it were $y^2$ instead of $sin^2 y$ in the numerator?
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
1
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
add a comment |
$x^2+y^2 geq 2|x||y| to left|dfrac{xsin^2y}{x^2+y^2}right| leq dfrac{|x|sin^2y}{2|x||y|} leq dfrac{1}{2}|sin y|cdot left|dfrac{sin y}{y}right| to$ limit $= 0$ by squeeze theorem.
add a comment |
How about using polar coordinates?
Define $x^{2}+y^{2}=r$ ,
$x=rcos(beta)$,
$y=rsin(beta)$,
Substitute to get
$$lim_{rto 0}frac{rcos(beta)sin^{2}((rsin(beta))}{r}$$
The outer $r$ cancels out with the denominator and the other $r$ cause the function approaching to $0$.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1312639%2fdifficulty-proving-multivariate-limit-involving-sin2x-does-not-exist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hint: What if it were $y^2$ instead of $sin^2 y$ in the numerator?
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
1
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
add a comment |
Hint: What if it were $y^2$ instead of $sin^2 y$ in the numerator?
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
1
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
add a comment |
Hint: What if it were $y^2$ instead of $sin^2 y$ in the numerator?
Hint: What if it were $y^2$ instead of $sin^2 y$ in the numerator?
answered Jun 4 '15 at 22:55
zhw.
71.7k43075
71.7k43075
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
1
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
add a comment |
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
1
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
Ahh, right the limit would approach zero. Thanks.
– HavelTheGreat
Jun 4 '15 at 22:58
1
1
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Small suggestion: The limit doesn't approach anything, either it exists or it doesn't, and if it does, it's just a number and doesn't dance around or approach anything.
– zhw.
Jun 4 '15 at 23:05
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
Right, complete misuse of 'approach' on my part. Thanks again.
– HavelTheGreat
Jun 4 '15 at 23:11
add a comment |
$x^2+y^2 geq 2|x||y| to left|dfrac{xsin^2y}{x^2+y^2}right| leq dfrac{|x|sin^2y}{2|x||y|} leq dfrac{1}{2}|sin y|cdot left|dfrac{sin y}{y}right| to$ limit $= 0$ by squeeze theorem.
add a comment |
$x^2+y^2 geq 2|x||y| to left|dfrac{xsin^2y}{x^2+y^2}right| leq dfrac{|x|sin^2y}{2|x||y|} leq dfrac{1}{2}|sin y|cdot left|dfrac{sin y}{y}right| to$ limit $= 0$ by squeeze theorem.
add a comment |
$x^2+y^2 geq 2|x||y| to left|dfrac{xsin^2y}{x^2+y^2}right| leq dfrac{|x|sin^2y}{2|x||y|} leq dfrac{1}{2}|sin y|cdot left|dfrac{sin y}{y}right| to$ limit $= 0$ by squeeze theorem.
$x^2+y^2 geq 2|x||y| to left|dfrac{xsin^2y}{x^2+y^2}right| leq dfrac{|x|sin^2y}{2|x||y|} leq dfrac{1}{2}|sin y|cdot left|dfrac{sin y}{y}right| to$ limit $= 0$ by squeeze theorem.
answered Jun 4 '15 at 22:55
DeepSea
70.9k54487
70.9k54487
add a comment |
add a comment |
How about using polar coordinates?
Define $x^{2}+y^{2}=r$ ,
$x=rcos(beta)$,
$y=rsin(beta)$,
Substitute to get
$$lim_{rto 0}frac{rcos(beta)sin^{2}((rsin(beta))}{r}$$
The outer $r$ cancels out with the denominator and the other $r$ cause the function approaching to $0$.
add a comment |
How about using polar coordinates?
Define $x^{2}+y^{2}=r$ ,
$x=rcos(beta)$,
$y=rsin(beta)$,
Substitute to get
$$lim_{rto 0}frac{rcos(beta)sin^{2}((rsin(beta))}{r}$$
The outer $r$ cancels out with the denominator and the other $r$ cause the function approaching to $0$.
add a comment |
How about using polar coordinates?
Define $x^{2}+y^{2}=r$ ,
$x=rcos(beta)$,
$y=rsin(beta)$,
Substitute to get
$$lim_{rto 0}frac{rcos(beta)sin^{2}((rsin(beta))}{r}$$
The outer $r$ cancels out with the denominator and the other $r$ cause the function approaching to $0$.
How about using polar coordinates?
Define $x^{2}+y^{2}=r$ ,
$x=rcos(beta)$,
$y=rsin(beta)$,
Substitute to get
$$lim_{rto 0}frac{rcos(beta)sin^{2}((rsin(beta))}{r}$$
The outer $r$ cancels out with the denominator and the other $r$ cause the function approaching to $0$.
edited Nov 28 '18 at 7:51
C.F.G
1,4261821
1,4261821
answered Jun 4 '15 at 23:08
Socre
469210
469210
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1312639%2fdifficulty-proving-multivariate-limit-involving-sin2x-does-not-exist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown