Boundary condition for electrostatics problem - found issue?

AI Thread Summary
The discussion centers on a potential contradiction in boundary conditions for an electrostatics problem involving three materials with different permittivities. The author notes that continuity of the electric field at the surface implies that two permittivities must be equal, which contradicts the initial assumption of distinct values. There is a suggestion that a smooth solution might exist with a violation of boundary conditions in a small region where the materials intersect. The conversation also touches on numerical methods for solving the problem, highlighting concerns about convergence and the conditioning of the system matrix. The author considers using GMRES as a potential method to address the numerical challenges posed by the inconsistencies.
vogtster
Messages
5
Reaction score
0
Hey everyone

Just a picture of my configuration.

YlCEu.png


The assumption here is $$\epsilon_a,\epsilon_b,\epsilon_c$$ are different from one another. Really the interest of this problem is to find the scalar potential $$\phi$$, such that $$\nabla^2 \phi = 0$$.

So now my question, about jump conditions,
Surface at $$y=0$$ has tangent $$\vec{E}$$ continous, thus
\begin{align}
-\hat{x} \cdot \nabla \phi_a = -\hat{x} \cdot \nabla \phi_b \\
-\hat{x} \cdot \nabla \phi_a = -\hat{x} \cdot \nabla \phi_c \\
\end{align}

However if we look at $$x=0$$ then normal $$\vec{D}$$ is continuous thus

\begin{align}
-\epsilon_b \hat{x} \cdot \nabla \phi_b = - \epsilon_c \hat{x} \cdot \nabla \phi_c \\
\end{align}

From our relation above this implies that $$\epsilon_b=\epsilon_c$$, which we made no such assumption. So this looks like a contradiction to me.

Can someone tell me where I have gone wrong?

Thank you!
 
Last edited:
Engineering news on Phys.org
Mathematically, there is also the solution ##\hat{x} \cdot \nabla \phi_a = 0##.

There might a smooth solution that has a violation of the boundary conditions in an arbitrarily small region where the three materials cross, and the actual fields then will depend on the non-exact material structure there.
 
mfb said:
Mathematically, there is also the solution ##\hat{x} \cdot \nabla \phi_a = 0##.

There might a smooth solution that has a violation of the boundary conditions in an arbitrarily small region where the three materials cross, and the actual fields then will depend on the non-exact material structure there.

Hey mfb,

Thanks for the response. I guess I'm in the game of solving these problems by numerical methods. I suppose my worry right now is if I implement this with $$\epsilon_b \neq \epsilon_c$$, then there is an underlying inconsistency in the system. You know how I can get around this?
 
You can check if an iterative solution converges to something stable.
 
mfb said:
You can check if an iterative solution converges to something stable.

Hi mfb,

I do not believe it would converge, or at the very best converge slowly, the underlying assumption would be that the matrix is well conditioned. Let's assume we did some sort of finite differencing and obtained an $$Ax=b$$ system. This inconsistency in the equations, will cause $$A^{-1}$$ not to exist analytically. Thus numerically, $$A$$ will be ill-conditioned, so iterative linear methods will converge slowly in order to find a $$x$$ such that $$Ax=b$$. Do you think GMRES, would be the best hope to find something reasonable?
 
Last edited:
I would put it in a program and see what happens.
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
Back
Top