Jump to content

Calculation of area

Featured Replies

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]

If real domain is considered then I guess [math]x \in [-1, 1][/math]?

I would try numerically. Is [math]\int[/math] close to 3? :rolleyes:

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.

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]..

Archived

This topic is now archived and is closed to further replies.

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.