MHB Initial and boundary value problem

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

I want to find the solution of the following initial and boundary value problem:

$$u_t(x,t)-u_{xx}(x,t)=0, x>0, t>0 \\ u_x(0,t)=0, t>0, \\ u(x,0)=x^2, x>0.$$I have done the following so far:

$$u(x,t)=X(x) T(t)$$

$$u_t(x,t)=u_{xx}(x,t) \Rightarrow \frac{T'(t)}{T(t)}=\frac{X''(x)}{X(x)}=-\lambda$$

$$u_x(0,t)=0 \Rightarrow X'(0)=0$$

Then we have the following two problems:$$\left\{\begin{matrix}
X''(x)+\lambda X(x)=0\\
X'(0)=0
\end{matrix}\right.$$

and

$$\left\{\begin{matrix}
T'(t)+\lambda T(t)=0
\end{matrix}\right.$$We have that $\lambda=\beta^2$ for some $\beta>0$.

So $X''(x)+\beta^2 X(x)=0 \Rightarrow X(x)=C \sin{(\beta x)}+D \cos{(\beta x)}$.

$X'(0)=0 \Rightarrow C=0$.

So $X(x)=D \cos{(\beta x)}$.

But don't we have to write $\beta$ in respect to $n$ ? (Thinking)

How could we do so? Or have I done something wrong?
 
Physics news on Phys.org
evinda said:
But don't we have to write $\beta$ in respect to $n$ ?

How could we do so? Or have I done something wrong?

Hey evinda!

What is $n$?
Doesn't the solution for X hold for any $\beta$?
Perhaps we should just continue? (Wondering)
 
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...
Back
Top