Explanation of summation equation












1












$begingroup$


Could somebody please explain the following equation to me?
enter image description here



I have no clue what H represents, nor how theta(ln(n)) - theta(ln(k)) results in theta(ln (n/k))



Any explanation would be appreciated.



Thanks!










share|cite|improve this question









$endgroup$












  • $begingroup$
    H indicates the harmonic numbers
    $endgroup$
    – G Cab
    Dec 7 '18 at 0:56
















1












$begingroup$


Could somebody please explain the following equation to me?
enter image description here



I have no clue what H represents, nor how theta(ln(n)) - theta(ln(k)) results in theta(ln (n/k))



Any explanation would be appreciated.



Thanks!










share|cite|improve this question









$endgroup$












  • $begingroup$
    H indicates the harmonic numbers
    $endgroup$
    – G Cab
    Dec 7 '18 at 0:56














1












1








1





$begingroup$


Could somebody please explain the following equation to me?
enter image description here



I have no clue what H represents, nor how theta(ln(n)) - theta(ln(k)) results in theta(ln (n/k))



Any explanation would be appreciated.



Thanks!










share|cite|improve this question









$endgroup$




Could somebody please explain the following equation to me?
enter image description here



I have no clue what H represents, nor how theta(ln(n)) - theta(ln(k)) results in theta(ln (n/k))



Any explanation would be appreciated.



Thanks!







summation algorithms logarithms






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 7 '18 at 0:50









Jerry M.Jerry M.

1084




1084












  • $begingroup$
    H indicates the harmonic numbers
    $endgroup$
    – G Cab
    Dec 7 '18 at 0:56


















  • $begingroup$
    H indicates the harmonic numbers
    $endgroup$
    – G Cab
    Dec 7 '18 at 0:56
















$begingroup$
H indicates the harmonic numbers
$endgroup$
– G Cab
Dec 7 '18 at 0:56




$begingroup$
H indicates the harmonic numbers
$endgroup$
– G Cab
Dec 7 '18 at 0:56










1 Answer
1






active

oldest

votes


















1












$begingroup$

The $H$ notation used is more a shorthand for the harmonic series' partial sums. More explicitly,



$$H(n) = text{(the n-th partial sum of the harmonic series)} = sum_{k=1}^n frac{1}{k}$$



Edit: You could also say that $H(n)$ is the $n^{th}$ harmonic number, as the definition is the same.



Going from there, I'm just guessing on what $Theta$ represents from what I could Google up. My guess is that it is a function that means "on the order of" or something of the sort. For that, it might be important to note that we can represent the harmonic series in a sort of "closed" form:



$$sum_{k=1}^n frac{1}{k} = ln(n) + gamma + epsilon_n approx ln(n)$$



In this context, $gamma$ is the Euler-Mascheroni constant, and $epsilon_n$ is a sort of "error constant" that establishes the equality. It is proportional to $1/2n$ and thus $epsilon_n to 0$ as $n to infty$.



And then I guess because $ln(n) - ln(k) = ln(n/k)$ per a property of logarithms, that might explain your other question.



But I want to emphasize that I'm kinda just guessing here since I'm not particularly familiar with the big-theta notation or how to utilize it. I think that's what's at play here, but it's just a guess.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
    $endgroup$
    – Jair Taylor
    Dec 7 '18 at 1:05










  • $begingroup$
    This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
    $endgroup$
    – Jerry M.
    Dec 7 '18 at 1:37











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%2f3029301%2fexplanation-of-summation-equation%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









1












$begingroup$

The $H$ notation used is more a shorthand for the harmonic series' partial sums. More explicitly,



$$H(n) = text{(the n-th partial sum of the harmonic series)} = sum_{k=1}^n frac{1}{k}$$



Edit: You could also say that $H(n)$ is the $n^{th}$ harmonic number, as the definition is the same.



Going from there, I'm just guessing on what $Theta$ represents from what I could Google up. My guess is that it is a function that means "on the order of" or something of the sort. For that, it might be important to note that we can represent the harmonic series in a sort of "closed" form:



$$sum_{k=1}^n frac{1}{k} = ln(n) + gamma + epsilon_n approx ln(n)$$



In this context, $gamma$ is the Euler-Mascheroni constant, and $epsilon_n$ is a sort of "error constant" that establishes the equality. It is proportional to $1/2n$ and thus $epsilon_n to 0$ as $n to infty$.



And then I guess because $ln(n) - ln(k) = ln(n/k)$ per a property of logarithms, that might explain your other question.



But I want to emphasize that I'm kinda just guessing here since I'm not particularly familiar with the big-theta notation or how to utilize it. I think that's what's at play here, but it's just a guess.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
    $endgroup$
    – Jair Taylor
    Dec 7 '18 at 1:05










  • $begingroup$
    This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
    $endgroup$
    – Jerry M.
    Dec 7 '18 at 1:37
















1












$begingroup$

The $H$ notation used is more a shorthand for the harmonic series' partial sums. More explicitly,



