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 do you integrate e^x cos x


How would the integral ∫x^2sin2xdx be solved using integration by parts?


Find the equation of the tangent to the curve y=x^3-4x^2+2 at the point (3,-7)


How do you factorise a quadratic equation?