Define the following volume:
x = r cos θ y = r sin θ 0 ≤ z ≤ 1 1 ≤ r ≤ 2 0 ≤ θ ≤ 2 π
Now consider the closed surface which is the boundary of the volume. It consists of four parts: a top washer, a bottom washer, an outer cylindrical portion, and an inner cylindrical portion. Suppose there is a charge q at position ( x , y , z ) = ( 2 3 , 0 , 3 2 ) . Let the fluxes of the electric field through the four sub-surfaces be ( ϕ T , ϕ B , ϕ O , ϕ I ) . Determine the following ratio:
ϕ T + ϕ B + ϕ O + ϕ I ϕ T ϕ B ϕ O ϕ I
Details and Assumptions:
1)
Electric permittivity
ϵ
0
=
1
2)
q
=
+
1
0
3)
Use outward facing normal vectors for all sub-surfaces
4)
All four fluxes are positive numbers
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.
@Karan Chatrath Sir sorry for that.I think sir you are right in one step math is there excluding that step all physics is there. Please forgive me. How you write that expression outward normal surface area vector , I can't able to understand?? Please
Log in to reply
Oh, you have no reason to be sorry. I was just sharing my thoughts on the point you raised. In fact, you raised a valid point. There are many who get intimidated by mathematics while learning physics. My suggestions are against getting bogged down by mathematical details or notations.
To answer your question, I have attached a couple of links below. Hope they help. Pay attention to the point in the problem statement that says 'outward-facing normal vectors'. This will directly give you the directions of the area vectors. For the cylindrical surfaces, the directions are radial-outward (away from the central axis of the cylinder) for the outer surface and radial-inward (towards the central axis of the cylinder) for the inner surface. For the top surface, the vector is along the positive Z direction and for the bottom, it is along the negative Z direction.
http://citadel.sjfc.edu/faculty/kgreen/vector/block3/jacob/node4.html
https://www.youtube.com/watch?v=OTrh0VmbDO0
@Karan Chatrath has provided a nice detailed solution. I will post my code as well, since our styles are a bit different. One thing I like about the "step by step" approach in code is that I don't have to keep track of complicated expressions. I have printed results for one million partitions per sub-surface, and for one hundred million partitions per sub-surface.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 |
|
I personally prefer a code based approach. However, going the symbolic route was a nice change.
Out of curiosity, how long does it take for your code to run? Whenever I solve multiple integrals such as these on my machine, a numerical resoloution of N = 1 0 0 0 0 is a long wait.
Yeah, it took probably 20 minutes to run with N = 1 0 0 0 0 . So I just do something else for a while as it runs. I think Python is a particularly slow program too, but I don't care. It would be interesting to run in C and compare the speed
Log in to reply
I think the long run time has more to do with processing capabilities of a machine than the choice of language. I will try this approach with MATLAB and see how long it takes, later, to know better.
Problem Loading...
Note Loading...
Set Loading...
As always, nice problem.
The position vector of the point charge is:
r p = 2 3 i ^ + 3 2 k ^
Consider the outer cylindrical surface:
Position of a point on the outer surface is:
r c = 2 cos θ i ^ + 2 sin θ j ^ + z k ^
R = r c − r p
The electric field at this point on the surface due to the charge is:
E = ∣ R ∣ 3 k q R
The outward normal surface area vector of this surface is:
d S = 2 d θ d z ( cos θ i ^ + sin θ j ^ )
The elementary electric flux is:
d ϕ O = E ⋅ d S = − ( 3 6 z 2 − 4 8 z − 2 1 6 cos ( θ ) + 2 4 1 ) 3 / 2 2 1 6 0 k ( 3 cos ( θ ) − 4 ) d θ d z
Repeat the exact process for the other three surfaces.
For the inner cylindrical surface:
r c = cos θ i ^ + sin θ j ^ + z k ^ d S = − d θ d z ( cos θ i ^ + sin θ j ^ ) d ϕ I = E ⋅ d S = ( 3 6 z 2 − 4 8 z − 1 0 8 cos ( θ ) + 1 3 3 ) 3 / 2 1 0 8 0 k ( 3 cos ( θ ) − 2 ) d θ d z
For the top surface: r c = r cos θ i ^ + r sin θ j ^ + k ^ d S = r d r d θ k ^ d ϕ T = E ⋅ d S = ( 3 6 r 2 − 1 0 8 cos ( θ ) r + 8 5 ) 3 / 2 7 2 0 k r d r d θ
For the bottom surface: r c = r cos θ i ^ + r sin θ j ^ + k ^ d S = − r d r d θ k ^ d ϕ B = E ⋅ d S = ( 3 6 r 2 − 1 0 8 cos ( θ ) r + 9 7 ) 3 / 2 1 4 4 0 k r d r d θ
Finally:
ϕ O = ∫ 0 1 ∫ 0 2 π − ( 3 6 z 2 − 4 8 z − 2 1 6 cos ( θ ) + 2 4 1 ) 3 / 2 2 1 6 0 k ( 3 cos ( θ ) − 4 ) d θ d z
ϕ I = ∫ 0 1 ∫ 0 2 π ( 3 6 z 2 − 4 8 z − 1 0 8 cos ( θ ) + 1 3 3 ) 3 / 2 1 0 8 0 k ( 3 cos ( θ ) − 2 ) d θ d z
ϕ T = ∫ 1 2 ∫ 0 2 π ( 3 6 r 2 − 1 0 8 cos ( θ ) r + 8 5 ) 3 / 2 7 2 0 k r d θ d r
ϕ B = ∫ 1 2 ∫ 0 2 π ( 3 6 r 2 − 1 0 8 cos ( θ ) r + 9 7 ) 3 / 2 1 4 4 0 k r d θ d r
k = 4 π 1
Simplifications are straightforward but tedious and time-consuming. Wolfram Alpha tackles the above four monsters. The sum of the fluxes adds up to 10 which verifies Gauss' Law. The answer comes out to be 2 . 2 9 2 .