What is the difference between f(x) and x?












-3












$begingroup$


What is the difference between f(x) and x?



For example:



Would



T$_1$(N) = O(f(N))



be any different than



T$_1$(N) = O(N)



?



Note: when I use "O" I am using it to indicate big-Oh notation.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Ummm.... what's the difference between $x$ and $cos (x)$ or $x^x$?????
    $endgroup$
    – David G. Stork
    Jan 20 at 4:43












  • $begingroup$
    corrected issue with second line
    $endgroup$
    – Darien Springer
    Jan 20 at 4:46










  • $begingroup$
    So what is $T_1$????? This question is a mess!
    $endgroup$
    – David G. Stork
    Jan 20 at 4:58










  • $begingroup$
    More generally and using pedantic but precise notation: if $g in O(h)$ then $gin O(fcirc h)$ if, for instance, $O(h) subset O(fcirc h)$ but this is not necessary, just sufficient.
    $endgroup$
    – LoveTooNap29
    Jan 20 at 5:04


















-3












$begingroup$


What is the difference between f(x) and x?



For example:



Would



T$_1$(N) = O(f(N))



be any different than



T$_1$(N) = O(N)



?



Note: when I use "O" I am using it to indicate big-Oh notation.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Ummm.... what's the difference between $x$ and $cos (x)$ or $x^x$?????
    $endgroup$
    – David G. Stork
    Jan 20 at 4:43












  • $begingroup$
    corrected issue with second line
    $endgroup$
    – Darien Springer
    Jan 20 at 4:46










  • $begingroup$
    So what is $T_1$????? This question is a mess!
    $endgroup$
    – David G. Stork
    Jan 20 at 4:58










  • $begingroup$
    More generally and using pedantic but precise notation: if $g in O(h)$ then $gin O(fcirc h)$ if, for instance, $O(h) subset O(fcirc h)$ but this is not necessary, just sufficient.
    $endgroup$
    – LoveTooNap29
    Jan 20 at 5:04
















-3












-3








-3





$begingroup$


What is the difference between f(x) and x?



For example:



Would



T$_1$(N) = O(f(N))



be any different than



T$_1$(N) = O(N)



?



Note: when I use "O" I am using it to indicate big-Oh notation.










share|cite|improve this question











$endgroup$




What is the difference between f(x) and x?



For example:



Would



T$_1$(N) = O(f(N))



be any different than



T$_1$(N) = O(N)



?



Note: when I use "O" I am using it to indicate big-Oh notation.







functions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 20 at 4:46







Darien Springer

















asked Jan 20 at 4:36









Darien SpringerDarien Springer

64




64












  • $begingroup$
    Ummm.... what's the difference between $x$ and $cos (x)$ or $x^x$?????
    $endgroup$
    – David G. Stork
    Jan 20 at 4:43












  • $begingroup$
    corrected issue with second line
    $endgroup$
    – Darien Springer
    Jan 20 at 4:46










  • $begingroup$
    So what is $T_1$????? This question is a mess!
    $endgroup$
    – David G. Stork
    Jan 20 at 4:58










  • $begingroup$
    More generally and using pedantic but precise notation: if $g in O(h)$ then $gin O(fcirc h)$ if, for instance, $O(h) subset O(fcirc h)$ but this is not necessary, just sufficient.
    $endgroup$
    – LoveTooNap29
    Jan 20 at 5:04




















  • $begingroup$
    Ummm.... what's the difference between $x$ and $cos (x)$ or $x^x$?????
    $endgroup$
    – David G. Stork
    Jan 20 at 4:43












  • $begingroup$
    corrected issue with second line
    $endgroup$
    – Darien Springer
    Jan 20 at 4:46










  • $begingroup$
    So what is $T_1$????? This question is a mess!
    $endgroup$
    – David G. Stork
    Jan 20 at 4:58










  • $begingroup$
    More generally and using pedantic but precise notation: if $g in O(h)$ then $gin O(fcirc h)$ if, for instance, $O(h) subset O(fcirc h)$ but this is not necessary, just sufficient.
    $endgroup$
    – LoveTooNap29
    Jan 20 at 5:04


















$begingroup$
Ummm.... what's the difference between $x$ and $cos (x)$ or $x^x$?????
$endgroup$
– David G. Stork
Jan 20 at 4:43






$begingroup$
Ummm.... what's the difference between $x$ and $cos (x)$ or $x^x$?????
$endgroup$
– David G. Stork
Jan 20 at 4:43














