E-field at the center of a semicircle

  • Thread starter Thread starter pcandrepair
  • Start date Start date
  • Tags Tags
    Center E-field
AI Thread Summary
The discussion revolves around calculating the electric field at the center of a semicircle formed by a uniformly charged insulating rod. The initial attempts to use the formula E = K(Q/r^2) resulted in incorrect values, prompting the need for integration of the electric field contributions from infinitesimal charge elements along the semicircle. Participants emphasized the importance of defining linear charge density and integrating using polar coordinates to account for the direction of the electric field components. The conversation also highlighted the challenges of applying Gauss's Law in this context, with suggestions to focus on Coulomb's Law instead. Ultimately, the key takeaway is that integrating the contributions from each segment of the semicircle is essential for an accurate calculation of the electric field.
pcandrepair
Messages
65
Reaction score
0
[SOLVED] E-field at the center of a semicircle

Homework Statement



Calculate E at center of semicircle:

A uniformly charged insulating rod of length L = 12 cm is bent into the shape of a semicircle as shown. The rod has a total charge of Q = -6 nC. Find the magnitude of the electric field at the point P -- the center of the semicircle. (Answer in units of N/C.)

Homework Equations



E = K((Q)/(r^2))

The Attempt at a Solution



To find the distance/radius from the point P to any point on the semicircle would be...
12cm*2 = circumference
2*pi*r = 24cm
r = 3.8197cm or .038197m

When I use the equation under the "relevant equations" heading, I'm getting a really huge (E) of about 36,970 N. This can't be right and I'm not sure of where to go from here. Any help would be greatly appreciated. Thanks!
 

Attachments

  • Find%20E%20from%20negatively%20charged%20semicircle.JPG
    Find%20E%20from%20negatively%20charged%20semicircle.JPG
    2.8 KB · Views: 1,331
Physics news on Phys.org
pcandrepair said:

Homework Statement



Calculate E at center of semicircle:

A uniformly charged insulating rod of length L = 12 cm is bent into the shape of a semicircle as shown. The rod has a total charge of Q = -6 nC. Find the magnitude of the electric field at the point P -- the center of the semicircle. (Answer in units of N/C.)

Homework Equations



E = K((Q)/(r^2))

The Attempt at a Solution



To find the distance/radius from the point P to any point on the semicircle would be...
12cm*2 = circumference
2*pi*r = 24cm
r = 3.8197cm or .038197m

When I use the equation under the "relevant equations" heading, I'm getting a really huge (E) of about 36,970 N. This can't be right and I'm not sure of where to go from here. Any help would be greatly appreciated. Thanks!

try to use gauss law... div(E)=rho.
i suggest you spherical coordinates and divergence theorem..

bye
 
we haven't even started studying gauss law yet...
 
What you did would be correct if the electric field from each infinitely small piece of semicircle was in the same direction.

You need to integrate the field caused by each infinietly small piece of semicircle.
 
When I integrate the field of the semicircle, I come up with a field of magnitude -147,858 N/C...?
 
The electric field, d\textbf{E}, due to a small piece of charge, dQ, is

d\textbf{E}=\frac{kdQ}{r^2}(\cos\theta \textbf{i} + \sin\theta \textbf{j}).​

Since we obviously can't take the integral with respect to charge, let's define the linear charge density of the rod as

\lambda=\frac{Q}{L}.​

Now, being a density, we can also say, for a small length of the rod, dL, that

\lambda dL = dQ.​

Also, for a small angle, d\theta,

dL=rd\theta, so r\lambda d\theta = dQ.​

Plugging this in above, we have

d\textbf{E}=\frac{kr\lambda d\theta}{r^2}(\cos\theta \textbf{i} + \sin\theta \textbf{j}),​

So, simplifying and including the integral sign,

