A Determining whether the Dirichlet problem is nonhomogenous

  • A
  • Thread starter Thread starter chwala
  • Start date Start date
chwala
Gold Member
Messages
2,827
Reaction score
415
TL;DR Summary
See attached
1650601806284.png

I am going through the literature on Dirichlet and Neumann conditions for the heat equation...i need to be certain on the nonhomogenous bit that is indicated on the excerpt. I am aware that for a pde to be considered homogenous, ##Lu=0## and for it to be non homogenous; ##Lu=f##, where ##L## is the given differential operator.

To determine whether the pde is homogenous or not we make use of the boundary conditions, correct?

In our case we have the given pde with two boundary conditions and one initial condition (not considered due to steady-state condition).

I now get it!
thus to find the solution, we note that since the steady-state is not dependant on time, then it follows that, ##u_{t}=0##
##u(x,t)=u(x)## ##Du_{xx}## =##0→u_{xx}=0## on integration we shall have
##u_{x}=M##, where ##M## is a constant. Integrating again yields
##u(x)=Mx+N##, where ##N## is also a constant. Now using the first boundary conditions, ##u(0,t)=c_1##, we shall have
## c_1=N## on using the second boundary condition, we shall have
##c_2=Ml+c_1## it follows that ##u(x)##=##\dfrac {c_2-c_1}{l}##+##c_1##
cheers guys...
 

Attachments

  • 1650607201944.png
    1650607201944.png
    22.8 KB · Views: 184
Last edited:
Physics news on Phys.org
chwala said:
Summary: See attached

View attachment 300372
I am going through the literature on Dirichlet and Neumann conditions for the heat equation...i need to be certain on the nonhomogenous bit that is indicated on the excerpt. I am aware that for a pde to be considered homogenous, ##Lu=0## and for it to be non homogenous; ##Lu=f##, where ##L## is the given differential operator.

To determine whether the pde is homogenous or not we make use of the boundary conditions, correct?

There are two ways in which a PDE can be non-homogenous.

(1): The right hand side can be non-zero, as in L(u) = f.

(2) A boundary condition can be non-homogenous, ie. of the form <br /> \alpha u + \beta \frac{\partial u}{\partial n} = g where \alpha and \beta are functions of position and time satisfying \alpha^2 + \beta^2 = 1.

In our case we have the given pde with two boundary conditions and one initial condition (not considered due to steady-state condition).

I now get it!
thus to find the solution, we note that since the steady-state is not dependant on time, then it follows that, ##u_{t}=0##
##u(x,t)=u(x)## ##Du_{xx}## =##0→u_{xx}=0## on integration we shall have
##u_{x}=M##, where ##M## is a constant. Integrating again yields
##u(x)=Mx+N##, where ##N## is also a constant. Now using the first boundary conditions, ##u(0,t)=c_1##, we shall have
## c_1=N## on using the second boundary condition, we shall have
##c_2=Ml+c_1## it follows that ##u(x)##=##\dfrac {c_2-c_1}{l}##+##c_1##
cheers guys...

Your final expression for u(x) does not contain x. It is easiest to set <br /> \begin{split}<br /> u(x) &amp;= c_2\frac xl + c_1\left(1 - \frac xl\right) + v(x) \\<br /> &amp;= c_1 + (c_2 - c_1)\frac xl + v(x)<br /> \end{split} where v satisfies v_{xx} = -(c_1 + (c_2-c_1)x/l)_{xx} = 0 subject to the homogenous condition v(0) = v(l) = 0. This forces v(x) = 0.
 
chwala said:
TL;DR Summary: See attached

View attachment 300372
I am going through the literature on Dirichlet and Neumann conditions for the heat equation...i need to be certain on the nonhomogenous bit that is indicated on the excerpt. I am aware that for a pde to be considered homogenous, ##Lu=0## and for it to be non homogenous; ##Lu=f##, where ##L## is the given differential operator.

To determine whether the pde is homogenous or not we make use of the boundary conditions, correct?

In our case we have the given pde with two boundary conditions and one initial condition (not considered due to steady-state condition).

I now get it!
thus to find the solution, we note that since the steady-state is not dependant on time, then it follows that, ##u_{t}=0##
##u(x,t)=u(x)## ##Du_{xx}## =##0→u_{xx}=0## on integration we shall have
##u_{x}=M##, where ##M## is a constant. Integrating again yields
##u(x)=Mx+N##, where ##N## is also a constant. Now using the first boundary conditions, ##u(0,t)=c_1##, we shall have
## c_1=N## on using the second boundary condition, we shall have
##c_2=Ml+c_1## it follows that ##u(x)##=##\dfrac {c_2-c_1}{l}##+##c_1##
cheers guys...
Amended...

it follows that ##u(x)##=##\dfrac {c_2-c_1}{l}x##+##c_1##
 
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