Skip to main content

Questions tagged [boundary-condition-at-infinity]

Tag for differential equations satisfying boundary conditions at infinity, or with open boundary conditions, or defined on an unbounded domain.

2 votes
3 answers
247 views

I am wondering what is the best way to solve numerically a initial-boundary value problem of heat equation like this (surely I've made a lot of mistakes in the code): ...
umby's user avatar
  • 651
2 votes
4 answers
201 views

I am trying in this code to solve three non-linear ODEs together, and I want to plot the three functions as functions of η. Why does my code not work? ...
Math View's user avatar
1 vote
0 answers
81 views

It is known that the solution of the Laplace equation with exclusively Neumann boundary conditions is ambiguous. Wolfram Mathematica warns about this by submitting messages like this one: No ...
Igor Kotelnikov's user avatar
1 vote
3 answers
443 views

I'm new to Mathematica, and I'd like to find the Green function of the 1D Helmholtz Equation $$ \frac{d^2}{dx^2}u + k^2u=\delta(x-x_0)$$ on the whole x axis. I know that there are a few possible ...
JBach's user avatar
  • 111
5 votes
1 answer
291 views

I'm trying to model a wave in a box. 3 sides are reflective and so DirichletCondition[u[t, x, y] == 0 One edge (x=1, 0<y<1)...
Tomi's user avatar
  • 5,094
6 votes
1 answer
407 views

I am trying to reproduce Fig2(b) and 2(c) in this paper by solving Eq2 using NDEigensystem. Eq2 is a coupled ODE given as $[\partial_x+k]B1(x)+\zeta(x)A1(x)=EA1(x)$...
MMA13's user avatar
  • 5,650
2 votes
1 answer
118 views

I am attempting to follow the method outlined in this paper on page 5, where the first step requires solving a 2 point boundary value problem. I have tried using the Shooting Method, but to no avail. ...
hehehaha's user avatar
  • 663
2 votes
1 answer
153 views

Suppose I have two 2nd order differential equations: X''[r]+2X'[r]/r = 2(V[r]-u)X[r] V''[r]+2V'[r]/r = X[r]^2 with boundary values ...
Pratick Sarkar's user avatar

15 30 50 per page
1
2 3 4 5
13