Sigma notation for sum of $ln(x)^2$ from $2$ to $20$ with steps of $0.5$
$begingroup$
Is it possible to use sigma notation for non-integer steps, for example I want to sum $ln(x)^2$ from $2$ to $20$ with steps of $0.5$, is there a way I could write this in sigma notation or some other form of notation.
summation notation
$endgroup$
add a comment |
$begingroup$
Is it possible to use sigma notation for non-integer steps, for example I want to sum $ln(x)^2$ from $2$ to $20$ with steps of $0.5$, is there a way I could write this in sigma notation or some other form of notation.
summation notation
$endgroup$
add a comment |
$begingroup$
Is it possible to use sigma notation for non-integer steps, for example I want to sum $ln(x)^2$ from $2$ to $20$ with steps of $0.5$, is there a way I could write this in sigma notation or some other form of notation.
summation notation
$endgroup$
Is it possible to use sigma notation for non-integer steps, for example I want to sum $ln(x)^2$ from $2$ to $20$ with steps of $0.5$, is there a way I could write this in sigma notation or some other form of notation.
summation notation
summation notation
edited Feb 11 at 15:37
user21820
39k543153
39k543153
asked Feb 10 at 19:26
H.LinkhornH.Linkhorn
415113
415113
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
In this particular case that you have the constant difference, I would go with the other answers; it's the simplest and most non-confusing manner to write what you want to convey. However, if you have any arbitrary set $S$, and wanted to sum based on its elements, you can write something like
$$sum_{sin S}f(s).$$
In particular you might have $S={2,2.5,3,dots,20}$.
$endgroup$
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
1
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
add a comment |
$begingroup$
Does $$sum_{n = 0}^{36}lnleft(2+dfrac{1}{2}nright)^2$$ satisfy your requirements?
$endgroup$
add a comment |
$begingroup$
You could change $ln(x)^2$ into $lnleft(frac{x}{2}right)^2$ to achieve the steps of $0.5$ in this case. You want $frac{x}{2}$ to go from $2$ to $20$ as well (with steps of $0.5$), so $x$ must go from $4$ to $40$. Therefore, the sum becomes$sum_limits{x = 4}^{40}lnleft(frac{x}{2}right)^2$.
$endgroup$
add a comment |
$begingroup$
Just use $frac{x}{2}$ instead of $x$ in this example to get integers. This trick can always be used when we have to sum up finite many rationals or rationals with a limited denominator.
$endgroup$
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%2f3107841%2fsigma-notation-for-sum-of-lnx2-from-2-to-20-with-steps-of-0-5%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
$begingroup$
In this particular case that you have the constant difference, I would go with the other answers; it's the simplest and most non-confusing manner to write what you want to convey. However, if you have any arbitrary set $S$, and wanted to sum based on its elements, you can write something like
$$sum_{sin S}f(s).$$
In particular you might have $S={2,2.5,3,dots,20}$.
$endgroup$
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
1
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
add a comment |
$begingroup$
In this particular case that you have the constant difference, I would go with the other answers; it's the simplest and most non-confusing manner to write what you want to convey. However, if you have any arbitrary set $S$, and wanted to sum based on its elements, you can write something like
$$sum_{sin S}f(s).$$
In particular you might have $S={2,2.5,3,dots,20}$.
$endgroup$
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
1
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
add a comment |
$begingroup$
In this particular case that you have the constant difference, I would go with the other answers; it's the simplest and most non-confusing manner to write what you want to convey. However, if you have any arbitrary set $S$, and wanted to sum based on its elements, you can write something like
$$sum_{sin S}f(s).$$
In particular you might have $S={2,2.5,3,dots,20}$.
$endgroup$
In this particular case that you have the constant difference, I would go with the other answers; it's the simplest and most non-confusing manner to write what you want to convey. However, if you have any arbitrary set $S$, and wanted to sum based on its elements, you can write something like
$$sum_{sin S}f(s).$$
In particular you might have $S={2,2.5,3,dots,20}$.
answered Feb 10 at 22:38
YiFanYiFan
4,0101627
4,0101627
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
1
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
add a comment |
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
1
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
$begingroup$
Arbitrary finite set (or else invoke topology and convergence conditions).
$endgroup$
– Marc van Leeuwen
Feb 11 at 10:17
1
1
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
$begingroup$
You could also index over the set $S$, to get $sum_{i=0}^nf(s_i)$, where $S={s_0,s_1,ldots,s_n}$.
$endgroup$
– Jam
Feb 11 at 10:20
add a comment |
$begingroup$
Does $$sum_{n = 0}^{36}lnleft(2+dfrac{1}{2}nright)^2$$ satisfy your requirements?
$endgroup$
add a comment |
$begingroup$
Does $$sum_{n = 0}^{36}lnleft(2+dfrac{1}{2}nright)^2$$ satisfy your requirements?
$endgroup$
add a comment |
$begingroup$
Does $$sum_{n = 0}^{36}lnleft(2+dfrac{1}{2}nright)^2$$ satisfy your requirements?
$endgroup$
Does $$sum_{n = 0}^{36}lnleft(2+dfrac{1}{2}nright)^2$$ satisfy your requirements?
answered Feb 10 at 19:29
JimmyK4542JimmyK4542
41.1k245106
41.1k245106
add a comment |
add a comment |
$begingroup$
You could change $ln(x)^2$ into $lnleft(frac{x}{2}right)^2$ to achieve the steps of $0.5$ in this case. You want $frac{x}{2}$ to go from $2$ to $20$ as well (with steps of $0.5$), so $x$ must go from $4$ to $40$. Therefore, the sum becomes$sum_limits{x = 4}^{40}lnleft(frac{x}{2}right)^2$.
$endgroup$
add a comment |
$begingroup$
You could change $ln(x)^2$ into $lnleft(frac{x}{2}right)^2$ to achieve the steps of $0.5$ in this case. You want $frac{x}{2}$ to go from $2$ to $20$ as well (with steps of $0.5$), so $x$ must go from $4$ to $40$. Therefore, the sum becomes$sum_limits{x = 4}^{40}lnleft(frac{x}{2}right)^2$.
$endgroup$
add a comment |
$begingroup$
You could change $ln(x)^2$ into $lnleft(frac{x}{2}right)^2$ to achieve the steps of $0.5$ in this case. You want $frac{x}{2}$ to go from $2$ to $20$ as well (with steps of $0.5$), so $x$ must go from $4$ to $40$. Therefore, the sum becomes$sum_limits{x = 4}^{40}lnleft(frac{x}{2}right)^2$.
$endgroup$
You could change $ln(x)^2$ into $lnleft(frac{x}{2}right)^2$ to achieve the steps of $0.5$ in this case. You want $frac{x}{2}$ to go from $2$ to $20$ as well (with steps of $0.5$), so $x$ must go from $4$ to $40$. Therefore, the sum becomes$sum_limits{x = 4}^{40}lnleft(frac{x}{2}right)^2$.
edited Feb 10 at 19:37
answered Feb 10 at 19:32
KM101KM101
6,0251525
6,0251525
add a comment |
add a comment |
$begingroup$
Just use $frac{x}{2}$ instead of $x$ in this example to get integers. This trick can always be used when we have to sum up finite many rationals or rationals with a limited denominator.
$endgroup$
add a comment |
$begingroup$
Just use $frac{x}{2}$ instead of $x$ in this example to get integers. This trick can always be used when we have to sum up finite many rationals or rationals with a limited denominator.
$endgroup$
add a comment |
$begingroup$
Just use $frac{x}{2}$ instead of $x$ in this example to get integers. This trick can always be used when we have to sum up finite many rationals or rationals with a limited denominator.
$endgroup$
Just use $frac{x}{2}$ instead of $x$ in this example to get integers. This trick can always be used when we have to sum up finite many rationals or rationals with a limited denominator.
answered Feb 10 at 19:30
PeterPeter
47.6k1039131
47.6k1039131
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.
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%2f3107841%2fsigma-notation-for-sum-of-lnx2-from-2-to-20-with-steps-of-0-5%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