Finding the area between two curves with Integrate Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to evaluate this indefinite integral $csc(4x)sin(x)$Finding the centroid of the area between two curvesRevolving the area between two functions about an axisArea enclosed by two functionsComputing the area between two curvesIntegrate to calculate enclosed areaInteresting discrepencies between integrate functionsFinding the volume enclosed by two surfaces of revolutionFinding an area enclosed by 4 curvesApproximate the relationship between 6 nonlinear functions involving elliptic integrals
Does the Giant Rocktopus have a Swim Speed?
Is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN?
Why is "Consequences inflicted." not a sentence?
Did Kevin spill real chili?
Should I discuss the type of campaign with my players?
Gastric acid as a weapon
What do you call a plan that's an alternative plan in case your initial plan fails?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Right-skewed distribution with mean equals to mode?
How to find all the available tools in macOS terminal?
How can I make names more distinctive without making them longer?
What is a Meta algorithm?
What does '1 unit of lemon juice' mean in a grandma's drink recipe?
I am not a queen, who am I?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Letter Boxed validator
Why is "Captain Marvel" translated as male in Portugal?
What causes the vertical darker bands in my photo?
Output the ŋarâþ crîþ alphabet song without using (m)any letters
Antler Helmet: Can it work?
Can a non-EU citizen traveling with me come with me through the EU passport line?
How to draw this diagram using TikZ package?
Should gear shift center itself while in neutral?
List *all* the tuples!
Finding the area between two curves with Integrate
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to evaluate this indefinite integral $csc(4x)sin(x)$Finding the centroid of the area between two curvesRevolving the area between two functions about an axisArea enclosed by two functionsComputing the area between two curvesIntegrate to calculate enclosed areaInteresting discrepencies between integrate functionsFinding the volume enclosed by two surfaces of revolutionFinding an area enclosed by 4 curvesApproximate the relationship between 6 nonlinear functions involving elliptic integrals
$begingroup$
I'm trying to solve and approximate the area between the two graphs. Right now, my functions are stored as
f[x_] := 3 Sin[x]
g[x_] := x - 1
and then I tried to integrate by evaluating
Integrate[Abs[f[x] - g[x]], x]
Instead of getting an answer, I just get the exact same thing I inputted
Integrate[Abs[f[x] - g[x]], x]
How do I fix this?
calculus-and-analysis
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I'm trying to solve and approximate the area between the two graphs. Right now, my functions are stored as
f[x_] := 3 Sin[x]
g[x_] := x - 1
and then I tried to integrate by evaluating
Integrate[Abs[f[x] - g[x]], x]
Instead of getting an answer, I just get the exact same thing I inputted
Integrate[Abs[f[x] - g[x]], x]
How do I fix this?
calculus-and-analysis
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
You can format inline code and code blocks by selecting the code and clicking thebutton above the edit window. The edit window help button?is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful
$endgroup$
– Michael E2
Apr 12 at 2:35
add a comment |
$begingroup$
I'm trying to solve and approximate the area between the two graphs. Right now, my functions are stored as
f[x_] := 3 Sin[x]
g[x_] := x - 1
and then I tried to integrate by evaluating
Integrate[Abs[f[x] - g[x]], x]
Instead of getting an answer, I just get the exact same thing I inputted
Integrate[Abs[f[x] - g[x]], x]
How do I fix this?
calculus-and-analysis
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I'm trying to solve and approximate the area between the two graphs. Right now, my functions are stored as
f[x_] := 3 Sin[x]
g[x_] := x - 1
and then I tried to integrate by evaluating
Integrate[Abs[f[x] - g[x]], x]
Instead of getting an answer, I just get the exact same thing I inputted
Integrate[Abs[f[x] - g[x]], x]
How do I fix this?
calculus-and-analysis
calculus-and-analysis
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Apr 12 at 2:53
m_goldberg
88.7k873200
88.7k873200
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 12 at 2:17
RyanRyan
161
161
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
You can format inline code and code blocks by selecting the code and clicking thebutton above the edit window. The edit window help button?is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful
$endgroup$
– Michael E2
Apr 12 at 2:35
add a comment |
$begingroup$
You can format inline code and code blocks by selecting the code and clicking thebutton above the edit window. The edit window help button?is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful
$endgroup$
– Michael E2
Apr 12 at 2:35
$begingroup$
You can format inline code and code blocks by selecting the code and clicking the
button above the edit window. The edit window help button ? is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful$endgroup$
– Michael E2
Apr 12 at 2:35
$begingroup$
You can format inline code and code blocks by selecting the code and clicking the
button above the edit window. The edit window help button ? is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful$endgroup$
– Michael E2
Apr 12 at 2:35
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Use Assumptions:
Integrate[Abs[f[x] - g[x]], x, Assumptions -> x [Element] Reals]