$$H(n) = text{(the n-th partial sum of the harmonic series)} = sum_{k=1}^n frac{1}{k}$$



Edit: You could also say that $H(n)$ is the $n^{th}$ harmonic number, as the definition is the same.



Going from there, I'm just guessing on what $Theta$ represents from what I could Google up. My guess is that it is a function that means "on the order of" or something of the sort. For that, it might be important to note that we can represent the harmonic series in a sort of "closed" form:



$$sum_{k=1}^n frac{1}{k} = ln(n) + gamma + epsilon_n approx ln(n)$$



In this context, $gamma$ is the Euler-Mascheroni constant, and $epsilon_n$ is a sort of "error constant" that establishes the equality. It is proportional to $1/2n$ and thus $epsilon_n to 0$ as $n to infty$.



And then I guess because $ln(n) - ln(k) = ln(n/k)$ per a property of logarithms, that might explain your other question.



But I want to emphasize that I'm kinda just guessing here since I'm not particularly familiar with the big-theta notation or how to utilize it. I think that's what's at play here, but it's just a guess.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
    $endgroup$
    – Jair Taylor
    Dec 7 '18 at 1:05










  • $begingroup$
    This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
    $endgroup$
    – Jerry M.
    Dec 7 '18 at 1:37














1












1








1





$begingroup$

The $H$ notation used is more a shorthand for the harmonic series' partial sums. More explicitly,



$$H(n) = text{(the n-th partial sum of the harmonic series)} = sum_{k=1}^n frac{1}{k}$$



Edit: You could also say that $H(n)$ is the $n^{th}$ harmonic number, as the definition is the same.



Going from there, I'm just guessing on what $Theta$ represents from what I could Google up. My guess is that it is a function that means "on the order of" or something of the sort. For that, it might be important to note that we can represent the harmonic series in a sort of "closed" form:



$$sum_{k=1}^n frac{1}{k} = ln(n) + gamma + epsilon_n approx ln(n)$$



In this context, $gamma$ is the Euler-Mascheroni constant, and $epsilon_n$ is a sort of "error constant" that establishes the equality. It is proportional to $1/2n$ and thus $epsilon_n to 0$ as $n to infty$.



And then I guess because $ln(n) - ln(k) = ln(n/k)$ per a property of logarithms, that might explain your other question.



But I want to emphasize that I'm kinda just guessing here since I'm not particularly familiar with the big-theta notation or how to utilize it. I think that's what's at play here, but it's just a guess.






share|cite|improve this answer









$endgroup$



The $H$ notation used is more a shorthand for the harmonic series' partial sums. More explicitly,



$$H(n) = text{(the n-th partial sum of the harmonic series)} = sum_{k=1}^n frac{1}{k}$$



Edit: You could also say that $H(n)$ is the $n^{th}$ harmonic number, as the definition is the same.



Going from there, I'm just guessing on what $Theta$ represents from what I could Google up. My guess is that it is a function that means "on the order of" or something of the sort. For that, it might be important to note that we can represent the harmonic series in a sort of "closed" form:



$$sum_{k=1}^n frac{1}{k} = ln(n) + gamma + epsilon_n approx ln(n)$$



In this context, $gamma$ is the Euler-Mascheroni constant, and $epsilon_n$ is a sort of "error constant" that establishes the equality. It is proportional to $1/2n$ and thus $epsilon_n to 0$ as $n to infty$.



And then I guess because $ln(n) - ln(k) = ln(n/k)$ per a property of logarithms, that might explain your other question.



But I want to emphasize that I'm kinda just guessing here since I'm not particularly familiar with the big-theta notation or how to utilize it. I think that's what's at play here, but it's just a guess.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Dec 7 '18 at 1:01









Eevee TrainerEevee Trainer

5,7961936




5,7961936












  • $begingroup$
    Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
    $endgroup$
    – Jair Taylor
    Dec 7 '18 at 1:05










  • $begingroup$
    This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
    $endgroup$
    – Jerry M.
    Dec 7 '18 at 1:37


















  • $begingroup$
    Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
    $endgroup$
    – Jair Taylor
    Dec 7 '18 at 1:05










  • $begingroup$
    This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
    $endgroup$
    – Jerry M.
    Dec 7 '18 at 1:37
















$begingroup$
Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
$endgroup$
– Jair Taylor
Dec 7 '18 at 1:05




$begingroup$
Yes, $Theta$ basically means "on the order of", i.e., bounded both above and below up to a constant. See Big-O-notation
$endgroup$
– Jair Taylor
Dec 7 '18 at 1:05












$begingroup$
This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
$endgroup$
– Jerry M.
Dec 7 '18 at 1:37




$begingroup$
This was an absolutely amazing explanation. Thank you so much for taking the time to explain this to me.
$endgroup$
– Jerry M.
Dec 7 '18 at 1:37


















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%2f3029301%2fexplanation-of-summation-equation%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

Mont Emei

Province de Neuquén

Journaliste