A particle with charge q = + 1 0 is at position ( x , y , z ) = ( 2 1 , 0 , 2 1 ) . A closed surface consists of four sub-surfaces put together.
The first sub-surface is a half-disk in the x y plane:
x 2 + y 2 ≤ 1 x ≤ 0 z = 0
The second sub-surface is a half-disk in the y z plane:
y 2 + z 2 ≤ 1 z ≥ 0 x = 0
The third sub-surface is a half sphere centered on the origin:
x 2 + y 2 + z 2 = 1 z ≤ 0
The fourth sub-surface is a quarter sphere centered on the origin:
x 2 + y 2 + z 2 = 1 z ≥ 0 x ≥ 0
Let the electric fluxes through the four sub-surfaces be ϕ 1 , ϕ 2 , ϕ 3 , ϕ 4 . Determine the following ratio:
ϕ 1 + ϕ 2 + ϕ 3 + ϕ 4 ϕ 1 ϕ 2 ϕ 3 ϕ 4
Details and Assumptions:
1)
Electric permittivity
ϵ
0
=
1
2)
Use outward-facing normal vectors
3)
Be mindful of the signs of the fluxes (positive or negative)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider the half disk on the X-Y plane. The disk can be parameterised using polar coordinates. The position vector of a point on the disk is:
r p = r cos θ i ^ + r sin θ j ^ + 0 k ^
The position vector of the location of the charge is:
r c = 0 . 5 i ^ + 0 j ^ + 0 . 5 k ^
A surface area element vector normal to this surface is:
d S = r d r d θ k ^
Understanding the direction requires a bit of imagination. The area vector is outward normal and the surface is parallel to the Z axis. A vector joining a point on the surface and the charge and directed away from the charge is:
r = r p − r c
The electric field at this point is:
E = 4 π q ( ∣ r ∣ 3 r )
The flux through this elementary surface area is:
d ϕ 1 = E ⋅ d S
Substituting expressions and simplifying gives a function of r and θ . I have left out the tedious simplifications and expressions altogether as typing them is time consuming.
d ϕ 1 = f 1 ( r , θ ) d r d θ
ϕ 1 = ∫ 0 1 ∫ π / 2 3 π / 2 f 1 ( r , θ ) d r d θ
Again, consider the disk on teh Y-Z plane. The disk again can be parameterised using polar coordinates as such:
r p = 0 i ^ + r sin θ j ^ + r cos θ k ^
A surface area element vector normal to this surface is:
d S = − r d r d θ i ^
Understanding the direction requires a bit of imagination. The area vector is outward normal and the surface is along the negative X axis.
Repeating the same steps as above gives:
d ϕ 2 = f 2 ( r , θ ) d r d θ
ϕ 2 = ∫ 0 1 ∫ − π / 2 π / 2 f 2 ( r , θ ) d r d θ
We now consider the sphere centered at the origin. A point on the sphere can be parameterised using spherical coordinates.
r p = sin θ cos ϕ i ^ + sin θ sin ϕ j ^ + cos θ k ^
The surface area element around a point on a sphere is:
d S = ( sin θ d ϕ d θ ) r ^ p
Performing the same steps above, one obtains an expression for flux through the elementary surface area:
d ϕ s = f 3 ( ϕ , θ ) d ϕ d θ
Therefore, flux through the hemisphere is:
ϕ 3 = ∫ π / 2 π ∫ 0 2 π f 3 ( ϕ , θ ) d ϕ d θ
And flux through the quarter sphere is:
ϕ 4 = ∫ 0 π / 2 ∫ − π / 2 π / 2 f 3 ( ϕ , θ ) d ϕ d θ
One can evaluate the integrals using Wolfram-Alpha or by typing a script of code. I chose to do the latter and so I have not spent time evaluating the explicit integrands here. I have laid out the steps. Some of the steps require some geometric intuition, which makes this problem challenging. Moreover, the value of ϕ 1 is a negative number. This makes sense when you visualise the location of the charge relative to all surfaces. In the first surface, the flux is inwards.
A good way to check if the answer is correct is to see if:
ϕ 1 + ϕ 2 + ϕ 3 + ϕ 4 = 1 0
As that verifies Gauss Law.
@Karan chatrath sir i don't able to calculate ϕ 3 a n d ϕ 4 . But I have calculated ϕ 1 = − 3 . 9 7 8 6 , ϕ 2 = 0 . 4 7 9 4 are these correct??
@Karan chatrath Sir in wolfram ϕ 3 , ϕ 4 integral is not Possible. I have calculated all fluxes integral and wolfram calculated ϕ 1 , ϕ 2 but not able to calculated the integration of ϕ 3 , ϕ 4 .
I obtain:
ϕ 1 ≈ − 0 . 4 7 9 7 ϕ 2 ≈ 1 . 9 9 0 4 ϕ 3 ≈ 2 . 4 7 0 1 ϕ 4 ≈ 6 . 0 2 2 6
The value of ϕ 1 is negative. Also, Even I noticed that ϕ 3 and ϕ 4 cannot be evaluated using Wolfram. I calculated all the integrals by writing code.
Log in to reply
@Karan Chatrath writing code means I didn't know that method from which you evaluated. It will be great if you tell me how to integrate by writing code.
Refer to any of the past solutions posted by @Steven Chase or me. The procedure is well elaborated there.
Log in to reply
Yes I have seen code. Can you tell me please that how to make that type of code??
Log in to reply
I have mentioned before that to code, you need some working understanding of any programming language and some elementary knowledge of numerical integration. If you are not familiar with them, starting to learn is the way to go. Explaining this here would be too time consuming. @Steven Chase posted an exercise on numerical integration practice not very long back. You could try that to test your understanding.
@Legend of Physics I have tried your problem and despite corrections, I do not get the correct answer. Could you please revise your working? In your problem, does ϕ 1 + ϕ 2 verify Gauss' Law?
Log in to reply
@Karan Chatrath sir the answer of the question is wrong . If you are getting your answer as 1 . 9 3 4 then you are correct . I have also told this to sir steven chase in the report. I am expecting from brilliant community to change answer as fast as possible.
Log in to reply
I see that you have defined ϵ 0 = 1 . 2 . If I take this value, I get a different answer than what you have suggested. If I take ϵ 0 = 1 then I get the answer as 1 . 9 3 7 3 .
Log in to reply
@Karan Chatrath – @Karan Chatrath Sir you can also see in report of the question Sir Steven chase has posted his code . He is getting 1 . 9 3 5
Log in to reply
@A Former Brilliant Member – Well if I see the report, then I would have to concede the question, which I do not want. Instead, could you tell me what value of ϵ 0 did he use? Was it 1 or 1.2? It appears as though you have defined ϵ 0 as 1.2 in the problem statement. If not, please mention the details and assumptions on different lines.
Log in to reply
@Karan Chatrath – No sir ϵ o =1) is only value I have given in the question and Steven sir also have used 1
Log in to reply
@A Former Brilliant Member – Okay, in that case, my answer is the same as what you say it is. I was using ϵ 0 = 1 . 2 all this time. I suggest you type each detail and assumption on a different line to avoid confusion. Also, I suggest you delete this problem and re-post it. Brilliant staff members will take time to correct the problem.
Log in to reply
@Karan Chatrath – @ Karan chatrath Ok sir as you wish.
Log in to reply
@A Former Brilliant Member – Thank you for reposting. It is a very nice problem.
Log in to reply
@Karan Chatrath – @Karan Chatrath Welcome . Sir i have posted another question. https://brilliant.org/problems/flux-in-between-rings/
Problem Loading...
Note Loading...
Set Loading...
@Karan Chatrath has provided a nice detailed solution. I will upload my code as well. The basic calculations are common for all surfaces. The only differences lie in the surface parametrization. Notice also that it is not necessary to deal with complicated expressions.