Solve $\mathcal{L}u(x)=f(x)$ with the boundary conditions $u'(0)=a$, $u'(b)=\beta$ where $\mathcal{L}=\dfrac{d^2}{dx^2}+\dfrac{d}{dx}$ using Green's function.
$\mathbf{My \ attempt}$ Consider the homogeneous problem $\mathcal{L}u_H(x)=0$, $\mathcal{L}u_H^*(x)=0$ with homogeneous boundary conditions. Then we got $u_H(x)=C, u_H^*(x)=D$ where $C,D$ constants. Then I have the Modified and Adjoint Modified Green’s Function are given by the solution of $\mathcal{L}G=\delta(x-s)-1,\ \mathcal{L^*}G^*=\delta(x-s)-1 $ where $G^*$ denoted the adjoint modified Green's function, and 1 in the right hand side of $G,G^*$ came from $u_H(s)\frac{u_H(x)}{\int_0^1u_H(x)^2},\ u_H^*(s)\frac{u_H^*(x)}{\int_0^1(u_H(x)^*)^2}$ respectively. Now to find $u(x)$, we have $$\langle G^*,\mathcal{L}u\rangle-\langle u,\mathcal{L}^*G^*\rangle=J(u,G^*)=G(1)(a+u(1))+G(0)(-b-u(0))$$ i.e., \begin{align*} \int_0^1G^*f-u(\delta(x-s)-1)\,dx &=\int_0^1G^*f\,dx-u(s)-\int_0^1u\,dx\\ &=G^*(1)(a+u(1))+G^*(0)(-b-u(0)) \end{align*} by changing the variable of $s,x$ we got $$u(x)=\int_0^1G^*f-\int_0^1u\,ds-(G^*(1)(a+u(1))+G^*(0)(-b-u(0)))$$ since $\int_0^1u\,ds$ does not depend on $x$ it is a constant; so my final solution for $u$ is given by $$u(x)=\int_0^1G^*f\,ds-(G^*(1)(a+u(1))+G^*(0)(-b-u(0)))-A.$$ Now I am asked to find the solution of $u$ when $f=0$ and $a,b$ are nonzero, I could not find that with my final form of the solution of $u$, I do not know if my solution seems in the right form.
I'm not following how you're using homogeneous BCs to find the Green's function. The operator $L$ is not just defined by the differential operator, but also by the boundary/initial conditions. Here's what I have.