Finding and Proving the limit as x approaches infinity.
I need to evaluate the limit as x approaches infinity of $dfrac{1-x^2}{x-2}$ and then prove it.
I have found the limit to be negative infinity. Now to prove it I believe I need to find two subsequences that diverge to two different results and therefore prove that the limit actually does not exist. Am I thinking correctly? If so I am stuck on what subsequences to choose.
calculus
add a comment |
I need to evaluate the limit as x approaches infinity of $dfrac{1-x^2}{x-2}$ and then prove it.
I have found the limit to be negative infinity. Now to prove it I believe I need to find two subsequences that diverge to two different results and therefore prove that the limit actually does not exist. Am I thinking correctly? If so I am stuck on what subsequences to choose.
calculus
4
What you've written is not consistent. You said that the limit is negative infinity (correct), but that you're trying to prove the limit does not exist. How are these compatible?
– T. Bongers
Nov 30 at 16:27
I understand and that is part of my question. The proof part is to show that for every epsilon > 0 there exists M>0 s.t. the absolute value f(x) - L < epsilon. Since this is not bounded below and approaches negative infinity does the Limit actually not exist.
– Scott Dye
Nov 30 at 19:00
add a comment |
I need to evaluate the limit as x approaches infinity of $dfrac{1-x^2}{x-2}$ and then prove it.
I have found the limit to be negative infinity. Now to prove it I believe I need to find two subsequences that diverge to two different results and therefore prove that the limit actually does not exist. Am I thinking correctly? If so I am stuck on what subsequences to choose.
calculus
I need to evaluate the limit as x approaches infinity of $dfrac{1-x^2}{x-2}$ and then prove it.
I have found the limit to be negative infinity. Now to prove it I believe I need to find two subsequences that diverge to two different results and therefore prove that the limit actually does not exist. Am I thinking correctly? If so I am stuck on what subsequences to choose.
calculus
calculus
edited Nov 30 at 16:24
amWhy
191k28224439
191k28224439
asked Nov 30 at 16:21
Scott Dye
11
11
4
What you've written is not consistent. You said that the limit is negative infinity (correct), but that you're trying to prove the limit does not exist. How are these compatible?
– T. Bongers
Nov 30 at 16:27
I understand and that is part of my question. The proof part is to show that for every epsilon > 0 there exists M>0 s.t. the absolute value f(x) - L < epsilon. Since this is not bounded below and approaches negative infinity does the Limit actually not exist.
– Scott Dye
Nov 30 at 19:00
add a comment |
4
What you've written is not consistent. You said that the limit is negative infinity (correct), but that you're trying to prove the limit does not exist. How are these compatible?
– T. Bongers
Nov 30 at 16:27
I understand and that is part of my question. The proof part is to show that for every epsilon > 0 there exists M>0 s.t. the absolute value f(x) - L < epsilon. Since this is not bounded below and approaches negative infinity does the Limit actually not exist.
– Scott Dye
Nov 30 at 19:00
4
4
What you've written is not consistent. You said that the limit is negative infinity (correct), but that you're trying to prove the limit does not exist. How are these compatible?
– T. Bongers
Nov 30 at 16:27
What you've written is not consistent. You said that the limit is negative infinity (correct), but that you're trying to prove the limit does not exist. How are these compatible?
– T. Bongers
Nov 30 at 16:27
I understand and that is part of my question. The proof part is to show that for every epsilon > 0 there exists M>0 s.t. the absolute value f(x) - L < epsilon. Since this is not bounded below and approaches negative infinity does the Limit actually not exist.
– Scott Dye
Nov 30 at 19:00
I understand and that is part of my question. The proof part is to show that for every epsilon > 0 there exists M>0 s.t. the absolute value f(x) - L < epsilon. Since this is not bounded below and approaches negative infinity does the Limit actually not exist.
– Scott Dye
Nov 30 at 19:00
add a comment |
1 Answer
1
active
oldest
votes
Hint:
For some constant $ainmathbb R$ and some constant $ninmathbb R_{>0}$
$$lim_{xto infty}Bigl(frac{a}{x^n}Bigr)=0$$
I would rather try the following approach (first divide by $x$)
$$lim_{xto infty}Bigl(frac{1-x^2}{x-2}Bigr)=lim_{xto infty}Biggl(frac{frac{1}{x}-x}{1-frac{2}{x}}Biggr)=frac{lim_{xto infty}bigl(frac{1}{x}-xbigr)}{lim_{xto infty}bigl(1-frac{2}{x}bigr)}=frac{-infty}{1}=-infty$$
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%2f3020284%2ffinding-and-proving-the-limit-as-x-approaches-infinity%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hint:
For some constant $ainmathbb R$ and some constant $ninmathbb R_{>0}$
$$lim_{xto infty}Bigl(frac{a}{x^n}Bigr)=0$$
I would rather try the following approach (first divide by $x$)
$$lim_{xto infty}Bigl(frac{1-x^2}{x-2}Bigr)=lim_{xto infty}Biggl(frac{frac{1}{x}-x}{1-frac{2}{x}}Biggr)=frac{lim_{xto infty}bigl(frac{1}{x}-xbigr)}{lim_{xto infty}bigl(1-frac{2}{x}bigr)}=frac{-infty}{1}=-infty$$
add a comment |
Hint:
For some constant $ainmathbb R$ and some constant $ninmathbb R_{>0}$
$$lim_{xto infty}Bigl(frac{a}{x^n}Bigr)=0$$
I would rather try the following approach (first divide by $x$)
$$lim_{xto infty}Bigl(frac{1-x^2}{x-2}Bigr)=lim_{xto infty}Biggl(frac{frac{1}{x}-x}{1-frac{2}{x}}Biggr)=frac{lim_{xto infty}bigl(frac{1}{x}-xbigr)}{lim_{xto infty}bigl(1-frac{2}{x}bigr)}=frac{-infty}{1}=-infty$$
add a comment |
Hint:
For some constant $ainmathbb R$ and some constant $ninmathbb R_{>0}$
$$lim_{xto infty}Bigl(frac{a}{x^n}Bigr)=0$$
I would rather try the following approach (first divide by $x$)
$$lim_{xto infty}Bigl(frac{1-x^2}{x-2}Bigr)=lim_{xto infty}Biggl(frac{frac{1}{x}-x}{1-frac{2}{x}}Biggr)=frac{lim_{xto infty}bigl(frac{1}{x}-xbigr)}{lim_{xto infty}bigl(1-frac{2}{x}bigr)}=frac{-infty}{1}=-infty$$
Hint:
For some constant $ainmathbb R$ and some constant $ninmathbb R_{>0}$
$$lim_{xto infty}Bigl(frac{a}{x^n}Bigr)=0$$
I would rather try the following approach (first divide by $x$)
$$lim_{xto infty}Bigl(frac{1-x^2}{x-2}Bigr)=lim_{xto infty}Biggl(frac{frac{1}{x}-x}{1-frac{2}{x}}Biggr)=frac{lim_{xto infty}bigl(frac{1}{x}-xbigr)}{lim_{xto infty}bigl(1-frac{2}{x}bigr)}=frac{-infty}{1}=-infty$$
answered Nov 30 at 16:57
Dr. Mathva
921316
921316
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%2f3020284%2ffinding-and-proving-the-limit-as-x-approaches-infinity%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
4
What you've written is not consistent. You said that the limit is negative infinity (correct), but that you're trying to prove the limit does not exist. How are these compatible?
– T. Bongers
Nov 30 at 16:27
I understand and that is part of my question. The proof part is to show that for every epsilon > 0 there exists M>0 s.t. the absolute value f(x) - L < epsilon. Since this is not bounded below and approaches negative infinity does the Limit actually not exist.
– Scott Dye
Nov 30 at 19:00