How Do You Solve Inhomogeneous PDEs with Homogeneous Boundary Conditions?

Click For Summary

Discussion Overview

The discussion revolves around solving an inhomogeneous partial differential equation (PDE) in a spherical shell with specified boundary conditions. Participants explore the implications of the inhomogeneity and the nature of the boundary conditions, as well as the transition from a PDE to an ordinary differential equation (ODE) due to the independence of boundary conditions from angular variables.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about solving the inhomogeneous PDE, noting that the Laplacian equals one, which seems physically nonsensical.
  • Another participant suggests that the equation may represent a linearized displacement equation from elasticity theory, where displacement is maximal at the outer radius.
  • Concerns are raised about the nature of the boundary conditions, with one participant questioning whether the problem should be treated as an ODE due to the lack of angular dependence.
  • A participant provides a solution to the ODE and discusses the implications of taking the inner radius to zero, noting that the limit does not exist and questioning the validity of the boundary condition at the outer radius.
  • Further analysis leads to the conclusion that introducing regularity at the origin creates an additional boundary condition, complicating the problem.
  • Another participant clarifies that fulfilling all boundary conditions is impossible when regularity at the origin is considered, leading to the suggestion that one boundary condition must be discarded.
  • A participant expresses gratitude for the assistance and transitions to a related question about a one-dimensional wave equation, indicating a similar struggle with inhomogeneous PDEs and boundary conditions.

Areas of Agreement / Disagreement

Participants generally agree on the transition from a PDE to an ODE due to the boundary conditions being independent of angles. However, there is disagreement regarding the implications of the boundary conditions and the physical interpretation of the results, particularly when considering regularity at the origin.

Contextual Notes

The discussion highlights limitations related to the assumptions made about the boundary conditions and the nature of the PDE. The introduction of regularity conditions complicates the problem, leading to an excess of boundary conditions that cannot all be satisfied simultaneously.

Who May Find This Useful

This discussion may be useful for students and researchers dealing with inhomogeneous PDEs, particularly in the context of boundary value problems in physics and engineering.

urista
Messages
11
Reaction score
0
I have a problem on my homework that is really confusing. I need to solve the partial differential equation in a spherical shell with inner radius = a and outer radius=b: (Laplacian u)=1 in spherical coordinates. The boundary conditions are u=0 on the inner radius r=a, and du/dr=0 on outer radius r=b. The part that is really confusing is that the (Laplacian u)=1 not zero which doesn't make since to me physically. I can't use separation of variables because the PDE is inhomogeneous. I am really confused, would someone help me please?
 
Physics news on Phys.org
1. This seems to me as a linearized "displacement equation", i.e. something gotten from stationary elasticity theory, where maximal displacement occurs at radius b, no displacement at r=a.

2. That the Laplacian to a function is non-zero may very well be physically meaningful;
for example for stationary flow of a viscous fluid are governed by such equations
(It all depends on the problem at hand)

3. Are you sure this is a PARTIAL differential equation in u?
The boundary conditions given are solely dependent on the radius value; no conditions for u's behaviour has been given at specific angle values!
Hence, I believe you should treat u=u(r), i.e an ordinary differential equation.
(I am quite certain that u has the physical interpretation of being radial displacement).

4. What you now need to solve the problem, is the expression of the Laplacian operator in spherical coordinates where the differentiations of u with respect to the angular variables should be set to zero.

Good luck!
 
Thank you; it became evident that the boundary conditions are independent of the angles which means it reduces to an ODE in r. I appreciate your help and let you know what I get for a result.
 
OK, I got an answer u=b^3/(3*r)-(a^3+2*b^3)/(6*a)+r^2/6 which was completely valid to satisfy the ODE and the boundary conditions. The second part of the question is asking to let the inner radius "a" go to zero in the above solution and to interpret the result. Obviously the limit doesn't exist as a goes to zero, so I went back to the general solution u=c1/r+c2+r^2/6 before applying the boundary conditions and eliminated the constant c1 in order to bound the solution. The problem is that the boundary condition on the outer radius has become invalid du/dr=0 on r=b because I tried applying it and it was meaningless. What went wrong? Is it because physically now we have a solid sphere and it doesn't make sense to have a constant displacement on the outside without fixing the center?
 
From what I can see the original Laplacian problem is:
1/r^(2)*d/dr(r^(2)du/dr)=1 (Right?)

This gives:
r^(2)du/dr=1/3r^(3)+C1,
or
du/dr=1/3*r+C1/r^(2).

By regularity demand, we must have du/dr<inf-->C1=0

And we gain:
u(r)=1/6r^(2)+C2

I think we are in full agreement up to this point.
However, the introduction of the regularity demand at r=0 has made our problem have 3 boundary conditions rather than 2! One of the original ones have to go..

Let us examine the condition du/dr=0?
What does this imply physically?
I suggest that this means, that we are to have maximal displacement at r=b.
This is then in accordance with the other original boundary equation u(a)=0,
that is, no displacement is to occur at r=a.
(For example, we might think that for a not equal to 0, the model is with a core (0<r<a) that is much more rigid than the exterior layer (a<r<b))

With the interpretation that the "real" boundary condition at r=b is that maximal displacement is to be found there , the problem is resolved by requiring u(0)=0; i.e C2=0
The maximal displacement will still be found at r=b, since we now have:
u(r)=1/6r^(2)

This is how I interpret it, anyways..
 
so with u(r)=1/6 r^2 we'll get du/dr=1/3 r, how could this be equal to zero at r=b?
 
It isn't, because when the regularity demand at a=0 appears, one of the two original boundary conditions have to go,
You cannot fulfill all 3: (regularity at r=0, u(0)=0, du/dr=0 at r=b)
In particular, note that the requirement du/dr=0 at r=b CANNOT be fulfilled when the regularity demand appears, hence, you have to let it go.

The integral of the Laplacian yields:
du/dr=1/3r+C1/r^(2).
You cannot fullfill the condition at r=b if C1 is equal to 0
 
Last edited:
Thank you arilando, that was great help. Do you think you might have time later on to give me some input on a 1D wave equation? I won't bother you now!
 
I have a wave equation Ytt=c^2 Yxx - g where g is a constant. The boundary conditions are Y(0,t)=Y(L,t)=0 with initial conditions Y(x,0)=0 and Yt(x,0)=0 I tried to solve it by Laplace transfoming the PDE in time and everything worked fine until I got to the point where I had to inverse the transform but things got ugly. Obviously, I have a nonhomogenous PDE with homogeneous boundary conditions. I was going to expand everything in terms of the related eigenfunctions sin(n Pi x/L)but it's not right to expand the constant g in terms of eigenfunctions. I can't do separation of variables because the PDE is inhomogeneous. What's the trick here to get me started without using integral transforms?
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
4K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
7K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K