Integrate 1 / x(2sqrt(x)-1) on [1,9] using x = u^2 (u > 0).

Differentiate x = u2 to get dx = 2u du. We need to change the limits, too:

1 <= x <= 9  <==>  1 <= u2 <= 9  <==>  1 <= u <= 3  (since we are given u > 0).

Now we can substitute in the integrand:

dx / x (2sqrt(x) - 1) = (2u du) / u2(2u - 1) = (2 du) / u(2u -1).

Noticd that we can write 2 / u(2u - 1) = 4 / (2u -1) - 2 / u, so that

Integral(2 / u(2u-1)) du = Integral( 4 / (2u - 1) ) du - Integral( 2 / u ) du

                                      =  2 ln(2u-1) - 2 ln(u) + c.

The value of the definite integral is 2 ln (5/6), which follows by a simple calculation in the above.

TD

Related Maths A Level answers

All answers ▸

The graph above shows the line y = 3*x^2. Find the area beneath the graph from y = 0 to y = 5.


A mass of 3kg rests on a rough plane inclined at 60 degrees to the horizontal. The coefficient of friction is 1/5. Find the force P acting parallel to the plane applied to the mass, in order to just prevent motion down the plane.


What is the sum of the first n terms of a geometric sequence and where does it come from?


How do you integrate by parts?