How do I take the integral of $\ln(x)$ I would like to know the steps, because I know the final answer, but confusing how to get it there
$\int\ln(x) dx $
is it integration by parts ?
How do I take the integral of $\ln(x)$ I would like to know the steps, because I know the final answer, but confusing how to get it there
$\int\ln(x) dx $
is it integration by parts ?
On
Yes, you need to use this method. Just set $u=\ln x$ and $dv=dx$ in the following formula: $$\int u dv=uv-\int vdu$$
Yes, you can use integration by parts. Set $u = \ln(x)$, $dv = dx$, then $v = x$ and $du = \frac{1}{x} dx$, so
$$\int \ln(x) dx = \ln(x) x - \int x \frac{1}{x} dx = x \ln(x) - \int dx = x \ln(x) - x + C$$