Calculate Electric field from two point charges

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 8K views
mikehibbert
Messages
37
Reaction score
0
[SOLVED] Calculate Electric field from two point charges

Homework Statement



Two point charges with q1=2x10^-5 and q2=-4x1-^-3 are located in free space at (1,3,-1) and (-3,1,-2), respectively, in a cartesian coordinate system. Calculate the electric field E at (3,1,-2)

Homework Equations



E=(1/4piE0)(-qr1/r1^3+qr2/r2^3)

The Attempt at a Solution



I understand the above equation but am unsure of how to implement it using cartesian coords?
 
Last edited:
Physics news on Phys.org
The distance between two points is:

[tex]s = \sqrt{(x_1-x_2)^2+(y_1-y_2)^2+(z_1-z_2)^2}[/tex]
 
how do i use the vector in this part of the equation though?

q1r1/r1^3

the r1 on top is still a vector...

and then i presume for the bottom part i just take the magnitude of r1 and cube it?
 
Well I've given you the magnitude of the vector so what do you imagine its components to be?
 
just (x,y,z) surely?
 
Make that: [itex]((x_1-x_2) \mathbf{\hat{i}}+...)[/itex] etc.