How can I calculate area enclosed by three curves in WolframAlpha?
$begingroup$
I'm trying to calculate the region enclosed by $y=frac{1}{x^2}$, $y=x$ and $y=4$ for $x in [frac{1}{2}, 4]$ How can I do this?
I know I can use definite integral for this task but I want a general formula that I can apply in WolframAlpha to check my calculations. Something like find area between y=1/x^2, y=x, y=4 from 1/2 to 4
but working. find area between y=1/x^2, y=x, y=4
works and returns (unbounded)
as expected but I also need a way to specify interval.
wolfram-alpha
$endgroup$
add a comment |
$begingroup$
I'm trying to calculate the region enclosed by $y=frac{1}{x^2}$, $y=x$ and $y=4$ for $x in [frac{1}{2}, 4]$ How can I do this?
I know I can use definite integral for this task but I want a general formula that I can apply in WolframAlpha to check my calculations. Something like find area between y=1/x^2, y=x, y=4 from 1/2 to 4
but working. find area between y=1/x^2, y=x, y=4
works and returns (unbounded)
as expected but I also need a way to specify interval.
wolfram-alpha
$endgroup$
$begingroup$
Maybe because area is unbounded. See the plot: wolframalpha.com/input/?i=y%3Dx,+y%3D1%2Fx%5E2,+y%3D4 I cannot identify a bounded area.
$endgroup$
– callculus
Jan 13 '18 at 16:25
$begingroup$
Wolfram products have serious issues that they have little interest in fixing.
$endgroup$
– Cameron Williams
Jan 13 '18 at 16:25
$begingroup$
@callculus - You're right, I edited the question.
$endgroup$
– Matt
Jan 13 '18 at 16:28
$begingroup$
@user509051 There is no other choice than calculate them seperately: First area and Second area Then add the values.
$endgroup$
– callculus
Jan 13 '18 at 17:43
add a comment |
$begingroup$
I'm trying to calculate the region enclosed by $y=frac{1}{x^2}$, $y=x$ and $y=4$ for $x in [frac{1}{2}, 4]$ How can I do this?
I know I can use definite integral for this task but I want a general formula that I can apply in WolframAlpha to check my calculations. Something like find area between y=1/x^2, y=x, y=4 from 1/2 to 4
but working. find area between y=1/x^2, y=x, y=4
works and returns (unbounded)
as expected but I also need a way to specify interval.
wolfram-alpha
$endgroup$
I'm trying to calculate the region enclosed by $y=frac{1}{x^2}$, $y=x$ and $y=4$ for $x in [frac{1}{2}, 4]$ How can I do this?
I know I can use definite integral for this task but I want a general formula that I can apply in WolframAlpha to check my calculations. Something like find area between y=1/x^2, y=x, y=4 from 1/2 to 4
but working. find area between y=1/x^2, y=x, y=4
works and returns (unbounded)
as expected but I also need a way to specify interval.
wolfram-alpha
wolfram-alpha
edited Jan 13 '18 at 16:31
Matt
asked Jan 13 '18 at 16:18
MattMatt
17418
17418
$begingroup$
Maybe because area is unbounded. See the plot: wolframalpha.com/input/?i=y%3Dx,+y%3D1%2Fx%5E2,+y%3D4 I cannot identify a bounded area.
$endgroup$
– callculus
Jan 13 '18 at 16:25
$begingroup$
Wolfram products have serious issues that they have little interest in fixing.
$endgroup$
– Cameron Williams
Jan 13 '18 at 16:25
$begingroup$
@callculus - You're right, I edited the question.
$endgroup$
– Matt
Jan 13 '18 at 16:28
$begingroup$
@user509051 There is no other choice than calculate them seperately: First area and Second area Then add the values.
$endgroup$
– callculus
Jan 13 '18 at 17:43
add a comment |
$begingroup$
Maybe because area is unbounded. See the plot: wolframalpha.com/input/?i=y%3Dx,+y%3D1%2Fx%5E2,+y%3D4 I cannot identify a bounded area.
$endgroup$
– callculus
Jan 13 '18 at 16:25
$begingroup$
Wolfram products have serious issues that they have little interest in fixing.
$endgroup$
– Cameron Williams
Jan 13 '18 at 16:25
$begingroup$
@callculus - You're right, I edited the question.
$endgroup$
– Matt
Jan 13 '18 at 16:28
$begingroup$
@user509051 There is no other choice than calculate them seperately: First area and Second area Then add the values.
$endgroup$
– callculus
Jan 13 '18 at 17:43
$begingroup$
Maybe because area is unbounded. See the plot: wolframalpha.com/input/?i=y%3Dx,+y%3D1%2Fx%5E2,+y%3D4 I cannot identify a bounded area.
$endgroup$
– callculus
Jan 13 '18 at 16:25
$begingroup$
Maybe because area is unbounded. See the plot: wolframalpha.com/input/?i=y%3Dx,+y%3D1%2Fx%5E2,+y%3D4 I cannot identify a bounded area.
$endgroup$
– callculus
Jan 13 '18 at 16:25
$begingroup$
Wolfram products have serious issues that they have little interest in fixing.
$endgroup$
– Cameron Williams
Jan 13 '18 at 16:25
$begingroup$
Wolfram products have serious issues that they have little interest in fixing.
$endgroup$
– Cameron Williams
Jan 13 '18 at 16:25
$begingroup$
@callculus - You're right, I edited the question.
$endgroup$
– Matt
Jan 13 '18 at 16:28
$begingroup$
@callculus - You're right, I edited the question.
$endgroup$
– Matt
Jan 13 '18 at 16:28
$begingroup$
@user509051 There is no other choice than calculate them seperately: First area and Second area Then add the values.
$endgroup$
– callculus
Jan 13 '18 at 17:43
$begingroup$
@user509051 There is no other choice than calculate them seperately: First area and Second area Then add the values.
$endgroup$
– callculus
Jan 13 '18 at 17:43
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The area is
$$int_{1/2}^1 left(4-frac{1}{x^2}right)dx+int_1^4(4-x),dx=frac{11}{2}.$$
$endgroup$
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something likefind area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).
$endgroup$
– Matt
Jan 13 '18 at 16:33
1
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
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%2f2603748%2fhow-can-i-calculate-area-enclosed-by-three-curves-in-wolframalpha%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$
The area is
$$int_{1/2}^1 left(4-frac{1}{x^2}right)dx+int_1^4(4-x),dx=frac{11}{2}.$$
$endgroup$
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something likefind area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).
$endgroup$
– Matt
Jan 13 '18 at 16:33
1
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
add a comment |
$begingroup$
The area is
$$int_{1/2}^1 left(4-frac{1}{x^2}right)dx+int_1^4(4-x),dx=frac{11}{2}.$$
$endgroup$
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something likefind area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).
$endgroup$
– Matt
Jan 13 '18 at 16:33
1
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
add a comment |
$begingroup$
The area is
$$int_{1/2}^1 left(4-frac{1}{x^2}right)dx+int_1^4(4-x),dx=frac{11}{2}.$$
$endgroup$
The area is
$$int_{1/2}^1 left(4-frac{1}{x^2}right)dx+int_1^4(4-x),dx=frac{11}{2}.$$
answered Jan 13 '18 at 16:29
A. GoodierA. Goodier
3,60651427
3,60651427
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something likefind area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).
$endgroup$
– Matt
Jan 13 '18 at 16:33
1
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
add a comment |
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something likefind area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).
$endgroup$
– Matt
Jan 13 '18 at 16:33
1
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something like
find area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).$endgroup$
– Matt
Jan 13 '18 at 16:33
$begingroup$
Thanks, but do you know a command for WolframAlpha that can compute this for some number of functions for any interval? I know I can use definite integral to calculate the area but I'm looking for a command to check my calculations in WolframAlpha e.g. something like
find area between y=1/x^2, y=x, y=4 from 0 to 4
(this doesn't work though, just an example).$endgroup$
– Matt
Jan 13 '18 at 16:33
1
1
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
$begingroup$
Integrate[4-1/x^2,{x,1/2,1}]+Integrate[4-x,{x,1,4}]
$endgroup$
– Awnon Bhowmik
Jan 13 '18 at 16:37
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%2f2603748%2fhow-can-i-calculate-area-enclosed-by-three-curves-in-wolframalpha%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$
Maybe because area is unbounded. See the plot: wolframalpha.com/input/?i=y%3Dx,+y%3D1%2Fx%5E2,+y%3D4 I cannot identify a bounded area.
$endgroup$
– callculus
Jan 13 '18 at 16:25
$begingroup$
Wolfram products have serious issues that they have little interest in fixing.
$endgroup$
– Cameron Williams
Jan 13 '18 at 16:25
$begingroup$
@callculus - You're right, I edited the question.
$endgroup$
– Matt
Jan 13 '18 at 16:28
$begingroup$
@user509051 There is no other choice than calculate them seperately: First area and Second area Then add the values.
$endgroup$
– callculus
Jan 13 '18 at 17:43