Computing the limit with L'Hôpital's Rule Announcing the arrival of Valued Associate #679:...
Would color changing eyes affect vision?
NERDTreeMenu Remapping
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
I can't produce songs
GDP with Intermediate Production
Was Kant an Intuitionist about mathematical objects?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Trying to understand entropy as a novice in thermodynamics
Tannaka duality for semisimple groups
Why is std::move not [[nodiscard]] in C++20?
Why are vacuum tubes still used in amateur radios?
A proverb that is used to imply that you have unexpectedly faced a big problem
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
After Sam didn't return home in the end, were he and Al still friends?
Flight departed from the gate 5 min before scheduled departure time. Refund options
Monty Hall Problem-Probability Paradox
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
How to ask rejected full-time candidates to apply to teach individual courses?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
Sally's older brother
Why datecode is SO IMPORTANT to chip manufacturers?
What is the "studentd" process?
AppleTVs create a chatty alternate WiFi network
Is there hard evidence that the grant peer review system performs significantly better than random?
Computing the limit with L'Hôpital's Rule
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)A trouble-some limit..Computing the limit of an integral sequenceL'Hôpital's rule exercise with natural log functionCalculating limit-sequencesFinding the Limit of a Function with Radicals and FractionSolve limit containing (1/0) using L'Hopital's RuleEpsilon/Delta Proof from Definition of LimitHow to find $b_n$ for the limit comparison test in $sum_{n=1}^{infty}frac{(ln(n))^2}{sqrt{n}(10n-9sqrt{n})}$.L'Hôpital's rule limit calculationL'Hôpital's Rule contradicting with Theorem of Limits?
$begingroup$
Problem:
$lim_{xto infty} frac{3n^2 - n^2 + n - 1}{1 - n + n^3 - 2n^5}$
What I tried
- $lim_{xto infty} frac{4n + 1}{- 1 + 3n^2 - 10n^4}$
- $lim_{xto infty} frac{4}{6n - 40n^3}$
I'm not sure what I'm supposed to do after this, any help would be much appreciated.
calculus limits
$endgroup$
add a comment |
$begingroup$
Problem:
$lim_{xto infty} frac{3n^2 - n^2 + n - 1}{1 - n + n^3 - 2n^5}$
What I tried
- $lim_{xto infty} frac{4n + 1}{- 1 + 3n^2 - 10n^4}$
- $lim_{xto infty} frac{4}{6n - 40n^3}$
I'm not sure what I'm supposed to do after this, any help would be much appreciated.
calculus limits
$endgroup$
$begingroup$
Based on your last four questions, I'd bet $100 that you're attending the University of Auckland.
$endgroup$
– Theo Bendit
Mar 26 at 4:04
add a comment |
$begingroup$
Problem:
$lim_{xto infty} frac{3n^2 - n^2 + n - 1}{1 - n + n^3 - 2n^5}$
What I tried
- $lim_{xto infty} frac{4n + 1}{- 1 + 3n^2 - 10n^4}$
- $lim_{xto infty} frac{4}{6n - 40n^3}$
I'm not sure what I'm supposed to do after this, any help would be much appreciated.
calculus limits
$endgroup$
Problem:
$lim_{xto infty} frac{3n^2 - n^2 + n - 1}{1 - n + n^3 - 2n^5}$
What I tried
- $lim_{xto infty} frac{4n + 1}{- 1 + 3n^2 - 10n^4}$
- $lim_{xto infty} frac{4}{6n - 40n^3}$
I'm not sure what I'm supposed to do after this, any help would be much appreciated.
calculus limits
calculus limits
edited Mar 26 at 6:20
J. M. is a poor mathematician
61.3k5152291
61.3k5152291
asked Mar 26 at 0:10
user430574
$begingroup$
Based on your last four questions, I'd bet $100 that you're attending the University of Auckland.
$endgroup$
– Theo Bendit
Mar 26 at 4:04
add a comment |
$begingroup$
Based on your last four questions, I'd bet $100 that you're attending the University of Auckland.
$endgroup$
– Theo Bendit
Mar 26 at 4:04
$begingroup$
Based on your last four questions, I'd bet $100 that you're attending the University of Auckland.
$endgroup$
– Theo Bendit
Mar 26 at 4:04
$begingroup$
Based on your last four questions, I'd bet $100 that you're attending the University of Auckland.
$endgroup$
– Theo Bendit
Mar 26 at 4:04
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The limit is $0$ because $6n-40n^{3} to -infty$. [ $6n-40n^{3}= -n^{3}(40-frac 6 {n^{2}})$].
$endgroup$
add a comment |
$begingroup$
Applying L'Hopital's rule twice gives us the expression in the form $-1/infty to 0$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{6n-2n+1}{-1+3n^2-10n^4}\&=lim_{nto infty}dfrac{4}{6n-40n^3}to 0end{aligned}$$
Aliter:
Dividing numerator and denominator by the highest power prevailing in the expression is usually another way to find limits of rational expressions especially when the variable tends to $infty$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{frac{3}{n^3}-frac{1}{n^3}+frac{1}{n^4}-frac{1}{n^5}}{frac{1}{n^5}-frac{1}{n^4}+frac{1}{n^2}-2}to 0end{aligned}$$
$endgroup$
add a comment |
Your Answer
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%2f3162503%2fcomputing-the-limit-with-lh%25c3%25b4pitals-rule%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The limit is $0$ because $6n-40n^{3} to -infty$. [ $6n-40n^{3}= -n^{3}(40-frac 6 {n^{2}})$].
$endgroup$
add a comment |
$begingroup$
The limit is $0$ because $6n-40n^{3} to -infty$. [ $6n-40n^{3}= -n^{3}(40-frac 6 {n^{2}})$].
$endgroup$
add a comment |
$begingroup$
The limit is $0$ because $6n-40n^{3} to -infty$. [ $6n-40n^{3}= -n^{3}(40-frac 6 {n^{2}})$].
$endgroup$
The limit is $0$ because $6n-40n^{3} to -infty$. [ $6n-40n^{3}= -n^{3}(40-frac 6 {n^{2}})$].
answered Mar 26 at 0:16
Kavi Rama MurthyKavi Rama Murthy
76.4k53370
76.4k53370
add a comment |
add a comment |
$begingroup$
Applying L'Hopital's rule twice gives us the expression in the form $-1/infty to 0$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{6n-2n+1}{-1+3n^2-10n^4}\&=lim_{nto infty}dfrac{4}{6n-40n^3}to 0end{aligned}$$
Aliter:
Dividing numerator and denominator by the highest power prevailing in the expression is usually another way to find limits of rational expressions especially when the variable tends to $infty$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{frac{3}{n^3}-frac{1}{n^3}+frac{1}{n^4}-frac{1}{n^5}}{frac{1}{n^5}-frac{1}{n^4}+frac{1}{n^2}-2}to 0end{aligned}$$
$endgroup$
add a comment |
$begingroup$
Applying L'Hopital's rule twice gives us the expression in the form $-1/infty to 0$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{6n-2n+1}{-1+3n^2-10n^4}\&=lim_{nto infty}dfrac{4}{6n-40n^3}to 0end{aligned}$$
Aliter:
Dividing numerator and denominator by the highest power prevailing in the expression is usually another way to find limits of rational expressions especially when the variable tends to $infty$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{frac{3}{n^3}-frac{1}{n^3}+frac{1}{n^4}-frac{1}{n^5}}{frac{1}{n^5}-frac{1}{n^4}+frac{1}{n^2}-2}to 0end{aligned}$$
$endgroup$
add a comment |
$begingroup$
Applying L'Hopital's rule twice gives us the expression in the form $-1/infty to 0$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{6n-2n+1}{-1+3n^2-10n^4}\&=lim_{nto infty}dfrac{4}{6n-40n^3}to 0end{aligned}$$
Aliter:
Dividing numerator and denominator by the highest power prevailing in the expression is usually another way to find limits of rational expressions especially when the variable tends to $infty$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{frac{3}{n^3}-frac{1}{n^3}+frac{1}{n^4}-frac{1}{n^5}}{frac{1}{n^5}-frac{1}{n^4}+frac{1}{n^2}-2}to 0end{aligned}$$
$endgroup$
Applying L'Hopital's rule twice gives us the expression in the form $-1/infty to 0$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{6n-2n+1}{-1+3n^2-10n^4}\&=lim_{nto infty}dfrac{4}{6n-40n^3}to 0end{aligned}$$
Aliter:
Dividing numerator and denominator by the highest power prevailing in the expression is usually another way to find limits of rational expressions especially when the variable tends to $infty$.
$$begin{aligned}lim_{color{red}{n}to infty}dfrac{3n^2-n^2+n-1}{1-n+n^3-2n^5}&=lim_{nto infty}dfrac{frac{3}{n^3}-frac{1}{n^3}+frac{1}{n^4}-frac{1}{n^5}}{frac{1}{n^5}-frac{1}{n^4}+frac{1}{n^2}-2}to 0end{aligned}$$
answered Mar 26 at 5:49
Paras KhoslaParas Khosla
3,3121627
3,3121627
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.
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%2f3162503%2fcomputing-the-limit-with-lh%25c3%25b4pitals-rule%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
$begingroup$
Based on your last four questions, I'd bet $100 that you're attending the University of Auckland.
$endgroup$
– Theo Bendit
Mar 26 at 4:04