Solving Asymptotic Matching for LaTeX Boundary Layer

  • Thread starter Thread starter rsq_a
  • Start date Start date
rsq_a
Messages
103
Reaction score
1
There seems to be something wrong with the LaTeX

This seems like an absolutely trite question, but I can't seem to figure it out.

Suppose you had a boundary-layer problem, say at x = 0. Suppose the first term of the outer solution, valid away from x = 0 was \sim x^{1/4}. Suppose that the boundary layer was of thickness x = O(\epsilon).

Suppose that you have solved for the inner solution near x = 0. What would be the required matching condition?

So in this example, we would re-scale x = \epsilon X. Then wouldn't the inner solution need to behave like, y \sim \epsilon^{1/4} X^{1/4} as X \to \infty? But this doesn't seem possible, since we can't allow the inner solution to blow up. What is the correct matching condition as X \to \infty?
 
Last edited:
Physics news on Phys.org
I've amended your equations, so they are viewable.

This seems like an absolutely trite question, but I can't seem to figure it out.

Suppose you had a boundary-layer problem, say at x = 0. Suppose the first term of the outer solution, valid away from x = 0 was \sim x^{1/4} . Suppose that the boundary layer was of thickness x = O(\epsilon) .

Suppose that you have solved for the inner solution near x = 0. What would be the required matching condition?

So in this example, we would re-scale x = \epsilon X . Then wouldn't the inner solution need to behave like, y \sim \epsilon^{1/4} X^{1/4} as X \rightarrow \infty ? But this doesn't seem possible, since we can't allow the inner solution to blow up. What is the correct matching condition X\rightarrow\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...
Back
Top