Another Limit Conundrum
For what values of $a$ and $b$ is the following limit true?
$$lim_{xto0}left(frac{tan2x}{x^3}+frac{a}{x^2}+frac{sin bx}{x}right)=0$$
This question is really confusing me. I know that $tan(2x)/x^3$ approaches infinity as $x$ goes to $0$ (L'Hôpital's). I also understand that $sin(bx)/x$ goes to $b$ as $x$ approaches $0$. However, I am not sure how to get rid of this infinity with the middle term. Any ideas?
Thanks!
calculus limits
add a comment |
For what values of $a$ and $b$ is the following limit true?
$$lim_{xto0}left(frac{tan2x}{x^3}+frac{a}{x^2}+frac{sin bx}{x}right)=0$$
This question is really confusing me. I know that $tan(2x)/x^3$ approaches infinity as $x$ goes to $0$ (L'Hôpital's). I also understand that $sin(bx)/x$ goes to $b$ as $x$ approaches $0$. However, I am not sure how to get rid of this infinity with the middle term. Any ideas?
Thanks!
calculus limits
Taylor expand $tan(2x)$ perhaps?
– More Anonymous
Nov 26 at 1:12
Have you tried writing it as one fraction and applying Lhopotal's? The denominator is $x^3$ so it should become a constant after several iterations.
– Ovi
Nov 26 at 1:15
How does $tan(2x)/x^3$ "approaches infinity as x goes to infinity" since it's not even defined on any neighborhood of $infty$? You meant "as $x$ appraoches zero," right?
– Clement C.
Nov 26 at 1:18
add a comment |
For what values of $a$ and $b$ is the following limit true?
$$lim_{xto0}left(frac{tan2x}{x^3}+frac{a}{x^2}+frac{sin bx}{x}right)=0$$
This question is really confusing me. I know that $tan(2x)/x^3$ approaches infinity as $x$ goes to $0$ (L'Hôpital's). I also understand that $sin(bx)/x$ goes to $b$ as $x$ approaches $0$. However, I am not sure how to get rid of this infinity with the middle term. Any ideas?
Thanks!
calculus limits
For what values of $a$ and $b$ is the following limit true?
$$lim_{xto0}left(frac{tan2x}{x^3}+frac{a}{x^2}+frac{sin bx}{x}right)=0$$
This question is really confusing me. I know that $tan(2x)/x^3$ approaches infinity as $x$ goes to $0$ (L'Hôpital's). I also understand that $sin(bx)/x$ goes to $b$ as $x$ approaches $0$. However, I am not sure how to get rid of this infinity with the middle term. Any ideas?
Thanks!
calculus limits
calculus limits
edited Nov 26 at 3:15
Robert Howard
1,9161822
1,9161822
asked Nov 26 at 1:05
Dude156
530215
530215
Taylor expand $tan(2x)$ perhaps?
– More Anonymous
Nov 26 at 1:12
Have you tried writing it as one fraction and applying Lhopotal's? The denominator is $x^3$ so it should become a constant after several iterations.
– Ovi
Nov 26 at 1:15
How does $tan(2x)/x^3$ "approaches infinity as x goes to infinity" since it's not even defined on any neighborhood of $infty$? You meant "as $x$ appraoches zero," right?
– Clement C.
Nov 26 at 1:18
add a comment |
Taylor expand $tan(2x)$ perhaps?
– More Anonymous
Nov 26 at 1:12
Have you tried writing it as one fraction and applying Lhopotal's? The denominator is $x^3$ so it should become a constant after several iterations.
– Ovi
Nov 26 at 1:15
How does $tan(2x)/x^3$ "approaches infinity as x goes to infinity" since it's not even defined on any neighborhood of $infty$? You meant "as $x$ appraoches zero," right?
– Clement C.
Nov 26 at 1:18
Taylor expand $tan(2x)$ perhaps?
– More Anonymous
Nov 26 at 1:12
Taylor expand $tan(2x)$ perhaps?
– More Anonymous
Nov 26 at 1:12
Have you tried writing it as one fraction and applying Lhopotal's? The denominator is $x^3$ so it should become a constant after several iterations.
– Ovi
Nov 26 at 1:15
Have you tried writing it as one fraction and applying Lhopotal's? The denominator is $x^3$ so it should become a constant after several iterations.
– Ovi
Nov 26 at 1:15
How does $tan(2x)/x^3$ "approaches infinity as x goes to infinity" since it's not even defined on any neighborhood of $infty$? You meant "as $x$ appraoches zero," right?
– Clement C.
Nov 26 at 1:18
How does $tan(2x)/x^3$ "approaches infinity as x goes to infinity" since it's not even defined on any neighborhood of $infty$? You meant "as $x$ appraoches zero," right?
– Clement C.
Nov 26 at 1:18
add a comment |
4 Answers
4
active
oldest
votes
Since $lim_{xto 0}dfrac{sin bx} {x} =b$ the given condition is equivalent to $$lim_{xto 0}frac{tan 2x+ax}{x^3}=-b$$ or $$lim_{xto 0}frac{tan 2x-2x}{x^3}+frac{a+2}{x^2}=-b$$ Substituting $t=2x$ we get $$lim_{tto 0}8cdot frac{tan t-t} {t^3}+dfrac{4a+8}{t^2}=-b$$ The first fraction tends to $1/3$ (as can be easily seen via L'Hospital's Rule or Taylor series) and therefore the above equation is equivalent to $$lim_{tto 0}frac{4a+8}{t^2}=-b-frac{8}{3}$$ Multiplication by $t^2$ now gives us $4a+8=0$ or $a=-2$ and then from the above equation we get $b=-8/3$.
add a comment |
First, notice that your limit exists if and only if it exists without the last term (since, as you said, the limit of the last term exists).
You have
$$tag1
frac{tan2x}{x^3}+frac a{x^2}=frac{tan2x+ax}{x^3}.
$$
Note that if $ane0$ you cannot apply L'Hôpital. The expression in $(1)$ is, close to $0$,
$$tag2
frac{tan2x+ax}{x^3}=frac{x+o(x^3)+ax}{x^3}.
$$
This requires $a=-1$ for the limit to exist. In more detail,
$$tag2
frac{tan2x+ax}{x^3}=frac{2x+tfrac{(2x)^3}3+o(x^5)+ax}{x^3}=frac{2+a}{x^2}+tfrac83+o(x^2).
$$
So it converges to $tfrac13$ when $a=-2$. For the whole limit to be zero, we need that $$tag3lim_{xto0}frac{sin bx}{x}=-frac83.$$
In the end, we need $a=-2$, $b=-tfrac83$.
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
1
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
|
show 1 more comment
Using the usual Taylor series for
$$y=frac{tan(2x)}{x^3}+frac{a}{x^2}+frac{sin (bx)}{x}=frac{tan(2x)+ax+x^2sin (bx)}{x^3}$$ The numerator write
$$left(2 x+frac{8 x^3}{3}+frac{64 x^5}{15}+Oleft(x^7right) right)+a x+x^2left(b x-frac{b^3 x^3}{6}+frac{b^5 x^5}{120}+Oleft(x^7right) right)$$ that is to say
$$(a+2) x+left(b+frac{8}{3}right) x^3+left(frac{64}{15}-frac{b^3}{6}right)
x^5+Oleft(x^7right)$$ making $$y=frac{a+2}{x^2}+left(b+frac{8}{3}right)+left(frac{64}{15}-frac{b^3}{6}right)
x^2+Oleft(x^4right)$$ So, in order to have a limit equal to $0$, you need $a=-2$, $b=-frac{8}{3}$ and then
$$y=frac{3008 }{405}x^2+Oleft(x^4right)$$
add a comment |
We have that
$$frac{tan (2x)}{x^3}+frac{a}{x^2}+frac{sin bx}{x}=frac{tan (2x)+ax+x^2sin bx}{x^3}$$
and from here since $x^2sin bxsim bx^3$ and $tan (2x)sim 2x$ we need $a=-2$ as a necessary condition for the limit to exist then we can consider by standard limits
$$frac{tan (2x)-2x+x^2sin bx}{x^3}=8frac{tan (2x)-2x}{(2x)^3}+bfrac{sin bx}{bx}to frac83+b=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%2f3013664%2fanother-limit-conundrum%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Since $lim_{xto 0}dfrac{sin bx} {x} =b$ the given condition is equivalent to $$lim_{xto 0}frac{tan 2x+ax}{x^3}=-b$$ or $$lim_{xto 0}frac{tan 2x-2x}{x^3}+frac{a+2}{x^2}=-b$$ Substituting $t=2x$ we get $$lim_{tto 0}8cdot frac{tan t-t} {t^3}+dfrac{4a+8}{t^2}=-b$$ The first fraction tends to $1/3$ (as can be easily seen via L'Hospital's Rule or Taylor series) and therefore the above equation is equivalent to $$lim_{tto 0}frac{4a+8}{t^2}=-b-frac{8}{3}$$ Multiplication by $t^2$ now gives us $4a+8=0$ or $a=-2$ and then from the above equation we get $b=-8/3$.
add a comment |
Since $lim_{xto 0}dfrac{sin bx} {x} =b$ the given condition is equivalent to $$lim_{xto 0}frac{tan 2x+ax}{x^3}=-b$$ or $$lim_{xto 0}frac{tan 2x-2x}{x^3}+frac{a+2}{x^2}=-b$$ Substituting $t=2x$ we get $$lim_{tto 0}8cdot frac{tan t-t} {t^3}+dfrac{4a+8}{t^2}=-b$$ The first fraction tends to $1/3$ (as can be easily seen via L'Hospital's Rule or Taylor series) and therefore the above equation is equivalent to $$lim_{tto 0}frac{4a+8}{t^2}=-b-frac{8}{3}$$ Multiplication by $t^2$ now gives us $4a+8=0$ or $a=-2$ and then from the above equation we get $b=-8/3$.
add a comment |
Since $lim_{xto 0}dfrac{sin bx} {x} =b$ the given condition is equivalent to $$lim_{xto 0}frac{tan 2x+ax}{x^3}=-b$$ or $$lim_{xto 0}frac{tan 2x-2x}{x^3}+frac{a+2}{x^2}=-b$$ Substituting $t=2x$ we get $$lim_{tto 0}8cdot frac{tan t-t} {t^3}+dfrac{4a+8}{t^2}=-b$$ The first fraction tends to $1/3$ (as can be easily seen via L'Hospital's Rule or Taylor series) and therefore the above equation is equivalent to $$lim_{tto 0}frac{4a+8}{t^2}=-b-frac{8}{3}$$ Multiplication by $t^2$ now gives us $4a+8=0$ or $a=-2$ and then from the above equation we get $b=-8/3$.
Since $lim_{xto 0}dfrac{sin bx} {x} =b$ the given condition is equivalent to $$lim_{xto 0}frac{tan 2x+ax}{x^3}=-b$$ or $$lim_{xto 0}frac{tan 2x-2x}{x^3}+frac{a+2}{x^2}=-b$$ Substituting $t=2x$ we get $$lim_{tto 0}8cdot frac{tan t-t} {t^3}+dfrac{4a+8}{t^2}=-b$$ The first fraction tends to $1/3$ (as can be easily seen via L'Hospital's Rule or Taylor series) and therefore the above equation is equivalent to $$lim_{tto 0}frac{4a+8}{t^2}=-b-frac{8}{3}$$ Multiplication by $t^2$ now gives us $4a+8=0$ or $a=-2$ and then from the above equation we get $b=-8/3$.
answered Nov 26 at 3:09
Paramanand Singh
48.9k555157
48.9k555157
add a comment |
add a comment |
First, notice that your limit exists if and only if it exists without the last term (since, as you said, the limit of the last term exists).
You have
$$tag1
frac{tan2x}{x^3}+frac a{x^2}=frac{tan2x+ax}{x^3}.
$$
Note that if $ane0$ you cannot apply L'Hôpital. The expression in $(1)$ is, close to $0$,
$$tag2
frac{tan2x+ax}{x^3}=frac{x+o(x^3)+ax}{x^3}.
$$
This requires $a=-1$ for the limit to exist. In more detail,
$$tag2
frac{tan2x+ax}{x^3}=frac{2x+tfrac{(2x)^3}3+o(x^5)+ax}{x^3}=frac{2+a}{x^2}+tfrac83+o(x^2).
$$
So it converges to $tfrac13$ when $a=-2$. For the whole limit to be zero, we need that $$tag3lim_{xto0}frac{sin bx}{x}=-frac83.$$
In the end, we need $a=-2$, $b=-tfrac83$.
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
1
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
|
show 1 more comment
First, notice that your limit exists if and only if it exists without the last term (since, as you said, the limit of the last term exists).
You have
$$tag1
frac{tan2x}{x^3}+frac a{x^2}=frac{tan2x+ax}{x^3}.
$$
Note that if $ane0$ you cannot apply L'Hôpital. The expression in $(1)$ is, close to $0$,
$$tag2
frac{tan2x+ax}{x^3}=frac{x+o(x^3)+ax}{x^3}.
$$
This requires $a=-1$ for the limit to exist. In more detail,
$$tag2
frac{tan2x+ax}{x^3}=frac{2x+tfrac{(2x)^3}3+o(x^5)+ax}{x^3}=frac{2+a}{x^2}+tfrac83+o(x^2).
$$
So it converges to $tfrac13$ when $a=-2$. For the whole limit to be zero, we need that $$tag3lim_{xto0}frac{sin bx}{x}=-frac83.$$
In the end, we need $a=-2$, $b=-tfrac83$.
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
1
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
|
show 1 more comment
First, notice that your limit exists if and only if it exists without the last term (since, as you said, the limit of the last term exists).
You have
$$tag1
frac{tan2x}{x^3}+frac a{x^2}=frac{tan2x+ax}{x^3}.
$$
Note that if $ane0$ you cannot apply L'Hôpital. The expression in $(1)$ is, close to $0$,
$$tag2
frac{tan2x+ax}{x^3}=frac{x+o(x^3)+ax}{x^3}.
$$
This requires $a=-1$ for the limit to exist. In more detail,
$$tag2
frac{tan2x+ax}{x^3}=frac{2x+tfrac{(2x)^3}3+o(x^5)+ax}{x^3}=frac{2+a}{x^2}+tfrac83+o(x^2).
$$
So it converges to $tfrac13$ when $a=-2$. For the whole limit to be zero, we need that $$tag3lim_{xto0}frac{sin bx}{x}=-frac83.$$
In the end, we need $a=-2$, $b=-tfrac83$.
First, notice that your limit exists if and only if it exists without the last term (since, as you said, the limit of the last term exists).
You have
$$tag1
frac{tan2x}{x^3}+frac a{x^2}=frac{tan2x+ax}{x^3}.
$$
Note that if $ane0$ you cannot apply L'Hôpital. The expression in $(1)$ is, close to $0$,
$$tag2
frac{tan2x+ax}{x^3}=frac{x+o(x^3)+ax}{x^3}.
$$
This requires $a=-1$ for the limit to exist. In more detail,
$$tag2
frac{tan2x+ax}{x^3}=frac{2x+tfrac{(2x)^3}3+o(x^5)+ax}{x^3}=frac{2+a}{x^2}+tfrac83+o(x^2).
$$
So it converges to $tfrac13$ when $a=-2$. For the whole limit to be zero, we need that $$tag3lim_{xto0}frac{sin bx}{x}=-frac83.$$
In the end, we need $a=-2$, $b=-tfrac83$.
edited Nov 26 at 2:10
answered Nov 26 at 1:23
Martin Argerami
123k1176174
123k1176174
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
1
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
|
show 1 more comment
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
1
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
The correct answer is -2 for a and -8/3 for b
– Dude156
Nov 26 at 1:44
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Yeah, I forgot the 2 from the $tan 2x$.
– Martin Argerami
Nov 26 at 2:11
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
Thanks for the reply! Why couldn't we solve this by solving each limit independently? Also, why did you say that if a=0, we couldn't use l hospitals?
– Dude156
Nov 26 at 2:20
1
1
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Yes, that was not entirely accurate. I meant that you cannot guarantee that the limit of the quotient of the derivatives exists. The problem with L'Hôpital is that when the limit of $f'(x)/g'(x)$ doesn't exist, it doesn't tell you anything about the existence of the original limit.
– Martin Argerami
Nov 26 at 2:24
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
Hey what does this o notation stand for btw? How did you dodge sec^2(x)?
– Dude156
Nov 26 at 17:36
|
show 1 more comment
Using the usual Taylor series for
$$y=frac{tan(2x)}{x^3}+frac{a}{x^2}+frac{sin (bx)}{x}=frac{tan(2x)+ax+x^2sin (bx)}{x^3}$$ The numerator write
$$left(2 x+frac{8 x^3}{3}+frac{64 x^5}{15}+Oleft(x^7right) right)+a x+x^2left(b x-frac{b^3 x^3}{6}+frac{b^5 x^5}{120}+Oleft(x^7right) right)$$ that is to say
$$(a+2) x+left(b+frac{8}{3}right) x^3+left(frac{64}{15}-frac{b^3}{6}right)
x^5+Oleft(x^7right)$$ making $$y=frac{a+2}{x^2}+left(b+frac{8}{3}right)+left(frac{64}{15}-frac{b^3}{6}right)
x^2+Oleft(x^4right)$$ So, in order to have a limit equal to $0$, you need $a=-2$, $b=-frac{8}{3}$ and then
$$y=frac{3008 }{405}x^2+Oleft(x^4right)$$
add a comment |
Using the usual Taylor series for
$$y=frac{tan(2x)}{x^3}+frac{a}{x^2}+frac{sin (bx)}{x}=frac{tan(2x)+ax+x^2sin (bx)}{x^3}$$ The numerator write
$$left(2 x+frac{8 x^3}{3}+frac{64 x^5}{15}+Oleft(x^7right) right)+a x+x^2left(b x-frac{b^3 x^3}{6}+frac{b^5 x^5}{120}+Oleft(x^7right) right)$$ that is to say
$$(a+2) x+left(b+frac{8}{3}right) x^3+left(frac{64}{15}-frac{b^3}{6}right)
x^5+Oleft(x^7right)$$ making $$y=frac{a+2}{x^2}+left(b+frac{8}{3}right)+left(frac{64}{15}-frac{b^3}{6}right)
x^2+Oleft(x^4right)$$ So, in order to have a limit equal to $0$, you need $a=-2$, $b=-frac{8}{3}$ and then
$$y=frac{3008 }{405}x^2+Oleft(x^4right)$$
add a comment |
Using the usual Taylor series for
$$y=frac{tan(2x)}{x^3}+frac{a}{x^2}+frac{sin (bx)}{x}=frac{tan(2x)+ax+x^2sin (bx)}{x^3}$$ The numerator write
$$left(2 x+frac{8 x^3}{3}+frac{64 x^5}{15}+Oleft(x^7right) right)+a x+x^2left(b x-frac{b^3 x^3}{6}+frac{b^5 x^5}{120}+Oleft(x^7right) right)$$ that is to say
$$(a+2) x+left(b+frac{8}{3}right) x^3+left(frac{64}{15}-frac{b^3}{6}right)
x^5+Oleft(x^7right)$$ making $$y=frac{a+2}{x^2}+left(b+frac{8}{3}right)+left(frac{64}{15}-frac{b^3}{6}right)
x^2+Oleft(x^4right)$$ So, in order to have a limit equal to $0$, you need $a=-2$, $b=-frac{8}{3}$ and then
$$y=frac{3008 }{405}x^2+Oleft(x^4right)$$
Using the usual Taylor series for
$$y=frac{tan(2x)}{x^3}+frac{a}{x^2}+frac{sin (bx)}{x}=frac{tan(2x)+ax+x^2sin (bx)}{x^3}$$ The numerator write
$$left(2 x+frac{8 x^3}{3}+frac{64 x^5}{15}+Oleft(x^7right) right)+a x+x^2left(b x-frac{b^3 x^3}{6}+frac{b^5 x^5}{120}+Oleft(x^7right) right)$$ that is to say
$$(a+2) x+left(b+frac{8}{3}right) x^3+left(frac{64}{15}-frac{b^3}{6}right)
x^5+Oleft(x^7right)$$ making $$y=frac{a+2}{x^2}+left(b+frac{8}{3}right)+left(frac{64}{15}-frac{b^3}{6}right)
x^2+Oleft(x^4right)$$ So, in order to have a limit equal to $0$, you need $a=-2$, $b=-frac{8}{3}$ and then
$$y=frac{3008 }{405}x^2+Oleft(x^4right)$$
answered Nov 26 at 5:34
Claude Leibovici
118k1157132
118k1157132
add a comment |
add a comment |
We have that
$$frac{tan (2x)}{x^3}+frac{a}{x^2}+frac{sin bx}{x}=frac{tan (2x)+ax+x^2sin bx}{x^3}$$
and from here since $x^2sin bxsim bx^3$ and $tan (2x)sim 2x$ we need $a=-2$ as a necessary condition for the limit to exist then we can consider by standard limits
$$frac{tan (2x)-2x+x^2sin bx}{x^3}=8frac{tan (2x)-2x}{(2x)^3}+bfrac{sin bx}{bx}to frac83+b=0$$
add a comment |
We have that
$$frac{tan (2x)}{x^3}+frac{a}{x^2}+frac{sin bx}{x}=frac{tan (2x)+ax+x^2sin bx}{x^3}$$
and from here since $x^2sin bxsim bx^3$ and $tan (2x)sim 2x$ we need $a=-2$ as a necessary condition for the limit to exist then we can consider by standard limits
$$frac{tan (2x)-2x+x^2sin bx}{x^3}=8frac{tan (2x)-2x}{(2x)^3}+bfrac{sin bx}{bx}to frac83+b=0$$
add a comment |
We have that
$$frac{tan (2x)}{x^3}+frac{a}{x^2}+frac{sin bx}{x}=frac{tan (2x)+ax+x^2sin bx}{x^3}$$
and from here since $x^2sin bxsim bx^3$ and $tan (2x)sim 2x$ we need $a=-2$ as a necessary condition for the limit to exist then we can consider by standard limits
$$frac{tan (2x)-2x+x^2sin bx}{x^3}=8frac{tan (2x)-2x}{(2x)^3}+bfrac{sin bx}{bx}to frac83+b=0$$
We have that
$$frac{tan (2x)}{x^3}+frac{a}{x^2}+frac{sin bx}{x}=frac{tan (2x)+ax+x^2sin bx}{x^3}$$
and from here since $x^2sin bxsim bx^3$ and $tan (2x)sim 2x$ we need $a=-2$ as a necessary condition for the limit to exist then we can consider by standard limits
$$frac{tan (2x)-2x+x^2sin bx}{x^3}=8frac{tan (2x)-2x}{(2x)^3}+bfrac{sin bx}{bx}to frac83+b=0$$
answered Nov 26 at 13:13
gimusi
1
1
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%2f3013664%2fanother-limit-conundrum%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
Taylor expand $tan(2x)$ perhaps?
– More Anonymous
Nov 26 at 1:12
Have you tried writing it as one fraction and applying Lhopotal's? The denominator is $x^3$ so it should become a constant after several iterations.
– Ovi
Nov 26 at 1:15
How does $tan(2x)/x^3$ "approaches infinity as x goes to infinity" since it's not even defined on any neighborhood of $infty$? You meant "as $x$ appraoches zero," right?
– Clement C.
Nov 26 at 1:18