Why is it true that $sqrt{frac{a}{2x}+O(x^{-2})} = frac{a}{4x} + O(x^{-2})$ for $|x|<1$
Simplify $sqrt{frac{a}{2x}+O(x^{-2})}$ for $|x|<1$. This problem uses "big-O" notation where $f(x) = O(g(x))$ as $xrightarrow a$ if and only if there exists positive numbers $M$ and $delta$ such that $|f(x)|leq Mg(x)$ when $0<|x-a|<delta$.
I am trying to validate a claim that this expression is equal to $frac{a}{4x} + O(x^{-2})$. I don't know where to start because I have no idea how to evaluate this square root. My initial idea was to use the binomial expansion for the square root of two terms, which leads me to $$sqrt{frac{a}{2x}} + frac{1}{2}*frac{1}{(frac{a}{2})^{frac{1}{2}}}O(x^{-2}) -frac{1}{4}*frac{1}{(frac{a}{2x})^{frac{3}{2}}})O^2(x^{-2}):+:...$$ Next I would need to find a way to round off all the remaining terms with some $O(g(x))$, but I also don't know how to do this.
asymptotics
add a comment |
Simplify $sqrt{frac{a}{2x}+O(x^{-2})}$ for $|x|<1$. This problem uses "big-O" notation where $f(x) = O(g(x))$ as $xrightarrow a$ if and only if there exists positive numbers $M$ and $delta$ such that $|f(x)|leq Mg(x)$ when $0<|x-a|<delta$.
I am trying to validate a claim that this expression is equal to $frac{a}{4x} + O(x^{-2})$. I don't know where to start because I have no idea how to evaluate this square root. My initial idea was to use the binomial expansion for the square root of two terms, which leads me to $$sqrt{frac{a}{2x}} + frac{1}{2}*frac{1}{(frac{a}{2})^{frac{1}{2}}}O(x^{-2}) -frac{1}{4}*frac{1}{(frac{a}{2x})^{frac{3}{2}}})O^2(x^{-2}):+:...$$ Next I would need to find a way to round off all the remaining terms with some $O(g(x))$, but I also don't know how to do this.
asymptotics
This isn’t correct
– Clayton
Nov 29 at 20:55
1
Your big O is near which point?
– hamam_Abdallah
Nov 29 at 21:01
The big-oh expressions only make sense as $x to infty$. The problem is wrong.
– marty cohen
Nov 29 at 21:11
The big O is near 0 @hamam_Abdallah
– Ryan Greyling
Nov 29 at 21:22
1
These sources claim that big O notation is applicable as $xrightarrow a$ @marty cohen en.wikipedia.org/wiki/Big_O_notation under formal definition and web.mit.edu/16.070/www/lecture/big_o.pdf page 3 under related notations
– Ryan Greyling
Nov 29 at 21:26
add a comment |
Simplify $sqrt{frac{a}{2x}+O(x^{-2})}$ for $|x|<1$. This problem uses "big-O" notation where $f(x) = O(g(x))$ as $xrightarrow a$ if and only if there exists positive numbers $M$ and $delta$ such that $|f(x)|leq Mg(x)$ when $0<|x-a|<delta$.
I am trying to validate a claim that this expression is equal to $frac{a}{4x} + O(x^{-2})$. I don't know where to start because I have no idea how to evaluate this square root. My initial idea was to use the binomial expansion for the square root of two terms, which leads me to $$sqrt{frac{a}{2x}} + frac{1}{2}*frac{1}{(frac{a}{2})^{frac{1}{2}}}O(x^{-2}) -frac{1}{4}*frac{1}{(frac{a}{2x})^{frac{3}{2}}})O^2(x^{-2}):+:...$$ Next I would need to find a way to round off all the remaining terms with some $O(g(x))$, but I also don't know how to do this.
asymptotics
Simplify $sqrt{frac{a}{2x}+O(x^{-2})}$ for $|x|<1$. This problem uses "big-O" notation where $f(x) = O(g(x))$ as $xrightarrow a$ if and only if there exists positive numbers $M$ and $delta$ such that $|f(x)|leq Mg(x)$ when $0<|x-a|<delta$.
I am trying to validate a claim that this expression is equal to $frac{a}{4x} + O(x^{-2})$. I don't know where to start because I have no idea how to evaluate this square root. My initial idea was to use the binomial expansion for the square root of two terms, which leads me to $$sqrt{frac{a}{2x}} + frac{1}{2}*frac{1}{(frac{a}{2})^{frac{1}{2}}}O(x^{-2}) -frac{1}{4}*frac{1}{(frac{a}{2x})^{frac{3}{2}}})O^2(x^{-2}):+:...$$ Next I would need to find a way to round off all the remaining terms with some $O(g(x))$, but I also don't know how to do this.
asymptotics
asymptotics
asked Nov 29 at 20:51
Ryan Greyling
1707
1707
This isn’t correct
– Clayton
Nov 29 at 20:55
1
Your big O is near which point?
– hamam_Abdallah
Nov 29 at 21:01
The big-oh expressions only make sense as $x to infty$. The problem is wrong.
– marty cohen
Nov 29 at 21:11
The big O is near 0 @hamam_Abdallah
– Ryan Greyling
Nov 29 at 21:22
1
These sources claim that big O notation is applicable as $xrightarrow a$ @marty cohen en.wikipedia.org/wiki/Big_O_notation under formal definition and web.mit.edu/16.070/www/lecture/big_o.pdf page 3 under related notations
– Ryan Greyling
Nov 29 at 21:26
add a comment |
This isn’t correct
– Clayton
Nov 29 at 20:55
1
Your big O is near which point?
– hamam_Abdallah
Nov 29 at 21:01
The big-oh expressions only make sense as $x to infty$. The problem is wrong.
– marty cohen
Nov 29 at 21:11
The big O is near 0 @hamam_Abdallah
– Ryan Greyling
Nov 29 at 21:22
1
These sources claim that big O notation is applicable as $xrightarrow a$ @marty cohen en.wikipedia.org/wiki/Big_O_notation under formal definition and web.mit.edu/16.070/www/lecture/big_o.pdf page 3 under related notations
– Ryan Greyling
Nov 29 at 21:26
This isn’t correct
– Clayton
Nov 29 at 20:55
This isn’t correct
– Clayton
Nov 29 at 20:55
1
1
Your big O is near which point?
– hamam_Abdallah
Nov 29 at 21:01
Your big O is near which point?
– hamam_Abdallah
Nov 29 at 21:01
The big-oh expressions only make sense as $x to infty$. The problem is wrong.
– marty cohen
Nov 29 at 21:11
The big-oh expressions only make sense as $x to infty$. The problem is wrong.
– marty cohen
Nov 29 at 21:11
The big O is near 0 @hamam_Abdallah
– Ryan Greyling
Nov 29 at 21:22
The big O is near 0 @hamam_Abdallah
– Ryan Greyling
Nov 29 at 21:22
1
1
These sources claim that big O notation is applicable as $xrightarrow a$ @marty cohen en.wikipedia.org/wiki/Big_O_notation under formal definition and web.mit.edu/16.070/www/lecture/big_o.pdf page 3 under related notations
– Ryan Greyling
Nov 29 at 21:26
These sources claim that big O notation is applicable as $xrightarrow a$ @marty cohen en.wikipedia.org/wiki/Big_O_notation under formal definition and web.mit.edu/16.070/www/lecture/big_o.pdf page 3 under related notations
– Ryan Greyling
Nov 29 at 21:26
add a comment |
active
oldest
votes
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%2f3019200%2fwhy-is-it-true-that-sqrt-fraca2xox-2-fraca4x-ox-2-f%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3019200%2fwhy-is-it-true-that-sqrt-fraca2xox-2-fraca4x-ox-2-f%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
This isn’t correct
– Clayton
Nov 29 at 20:55
1
Your big O is near which point?
– hamam_Abdallah
Nov 29 at 21:01
The big-oh expressions only make sense as $x to infty$. The problem is wrong.
– marty cohen
Nov 29 at 21:11
The big O is near 0 @hamam_Abdallah
– Ryan Greyling
Nov 29 at 21:22
1
These sources claim that big O notation is applicable as $xrightarrow a$ @marty cohen en.wikipedia.org/wiki/Big_O_notation under formal definition and web.mit.edu/16.070/www/lecture/big_o.pdf page 3 under related notations
– Ryan Greyling
Nov 29 at 21:26