$begingroup$
corrected issue with second line
$endgroup$
– Darien Springer
Jan 20 at 4:46




$begingroup$
corrected issue with second line
$endgroup$
– Darien Springer
Jan 20 at 4:46












$begingroup$
So what is $T_1$????? This question is a mess!
$endgroup$
– David G. Stork
Jan 20 at 4:58




$begingroup$
So what is $T_1$????? This question is a mess!
$endgroup$
– David G. Stork
Jan 20 at 4:58












$begingroup$
More generally and using pedantic but precise notation: if $g in O(h)$ then $gin O(fcirc h)$ if, for instance, $O(h) subset O(fcirc h)$ but this is not necessary, just sufficient.
$endgroup$
– LoveTooNap29
Jan 20 at 5:04






$begingroup$
More generally and using pedantic but precise notation: if $g in O(h)$ then $gin O(fcirc h)$ if, for instance, $O(h) subset O(fcirc h)$ but this is not necessary, just sufficient.
$endgroup$
– LoveTooNap29
Jan 20 at 5:04












1 Answer
1






active

oldest

votes


















2












$begingroup$

For a simple example, let $f(x)=x^2$. Then $T_1(N)=O(f(N))$ says $T_1(N)=O(N^2)$, which is different from $T_1(N)=O(N)$






share|cite|improve this answer









$endgroup$









  • 1




    $begingroup$
    In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
    $endgroup$
    – Alfred Yerger
    Jan 20 at 5:02










  • $begingroup$
    @AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
    $endgroup$
    – Ross Millikan
    Jan 20 at 5:12











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3080189%2fwhat-is-the-difference-between-fx-and-x%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









2












$begingroup$

For a simple example, let $f(x)=x^2$. Then $T_1(N)=O(f(N))$ says $T_1(N)=O(N^2)$, which is different from $T_1(N)=O(N)$






share|cite|improve this answer









$endgroup$









  • 1




    $begingroup$
    In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
    $endgroup$
    – Alfred Yerger
    Jan 20 at 5:02










  • $begingroup$
    @AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
    $endgroup$
    – Ross Millikan
    Jan 20 at 5:12
















2












$begingroup$

For a simple example, let $f(x)=x^2$. Then $T_1(N)=O(f(N))$ says $T_1(N)=O(N^2)$, which is different from $T_1(N)=O(N)$






share|cite|improve this answer









$endgroup$









  • 1




    $begingroup$
    In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
    $endgroup$
    – Alfred Yerger
    Jan 20 at 5:02










  • $begingroup$
    @AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
    $endgroup$
    – Ross Millikan
    Jan 20 at 5:12














2












2








2





$begingroup$

For a simple example, let $f(x)=x^2$. Then $T_1(N)=O(f(N))$ says $T_1(N)=O(N^2)$, which is different from $T_1(N)=O(N)$






share|cite|improve this answer









$endgroup$



For a simple example, let $f(x)=x^2$. Then $T_1(N)=O(f(N))$ says $T_1(N)=O(N^2)$, which is different from $T_1(N)=O(N)$







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Jan 20 at 4:58









Ross MillikanRoss Millikan

298k23198371




298k23198371








  • 1




    $begingroup$
    In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
    $endgroup$
    – Alfred Yerger
    Jan 20 at 5:02










  • $begingroup$
    @AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
    $endgroup$
    – Ross Millikan
    Jan 20 at 5:12














  • 1




    $begingroup$
    In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
    $endgroup$
    – Alfred Yerger
    Jan 20 at 5:02










  • $begingroup$
    @AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
    $endgroup$
    – Ross Millikan
    Jan 20 at 5:12








1




1




$begingroup$
In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
$endgroup$
– Alfred Yerger
Jan 20 at 5:02




$begingroup$
In my opinion, the only way OP could ask this question is if he was confused about what big O actually means. It may help to elaborate a little there, but it would be ideal if OP would also elaborate on his confusion.
$endgroup$
– Alfred Yerger
Jan 20 at 5:02












$begingroup$
@AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
$endgroup$
– Ross Millikan
Jan 20 at 5:12




$begingroup$
@AlfredYerger: I agree, but I have a strong bias to answer the questions as asked. Sometimes this helps OP clarify his/her thinking.
$endgroup$
– Ross Millikan
Jan 20 at 5:12


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3080189%2fwhat-is-the-difference-between-fx-and-x%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

A Topological Invariant for $pi_3(U(n))$