How do you integrate the natural logarithm?

We already know that the derivative of ln(x) is 1/x, so how can this be used for integration?Recall integration by parts uses knowledge of the derivative of one of the parts in the formula.int(u v' dx) = uv - int(u' v dx)We now set the integrand to ln(x) * 1 and set u = ln(x) and v' = 1, so now we only need to differentiate ln(x), which we know how to do.Now differentiate u and integrate v' to get u' and v: u' = 1/x and v = x.Finally we can plug the results into the integration by parts formula:int(ln(x) dx) = ln(x)*x - int(1/x * x dx)int(ln(x) dx) = xln(x) - int(1 dx)int(ln(x) dx) = xln(x) - x + C

JL

Related Maths A Level answers

All answers ▸

How to factorise any quadratic expression


differentiate y=e^2x


Show how '2sin(x)+sec(x+ π/6)=0' can be expressed as √3sin(x)cos(x)+cos^2(x)=0.


A curve passes through the point (4, 8) and satisfies the differential equation dy/dx = 1/ (2x + rootx) , Use a step-by-step method with a step length of 0.3 to estimate the value of y at x = 4.6 . Give your answer to four decimal places.