Integral of product between derivative and reciprocal of a function

27 Views Asked by At

What is the result of this integral?

$$ \int \frac{df(x)}{dx} \frac{1}{f(x)} dx $$

How can I solve it analytically? I have tried to solve it by parts but I cannot find a solution.

1

There are 1 best solutions below

0
On

$\int \frac{df(x)}{dx} \frac{1}{f(x)} dx = \int \frac{f'(x)}{f(x)}dx = \log|f(x) |+c$