\textbf{E}= \frac{k\lambda}{r} {\int^{\frac{3\pi}{2}}_{\frac{\pi}{2}} (\cos\theta\textbf{i} + \sin\theta\textbf{j})d\theta,​

which I will leave to you to solve.
 
Last edited:
Thanks for your help, foxjwill!
 
pcandrepair said:
Thanks for your help, foxjwill!

You're very welcom. :)
 
I have the answer to an example problem of this type, but each time I calculate this my answer turns out to be different.

Since the j component is symmetrical, they cancel each other out, so I came up with
\textbf{E}= \frac{k\lambda}{r} {\int^{\frac{3\pi}{2}}_{\frac{\pi}{2}} (\cos\theta\textbf{i})d\theta,

Solving for the integral, I get

\texbf{E}= \frac{k\lambda}{r} \left[\sin\theta\right]^{\frac{3\pi}{2}}_{\frac{\pi}{2}}
\texbf{E}= \frac{k\lambda}{r} \left[\sin\frac{3\pi}{2}-\sin\frac{\pi}{2}\right]
-1 -1 is -2, so
\texbf{E}= \frac{k\lambda}{r} \left(-2\right)

I'm sure my radius is fine, so where else am I going wrong?
 
Last edited:
  • #10
joemccall86 said:
I have the answer to an example problem of this type, but each time I calculate this my answer turns out to be different.

Since the j component is symmetrical, they cancel each other out, so I came up with
\textbf{E}= \frac{k\lambda}{r} {\int^{\frac{3\pi}{2}}_{\frac{\pi}{2}} (\cos\theta\textbf{i})d\theta,

Solving for the integral, I get

\texbf{E}= \frac{k\lambda}{r} \left[\sin\theta\right]^{\frac{3\pi}{2}}_{\frac{\pi}{2}}
\texbf{E}= \frac{k\lambda}{r} \left[\sin\frac{3\pi}{2}-\sin\frac{\pi}{2}\right]
-1 -1 is -2, so
\texbf{E}= \frac{k\lambda}{r} \left(-2\right)

I'm sure my radius is fine, so where else am I going wrong?

I'm not entirely sure what you're asking. Were you given values?
 
  • #11
Marco_84 said:
try to use gauss law... div(E)=rho.
i suggest you spherical coordinates and divergence theorem..

bye
You know, this kind of response isn't very helpful. Can you really solve this problem this way? Gauss's law is convenient for problems with lots of symmetry so that the surface integral becomes trivial, but for a problem like this, I don't see how it would be easy to do, especially compared to simply integrating Coulomb's law, as above.
 
  • #12
foxjwill said:
dL=rd\theta, so r\lambda d\theta = dQ.​

why is this true? dL=rd\theta Maybe I am missing something here because this doesn't make sense to me...
 
  • #13
Bad-Wolf said:
why is this true? dL=rd\theta Maybe I am missing something here because this doesn't make sense to me...
It's the differential line element along the circumference of a circle. Arc length on a circular arc is angle (in radians) times radius; here r is radius and d\theta is the (differential) angle.
 
  • #14
belliott4488 said:
You know, this kind of response isn't very helpful. Can you really solve this problem this way? Gauss's law is convenient for problems with lots of symmetry so that the surface integral becomes trivial, but for a problem like this, I don't see how it would be easy to do, especially compared to simply integrating Coulomb's law, as above.

I think that sometimes it helps people to give them just the hint and not all the calculus done by somebody else... Perhaps for me is very important to rember that using only 4 equations (Maxwell) and some calculus we can solve every C.E.M. problem.
I thought that just saying Gauss+div theorem he could recognize on which subset of (0,6.28) integrate...
i see more foundamental to rember where equations come from, and try every time to "derive" all the connections and then solve the problem... maybe not only analitically.

in any case i know that in this world is more important to give the right answer as soon as possible instead of thinking why??

As an example: The length of every line on a plane is L=\int dl=\int\sqrt{dx^2+dy^2}
and only in this contest you have \int Rd\vartheta.
this after differentiating the trasformation of coordinates:
x=Rcos\vartheta; y=Rsin\vartheta


regards marco
 
  • #15
Marco_84: I agree, and I didn't mean to suggest that you were incorrect to suggest the use of Gauss's Law. My objection had to do with where you might lead the OP with this, since it is quite common in introductory courses to label certain problems as "Gauss's Law" problems when they involve symmetries that allow the reduction of the problem to a trivial one. Examples are those with spherical symmetry, linear symmetry, or planar symmetry, which allow one to make arguments for the integral over a suitably defined surface to be either zero-valued or equal to the field magnitude times the area (i.e. the field is either parallel to or normal to the surface). In such cases one need not even take any explicit integrals, since they all reduce trivially.

This problem doesn't quite fall into that category, IMO, so I wouldn't want the OP to struggle to define a surface with those characteristics; it would not be easy, and it's not necessary.

I guess we could agree to call the solution of this problem "explicit use of Gauss's Law" or something else to signify that one really has to do the integral. (?)
 
  • #16
Why do you go from pi/2 to 3pi/2?
 
  • #17
bassplayer142 said:
Why do you go from pi/2 to 3pi/2?
It doesn't matter what limits you pick, as long as the difference is pi, because it's a semicircle. Whether you go from zero to pi or pi/2 to 3pi/2 doesn't matter.
 
  • #18
belliott4488 said:
Marco_84: I agree, and I didn't mean to suggest that you were incorrect to suggest the use of Gauss's Law. My objection had to do with where you might lead the OP with this, since it is quite common in introductory courses to label certain problems as "Gauss's Law" problems when they involve symmetries that allow the reduction of the problem to a trivial one. Examples are those with spherical symmetry, linear symmetry, or planar symmetry, which allow one to make arguments for the integral over a suitably defined surface to be either zero-valued or equal to the field magnitude times the area (i.e. the field is either parallel to or normal to the surface). In such cases one need not even take any explicit integrals, since they all reduce trivially.

This problem doesn't quite fall into that category, IMO, so I wouldn't want the OP to struggle to define a surface with those characteristics; it would not be easy, and it's not necessary.

I guess we could agree to call the solution of this problem "explicit use of Gauss's Law" or something else to signify that one really has to do the integral. (?)

Perfect you get it... people reduce the differential equations to simpliest (already solved) finite quantities after a "smart" knowledge of the simmetries involved... but then we have to know how to simplify the integral knowing the meaning of what a flux is and so on..
This is what i would like to suggest people when ask.

best regards
m
 
Back
Top