Find the value of the z component of the total electric field

AI Thread Summary
The discussion focuses on calculating the z component of the total electric field generated by multiple point charges at specific coordinates. Participants clarify the use of the electric field equation, emphasizing the importance of the unit vector r-hat, which indicates direction. They explain how to find the magnitude and direction of the electric field contributions from each charge and how to sum these vectors to determine the total field. The conversation also addresses the significance of charge signs on the electric field's direction. Overall, the key takeaway is understanding how to correctly apply the electric field equation to find the z component at the specified point.
blueyellow

Homework Statement



Consider a generic point (-x,0,0). Calculate the distancrs of this point from all charges:
q at (-a,0,a)
q at (a,0,,a)
-q at (-a,0,-a)
-q at (a,0,-a)

and calculate the total electric field generated by each of them in terms of these distances, and the magnitude of the electric field produced by each charge. Find the z component of the total electric field

Homework Equations



E=(1/4pi*epsilon0)(q/r^2)*r-hat

The Attempt at a Solution



distance of q from charge -a,0,a:
=sqrt(2a^2 +x^2 -2ax)
distance from charge (-a,0,-a)
=sqrt(-2ax+x^2)
distance from charge (a,0,a)
=sqrt(2a^2 +x^2 +2ax)
distance from charge (-a,0,-a)
=sqrt(2a^2 +x^2 -2ax)

but I don't know how to use the equation to calculate the electric field because the r-hat term in the equation confuses me. please help
 
Physics news on Phys.org
What do you think r-hat (that is, \widehat{r} ) represents in the equation?
 
the unit vector? I still don't know how to deal with it though
 
Yes, they're unit vectors. They specify the directional information for the vector, while the Coulomb's Law bit provides the magnitude of the vector.

So, for each charge you need to find the magnitude and unit vector for its contribution to the field at the given point (-x, 0, 0). You'll probably want to fold the signs of the magnitudes into the unit vectors. Sum the individual vectors in the usual way to find the total field.
 
distance of q from charge -a,0,a:
=sqrt(2a^2 +x^2 -2ax)

magnitude of electric field=(1/4pi epsilon0)(2a^2 +x^2 -2ax)

value of z component:
=(1/4pi epsilon 0)(2a^2+x^2-2ax-(x-a)^2)

is this correct?
 
The magnitude should include the value of the charge which is causing the field. Note that the sign of the charge will affect things (how? What will that sign do to the direction of the electric field vector?).

It would probably be adequate for your purposes to leave the distance in the form
R = \sqrt{(a - x)^2 + a^2}
Thus your magnitude for the field produced by the first charge, if the charge is +q, becomes
E_1 = \frac{k q}{R^2} = \frac{k q}{(a - x)^2 + a^2}
with k = 1/(4 \pi \epsilon_o)

The unit vector for the field direction is going to contain terms that come from the vector that represents the distance between the charge and the point. If r is the distance vector, R its magnitude, then the unit vector is r/|r| = r/R. Can you show the (components of the) distance vector and the unit vector, then extract the unit vector's z-component?
 
but what is r?
sorry I'm being stupid
 
blueyellow said:
but what is r?
sorry I'm being stupid

No worries :smile:

r is the distance vector between the charge (in this case the charge at (-a, 0, a) ) and the point (-x, 0, 0) . R is the magnitude of r.
 
Back
Top