A How Does Green's Function Solve Nonlinear Boundary Value Problems?

Krikri
Messages
9
Reaction score
0
I have this BVP $$u''+u' =f(x)-\lambda |u(x)| $$, ##x\in [0,1]## we BC ## u(0)=u(1)=0##.
Following an ''algorithm'' for calculating the green's function I got something like $$g(x,t)=\Theta(x-t)(1+e^{t-x}) + \frac{e^{t}-e}{e-1} +\frac{e-e^{t}}{e-1}e^{-x}$$. At some point there is this integral ##j(x)=- \int_{0}^{1}g(x,t)dt ## and since ## j(0)=j(1)=0 , j'' + j'=-1## which leads to ## j(x)= \frac{e}{e-1} -x -\frac{e}{e-1}e^{-x}##
Can someone show me how it goes from defining the integral to find this form of ##j(x)##. I mean for the conditions I see there is a straight connection with our initial form BC. For the second I understand that the differential operator acts on j(x) but why it gives -1 and how j(x) takes the final form?
 
Physics news on Phys.org
Which function is f(x)? if f(x) is a known function and g(x,t) is the Green's function then the solution is ##u(x)=\int\limits_{D(f)} g(x,t)f(t)dt##.
 
Since the ode has the absolute value term, it isn't linear in general. So I wouldn't expect the solution to be a nice linear combination like the integral of a Green's function. Perhaps if ##g## and ##u## do not change sign at all over the interval it is fine?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top