Finding the Value of b in Gauss's Law Charge Problem

AI Thread Summary
The discussion revolves around solving a Gauss's Law problem involving a Gaussian surface enclosing a net charge of +24.0 μC in a specified electric field. Participants emphasize the need for careful integration over each surface of the box-like shape, highlighting that the direction of the area element dA is crucial for the dot product with the electric field E. It is clarified that only the components of E that are perpendicular to each surface should be considered during integration. There is a focus on correctly applying the limits of integration and ensuring that constants are accurately used for each face of the Gaussian surface. The conversation concludes with an acknowledgment of the importance of proper setup in the integration process to find the value of the constant b.
scoldham
Messages
54
Reaction score
0

Homework Statement



The box-like Gaussian surface of the attached figure encloses a net charge of +24.0 \epsilon_0 \mu C and lies in an electric field given by

\vec E = [(10.0 + 2.00x) \hat i - 2.00 \hat j + bz\hat k]N/C

with x and z in meters and b a constant. The bottom face is in the xz plane; the top face is in the horizontal plane passing through y2 = 1.00 m. For x1 = 1.00 m, x2 = 4.00 m, z1 = 1.00 m, and z2 = 3.00 m, what is b?

Homework Equations



\Phi = \int{E dA}

\int{E dA} = \frac{Q}{\epsilon_0}

The Attempt at a Solution



I get that some integration needs to take place over each surface and that the sum of each integration will equal 24 micro coulombs. I can then solve for b. But I'm not sure how the integration needs to happen. What variable do I integrate wrt both x and z? How does that work for the left or right side of the shape? Help very much appreciated!
 

Attachments

  • Gauss law Prob.PNG
    Gauss law Prob.PNG
    5.6 KB · Views: 586
Physics news on Phys.org
You need six separate integrals, one for each face. The orientation of a face dictates which variables you integrate over. For example, for the righthand face, x is constant, so you'll integrate over y and z.
 
Another hint (or caution) is to be careful how you write the integral equations for each surface. Strictly, the integral is a dot product of E and dA, so you will integrate the component of E which is perpendicular to the surface you are integrating over.
 
stevenb said:
Another hint (or caution) is to be careful how you write the integral equations for each surface. Strictly, the integral is a dot product of E and dA, so you will integrate the component of E which is perpendicular to the surface you are integrating over.

So you're saying that I won't use i, j, k for all components? Only those applicable.

For example, sticking with the right face, I would use all of them (as it's in i, j and and k) but for the bottom I'd only use i and k?

Thanks.
 
Not quite. The vector dA points in the direction of the outward normal, so on the righthand face, for example, it would point in the +x direction. In other words, you'd have

d\vec{A} = \hat{i}\, dA = \hat{i}\, dy\, dz

Now if you plug that into the integrand along with your expression for the electric field, what do you get for \vec{E}\cdot d\vec{A}?
 
scoldham said:
... sticking with the right face, I would use all of them (as it's in i, j and and k) but for the bottom I'd only use i and k?

No, that's not correct. We should back up one step before stating that we want to integrate the dot product of the field and the dA. We need to be clear about the direction of the area element. The area element dA can be thought of as having a direction outward and perpendicular to the surface. So the bottom surface has direction -j, for example. This means that the dot product with E only needs to consider the j-component of E on that surface.
 
Would it be,

\int^{z_1}_{z_2} \int^{y_2}_{0} -2.00 \hat j + bz \hat k dy dz

Sorry if I seem like a fish out of water.. but I actually haven't had multivariable calc... it isn't supposed to be required for the class ...
 
Since you're using vector notation, I assume you've learned some basic vector algebra. That's all you really need here. Recall that the dot product of two vectors is

\vec{A}\cdot\vec{B} = A_x B_x + A_y B_y + A_z B_z

where \vec{A} = A_x\hat{i}+A_y\hat{j}+A_z\hat{k} and \vec{B} = B_x\hat{i}+B_y\hat{j}+B_z\hat{k}. Note that the dot product yields a number for an answer, not a vector.

So try again.
 
If I'm understanding correctly,

\vec E \cdot d \vec A = 10.00 + 2.00x dy dz \hat i

Correct?
 
  • #10
Not quite. (I'm not sure if you made a typo, but dA is a single quantity. It's not d times A.) You should have

\vec{E}\cdot d\vec{A} = (10.00+2.00x)\,dy\,dz

The answer is not a vector, so the i-hat you had shouldn't be there.
 
  • #11
So... I need to determine d \vec A and dot it with \vec E for each face of the shape. Integrate to remove the differentials, then sum the result of each integration to solve for b?

Am I finally on the right track?

Thank you so much for your help so far.
 
  • #12
Yeah, that's exactly what you want to do.
 
  • #13
Something isn't working out. Each side cancels the other side... including the sides which involve b.

Looking at the left face,

d \vec A = -i dy dz

and

\vec E \cdot d \vec A = -(10.00 + 2.00x) dy dz

Integrating the left and right face each over z_1 to z_2 and 0 to y_2 gives 48 and -48 respectively.

What am I doing wrong?
 
  • #14
You're not integrating correctly. Remember x is a constant on those two faces, so you can just plug in what it equals for each face. You should get 36 and -24 for the two integrals (if I didn't make a mistake doing it in my head).
 
  • #16
Where did the 3 come from in those integrals? Are you sure that's right for both of them?
 
  • #17
z_2 = 3.00 meters
 
  • #18
You indeed have z=z2 for the front face, but what about the back face of the block?
 
  • #19
That was the problem.. I was using the wrong values for the constants... I'll work it out and let you know if I have any more problems. Thanks for the help!
 
Back
Top