Confused About Boundary Conditions for ##y## and ##x##

Click For Summary
The discussion centers on clarifying boundary conditions for a given problem involving the function U(x,y). It highlights confusion regarding the classification of boundary conditions for variables y and x, specifically noting that there are two homogeneous boundary conditions for y and one inhomogeneous condition for x. The user confirms their understanding after receiving clarification, acknowledging the correct categorization of the boundary conditions. Additionally, they share their approach to solving a related partial differential equation (PDE) problem, detailing the steps taken to derive the necessary ordinary differential equations from the PDE. The conversation emphasizes the importance of accurately identifying boundary conditions for effective problem-solving in PDEs.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
Kindly see attached.
Relevant Equations
separation of variables and basic knowledge on boundary and initial conditions
I am going through this notes, i can follow quite well...my only issue is on the highlighted part...i thought that we had two boundary conditions for ##y## ( of which one of them is non homogenous) and two boundary conditions for ##x##( of which both are homogenous)...kindly clarify on this part...

1639114732179.png
1639115124985.png
 
Physics news on Phys.org
Here is my working on the given homogenous boundary conditions,
Let ## U(x,y) = X⋅Y##
1. Given, ##u(x,0)= 0##, then it follows that,
##0=X(x) Y(0)## →##Y(0)=0##

2. Given, ##u(L,y)= 0##, then it follows that,
##0=X(L) Y(y)## →##X(L)=0##

3. Given, ##u(x,H)= 0##, then it follows that,
##0=X(x) Y(H)## →##Y(H)=0##

The remaining steps to solution will follow accordingly...
 
Last edited:
You have two homogeneous boundary conditions on y and one on x. The second boundary condition on x is inhomogeneous.
 
Orodruin said:
You have two homogeneous boundary conditions on y and one on x. The second boundary condition on x is inhomogeneous.
Thanks i got a little mixed up there,...from my opening remarks on post ##1##, the boundary conditions for ##x## and ##y## ought to be the way you've indicated...and not other way round. Cheers...
 
...also for the problem below, which is quite related to the original post;

Note
Kindly note that i share this so that when it comes to solving pde related problems in future then atleast you guys will have an understanding of my approach )...cheers guys.

1639123599326.png


1639123622685.png


Ok here, we have,
##u_t=k u_{xx} - u## given the initial condition, ##u(x,0)= f(x)## and boundary conditions, ##u(0,t)=0## and ##-u_x(L,t)=u(L,t)## then,

Let ##u(x,t)= XT##
##u_t= XT^{'}##
##u_{xx}= X^{''}T##
on substitution to the pde, we shall have,
##XT^{'}##=##kX^{''}T-XT##
...
##\frac {T^{'}}{T}##=##\frac {kX^{''}-X}{X}##=##-λ##
##\frac {T^{'}}{T}##+##1##=##\frac {kX^{''}}{X}##=##-λ##
##→\frac {1}{k}##[##\frac {T^{'}}{T}##+##1##]=##\frac {X^{''}}{X}##=##-λ## (two ordinary differential equations realized)...
Now when it comes to the boundary conditions, we know that,
##u(x,t)= XT##
1. ##u(0,t)= 0##
→##0=X(0)T(t)##, ##T(t) ≠0## →##X(0)=0##

2. ##u(L,t) + u_x(L,t)=0##
##X(L)T(t) +X^{'}(L)T(t)=0##
since##X(0)##=##0## →##X(L)=X^{'}(L)##=##0##

bingo:cool:
 
Last edited:
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...