How do you integrate sin^-1x dxsin1xdx from 0 to 1?

2 Answers
Aug 3, 2015

I would use int_0^1 sin^-1x10sin1x dx = pi/2 - int_0^(pi/2) sinydx=π2π20siny dy = pi/2 -1dy=π21.

Explanation:

We want the area under y = sin^-1 x y=sin1x and above [0,1][0,1]

graph{(y - arcsinx)(y) sqrt(x-x^2)/sqrt(x-x^2) <= 0 [-1.207, 3.124, -0.284, 1.875]}

While we could find the indefinite integral of sin^-1xsin1x and use that, the geometry may provide a simpler solution. (Although the explanation will take a few lines.)

y = sin^-1x" "y=sin1x " "x = siny x=siny

For xx in the interval [0,1][0,1], the yy values (the range) include everything from 00 to pi/2π2.

So, the curve can be described by x = sinyx=siny for y in [0, pi/2]y[0,π2]

Finally notice that the area we are looking for is the part of the rectangle: [0,1] xx [0, pi/2][0,1]×[0,π2] that is not between the curve and the yy axis.

We want the area of the rectangle minus the area in blue below:

graph{(y - arcsinx)(y-(pi/2)) sqrt(x-x^2)/sqrt(x-x^2) <= 0 [-1.083, 2.767, -0.078, 1.841]}

Area of rectangle minus area left of x = sinyx=siny and right of yy axis from y=0y=0 to y=pi/2y=π2

Area of rectangle = base x height = 1xxpi/2 = pi/2=1×π2=π2

Area left of x = sinyx=siny and right of yy axis from y=0y=0 to y=pi/2y=π2 is:

int_0^(pi/2) siny dy = -cosy]_0^(pi/2) = -0-(-1) = 1π20sinydy=cosy]π20=0(1)=1

Therefore:

int_0^1 sin^-1 x dx = pi/2 - 110sin1xdx=π21

Aug 3, 2015

Here it is using the indefinite integral of sin^-1 x dxsin1xdx.

Explanation:

int sin^-1xsin1x dxdx

Let t = sin^-1 xt=sin1x,

so sint = xsint=x and dx = cos tdx=cost dtdt

Substituting gets us:

int tcosttcost dtdt

We'll integrate by parts:

Let u = t" "u=t and " "dv = cost dv=cost dtdt

So du = dt" "du=dt and " "v = sint v=sint

uv-intvdu = tsint-intsint dtuvvdu=tsintsintdt

= tsint + cost=tsint+cost

That is:

int tcosttcost dtdt = tsint + cost=tsint+cost

With t = sin^-1 xt=sin1x, and sint = xsint=x, we also have

cost = sqrt(1-sin^2t) = sqrt(1-x^2)cost=1sin2t=1x2, so

int sin^-1 xsin1x dxdx = x sin^-1x + sqrt(1-x^2) +C=xsin1x+1x2+C

So
int_0^1 sin^-1 x10sin1x dxdx = (x sin^-1x + sqrt(1-x^2))}_0^1=(xsin1x+1x2)}10

= (1 sin^-1(1) +sqrt0) - (0sin^-1(0) +sqrt(1))=(1sin1(1)+0)(0sin1(0)+1)

= sin^-1(1) - 1=sin1(1)1

= pi/2 -1=π21