If $f(0)=g(0)=0$ and $f''$ and $g''$ are continuous, show that
$$\int _{ 0 }^{ a }{ f(x)g''(x)dx } =f(a)g'(a)-f'(a)g(a)+ \int _{ 0 }^{ a }{ f''(x)g(x)dx } $$
What I did:
1) We know that $$f(x)g(x)=\int { f'(x)g(x)dx } +\int { f(x)g'(x)dx } $$
which further evaluates to: $$\int { f(x)g'(x)dx } =f(x)g(x)-\int { f'(x)g(x)dx } $$
2) We now use integration by parts.
We let $u=f(x)$, $du=f'(x)$, $v=g'(x)$, $dv=g''(x)$
which gives us the following: $$\int _{ 0 }^{ a }{ f(x)g''dx } =f(x)g'(x)-\int _{ 0 }^{ a }{ f'(x)g'(x)dx } $$
3) Now we utilize integration by parts once more to evaluate the integrand on the right hand side, $\int _{ 0 }^{ a }{ f'(x)g'(x)dx } $ as follows:
Let $s=f'(x)$, $ds=f''(x)$, $t=g(x)$, $dt=g'(x)$
so we get that:
$$\int { f'(x)g'(x)dx } =f'(x)g(x)-\int { f''(x)g(x)dx } $$
4) By substituting in $f'(x)g(x)-\int { f''(x)g(x)dx } $ in place of $\int { f'(x)g'(x)dx } $, we get the following:
$$\int _{ 0 }^{ a }{ f(x)g''(x)dx } =f(x)g'(x)-f'(x)g(x)+\int { f''(x)g(x)dx } $$
So, at this point I believe that I have the right idea, but I don't know how I am supposed to end up with those $a$'s in the $f(a)g′(a)−f′(a)g(a)$ part. I would appreciate any help/guidance in this regard.
$$\frac{d}{dx}[u(x) v(x)] = u'(x)v(x) + u(x)v'(x)$$
Integrating this over $[0,a]$ we get
$$\int_0^a\frac{d}{dx}[u(x) v(x)],{\rm d}x = \int_0^a(u'(x)v(x) + u(x)v'(x)),{\rm d}x$$
The left hand side becomes $[u(x)v(x)]_0^a$ while the right hand side can be split up as (the integral is linear) $\int_0^a u'(x)v(x),{\rm d}x + \int_0^au(x)v'(x)),{\rm d}x$. Rearranging this formula you get the integration by parts formula.
– Winther Sep 14 '16 at 03:14