How to evaluate the sum for definite integrals using limit definition?
$begingroup$
If $f$ is integrable on $[a,b]$, then
$$
int_a^b f(x) dx = lim_{n to infty} sum_{i=1}^n f(x_i) Delta x_i
$$
where $Delta x = (b-a)/n$ and $x_i = a + iDelta x$. Use this definition of the integral to evaluate $int_2^4 (1-2x)dx$.
- We have $int_2^4 (1-2x)dx = lim_{n to infty} sum_{i=1}^n ???$
- Evaluating the sum gives $int_2^4 (1-2x)dx = lim_{n to infty} ???$
- Evaluating the limit gives $int_2^4 (1-2x)dx = ???$
So I'm able to solve the first part of this question correctly with getting
$(1-2(2+frac{2i}{n}))(frac{2}{n})$. But for the second part which is 'evaluating the sum', I'm not able to figure out what the question is exactly asking for and how to calculate it.
It's not the same as evaluating the limit so this is confusing me a bit.
It will help if someone's able to help me understand this 'evaluate the sum' and how to solve this part of the question.
Thank you!
definite-integrals riemann-integration riemann-sum
$endgroup$
add a comment |
$begingroup$
If $f$ is integrable on $[a,b]$, then
$$
int_a^b f(x) dx = lim_{n to infty} sum_{i=1}^n f(x_i) Delta x_i
$$
where $Delta x = (b-a)/n$ and $x_i = a + iDelta x$. Use this definition of the integral to evaluate $int_2^4 (1-2x)dx$.
- We have $int_2^4 (1-2x)dx = lim_{n to infty} sum_{i=1}^n ???$
- Evaluating the sum gives $int_2^4 (1-2x)dx = lim_{n to infty} ???$
- Evaluating the limit gives $int_2^4 (1-2x)dx = ???$
So I'm able to solve the first part of this question correctly with getting
$(1-2(2+frac{2i}{n}))(frac{2}{n})$. But for the second part which is 'evaluating the sum', I'm not able to figure out what the question is exactly asking for and how to calculate it.
It's not the same as evaluating the limit so this is confusing me a bit.
It will help if someone's able to help me understand this 'evaluate the sum' and how to solve this part of the question.
Thank you!
definite-integrals riemann-integration riemann-sum
$endgroup$
add a comment |
$begingroup$
If $f$ is integrable on $[a,b]$, then
$$
int_a^b f(x) dx = lim_{n to infty} sum_{i=1}^n f(x_i) Delta x_i
$$
where $Delta x = (b-a)/n$ and $x_i = a + iDelta x$. Use this definition of the integral to evaluate $int_2^4 (1-2x)dx$.
- We have $int_2^4 (1-2x)dx = lim_{n to infty} sum_{i=1}^n ???$
- Evaluating the sum gives $int_2^4 (1-2x)dx = lim_{n to infty} ???$
- Evaluating the limit gives $int_2^4 (1-2x)dx = ???$
So I'm able to solve the first part of this question correctly with getting
$(1-2(2+frac{2i}{n}))(frac{2}{n})$. But for the second part which is 'evaluating the sum', I'm not able to figure out what the question is exactly asking for and how to calculate it.
It's not the same as evaluating the limit so this is confusing me a bit.
It will help if someone's able to help me understand this 'evaluate the sum' and how to solve this part of the question.
Thank you!
definite-integrals riemann-integration riemann-sum
$endgroup$
If $f$ is integrable on $[a,b]$, then
$$
int_a^b f(x) dx = lim_{n to infty} sum_{i=1}^n f(x_i) Delta x_i
$$
where $Delta x = (b-a)/n$ and $x_i = a + iDelta x$. Use this definition of the integral to evaluate $int_2^4 (1-2x)dx$.
- We have $int_2^4 (1-2x)dx = lim_{n to infty} sum_{i=1}^n ???$
- Evaluating the sum gives $int_2^4 (1-2x)dx = lim_{n to infty} ???$
- Evaluating the limit gives $int_2^4 (1-2x)dx = ???$
So I'm able to solve the first part of this question correctly with getting
$(1-2(2+frac{2i}{n}))(frac{2}{n})$. But for the second part which is 'evaluating the sum', I'm not able to figure out what the question is exactly asking for and how to calculate it.
It's not the same as evaluating the limit so this is confusing me a bit.
It will help if someone's able to help me understand this 'evaluate the sum' and how to solve this part of the question.
Thank you!
definite-integrals riemann-integration riemann-sum
definite-integrals riemann-integration riemann-sum
edited Dec 6 '18 at 21:56
gt6989b
33.7k22455
33.7k22455
asked Dec 6 '18 at 14:55
rockettjrockettj
111
111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Without checking the correctness of your representation, you have
$$
frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= frac{2}{n} left[-3 - frac{4i}{n}right]
= -frac{6}{n} - frac{8i}{n}
$$
Therefore,
$$
sum_{i=0}^{n-1} frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= -sum_{i=0}^{n-1} frac{6}{n}-sum_{i=0}^{n-1} frac{8i}{n}
= -6-frac{8}{n}sum_{i=0}^{n-1} i
$$
Can you finish this?
$endgroup$
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
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%2f3028595%2fhow-to-evaluate-the-sum-for-definite-integrals-using-limit-definition%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
$begingroup$
Without checking the correctness of your representation, you have
$$
frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= frac{2}{n} left[-3 - frac{4i}{n}right]
= -frac{6}{n} - frac{8i}{n}
$$
Therefore,
$$
sum_{i=0}^{n-1} frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= -sum_{i=0}^{n-1} frac{6}{n}-sum_{i=0}^{n-1} frac{8i}{n}
= -6-frac{8}{n}sum_{i=0}^{n-1} i
$$
Can you finish this?
$endgroup$
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
add a comment |
$begingroup$
Without checking the correctness of your representation, you have
$$
frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= frac{2}{n} left[-3 - frac{4i}{n}right]
= -frac{6}{n} - frac{8i}{n}
$$
Therefore,
$$
sum_{i=0}^{n-1} frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= -sum_{i=0}^{n-1} frac{6}{n}-sum_{i=0}^{n-1} frac{8i}{n}
= -6-frac{8}{n}sum_{i=0}^{n-1} i
$$
Can you finish this?
$endgroup$
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
add a comment |
$begingroup$
Without checking the correctness of your representation, you have
$$
frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= frac{2}{n} left[-3 - frac{4i}{n}right]
= -frac{6}{n} - frac{8i}{n}
$$
Therefore,
$$
sum_{i=0}^{n-1} frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= -sum_{i=0}^{n-1} frac{6}{n}-sum_{i=0}^{n-1} frac{8i}{n}
= -6-frac{8}{n}sum_{i=0}^{n-1} i
$$
Can you finish this?
$endgroup$
Without checking the correctness of your representation, you have
$$
frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= frac{2}{n} left[-3 - frac{4i}{n}right]
= -frac{6}{n} - frac{8i}{n}
$$
Therefore,
$$
sum_{i=0}^{n-1} frac{2}{n} left[1 - 2left(2+frac{2i}{n}right)right]
= -sum_{i=0}^{n-1} frac{6}{n}-sum_{i=0}^{n-1} frac{8i}{n}
= -6-frac{8}{n}sum_{i=0}^{n-1} i
$$
Can you finish this?
answered Dec 6 '18 at 15:07
gt6989bgt6989b
33.7k22455
33.7k22455
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
add a comment |
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
Nope. I'm really weak with this so I'm not sure where to go after that.
$endgroup$
– rockettj
Dec 6 '18 at 16:08
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
@rockettj Hint: $$sum_{k=1}^n k = frac{n(n+1)}{2}$$
$endgroup$
– gt6989b
Dec 6 '18 at 16:23
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
I'm getting like -10. but I'm not sure at all if its right. I tried substituting what you showed me with the i. Is that correct or wrong?
$endgroup$
– rockettj
Dec 6 '18 at 17:26
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
Nope I'm apparently wrong. I know I have to substitute that for i but I'm still completely lost.
$endgroup$
– rockettj
Dec 6 '18 at 17:54
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
$begingroup$
@rockettj Your result of $-10$ is correct, you can check it via $$int_2^4 (1-2x)dx = left. x - x^2 right|_2^4 = (4-16)-(2-4) = -10.$$
$endgroup$
– gt6989b
Dec 6 '18 at 22:03
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%2f3028595%2fhow-to-evaluate-the-sum-for-definite-integrals-using-limit-definition%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