PDA

View Full Version : Need help on Electrical Field problem


andrew410
Nov19-04, 04:26 AM
Four charges are at the corners of a square of side a as show in the figure. a) Determine the magnitude and direction of the electric field at the location of charge q. b) What is the resultant force on q?
http://east.ilrn.com/graphing/bca/user/appletImage?dbid=1131113015

I made E1 equal the electric field of 2q and q. I made E2 equal the electric field of 3q and q. I made E3 equal the electric field of 4q and q. So, when I wrote out the vector notations of each electric field, I got:
E_{1} = k_{e} \frac {2q} {a^2} \hat {i}
E_{3} = k_{e} \frac {4q} {a^2} \hat {j}
E_{2} = k_{e} \frac {3q} {a^2}
How would u break down E2 into x and y components?

Also, after getting E1, E2, and E3, E = E1 + E2 + E3. So, you add all the vectors up and a x and y component. Next, magnitude of E = square root of x component squared plus y component squared. The angle is tan of y component over x component.

Did I do it right for part A? Any help would be great! thx !!

HallsofIvy
Nov19-04, 06:48 AM
I'm not sure what you mean by "electric field of 2q and q" since you don't give any electric field, just the force between 2q and q. Even for those, I don't see how you got the "2q", "4q", and "3q" in the numerators. The force between two charges depends upon the product of their charges. Assuming that "2q" means the charge is twice that of q, etc. the forces are
F_{1} = k_{e} \frac {2q^2} {a^2} \hat {i}
F_{2} = k_{e} \frac {3q} {a^2}

You also seem missing the fact that the distance between "q" and "3q" is √(2)a, not a.
F_{3} = k_{e} \frac {2q^2} {2a^2} \hat {j}

Those are the magnitudes. Of course F1 has positive x component and 0 y component while F3 has positive y component and 0 x component.

F2 has equal x and y components, equal to the magnitude of F2 above multiplied by 1/√(2).

Andrew Mason
Nov19-04, 06:53 AM
I got:
E_{1} = k_{e} \frac {2q} {a^2} \hat {i}
E_{3} = k_{e} \frac {4q} {a^2} \hat {j}
E_{2} = k_{e} \frac {3q} {a^2}
How would u break down E2 into x and y components?
Your expression for E2 is incorrect. The separation is \sqrt{2a^2}

Resolve E2 into its \hat{i} and \hat{j} components and add to E1 and E3 respectively.That gives you the orthogonal components of the resulting vector. Just work out the direction and magnitude from those components to get the resulting field. Then use \vec{F} = q\vec{E}

AM

andrew410
Nov19-04, 11:22 AM
thx a lot!