I've been going through my Calculus textbook but can't seem to understand what I'm actually trying to do with this integral I have.
It is the integral of the form:
$$ \int^b_a \left[ \frac {\partial^2f(x)}{\partial x^2}g(x) - \frac {\partial^2g(x)}{\partial x^2}f(x) \right] \, dx $$
So I'm guessing it would be something that could be done with integration by parts, yet it seems incredibly weird since I'm used to integrating actual functions like $ f(x) = x^2 $ and I'm insecure in my answer, and not sure how to integrate a product of a partial.
My guess was that the result would be something of the form $$ \left[ \frac {\partial f(x)}{\partial x}g(x) - \int \frac{\partial f(x)}{\partial x} + \frac {\partial g(x)}{\partial x}f(x) - \int \frac{\partial g(x)}{\partial x} \right]^b_a $$ if done by integration by parts but it really doesn't look right.
Any tips would be appreciated.
Some other ways to write it:
Integrating the first term in each product, $$ \int_a^b (f''(x) g(x) - g''(x) f(x) ) = \left[ f'(x)g(x) - g'(x) f(x) \right]_a^b - \int_a^b ( f'(x)g'(x) - g'(x) f'(x) ) = \left[ f'(x)g(x) - g'(x) f(x) \right]_a^b. $$
Or, with $dh(x) = h(x) dx,$: $$ \int_a^b g d(f') - \int_a^b f d(g')(x) = \left[ f'g - g' f \right]_a^b - \int_a^b ( g'df - f' dg ) = \left[ f'g - g' f \right]_a^b. $$