Laplace Equation Numerical Solution

Click For Summary
The discussion focuses on incorporating point charges into the numerical solution of the Laplace equation. Suggestions include using conformal mapping techniques, particularly through inversion at a specific point. Another proposed method involves modeling the charge as a square and then analyzing the limit as it shrinks to a point. These approaches aim to simplify the complexities involved in point charge scenarios within the Laplace equation framework. The conversation emphasizes innovative mathematical strategies for effective solutions.
jawad hussain
Messages
6
Reaction score
1
Homework Statement
Place a charge of +1 mC at the centre of the square, and initially
using the relaxation method, solve the potentials inside the grid for
the boundary conditions:
• N=S=E=W=10 V
• N=S=10 V; E=W=−10 V
• N=0 V; E=10 V; S=20 V; W=30 V
Relevant Equations
Laplace Equation, Poisson equation
I wonder how to incorporate point charge?
 
Physics news on Phys.org
Perhaps an application of conformal mapping, with an inversion at the point?
Or maybe make it a square too, then take the limit as it shrinks to a point.
 
At first, I derived that: $$\nabla \frac 1{\mu}=-\frac 1{{\mu}^3}\left((1-\beta^2)+\frac{\dot{\vec\beta}\cdot\vec R}c\right)\vec R$$ (dot means differentiation with respect to ##t'##). I assume this result is true because it gives valid result for magnetic field. To find electric field one should also derive partial derivative of ##\vec A## with respect to ##t##. I've used chain rule, substituted ##\vec A## and used derivative of product formula. $$\frac {\partial \vec A}{\partial t}=\frac...