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 ▸

Find the turning point of y = x + 1 + 4/x2 and describe the nature of the turning point


Using the Trapezium rule with four ordinates (three strips), estimate to 4 significant figures the integral from 1 to 4 of (x^3+12)/4sqrt(x). Calculate the exact value of this integral, comparing it with your estimate. How could the estimate be improved?


Integrate (lnx)/x^2 dx between limits 1 and 5


How do you find the possible values of cos(x) from 5cos^2(x) - cos(x) = sin^2(x)?