$$\epsilon y''+y'\sin x+y\sin 2x = 0$$ with boundary conditions $y(0)=\pi$ and $y(\pi)=0$ as $\epsilon \rightarrow 0$. I don't know how to find out where the boundary layer is? I thought initially it was at $x=0$, but this just leads to the outer solution of $$y=Ae^{-2\sin x}$$ if I've done it correctly and applying the boundary conditions means $A=0$ or $A=\pi$. Am I right so far? What do I do now? I'm so lost. Any hints? Thanks!
2026-03-26 01:11:07.1774487467
Find the leading order uniform approximation when the conditions are not $0<x<1$
437 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ASYMPTOTICS
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- How to find the asymptotic behaviour of $(y'')^2=y'+y$ as $x$ tends to $\infty$?
- Correct way to prove Big O statement
- Proving big theta notation?
- Asymptotics for partial sum of product of binomial coefficients
- Little oh notation
- Recurrence Relation for Towers of Hanoi
- proving sigma = BigTheta (BigΘ)
- What's wrong with the boundary condition of this $1$st order ODE?
- Every linearly-ordered real-parametrized family of asymptotic classes is nowhere dense?
Related Questions in PERTURBATION-THEORY
- Is there a book on the purely mathematical version of perturbation theory?
- Limit of a function ("order of magnitude")
- Unusual normalization related to the eigenvector perturbation
- How to expand $\sqrt{x+\epsilon}$ in the following way?
- Perturbative expansion of an expression involving the matrix square root
- Question on perturbation theory
- How to find roots by perturbation methods for this problem?
- Find perturbed eigenvalues, eigenvectors by perturbation methods
- rationalize denominator for perturbation theory
- Solve recurrent ODE (elegantly?)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
First note that for $\epsilon = 0$ you get the outer solution
$$ y_o = A e^{- \sin x} $$
As you pointed out, $A=0$ or $A=\pi$. Let's try to put the boundary layer at $x=0$. If the Bl is at $x=0$, we get $A=0$. We introduce $\hat{x}=x/\epsilon$
$$ \epsilon \frac{1}{\epsilon^2} \frac{d^2 y}{d \hat{x}^2} + \frac{1}{\epsilon} \frac{d y}{d \hat{x}} \sin (\epsilon \hat{x})+y\sin [2(\epsilon \hat{x})] = 0 $$
$$ \frac{d^2 y}{d \hat{x}^2} + \frac{d y}{d \hat{x}} \sin (\epsilon \hat{x})+\epsilon y \sin [2(\epsilon \hat{x})] = 0 $$
The leading order solution can be obtained from $\epsilon=0$
$$ \frac{d^2 y}{d \hat{x}^2} = 0 $$
From which the inner solution is
$$ y_i = B \hat{x} + C $$
Since $y(0)=\pi$ we have $C=\pi$. If we required that the solutions match at $x=0$, i.e. $y_o(0)=0=y_i(\hat{x}=\infty)=\infty$ if $B \neq 0$, therefore we get a contradiction, we can't match them this way. Try the scaling $\hat{x}=x/\sqrt{\epsilon}$
$$ \epsilon \frac{1}{\epsilon} \frac{d^2 y}{d \hat{x}^2} + \frac{1}{\sqrt{\epsilon}} \frac{d y}{d \hat{x}} \sin (\sqrt{\epsilon} \hat{x})+y\sin [2 \sqrt{\epsilon} \hat{x}] = 0 $$
To the leading order we get
$$ \frac{d^2 y}{d \hat{x}^2} + \frac{d y}{d \hat{x}} \hat{x}= 0 $$
which has the solution
$$ y_i = \pi + \sqrt{\frac{\pi}{2}} B \cdot erf \left[ \frac{\hat{x}}{\sqrt{2}} \right]$$
We can match this inner solution to the outer solution at $x=0$ in the following way:
$$ y_o(x=0) = 0 =y_i(\hat{x}=\infty) = \pi + \sqrt{\frac{\pi}{2}} B $$
from which $B=-\sqrt{2 \pi}$. The combined solution can be written as
$$\pi \left[ 1 - erf \left[ \frac{x}{\sqrt{2 \epsilon}} \right] \right] $$