Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.5K Views
|
6 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How to check in Wolfram|Alpha double integral?

enter image description here

D: x=y^2 and x-y=2

6 Replies
POSTED BY: Hans Dolhaine
Posted 4 years ago
POSTED BY: Bill Nelson
Posted 4 years ago

Thx you for your answers!!

POSTED BY: Richard Fisher

1) you didn't specify your problem exactly

2) I interchanged x and y, So your figure is basically the same as my region

3) Try

Plot[{x^2, x + 2}, {x, -2, 3}]
Integrate[x + 2 - x^2, {x, -1, 2}]
POSTED BY: Hans Dolhaine

it's wrong, another shape is bounded by these lines. y^2=x and x-y=2 enter image description here

Plot[{x^2, x + 2}, {x, 0, 3}]
Integrate[x + 2 - x^2, {x, 0, 2}]
POSTED BY: Hans Dolhaine
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard