Jump to content

Calculation of area


Recommended Posts

Consider the function defined by the equation [math]\mathbf{ y^2-2y.e^{sin^{-1}x}+x^2-1+[x]+e^{2sin^{-1}x} = 0}[/math], Where [math] \mathbf{[x] = }[/math] Greatest Integer function.

 

The find area of the curve bounded by the curve and the equation [math]\mathbf{x = -1}[/math]

Link to comment
Share on other sites

I got 4.14159 using the following Mathematica code:

 

Abs[NIntegrate[E^ArcSin[x] - Sqrt[1 - x^2 - Floor[x]], {x, -1, 0}]] + 
NIntegrate[E^ArcSin[x] + Sqrt[1 - x^2 - Floor[x]], {x, -1, 1}] - 
NIntegrate[E^ArcSin[x] - Sqrt[1 - x^2 - Floor[x]], {x, 0, 1}]

 

Although I've no idea if it's correct.

Link to comment
Share on other sites

I got 4.14159 using the following Mathematica code:

 

Abs[NIntegrate[E^ArcSin[x] - Sqrt[1 - x^2 - Floor[x]], {x, -1, 0}]] + 
NIntegrate[E^ArcSin[x] + Sqrt[1 - x^2 - Floor[x]], {x, -1, 1}] - 
NIntegrate[E^ArcSin[x] - Sqrt[1 - x^2 - Floor[x]], {x, 0, 1}]

 

Although I've no idea if it's correct.

 

 

Looks suspiciously close to [math]\pi + 1[/math]..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.