I've run into a strange situation while trying to apply Integration By Parts, and I can't seem to come up with an explanation. I start with the following equation:
$$\int \frac{1}{f} \frac{df}{dx} dx$$
I let:
$$u = \frac{1}{f} \text{ and } dv = \frac{df}{dx} dx$$
Then I find:
$$du = -\frac{1}{f^2} \frac{df}{dx} dx \text{ and } v = f$$
I can then substitute into the usual IBP formula:
$$\int udv = uv - \int v du$$
$$\int \frac{1}{f} \frac{df}{dx} dx = \frac{1}{f} f - \int f \left(-\frac{1}{f^2} \frac{df}{dx}\right) dx$$
$$\int \frac{1}{f} \frac{df}{dx} dx = 1 + \int \frac{1}{f} \frac{df}{dx} dx$$
Then subtracting the integral from both sides, I've now shown that:
$$0 = 1$$
Obviously there must be a problem in my derivation here... What wrong assumption have I made, or what error have I made? I'm baffled.