Why Are My Electric Field Components Incorrect?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
gnarkil
Messages
26
Reaction score
0

Homework Statement



what is the electric field at point A (0,12) if there is charge c of 8*10^-9 coulombs at (16,0) and a charge d of 6*10^-9 coulombs at (-9,0)
determine x and y components of electric field (see diagram)

Homework Equations



electric field e = kq/r^2 where k is 9*10^9, q is charge, r is distance from point

The Attempt at a Solution



x components:
e_c = [(9*10^9)(8*10^-9)/(sqrt(16^2 + 12^2)^2 ]sin(phi)
= [(9*10^9)(8*10^-9)/(sqrt(16^2 + 12^2)^2 ] * [ 16 /(sqrt(16^2 + 12^2))]
= [(9*10^9)(8*10^-9)(16)] / [(16^2 + 12^2)^(3/2)]
= 0.144 Newtons/coulomb

e_d = [(9*10^9)(6*10^-9)/(sqrt(9^2 + 12^2)^2 ]sin(theta)
= [(9*10^9)(6*10^-9)/(sqrt(9^2 + 12^2)^2 ] * [ 9 /(sqrt(9^2 + 12^2))]
= [(9*10^9)(6*10^-9)(9)] / [(9^2 + 12^2)^(3/2)]
= 0.144 Newtons/coulomb

y components:
e_c = [(9*10^9)(8*10^-9)/(sqrt(16^2 + 12^2)^2 ]cos(phi)
= [(9*10^9)(8*10^-9)/(sqrt(16^2 + 12^2)^2 ] * [ 12 /(sqrt(16^2 + 12^2))]
= [(9*10^9)(8*10^-9)(12)] / [(16^2 + 12^2)^(3/2)]
= 0.108 Newtons/coulomb

e_d = [(9*10^9)(6*10^-9)/(sqrt(9^2 + 12^2)^2 ]cos(theta)
= [(9*10^9)(6*10^-9)/(sqrt(9^2 + 12^2)^2 ] * [ 12 /(sqrt(9^2 + 12^2))]
= [(9*10^9)(6*10^-9)(12)] / [(9^2 + 12^2)^(3/2)]
= 0.192 Newtons/coulomb

net electric force components:
x = 0.144+0.144 = 0.288 Newtons/coulomb
y = 0.108+0.192 = 0.300 Newtons/coulomb

my net components are wrong. why?
 

Attachments

  • eforce.JPG
    eforce.JPG
    8 KB · Views: 568
Physics news on Phys.org
Your work is a little strange here in that you first find the vectors, and then component-ize them. I can't see your picture so I'm thinking you might have gotten an angle wrong.

You could try simply solving for the compoents without the general vector by saying in the y component both charges are 12 units away and in the x they are 16 and 9 respectively. This should help to minimize mistakes, just make sure to keep track of signs.
 
i don't think i got the angles wrong, if you look at the diagram, is the way i calculated them the wrong way? will it affect the final answer?
 
Are both your components wrong?

One thing I notice is that you added your x components. I think the x component due to charge C and the x component due to charge D are NOT pointing in the same direction. I don't know if that makes it right but I just thought I'd mention it so you could check it out.
 
it seems both my net components are wrong. isn't the problem asking for the net components, therefore wouldn't i just add them regardless of direction?
 
They are vectors, though. You are trying to find the net electric field at that point due to both charges. If the x component vectors act in opposite directions, you subtract them, they don't add up.
 
so i should be subtracting vectors then? how do i know which vector component is the positive one, is it based on magnitude?
 
using the vectors at point A -going upward (use A as the origin), the vector e_c is in the negative x-direction and positive y-direction. e_d is in the positive x, positive y. change your signs according to the directions, and that should change your answer for e_net(x). your net electric field in the y-direction is right.
 
thanks for clarifying how to get the directions, i didn't even think to look at it that way, really cleared up things for me

so if i change the direction (signs) of my vectors and re-sum them i should get the answer i am looking for? are my original calculations, ignoring direction, correct?

so:

x components:
e_c = -0.144 Newtons/coulomb
e_d = + 0.144 Newtons/coulomb

y components:
e_c = + 0.108 Newtons/coulomb
e_d = + 0.192 Newtons/coulomb

is that correct now?

so net components
x = -0.144 + 0.144 = 0 Newtons/coulomb
y = +0.108 + 0.192 = 0.300 Newtons/coulomb
 
yup, that's the right answer =)