Why Normalize Boundary Conditions in PDEs?

garcijon
Messages
1
Reaction score
0
Hi All,

This is my first post on these forums. I am not looking for a solution to this problem but more interested in seeing if someone can point me to a resource that can explain the following. Thanks in advance for any help.

I'm trying to solve a pde which gives a temperature profile.

upload_2014-11-21_15-54-40.png

We end up changing over to spherical coordinates where our boundary conditions are not completely clear although our initial condition is.

upload_2014-11-21_15-56-36.png


The professor writes something like this. basically it normalizes the boundary conditions to (0,1). I can't wrap my head around this and googling for a while hasn't given me any results that clarify this.

upload_2014-11-21_15-58-26.png
 
garcijon said:
The professor writes something like this. basically it normalizes the boundary conditions to (0,1). I can't wrap my head around this and googling for a while hasn't given me any results that clarify this.

View attachment 75728

This is a straightforward linear rescaling of the form <br /> f : [a,b] \to [0,1] : x \mapsto \frac{x - a}{b - a}. Observe that f is strictly increasing with f(a) = 0 and f(b) = 1.

If what you are struggling with is "why does he bother to do this?" then the concept you are looking for is nondimensionalization. Also it's easier to work with G(t = 0) = G(r \to \infty) = 0 rather than G(t = 0) = rT_0 and G(r \to \infty) = \infty.
 
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