Laplace's Equation and the potential above the xy-plane

AI Thread Summary
The discussion revolves around verifying whether a given potential above the xy-plane satisfies Laplace's equation and determining the electric field and charge distribution. It was initially believed that the potential did not satisfy Laplace's equation, but clarification revealed that the Laplacian is a scalar and not a vector, leading to the conclusion that the charge distribution is zero. Applying Gauss' law confirmed that the divergence of the electric field is zero, indicating no enclosed charge in the specified region. The electric field and potential are attributed to an external charge distribution or field. Overall, the reasoning regarding the charge distribution and its implications was affirmed.
SquidgyGuff
Messages
36
Reaction score
0

Homework Statement


Essentially it gives the potential above the xy-plane as
gif.gif
and I am tasked with verifying it satisfies laplace's equation, determining the electric field, and describing the charge distribution on the plane.

Homework Equations


gif.gif
then
gif.gif

gif.gif

gif.gif


The Attempt at a Solution


As far as I can tell it does not satisfy laplace's equation because when I take the gradient of the potential twice I get
gif.gif
which is non-zero. So taking the second equation up there I found
gif.gif
and using the third I found
gif.gif
.

In the case of the electric field I would assume the field in the x direction wouldn't matter (or at least shouldn't be there) because it is parallel to the field, but I'm not really sure if I'm doing this correctly.
 
Physics news on Phys.org
SquidgyGuff said:

Homework Statement


Essentially it gives the potential above the xy-plane as
gif.gif
and I am tasked with verifying it satisfies laplace's equation, determining the electric field, and describing the charge distribution on the plane.

Homework Equations


gif.gif
then
gif.gif

gif.gif

gif.gif


The Attempt at a Solution


As far as I can tell it does not satisfy laplace's equation because when I take the gradient of the potential twice I get
gif.gif
which is non-zero. So taking the second equation up there I found
gif.gif
and using the third I found
gif.gif
.

In the case of the electric field I would assume the field in the x direction wouldn't matter (or at least shouldn't be there) because it is parallel to the field, but I'm not really sure if I'm doing this correctly.
I think you are missing something here.

The Laplacian operator does not return a vector; it returns a scalar. The function φ here is a scalar function.

https://en.wikipedia.org/wiki/Laplace's_equation
 
SteamKing said:
I think you are missing something here.

The Laplacian operator does not return a vector; it returns a scalar. The function φ here is a scalar function.

https://en.wikipedia.org/wiki/Laplace's_equation

But when you take the gradient isn't it this?
al%20y%7D%5Cphi%5Chat%7By%7D+%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20z%7D%5Cphi%5Chat%7Bz%7D.gif

So taking the couble gradient would be:
7D%20+%20%5Cfrac%7B%5Cpartial%5E%7B2%7D%7D%7B%5Cpartial%20z%5E%7B2%7D%7D%5Cphi%5Chat%7Bz%7D.gif

Or is the laplacian not strictly the double gradient? If there's no directionality then it does equal zero and there for the charge distribution on the plane is 0 and the field is 0 right?
 
SquidgyGuff said:
But when you take the gradient isn't it this?
al%20y%7D%5Cphi%5Chat%7By%7D+%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20z%7D%5Cphi%5Chat%7Bz%7D.gif

So taking the couble gradient would be:
7D%20+%20%5Cfrac%7B%5Cpartial%5E%7B2%7D%7D%7B%5Cpartial%20z%5E%7B2%7D%7D%5Cphi%5Chat%7Bz%7D.gif

Or is the laplacian not strictly the double gradient? If there's no directionality then it does equal zero and there for the charge distribution on the plane is 0 and the field is 0 right?
The Laplacian is defined as the divergence of the gradient, or Δφ = div grad φ = ∇ ⋅ ∇φ = ∇2φ
 
  • Like
Likes Chestermiller
SteamKing said:
The Laplacian is defined as the divergence of the gradient, or Δφ = div grad φ = ∇ ⋅ ∇φ = ∇2φ
 
SteamKing said:
The Laplacian is defined as the divergence of the gradient, or Δφ = div grad φ = ∇ ⋅ ∇φ = ∇2φ
Sorry about that last reply. Okay I get it now, so
7B%5Cpartial%7D%7B%5Cpartial%20y%7D%5Cphi%2C%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20z%7D%5Cphi%3E.gif
which is then equal to
5E%7B2%7D%7D%5Cphi%20+%5Cfrac%7B%5Cpartial%5E%7B2%7D%7D%7B%5Cpartial%20z%5E%7B2%7D%7D%5Cphi.gif
. So would that mean the the charge distribution is 0?
 
SquidgyGuff said:
Sorry about that last reply. Okay I get it now, so
7B%5Cpartial%7D%7B%5Cpartial%20y%7D%5Cphi%2C%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20z%7D%5Cphi%3E.gif
which is then equal to
5E%7B2%7D%7D%5Cphi%20+%5Cfrac%7B%5Cpartial%5E%7B2%7D%7D%7B%5Cpartial%20z%5E%7B2%7D%7D%5Cphi.gif
. So would that mean the the charge distribution is 0?
It would seem so.

I know a little about the math behind potential theory, but I'm not au fait with electrostatics. If anyone else wants to jump in here ...
 
Would that mean the charge distribution is zero?

Yes.

A good way to check this is to apply Gauss' law to the electric field you calculated. It is extremely simple to show that the divergence of E goes to zero in this case, so that automatically implies that net charge is zero.

You stated in your initial post that the field above the xy-plane is given. Gauss' law allows us to create a Gaussian surface over the area of this region, so showing that ∇⋅E goes to zero shows us that there is no charge enclosed in the surface. This simply implies that the electric field (and thus the potential) is due to some charge distribution outside of the specified region or is simply an external field that is applied.

Gauss' law can be tricky like this sometimes, but it is helpful to think of the integral form, noting that ∫E⋅dA = QEnclosed0. This integral is around a surface (the Gaussian surface) so when you use the law to calculate the total charge, you are finding the total charge enclosed in the region. So what you have shown (correctly) is that the total charge distribution in this region is zero.

Note: If any of this isn't explained well, others feel free to jump in and correct me or elaborate.[/QUOTE]
 
Yosty22 said:
Would that mean the charge distribution is zero?

Yes.

A good way to check this is to apply Gauss' law to the electric field you calculated. It is extremely simple to show that the divergence of E goes to zero in this case, so that automatically implies that net charge is zero.

You stated in your initial post that the field above the xy-plane is given. Gauss' law allows us to create a Gaussian surface over the area of this region, so showing that ∇⋅E goes to zero shows us that there is no charge enclosed in the surface. This simply implies that the electric field (and thus the potential) is due to some charge distribution outside of the specified region or is simply an external field that is applied.

Gauss' law can be tricky like this sometimes, but it is helpful to think of the integral form, noting that ∫E⋅dA = QEnclosed0. This integral is around a surface (the Gaussian surface) so when you use the law to calculate the total charge, you are finding the total charge enclosed in the region. So what you have shown (correctly) is that the total charge distribution in this region is zero.

Note: If any of this isn't explained well, others feel free to jump in and correct me or elaborate.
[/QUOTE]
Thank y'all so much! Just needed to make sure my reasoning was sound :)
 
Back
Top