Limits: Why can you sometimes factor out the highest exponent under a root, and then let the root evaluate to...
I'm supposed to solve this exercise:
1
Now I also have the (logically seeming) laws from the lecture slides:
2 ° 3
So at first i though you could just rewrite the term by factoring out the n^4 below the root and and then let everything inside the root except the 1 evaluate to 0 by taking the limit (and then let the n^2 cancel each other out and get 1 as result).
4
This is wrong (altough i'm not sure yet in which way/how the formulas were misapplicated). I also have the solution to the exercise:
5
My central understanding problem is in the last line of the solution: Why is it correct to let take individual limits inside the root and let everything (except the 1) evaluate to 0 in this situation, but not in the "original" formula (as i did)?
Thanks for any help
original title (if that’s more understable) (without character-limit):
Limits: Why can you sometimes factor out the highest exponent under a root, and then let everything else inside the root evaluate to 0 when taking the limit, but othertimes (apparently) not?
limits analysis
New contributor
add a comment |
I'm supposed to solve this exercise:
1
Now I also have the (logically seeming) laws from the lecture slides:
2 ° 3
So at first i though you could just rewrite the term by factoring out the n^4 below the root and and then let everything inside the root except the 1 evaluate to 0 by taking the limit (and then let the n^2 cancel each other out and get 1 as result).
4
This is wrong (altough i'm not sure yet in which way/how the formulas were misapplicated). I also have the solution to the exercise:
5
My central understanding problem is in the last line of the solution: Why is it correct to let take individual limits inside the root and let everything (except the 1) evaluate to 0 in this situation, but not in the "original" formula (as i did)?
Thanks for any help
original title (if that’s more understable) (without character-limit):
Limits: Why can you sometimes factor out the highest exponent under a root, and then let everything else inside the root evaluate to 0 when taking the limit, but othertimes (apparently) not?
limits analysis
New contributor
add a comment |
I'm supposed to solve this exercise:
1
Now I also have the (logically seeming) laws from the lecture slides:
2 ° 3
So at first i though you could just rewrite the term by factoring out the n^4 below the root and and then let everything inside the root except the 1 evaluate to 0 by taking the limit (and then let the n^2 cancel each other out and get 1 as result).
4
This is wrong (altough i'm not sure yet in which way/how the formulas were misapplicated). I also have the solution to the exercise:
5
My central understanding problem is in the last line of the solution: Why is it correct to let take individual limits inside the root and let everything (except the 1) evaluate to 0 in this situation, but not in the "original" formula (as i did)?
Thanks for any help
original title (if that’s more understable) (without character-limit):
Limits: Why can you sometimes factor out the highest exponent under a root, and then let everything else inside the root evaluate to 0 when taking the limit, but othertimes (apparently) not?
limits analysis
New contributor
I'm supposed to solve this exercise:
1
Now I also have the (logically seeming) laws from the lecture slides:
2 ° 3
So at first i though you could just rewrite the term by factoring out the n^4 below the root and and then let everything inside the root except the 1 evaluate to 0 by taking the limit (and then let the n^2 cancel each other out and get 1 as result).
4
This is wrong (altough i'm not sure yet in which way/how the formulas were misapplicated). I also have the solution to the exercise:
5
My central understanding problem is in the last line of the solution: Why is it correct to let take individual limits inside the root and let everything (except the 1) evaluate to 0 in this situation, but not in the "original" formula (as i did)?
Thanks for any help
original title (if that’s more understable) (without character-limit):
Limits: Why can you sometimes factor out the highest exponent under a root, and then let everything else inside the root evaluate to 0 when taking the limit, but othertimes (apparently) not?
limits analysis
limits analysis
New contributor
New contributor
New contributor
asked Jan 4 at 0:27
user631488
31
31
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The rules (2 and 3) you cited have specific hypotheses, which can be easy to overlook when remembering formulae. We know that, if $a_n to a$ and $b_n to b$ ($a$ and $b$ finite) as $n to infty$, then
$$a_n pm b_n to a pm b.$$
Similar rules apply for multiplication, and even division if care is taken to make sure no division by $0$ happens on either side. There's also the rule for powers, as you've stated. If $a_n to a$, with $a_n, a ge 0$ and $r in mathbb{R}$, then
$$a_n^r to a^r.$$
Note that all of these rules require you to have convergent sequences to start off with.
In your working, you write
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = lim (n^2 cdot 1 - n^2 + 1).$$
This step, replacing $sqrt{1 + n^{-2} + n^{-3} + n^{-4}}$ by its limit, is not supported by the above rules. If $n^2$ were also convergent (to finite $L$, say), then you could simultaneously replace it by its limit $L$, to produce the working,
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = L cdot 1 - L + 1 = 1.$$
This would be allowed, as each sequence is convergent to some finite limit, and the rules apply. But, $n^2$ does not approach any finite limit! The limit laws do not apply. You have to use a method like the solutions, or apply L'Hopital's rule, or something else a little more clever.
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
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
});
}
});
user631488 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3061183%2flimits-why-can-you-sometimes-factor-out-the-highest-exponent-under-a-root-and%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
The rules (2 and 3) you cited have specific hypotheses, which can be easy to overlook when remembering formulae. We know that, if $a_n to a$ and $b_n to b$ ($a$ and $b$ finite) as $n to infty$, then
$$a_n pm b_n to a pm b.$$
Similar rules apply for multiplication, and even division if care is taken to make sure no division by $0$ happens on either side. There's also the rule for powers, as you've stated. If $a_n to a$, with $a_n, a ge 0$ and $r in mathbb{R}$, then
$$a_n^r to a^r.$$
Note that all of these rules require you to have convergent sequences to start off with.
In your working, you write
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = lim (n^2 cdot 1 - n^2 + 1).$$
This step, replacing $sqrt{1 + n^{-2} + n^{-3} + n^{-4}}$ by its limit, is not supported by the above rules. If $n^2$ were also convergent (to finite $L$, say), then you could simultaneously replace it by its limit $L$, to produce the working,
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = L cdot 1 - L + 1 = 1.$$
This would be allowed, as each sequence is convergent to some finite limit, and the rules apply. But, $n^2$ does not approach any finite limit! The limit laws do not apply. You have to use a method like the solutions, or apply L'Hopital's rule, or something else a little more clever.
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
add a comment |
The rules (2 and 3) you cited have specific hypotheses, which can be easy to overlook when remembering formulae. We know that, if $a_n to a$ and $b_n to b$ ($a$ and $b$ finite) as $n to infty$, then
$$a_n pm b_n to a pm b.$$
Similar rules apply for multiplication, and even division if care is taken to make sure no division by $0$ happens on either side. There's also the rule for powers, as you've stated. If $a_n to a$, with $a_n, a ge 0$ and $r in mathbb{R}$, then
$$a_n^r to a^r.$$
Note that all of these rules require you to have convergent sequences to start off with.
In your working, you write
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = lim (n^2 cdot 1 - n^2 + 1).$$
This step, replacing $sqrt{1 + n^{-2} + n^{-3} + n^{-4}}$ by its limit, is not supported by the above rules. If $n^2$ were also convergent (to finite $L$, say), then you could simultaneously replace it by its limit $L$, to produce the working,
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = L cdot 1 - L + 1 = 1.$$
This would be allowed, as each sequence is convergent to some finite limit, and the rules apply. But, $n^2$ does not approach any finite limit! The limit laws do not apply. You have to use a method like the solutions, or apply L'Hopital's rule, or something else a little more clever.
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
add a comment |
The rules (2 and 3) you cited have specific hypotheses, which can be easy to overlook when remembering formulae. We know that, if $a_n to a$ and $b_n to b$ ($a$ and $b$ finite) as $n to infty$, then
$$a_n pm b_n to a pm b.$$
Similar rules apply for multiplication, and even division if care is taken to make sure no division by $0$ happens on either side. There's also the rule for powers, as you've stated. If $a_n to a$, with $a_n, a ge 0$ and $r in mathbb{R}$, then
$$a_n^r to a^r.$$
Note that all of these rules require you to have convergent sequences to start off with.
In your working, you write
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = lim (n^2 cdot 1 - n^2 + 1).$$
This step, replacing $sqrt{1 + n^{-2} + n^{-3} + n^{-4}}$ by its limit, is not supported by the above rules. If $n^2$ were also convergent (to finite $L$, say), then you could simultaneously replace it by its limit $L$, to produce the working,
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = L cdot 1 - L + 1 = 1.$$
This would be allowed, as each sequence is convergent to some finite limit, and the rules apply. But, $n^2$ does not approach any finite limit! The limit laws do not apply. You have to use a method like the solutions, or apply L'Hopital's rule, or something else a little more clever.
The rules (2 and 3) you cited have specific hypotheses, which can be easy to overlook when remembering formulae. We know that, if $a_n to a$ and $b_n to b$ ($a$ and $b$ finite) as $n to infty$, then
$$a_n pm b_n to a pm b.$$
Similar rules apply for multiplication, and even division if care is taken to make sure no division by $0$ happens on either side. There's also the rule for powers, as you've stated. If $a_n to a$, with $a_n, a ge 0$ and $r in mathbb{R}$, then
$$a_n^r to a^r.$$
Note that all of these rules require you to have convergent sequences to start off with.
In your working, you write
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = lim (n^2 cdot 1 - n^2 + 1).$$
This step, replacing $sqrt{1 + n^{-2} + n^{-3} + n^{-4}}$ by its limit, is not supported by the above rules. If $n^2$ were also convergent (to finite $L$, say), then you could simultaneously replace it by its limit $L$, to produce the working,
$$lim (n^2 cdot sqrt{1 + n^{-2} + n^{-3} + n^{-4}} - n^2 + 1) = L cdot 1 - L + 1 = 1.$$
This would be allowed, as each sequence is convergent to some finite limit, and the rules apply. But, $n^2$ does not approach any finite limit! The limit laws do not apply. You have to use a method like the solutions, or apply L'Hopital's rule, or something else a little more clever.
answered Jan 4 at 0:48
Theo Bendit
16.7k12148
16.7k12148
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
add a comment |
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
Thanks for the answer. (Really missed a central aspect (of the topic), so thanks a lot for the detailed explaination and for making it general (as well as relating it to the original question) (Similar rules apply for multiplication, and even division if care is taken to make sure no division by 0 happens on either side. Note that all of these rules require you to have convergent sequences to start off with. etc)).
– user631488
Jan 4 at 1:18
add a comment |
user631488 is a new contributor. Be nice, and check out our Code of Conduct.
user631488 is a new contributor. Be nice, and check out our Code of Conduct.
user631488 is a new contributor. Be nice, and check out our Code of Conduct.
user631488 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3061183%2flimits-why-can-you-sometimes-factor-out-the-highest-exponent-under-a-root-and%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