Message Boards Message Boards

0
|
3352 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

[Solved]How to Integrate from an implicit function?

Posted 4 years ago

I am having a hard time c calculating the Area from an implicit function. I am trying to integrate an area under the function implicitly stated as next. I have used this resource so I tried:

The problem is that the last result of N[%] is not accurate as far as I understand.

Is there anyway to get this to work using basic methods and without getting into double integration steps?

The area of that region in the picture is in fact: 1/6.

POSTED BY: topo logi
2 Replies
Posted 4 years ago

I am sorry. I did everything wrong, including explaining the area. I found the solution:

POSTED BY: topo logi
reg = ImplicitRegion[Sqrt[x] + Sqrt[y] <= 1, {x, y}]; Area[reg]
(* 1/6 *)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract