Error Bound of composite trapezium rule Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Trapezoidal Rule (Quadrature) Error ApproximationIntegral of $x^2ln(x)$ using Simpson's ruleerror bound of a integrationSimpson's Error Bound EstimationHow to find upper bound on absolute error with composite trapezoid ruleNumerical Integration Error Bound$sum_n=3^infty frac1n(ln n)^4$ what upper bound does it yield for the error S-S30Error of composite trapezium ruleHaving trouble finding error bound due to an undefined termNumerical Integration, error bound setting step size.
What is homebrew?
8 Prisoners wearing hats
What would be the ideal power source for a cybernetic eye?
Is "Reachable Object" really an NP-complete problem?
Why do we bend a book to keep it straight?
Did MS DOS itself ever use blinking text?
What causes the direction of lightning flashes?
Maximum summed powersets with non-adjacent items
How would a mousetrap for use in space work?
Is CEO the profession with the most psychopaths?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Is grep documentation wrong?
Is this homebrew Lady of Pain warlock patron balanced?
How to answer "Have you ever been terminated?"
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Can a party unilaterally change candidates in preparation for a General election?
Crossing US/Canada Border for less than 24 hours
Generate an RGB colour grid
What does this Jacques Hadamard quote mean?
Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?
How do I find out the mythology and history of my Fortress?
Can anything be seen from the center of the Boötes void? How dark would it be?
For a new assistant professor in CS, how to build/manage a publication pipeline
Extracting terms with certain heads in a function
Error Bound of composite trapezium rule
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Trapezoidal Rule (Quadrature) Error ApproximationIntegral of $x^2ln(x)$ using Simpson's ruleerror bound of a integrationSimpson's Error Bound EstimationHow to find upper bound on absolute error with composite trapezoid ruleNumerical Integration Error Bound$sum_n=3^infty frac1n(ln n)^4$ what upper bound does it yield for the error S-S30Error of composite trapezium ruleHaving trouble finding error bound due to an undefined termNumerical Integration, error bound setting step size.
$begingroup$
Given the function: $f(x) = cos(2x) expleft(-x^2right)$
I estimated $int_-2^2 f(x) dx$ using the formula.
I need to calculate the error bound using the formula:
$$
R = −fracb−a12 cdot h^2 cdot fracd^2 fdx^2(xi)
$$
Where $(d^2 y/dx^2)(ξ)$ is the maximum of the second derivative. I can tried calculating the function at both limits getting the same answer of, -0.17075...
Is there a way to measure if this answer is correct or do I just hope for the best, I cant see the pattern as to where the function will be a maximum.
integration approximation approximate-integration
$endgroup$
add a comment |
$begingroup$
Given the function: $f(x) = cos(2x) expleft(-x^2right)$
I estimated $int_-2^2 f(x) dx$ using the formula.
I need to calculate the error bound using the formula:
$$
R = −fracb−a12 cdot h^2 cdot fracd^2 fdx^2(xi)
$$
Where $(d^2 y/dx^2)(ξ)$ is the maximum of the second derivative. I can tried calculating the function at both limits getting the same answer of, -0.17075...
Is there a way to measure if this answer is correct or do I just hope for the best, I cant see the pattern as to where the function will be a maximum.
integration approximation approximate-integration
$endgroup$
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 1 at 22:09
add a comment |
$begingroup$
Given the function: $f(x) = cos(2x) expleft(-x^2right)$
I estimated $int_-2^2 f(x) dx$ using the formula.
I need to calculate the error bound using the formula:
$$
R = −fracb−a12 cdot h^2 cdot fracd^2 fdx^2(xi)
$$
Where $(d^2 y/dx^2)(ξ)$ is the maximum of the second derivative. I can tried calculating the function at both limits getting the same answer of, -0.17075...
Is there a way to measure if this answer is correct or do I just hope for the best, I cant see the pattern as to where the function will be a maximum.
integration approximation approximate-integration
$endgroup$
Given the function: $f(x) = cos(2x) expleft(-x^2right)$
I estimated $int_-2^2 f(x) dx$ using the formula.
I need to calculate the error bound using the formula:
$$
R = −fracb−a12 cdot h^2 cdot fracd^2 fdx^2(xi)
$$
Where $(d^2 y/dx^2)(ξ)$ is the maximum of the second derivative. I can tried calculating the function at both limits getting the same answer of, -0.17075...
Is there a way to measure if this answer is correct or do I just hope for the best, I cant see the pattern as to where the function will be a maximum.
integration approximation approximate-integration
integration approximation approximate-integration
edited Apr 1 at 14:48
gt6989b
36k22557
36k22557
asked Apr 1 at 14:24
Mitul SuchakMitul Suchak
65
65
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 1 at 22:09
add a comment |
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 1 at 22:09
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 1 at 22:09
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 1 at 22:09
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It's easy to see that the function $f$ is symmetric around zero, i.e. $f(-x) = f(x)$. Sometimes we say such $f$ is even. One other obvious place to check is at zero, and $f(0)=1$, and it's easy to see that is the global maximum, since both the cosine and the exponent cannot exceed one.
$endgroup$
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
add a comment |
Your Answer
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%2f3170676%2ferror-bound-of-composite-trapezium-rule%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$
It's easy to see that the function $f$ is symmetric around zero, i.e. $f(-x) = f(x)$. Sometimes we say such $f$ is even. One other obvious place to check is at zero, and $f(0)=1$, and it's easy to see that is the global maximum, since both the cosine and the exponent cannot exceed one.
$endgroup$
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
add a comment |
$begingroup$
It's easy to see that the function $f$ is symmetric around zero, i.e. $f(-x) = f(x)$. Sometimes we say such $f$ is even. One other obvious place to check is at zero, and $f(0)=1$, and it's easy to see that is the global maximum, since both the cosine and the exponent cannot exceed one.
$endgroup$
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
add a comment |
$begingroup$
It's easy to see that the function $f$ is symmetric around zero, i.e. $f(-x) = f(x)$. Sometimes we say such $f$ is even. One other obvious place to check is at zero, and $f(0)=1$, and it's easy to see that is the global maximum, since both the cosine and the exponent cannot exceed one.
$endgroup$
It's easy to see that the function $f$ is symmetric around zero, i.e. $f(-x) = f(x)$. Sometimes we say such $f$ is even. One other obvious place to check is at zero, and $f(0)=1$, and it's easy to see that is the global maximum, since both the cosine and the exponent cannot exceed one.
answered Apr 1 at 14:46
gt6989bgt6989b
36k22557
36k22557
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
add a comment |
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 2 at 16:33
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
@MitulSuchak no, for the function itself. You can compute the second derivative analytically and find the maximum
$endgroup$
– gt6989b
Apr 2 at 17:07
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
I mean in the error equation do i sub in 1 for d^2y/dx^2 part?
$endgroup$
– Mitul Suchak
Apr 3 at 21:25
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
$begingroup$
@MitulSuchak No, given $f$, compute $f''(x)$ and bound similarly
$endgroup$
– gt6989b
Apr 4 at 3:59
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%2f3170676%2ferror-bound-of-composite-trapezium-rule%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
$begingroup$
so does that mean the maximum value for the second derivative is 1?
$endgroup$
– Mitul Suchak
Apr 1 at 22:09