Numerical analysis for PDE using finite difference method

63 Views Asked by At

enter image description here

How we can solved 2nd part to obtain unique solution for the above scheme

i start firstly integrating both sides to get $u'(a)-u'(b)=\int_{a}^{b} f(x)dx=0$ Now how i will continue ??

1

There are 1 best solutions below

0
On

we have $-u''(x)=f(x)$ then $-\int_{a}^{b}u''(x)=\int_{a}^{b}f(x)dx=0$

so that, $-(u'(x))_{a}^{b}=0$ it follows that, $u'(a)=u'(b)$

integrate again to get $u(a)=c_{1}$ and $u(b)=c_{2}$