Or try RealAbs instead of Abs:
Integrate[RealAbs[f[x] - g[x]], x]

(They are equivalent antiderivatives.)
To get the area between the graphs, you need also to solve for the points of intersection.
area = Integrate[
Abs[f[x] - g[x]], x, Sequence @@ MinMax[x /. Solve[f[x] == g[x], x, Reals]]]

The area is approximately:
N[area]
(* 5.57475 *)
$endgroup$
$begingroup$
RealAbsis awesome to know about! :O
$endgroup$
– Kagaratsch
Apr 12 at 2:40
add a comment |
$begingroup$
You need to add assumptions, like this
Integrate[Abs[f[x] - g[x]], x, Assumptions :> Element[x, Reals]]

$endgroup$
add a comment |
$begingroup$
Assuming your functions
f[x_] := 3 Sin[x]
g[x_] := x - 1
are real valued, you can use square root of square to parametrize the absolute value. This then gives:
Integrate[Sqrt[(f[x] - g[x])^2], x]
(((-2 + x) x + 6 Cos[x]) Sqrt[(-1 + x - 3 Sin[x])^2])/(2 (-1 + x -
3 Sin[x]))
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "387"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Ryan is a new contributor. Be nice, and check out our Code of Conduct.
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%2fmathematica.stackexchange.com%2fquestions%2f195049%2ffinding-the-area-between-two-curves-with-integrate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Use Assumptions:
Integrate[Abs[f[x] - g[x]], x, Assumptions -> x [Element] Reals]

Or try RealAbs instead of Abs:
Integrate[RealAbs[f[x] - g[x]], x]

(They are equivalent antiderivatives.)
To get the area between the graphs, you need also to solve for the points of intersection.
area = Integrate[
Abs[f[x] - g[x]], x, Sequence @@ MinMax[x /. Solve[f[x] == g[x], x, Reals]]]

The area is approximately:
N[area]
(* 5.57475 *)
$endgroup$
$begingroup$
RealAbsis awesome to know about! :O
$endgroup$
– Kagaratsch
Apr 12 at 2:40
add a comment |
$begingroup$
Use Assumptions:
Integrate[Abs[f[x] - g[x]], x, Assumptions -> x [Element] Reals]

Or try RealAbs instead of Abs:
Integrate[RealAbs[f[x] - g[x]], x]

(They are equivalent antiderivatives.)
To get the area between the graphs, you need also to solve for the points of intersection.
area = Integrate[
Abs[f[x] - g[x]], x, Sequence @@ MinMax[x /. Solve[f[x] == g[x], x, Reals]]]

The area is approximately:
N[area]
(* 5.57475 *)
$endgroup$
$begingroup$
RealAbsis awesome to know about! :O
$endgroup$
– Kagaratsch
Apr 12 at 2:40
add a comment |
$begingroup$
Use Assumptions:
Integrate[Abs[f[x] - g[x]], x, Assumptions -> x [Element] Reals]

Or try RealAbs instead of Abs:
Integrate[RealAbs[f[x] - g[x]], x]

(They are equivalent antiderivatives.)
To get the area between the graphs, you need also to solve for the points of intersection.
area = Integrate[
Abs[f[x] - g[x]], x, Sequence @@ MinMax[x /. Solve[f[x] == g[x], x, Reals]]]

The area is approximately:
N[area]
(* 5.57475 *)
$endgroup$
Use Assumptions:
Integrate[Abs[f[x] - g[x]], x, Assumptions -> x [Element] Reals]

Or try RealAbs instead of Abs:
Integrate[RealAbs[f[x] - g[x]], x]

