I have a two variable function, f(x,y). I would like to integrate this function with respect to x in order for my result to be just as a function of y -- i.e $\int$ f(x,y) dx = f(y) . No problems here. However, I want to now transform this function into a log space, where essentially I would like to integrate over a logarithmic differential, i.e $\int$ f(x,y) dln(x) .
Is it a straightforward substitution, where I change dln(x) to du , and then every x in the function becomes e$^{u}$ ? I believe it is not this simple, however I'm a bit rusty on my integration techniques.
Try $$\int f(x,y) \text{d}(\ln(x))=\int f(x,y) \frac{\text{d}(\ln(x))}{\text{d}x} \text{d}x=\int f(x,y) \frac{\text{d}x}{x}.$$