I need help understand this solution. I don't grasp the steps in the integration and have never seen this approach before. I thought a non-homogeneous 2nd order linear equations had a general solution $y=y_p(x)+y_h(x)$.
$$ \begin{cases} -u''(x)=f(x), \quad 0
How is the first integration done? Why is there a integration constant when it's not a indefinite integral? And why are the bounds not between $0$ and $1$?
I thought I should solve it like: $$ -u'(x)=\int f(x)\mathrm{d}x=F(x)+C_1 $$ and then $$ -u(x)=\int (F(x)+C_1) \mathrm{d}x= F(x)x+C_1x+C_2 $$