Questions tagged [boundary-value-problem]

For questions concerning the properties and solutions to the boundary-value problem for differential equations. By a Boundary value problem, we mean a system of differential equations with solution and derivative values specified at more than one point. Most commonly, the solution and derivatives are specified at just two points (the boundaries) defining a two-point boundary value problem.

Let $~I = (a, b) ⊆ \mathbb{R}$ be an interval. Let $p, q, r : (a, b) → \mathbb{R}~$ be continuous functions. Consider the linear second order equation given by $$y′′ + p(x)y′ + q(x)y = r(x), \qquad a < x < b.$$Corresponding to this ODE, there are four important kinds of (linear) boundary conditions. They are given by

$1.\quad$Dirichlet or First kind :$$y(a) = η_1,\quad y(b) = η_2,$$ $2.\quad$Neumann or Second kind : $$y′(a) = η_1,\quad y′(b) = η_2,$$ $3.\quad$ Robin or Third or Mixed kind : $$α_1y(a) + α_2y′(a) = η_1, \quad β_1y(b) + β_2y′(b) = η_2,$$ $4.\quad$ Periodic : $$y(a) = y(b),\quad y′(a) = y′(b).$$


There are three types of boundary conditions commonly encountered in the solution of partial differential equations:

$1.\quad$Dirichlet boundary conditions specify the value of the function on a surface} $$T=f(r,t),$$

$2.\quad$ Neumann boundary conditions specify the normal derivative of the function on a surface, $$\frac{\partial T}{\partial n}=\hat{n}\cdot \delta T=f(\vec{r},t), $$ $3.\quad$Robin boundary conditions for an elliptic partial differential equation in a region $\Omega$, Robin boundary conditions specify the sum of $~\alpha u~$ and the normal derivative of $u=f$ at all points of the boundary of $\Omega$, with $\alpha$ and $f$ being prescribed.

References:

"https://en.wikipedia.org/wiki/Boundary_value_problem"

"http://www.math.iitb.ac.in/~siva/ma41707/ode6.pdf"

1754 questions
3
votes
1 answer

First-order linear partial differential equation with boundary conditions

I am trying to solve this boundary-value problem: $$u_x(x,y) + u_y(x,y) + u(x,y) = 0$$ $$u(0,y) = 1$$ $$u(x,0) = 1$$ Image version I tried to use the method of characteristics, but it seems that it is only for initial-value problems. I would thank…
2
votes
1 answer

Difference between initial state problem and boundary-value problem

I would like to check the aspect that is not covered in the the original question. They both seem to have the same nature, yet, I feel like the difference lies in that the initial value problem can be solved by simulation whereas boundary value…
Val
  • 1
1
vote
1 answer

How can we prove that $k! \ge k^{k/2}$?

I've tried considering the product of $k$ square roots of $k$ to no avail. Does the bound $k! \le k^{k/2}$ come from another popular bound? Perhaps Stirlings?
David Faux
  • 3,425
1
vote
1 answer

What is the exact solution of this stationary convection-diffusion problem (1d)

I need some assistance with the following problem. I am trying to find the exact solution of a convection-diffusion equation as follows: $$-Du''(x)+0.5u'(x)=1, 00.$$ I would be incredibly grateful if someone…
PixelPrime
  • 13
  • 5
1
vote
0 answers

Using D'Alembert's formula

I am trying to solve the boundary value problem $u_{tt} = 4u_{xx},\; x > 0, t > 0$ $u(x,0) = \frac{x^2}{8},\; u_t(x,0) = x,\; x\geq 0$ $u(0,t) = t^2,\; t \geq 0$ I attempted to use D'Alembert's solution formula $u(x,t) = \frac{1}{2}[f(x + at) +…
table
  • 69
1
vote
1 answer

Three-dimensional cylindrical boundary-value problem with an inhomogeneous surface?

Background I showed this solution to my professor and my professor responded, "The variable $r$ ranges over the infinite interval from $a$ to infinity. This is an infinite interval. A complete set of orthogonal functions would involve a set…
Michael Levy
  • 1,100
  • 6
  • 22
1
vote
0 answers

Boundary value problem:

I have the following Boundary value problem: find f(x,z) that satisfies: $g(x){df(x,z)\over dz}+A{df^2(x,z)\over dzdx}+B{df(x,z)\over dx}+Cf(x,z)=0$ where g(x) is a given function. and the Boundary conditions are: f(0,z)=h(z), f(x,0)=constant any…
Jacob
  • 111
1
vote
1 answer

How to solve the boundary value problem for $\frac{d^2 y}{dx^2}+xy=1 $

How to solve the boundary value problem given below: $ \frac{d^2 y}{dx^2}+xy=1 $ , with the conditions $ y(2)=5 $ and $y(9)=6 $ . I know the problem is given Dirichlet Boundary condition but I could not find a suitable method to get the…
MAS
  • 10,638
1
vote
0 answers

Is $u_x(0,t)=u_x(1,t)=u_t(x,0)=u_t(x, 1) = 0$ an example of Neumann boundary conditions?

I am unsure if this qualifies. The examples I have seen have all had nonzero boundary conditions. If it matters, I am solving the wave equation $c^2u_{xx} = u_{tt}$.
XVD
  • 75
  • 4
1
vote
0 answers

On solving a boundary condition problem

Consider a certain vector differential equation whose general solution is given by linear combination of orthogonal vector fields $$\mathbf{F}(r,\theta,\phi)=\sum_{m=0}^{\infty} \sum_{n=m}^{\infty} a_{mn} \mathbf{M}_{mn}$$ Where $\mathbf{M}$ satisfy…
Omar Nagib
  • 1,258
1
vote
0 answers

Boundary value problem. Unsteady convection-diffusion problem on the half plane

Help me to solve the convection diffusion problem on the upper half plane with a time dependent non-homogeneous boundary at $y=0$ and a time dependent coefficient for the first $y$ derivative. Solve $$\frac{\partial p}{\partial…
znffal
  • 71
1
vote
0 answers

boundary condition measure associated to a rotation invariant operator

According to A. Venttsel (On boundary condition for multidimensional diffusion processes) The measure in $(13)$ is of the form $\nu(drd\theta)\cdot d\varphi$ while in the general case we had The question is: How do we obtain a measure of the…
1
vote
1 answer

How do I find the exact solution to the boundary value problem $y''(x) = −xy' (x) + y(x) − 1$, $y(0) = 1$, $y(4) = 9$?

I believe I need to guess a general solution of $y$ for this boundary value problem. However I am not sure what that guess is. Can someone explain if I am on the right track or not? If so what is the guess for the general solution of y?
0
votes
0 answers

Lower Bound Question

Assume we have a function like this: $$ F(x) = \sum_{k=1}^x f(k) $$ And we have upper and lower bounds for it: $$ c_1 g(x) < F(x) < c_2h(x). $$ Can we find a lower bound for $f(x)$ with this information? I tried this but it didn't work. But…
esege
  • 3,621
0
votes
0 answers

Stefan Problem With Time Boundary Conditions

I have doubt on Stefan Problem with time boundary conditions, does this problem has an analytical solution or not? For example in the following article Tao, L. N., The Stefan problem with arbitrary initial and boundary conditions, Q. Appl. Math. 36,…
1
2