Boundary Definition and 1000 Threads

  1. A

    Fourth order boundary value problem

    Hi guys, so I'm stuck on quite an interesting problem, and have been for a few days now. If anybody can take the time to have a look at it that would be the most incredible thing ever, because I have reached a point where I am at a loss. Solve the following 4th order differential equation...
  2. S

    [FDTD/FORTRAN] problem with tfsf boundary and berenger's pml

    hi all... I have written codes for 2d fdtd tfsf with berenger's pml absorbing boundary. But I have serious leakage at front and right boundary. At the first place I think the problem is because the pml, but pml is working perfectly in the left and bottom boundary. I need an advice whether the...
  3. U

    Thermal boundary layer and hydrodynamic boundary layer

    So I know individually how these form. Unfortunately I haven't found any sources that describe more detailed questions that pop up in my mind. Could someone help me answer a couple of questions? 1. So if a thermal boundary layer forms in a 'plug flow' model i.e. when there is no momentum...
  4. W

    Solving the heat equation with complicated boundary conditions

    Hi, it is easy solving these PDEs with the idealized homogeneous BCs they throw out in class, but I am having some difficulty solving the transient problem posed in the images below. I have tried working through it, but I don't have confidence in the result. I overlook the solution when the...
  5. Y

    Volume of a solid with 3 boundary conditions

    Homework Statement Find the volume of an object bounded by x2 + y2 ≤ 1, x2 + z2 ≤ 1 and y2 + z2 ≤ 1. Homework Equations The Attempt at a Solution This stuff is very new to me (multiple integrals to find volume) so I am not entirely familiar with it. My first thought was to put...
  6. R

    Insulated boundary for circular laplace equation?

    Homework Statement Consider the Laplace’s equation, ∆u(r,θ) = 0, inside the quarter-circle of radius 2 (0 ≤ θ < π, 0 ≤ r ≤ 2), where the boundary θ is insulated, and u(r,\theta/2)=0 Show that the insulated boundary condition can mathematically be expressed as \frac{\partial u}{\partial...
  7. A

    Determine the interior, the boundary and the closure of the set

    Homework Statement Determine the interior, the boundary and the closure of the set {z ε: Re(z2>1} Is the interior of the set path-connected? Homework Equations Re(z)=(z+z*)/2 The Attempt at a Solution Alright so z2=(x+iy)(x+iy)=x2+2ixy-y2 so Re(x2+2ixy-y2)= x2-y2 >1 So would...
  8. X

    Beam deflection boundary condition calculation

    Homework Statement Find the deflection at x=L/4 and x=L/2 for the beam Homework Equations See attached pic. The Attempt at a Solution So I have the solution derived in class. Only 0<x<L/2 is derived because since the load on the beam is at L/2, the equation is valid for the...
  9. S

    Airframe FEA boundary conditions

    I'm working on a student design project building a multirotor UAV to host a sensor array. The airframe supports arm beams with motors producing thrust at the end, a battery, a flight controller, payload, ESC's and needs to be custom made so that it is of a size that can support large blades and...
  10. V

    Boundary conditions for inhomogeneous non-sepearable 3D PDE

    Hello, I am looking to solve the 3D equation in spherical coordinates \nabla \cdot \vec{J} = 0 using the Ohm's law \vec{J} = \sigma \cdot (\vec{E} + \vec{U} \times \vec{B}) where \sigma is a given 3x3 nonsymmetric conductivity matrix and U,B are given vector fields. I desire the...
  11. M

    Can We Integrate from 0 to T for Average Power Calculation?

    This is part of a solution to find the average of power consumption. In the solution, the boundary taken is from -T/2 to T/2. Can we integrate from 0 to T instead?
  12. A

    Numerical boundary conditions for wide approximation finite difference

    Hi, I have to use a wide 5 point stencil to solve a problem to fourth order accuracy. In particular, the one I'm using is: u'' = -f(x + 2h) + 16f(x + h) - 30f(x) + 16f(x - h) - f(x - 2h) / 12h2 or when discretized u'' = -Uj-2 + 16Uj-1 -30Uj + 16Uj+1 -Uj+2 / 12h2 In addition to...
  13. B

    Moving boundary diffusion equation (transformation of coordinates)

    I'm trying to implement a numerical code for the diffusion equation with moving boundaries. I have no problems with the numerical implementation, but with the transformation of coordinates. In spherical coordinates, the diffusion equation is \frac{\partial c}{\partial t} = D...
  14. W

    Top Homology of Connected , Orientable Manifolds with Boundary

    Hi, I'm trying to show that if ## M^n ## is orientable and connected, with boundary (say with just one boundary component), then its top homology is zero. Sorry, I have not done much differential topology/geometry in a while. I'm trying to avoid using Mayer-Vietoris, by using this argument...
  15. T

    MHB Differential Approximation with Boundary Conditions

    Hello! I have a nifty set of problems (or rather one problem, gradually building itself to be a great problem) that I like to collectively call "The final problem" as it is the last thing I need before I can take the exam in Numerical Methods.Information There is given a Laplace equation...
  16. kmm

    Electrostatic Boundary Conditions

    In Griffith's section about electrostatic boundary conditions, he says that given a surface with charge density \sigma , and take a wafer-thin Gaussian pillbox extending over the top and bottom of the surface, Gauss's law states that: \oint_{S} \mathbf{E} \cdot d \mathbf{a} =...
  17. S

    [FDTD/Fotran] detected reflection near boundary but don't know why

    hi all, i have wrote codes for 2d fdtd in different permittivity (epsilon). in this code, cell size is 200 x 200, start with eps=1 from center, and different permittivity started at boundary (i1,i2) = (25,75) = (j1,j2), epsilon = 2. the problem is, when the wave propagates and approach...
  18. F

    Why is a mechanical wave inverted at a boundary?

    Hi, please could someone help clarify the reason why a mechanical wave is inverted at a boundary as I'm really stuck! Some sources I have read seem to suggest it can be explained by Newton's 3rd law whilst others suggest its to do with conservation of momentum. Newton's 3rd law - consider...
  19. E

    Development thermal boundary layer

    Can anyone explain me why the thermal boundary layer develops faster for viscous fluids? I would just say it would develop more slowly because due to high viscosities there are low reynoldsnumbers and thus less turbulence or mixing. This causes a slow homogenization of temperature (assume a...
  20. S

    Transforming Non-Homogeneous Boundary Conditions in 2D PDEs

    Homework Statement now I have a PDE $$u_{xx}+u_{yy}=0,for 0<x,y<1$$ $$u(x,0)=x,u(0,y)=y^2,u(x,1)=0,u(1,y)=y$$ Then I want to know whether there are some method to make the PDE become homogeneous boundary condition. $$i.e. u|_{\partialΩ}=0$$
  21. M

    Boundary Conditions on a Penning Trap

    Homework Statement Consider a charged particle, of mass m and charge q, confined in a device called a Penning Trap. In this device, there is a quadrupole electric field described in cartesian coordinates by the potential Phi[x,y,z] = U0 (2z^2 - x^2 - y^2) / (r0^2 + 2z0^2) Where U0 is...
  22. C

    Gravitational wave solution boundary conditions

    In linearized gravity we can one sets $$(1) \ \ g_{\mu \nu} = \eta_{\mu \nu} + h_{\mu \nu}$$ where h is taken to be a small perturbation about the flat space metric. One common decomposition of h is to write the spatial part as $$ h_{i j} = 2 s_{ij} - 2\psi \delta_{ij} \ h_{0i} \equiv...
  23. A

    Appropriate Boundary Conditions for the Biharmonic Equation

    Usually, when considering the biharmonic equation (given by Δ^2u=f, we look for weak solutions in H^2_0(U), which should obviously have Neumann boundary conditions (u=0 and \bigtriangledown u\cdot\nu =0 where \nu is normal to U). Now consider that we are looking for solutions u\in...
  24. Q

    Does a Beam's Free End Always Have Zero Shear Force and Bending Moment?

    Homework Statement Just need some quick confirmation. For a beam which has a load applied to it, will its free end always have a shear force, bending moment and curvature of zero?
  25. P

    Did I calculate the boundary layer thickness correctly?

    Homework Statement A flat plate moves in water (20°C) in the direction of the plate at a speed of 1 m/s. What is the boundary layer thickness 0.1 meter downstream of the plate?Homework Equations Reynolds number: ##Re_x=\frac{xU_∞}{\nu}## Boundary layer thickness for laminar flow...
  26. A

    Determining two sets of boundary conditions for a double integral prob

    Homework Statement Determining two sets of boundary conditions for a double integral problem in the polar coordinate system. Is the below correct? Homework Equations The Attempt at a Solution There are two sets of boundary conditions that you can use to solve this problem in the polar...
  27. Y

    Is wave and heat equation with zero boundary Poisson Equation?

    I have two questions: (1)As the tittle, if u(a,\theta,t)=0, is \frac{\partial{u}}{\partial {t}}=\frac{\partial^2{u}}{\partial {r}^2}+\frac{1}{r}\frac{\partial{u}}{\partial {r}}+\frac{1}{r^2}\frac{\partial^2{u}}{\partial {\theta}^2} and \frac{\partial^2{u}}{\partial...
  28. B

    Is the closure of a set the same as its smallest closed set containing it?

    My first analysis/topology text defined the boundary of a set S as the set of all points whose neighborhoods had some point in the set S and some point outside the set S. It also defined the closure of a set S the union of S and its boundary. Using this, we can prove that the closure of S is...
  29. K

    Solving a Differential Equation with Boundary Conditions

    What is the answer of this differential equation. ((d^2) r)/((ds)^2) +(m/(r^2)) -(nr/3)=0 the boundary conditions (i) r=a when s=0 and (ii) dr/ds =0 when r=b. m and n are constants.
  30. B

    Decision Boundary Line (Linear/Non-Linear)

    Homework Statement Given a non-linear decision boundary line: (1 + X1)^2 + (2 − X2)^2 = 4 Argue that while the decision boundary is not linear in terms of X1 and X2, it is linear in terms of X1,X1^2 , X2, and X2^2 . The Attempt at a Solution I'm honestly not sure. I realize the...
  31. O

    Boundary conditions of 2 conductors

    Homework Statement Ignore the text in German. You just need to see the picture. 2 conductors both with potential 0 are given. \alpha is the angle between the conductors. (r, \varphi) are polar coordinates pointing to a point in the plane. Homework Equations What we need to do is...
  32. B

    Isolated points must be boundary points?

    In the textbook I am working with, an isolated point of A is defined to be a point X in A such that there exists a neighborhood (open ε-ball) centered on X containing no point in A other than X itself. A boundary point of A (which need not be in A) is defined as a point X in A such that...
  33. U

    Component of vector parallel to boundary while calculating divergence

    So when we calculate divergence (especially referring to the gauss divergence theorem), why aren't the components of the vector field parallel to the boundary considered? I mean even of, say fluid, is traveling parallel to the boundary when it comes out, fluid is exiting, or diverging out...
  34. H

    PDE, heat equation with mixed boundary conditions

    Homework Statement solve the heat equation over the interval [0,1] with the following initial data and mixed boundary conditions.Homework Equations \partial _{t}u=2\partial _{x}^{2}u u(0,t)=0, \frac{\partial u}{\partial x}(1,t)=0 with B.C u(x,0)=f(x) where f is piecewise with values: 0...
  35. F

    Understanding conceptually how a plane wave interacts with a boundary

    Hi, I'd love a to have a more graphical understanding of how a plane wave interacts with a boundary. I know the maths that describes it, Fresnel's equations etc, and how Brewster's angle is derived and stuff. I'm rather confused with the dipole concept. From what I understand, when a plane...
  36. Superposed_Cat

    What are the boundary conditions of the universe?

    What are the boundary conditions of the universe?
  37. A

    Exploring the Boundary Between Quantum and Classical Mechanics

    Wheres the limit between quantum mechanics and classical mechanics. I mean,when can I expect quantum behavior on a system, is it depends on the system size?Tempature? Something else...and if so what are the numbera for those limits. As we know in nature everything is continuous, so, the...
  38. us40

    No Boundary Condition Universe: Stephen Hawking

    Hello, According to Stephen Hawking no boundary condition universe does not have any boundary in space time.If it is so then it is like earth.You can not go north to north pole.Earth does not have any edge or boundary.So universe is like closed structure like earth.Means after some times it...
  39. B

    First order partial wave eqaution, one boundary and one initial condit

    Homework Statement Solve \frac{\partial{w}}{\partial{t}} + c \frac{\partial{w}}{\partial{x}} =0 \hspace{3 mm} (c>0) for x>0 and t>0 if w(x,0) = f(x) w(0,t) = h(t) Homework Equations The Attempt at a Solution I know how to solve for the conditions separately and that would give...
  40. M

    Why boundary condition in steady electric current?

    when we electric field between two conductors in certain direction the current density should pass in its direction why current density direction change at boundary although the direction of electric field is the same for both conductors
  41. J

    Specification of the boundary condition in high order PDE

    Hi all, I'm asking a question about the number of the boundary conditions in high-order PDE. Say, we are solving the nonlinear Burger's equation \frac{\partial u}{\partial t}+u\frac{\partial u}{\partial x}=\nu \frac{\partial^2 u}{\partial x^2} subject to the initial condition u(x,0)=g(x)...
  42. M

    Where's the logic in this Boundary value problem?

    Considering the classic problem in Electrodynamics "Conducting sphere with Hemispheres at different potentials" How does one think in order to attack this problem? I didn't get it. What potential was considered in solving this problem? Was it the +V or the -V? Or both? Why is θ' considered...
  43. K

    Solving a PDE with Non-homogenous Boundary Conditions

    Homework Statement If utt - uxx= 1-x for 0<x<1, t>0 u(x,0) = x2(1-x) for 0≤x≤1 ut(x,)=0 for 0≤x≤1 ux(x,)=0 u(1,t)=0 find u(1/4,2) Homework Equations The Attempt at a Solution I was thinking to make a judicious change of variables that not only converts the PDE to a homogenous PDE, but also...
  44. R

    Calculation boundary terms of a functional

    Dear all, I am stuck with the problem which is given below; In this problem the equilibrium equations of the given functional must be derived in u, v, and w directions from which the boundary terms must be found. I think that i have derived the equilibrium equations( 5 equations), but i...
  45. D

    Derivative discretization with fixed boundary condition

    Hi all, It may be a trivial question. But, if I have a PDE of variable u(x,t) -------------------------------- \dot{u} = f(u,\partial_x{u},..) with boundary condition : u(0,t) = u(L,t) =0. -------------------------------- Now I need to calculate \partial_x{u} for that can I define the...
  46. M

    Uniqueness of the solution with certain boundary conditions

    Hey! Speaking electrodynamics, I can't seem to get mathematically or even physically convinced that the solution with Dirichlet or Neumann boundary conditions is UNIQUE. Can someone explain it? Thanks.
  47. L

    Boundary Value Problem from Laplace's eq (Thermal)

    Homework Statement A rectangular plate extends to infinity along the y-axis and has a width of 20 cm. At all faces except y=0, T= 0°C. Solve the semi-infinite plate problem if the bottom edge is held at T = {0°C when, 0 < x < 10, T = {100°C when, 10 < x < 20. Homework Equations ∇2T=0...
  48. K

    PDE - Boundary value problem found in QM

    This is a quantum mechanics problem, but the problem itself is reduced (naturally) to a differential equations problem. I have to solve the following equation: \frac{\partial}{\partial t}\psi (x,t) = i\sigma \psi (x,t) where \sigma > 0 The initial condition is: \psi (x,0) =...
  49. J

    Doubts on the boundary conditions of PDE

    Hi all, Say I am solving a PDE as \frac{\partial y^2}{\partial^2 x}+\frac{\partial y}{\partial x}=f, with the boundary condition y(\pm L)=A. I can understand for the second order differential term, there two boundary conditions are well suited. But what about the first order differential term...
  50. marcus

    Oeckl positive boundary form of quantum theory

    Robert Oeckl proposed this new formulation of QT in December of last year. http://arxiv.org/abs/1212.5571 I think it's important and worth learning about. It could replace Dirac form of QT for some (especially general covariant) quantizations. Historically it derives from 1980s work by Witten...
Back
Top