How do you integrate int xsqrt(1-x^2)dxx1x2dx from [0,1]?

2 Answers
Dec 4, 2016

1/313

Explanation:

If one recognises that the outside of the sqrt is a function of the sqrt differentiated we can proceed by inspection.

int_0^1x(1-x^2)^(1/2)dx10x(1x2)12dx

guess" " y=(1-x^2)^(3/2) y=(1x2)32

d/(dx)((1-x^2)^(3/2))=3/2xx(-2x)(1-2x)^(1/2)ddx((1x2)32)=32×(2x)(12x)12

=-3(1-2x)^(1/2)=3(12x)12

:.int_0^1x(1-x^2)^(1/2)dx=-1/3[(1-2x)^(3/2)]_0^1

-1/3{[(1-2x)^(3/2)]^1-[(1-2x)^(3/2)]_0}

-1/3((0)-1)

=1/3

Dec 4, 2016

int_0^1 xsqrt(1-x^2)dx = 1/3

Explanation:

Substitute:

t = 1-x^2
dt = -2xdx

int_0^1 xsqrt(1-x^2)dx = -1/2int_1^0 sqrt(t) dt = 1/2int_0^1 sqrt(t) dt =

= 1/3 t^(3/2) |_(x=0)^(x=1) =1/3