(They are equivalent antiderivatives.)
To get the area between the graphs, you need also to solve for the points of intersection.
area = Integrate[
Abs[f[x] - g[x]], x, Sequence @@ MinMax[x /. Solve[f[x] == g[x], x, Reals]]]

The area is approximately:
N[area]
(* 5.57475 *)
edited Apr 12 at 2:43
answered Apr 12 at 2:39
Michael E2Michael E2
151k12203482
151k12203482
$begingroup$
RealAbsis awesome to know about! :O
$endgroup$
– Kagaratsch
Apr 12 at 2:40
add a comment |
$begingroup$
RealAbsis awesome to know about! :O
$endgroup$
– Kagaratsch
Apr 12 at 2:40
$begingroup$
RealAbs is awesome to know about! :O$endgroup$
– Kagaratsch
Apr 12 at 2:40
$begingroup$
RealAbs is awesome to know about! :O$endgroup$
– Kagaratsch
Apr 12 at 2:40
add a comment |
$begingroup$
You need to add assumptions, like this
Integrate[Abs[f[x] - g[x]], x, Assumptions :> Element[x, Reals]]

$endgroup$
add a comment |
$begingroup$
You need to add assumptions, like this
Integrate[Abs[f[x] - g[x]], x, Assumptions :> Element[x, Reals]]

$endgroup$
add a comment |
$begingroup$
You need to add assumptions, like this
Integrate[Abs[f[x] - g[x]], x, Assumptions :> Element[x, Reals]]

$endgroup$
You need to add assumptions, like this
Integrate[Abs[f[x] - g[x]], x, Assumptions :> Element[x, Reals]]

answered Apr 12 at 2:39
NasserNasser
58.8k490206
58.8k490206
add a comment |
add a comment |
$begingroup$
Assuming your functions
f[x_] := 3 Sin[x]
g[x_] := x - 1
are real valued, you can use square root of square to parametrize the absolute value. This then gives:
Integrate[Sqrt[(f[x] - g[x])^2], x]
(((-2 + x) x + 6 Cos[x]) Sqrt[(-1 + x - 3 Sin[x])^2])/(2 (-1 + x -
3 Sin[x]))
$endgroup$
add a comment |
$begingroup$
Assuming your functions
f[x_] := 3 Sin[x]
g[x_] := x - 1
are real valued, you can use square root of square to parametrize the absolute value. This then gives:
Integrate[Sqrt[(f[x] - g[x])^2], x]
(((-2 + x) x + 6 Cos[x]) Sqrt[(-1 + x - 3 Sin[x])^2])/(2 (-1 + x -
3 Sin[x]))
$endgroup$
add a comment |
$begingroup$
Assuming your functions
f[x_] := 3 Sin[x]
g[x_] := x - 1
are real valued, you can use square root of square to parametrize the absolute value. This then gives:
Integrate[Sqrt[(f[x] - g[x])^2], x]
(((-2 + x) x + 6 Cos[x]) Sqrt[(-1 + x - 3 Sin[x])^2])/(2 (-1 + x -
3 Sin[x]))
$endgroup$
Assuming your functions
f[x_] := 3 Sin[x]
g[x_] := x - 1
are real valued, you can use square root of square to parametrize the absolute value. This then gives:
Integrate[Sqrt[(f[x] - g[x])^2], x]
(((-2 + x) x + 6 Cos[x]) Sqrt[(-1 + x - 3 Sin[x])^2])/(2 (-1 + x -
3 Sin[x]))
answered Apr 12 at 2:38
KagaratschKagaratsch
4,83831348
4,83831348
add a comment |
add a comment |
Ryan is a new contributor. Be nice, and check out our Code of Conduct.
Ryan is a new contributor. Be nice, and check out our Code of Conduct.
Ryan is a new contributor. Be nice, and check out our Code of Conduct.
Ryan is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematica 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%2fmathematica.stackexchange.com%2fquestions%2f195049%2ffinding-the-area-between-two-curves-with-integrate%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$
You can format inline code and code blocks by selecting the code and clicking the
button above the edit window. The edit window help button?is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful$endgroup$
– Michael E2
Apr 12 at 2:35