How to do arithmetic with a formula that contains big O notation

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












For example, I want to use the formula



$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $



How can I evaluate for $n=4$ when I know that $m>0$







share|cite|improve this question

















  • 5




    You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
    – Parcly Taxel
    Jul 21 at 8:05














up vote
1
down vote

favorite












For example, I want to use the formula



$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $



How can I evaluate for $n=4$ when I know that $m>0$







share|cite|improve this question

















  • 5




    You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
    – Parcly Taxel
    Jul 21 at 8:05












up vote
1
down vote

favorite









up vote
1
down vote

favorite











For example, I want to use the formula



$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $



How can I evaluate for $n=4$ when I know that $m>0$







share|cite|improve this question













For example, I want to use the formula



$ operatornamefoo(n)= 1/5 pi +log(n) + pi n + 1/2 + O(n^-m) $



How can I evaluate for $n=4$ when I know that $m>0$









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Jul 21 at 8:12









Bernard

110k635103




110k635103









asked Jul 21 at 8:04









uruguay

61




61







  • 5




    You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
    – Parcly Taxel
    Jul 21 at 8:05












  • 5




    You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
    – Parcly Taxel
    Jul 21 at 8:05







5




5




You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05




You can't. O notation is meant for describing behaviour in the limit, not as something to evaluate.
– Parcly Taxel
Jul 21 at 8:05















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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858316%2fhow-to-do-arithmetic-with-a-formula-that-contains-big-o-notation%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858316%2fhow-to-do-arithmetic-with-a-formula-that-contains-big-o-notation%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What is the equation of a 3D cone with generalised tilt?

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?