Where is the Electric Field Equal to Zero?

Click For Summary

Homework Help Overview

The problem involves determining the position of a third charged object such that the electric field at a specific point, labeled A, is zero. The context is based on two existing charges placed at corners of a square, and the task is to find the location of the third charge relative to point A.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the decomposition of force vectors and the application of Coulomb's law to find forces acting on point A. There are attempts to clarify the relationship between the forces and the electric field, with some participants questioning the setup and assumptions regarding the distances and angles involved.

Discussion Status

There is ongoing exploration of the relationships between the forces and the electric field, with some participants suggesting corrections to the approach. Multiple interpretations of the problem setup are being considered, particularly regarding the calculations of distances and angles. Some guidance has been offered about focusing on the electric field rather than forces.

Contextual Notes

Participants note that the position of point A is fixed, and the calculations depend on the specific configuration of the charges. There is also mention of potential confusion between electric force and electric field calculations, which may affect the understanding of the problem.

mrlucky0
Messages
69
Reaction score
1

Homework Statement



Two tiny objects with equal charge of 85.0 µC are placed at two corners of a square with sides of 0.295 m, as shown. How far above and to the left of the corner of the square labeled A would you place a third small object with the same charge so that the electric field is zero at A?

Here is a drawing:

http://img177.imageshack.us/my.php?image=newbitmapimageqn1.png

Homework Equations



Coulomb's Law: F = (k * q1 * q2 ) / r^2
Electric Field: = k*q / r^2

The Attempt at a Solution



One of the force vectors (call it F1) is pure y. I decomposed the other force vector (call it F2) into it's x and y components.

Vector F1 = < 0, F1 >
Vector F2 = < F2*cos(a), F2*sin(a) >
 
Last edited:
Physics news on Phys.org
so you know now, the net force acting due to F1 and F2
but the system is in equilibrium so find F3
 
rootX said:
so you know now, the net force acting due to F1 and F2
but the system is in equilibrium so find F3

Thanks for the response.

I can find F3:

F3 = F1 + F3
= < F2 cos (a) + F1, sin (a) >

Now, I know can find F1 and F2 using Coulomb's law:

F2 = ( k * 85 uC ) / r2^2
F1 = ( k * 85 uC ) / r1^2

And I also know that the F3 = <0, 0 >

I'm stuck here because I'm not sure what the setup should be.
 
mrlucky0 said:
Thanks for the response.

I can find F3:

F3 = F1 + F3
= < F2 cos (a) + F1, sin (a) >

Now, I know can find F1 and F2 using Coulomb's law:

F2 = ( k * 85 uC ) / r2^2
F1 = ( k * 85 uC ) / r1^2

And I also know that the F3 = <0, 0 >

no, you don't know that! It's the net force that =0

F3 != <0,0>

and as k and 85 uC would cancel out, you can find x and y distance of F3
 
I know:

F3 = F1 + F3
= < F2 cos (a) + F1, sin (a) >

and

F2 = ( k * 85 uC ) / r2^2
F1 = ( k * 85 uC ) / r1^2

so for x component:

F2 * cos(a) + F1 = ( k * 85 uC ) / r2^2

y component:

F1 * sin(a) = ( k * 85 uC ) / r1^2


Is this reasonable? Where do I go from here?
 
yea, that's reasonable enough.
you know r1 and r2
and you also know sin(a) and cos(a)

amd so
F3x=that total x-comp
F3y = that total y-comp

and you know it's charge
so you would left with r3x and r3y
 
rootX said:
yea, that's reasonable enough.
you know r1 and r2
and you also know sin(a) and cos(a)

amd so
F3x=that total x-comp
F3y = that total y-comp

and you know it's charge
so you would left with r3x and r3y

I'm not following you entirely:

r1, r2, and the angle a is unknown to me. If I am not mistaken, don't these 3 values depend on the position of where I place A? Ultimately I want to the electric field to zero wherever I place A.
 
mrlucky0 said:
I'm not following you entirely:

r1, r2, and the angle a is unknown to me. If I am not mistaken, don't these 3 values depend on the position of where I place A? Ultimately I want to the electric field to zero wherever I place A.

"are placed at two corners of a square with sides of 0.295 m, as shown. "

A is at one corner of the square.
And reread the question: I think it's like E should be zero at A. So, you are calculating the force acting at point A due to other three charges

so, A is fixed and you cannot move it
 
Last edited:
Oh you're absolutely right. So I'll just determine vector F3 by summing vector F1 and F2:

I have all the ingredients.

r1 = .295
r2 = .42
angle a = 45 degrees

Am I doing the following correctly:

Force F2 = ( 85E-6 C * K ) / ( .42 m)^2
Force F1 = ( 85E-6 C * K ) / ( .295 m)^2

so the vectors:

F2 = < F2 cos(45), F2 sin(45) >
F1 = < 0, F1 >
 
  • #10
mrlucky0 said:
Oh you're absolutely right. So I'll just determine vector F3 by summing vector F1 and F2:

I have all the ingredients.

r1 = .295
r2 = .42
angle a = 45 degrees

Am I doing the following correctly:

Force F2 = ( 85E-6 C * K ) / ( .42 m)^2
Force F1 = ( 85E-6 C * K ) / ( .295 m)^2

so the vectors:

F2 = < F2 cos(45), F2 sin(45) >
F1 = < 0, F1 >

yep seems correct, now find f3-x and f3-y
 
  • #11
Here's what I'm doing. Using Coulomb's law:

Force F2 = ( 85E-6^2 C * K ) / ( .42 m)^2
= 369 Newtons
Force F1 = ( 85E-6^2 C * K ) / ( .295 m)^2
= 474 Newtons

F1 = < 0, 474 >
F2 = < cos(45)*F2, sin(45)*F2 > = < 261, 261 >

F3 = <261, 735>

These figures don't seem right.
 
  • #12
You're mixing up electric field, and electrical force... For this problem, you need to use electric field...

Electric field strength= kq/r^2

Electric force between to charges = kq1q2/r^2
 
  • #13
mrlucky0 said:
F3 = <261, 735>

These figures don't seem right.

If you have added correctly, and all that, here's what you should do now.

F3[x] = ( 85E-6^2 C * K ) / x^2
F3[y] = ( 85E-6^2 C * K ) / y^2

so find x and y, and it would be the answer.

P.S. you have used the wrong method but nevertheless, you can use it to get the answer
 
  • #14
"Force F2 = ( 85E-6 C * K ) / ( .42 m)^2
Force F1 = ( 85E-6 C * K ) / ( .295 m)^2"

why did you squared it[85E-6 C * K] in the post after this one?:eek:
oops.. I just ignored what you were using, but rather was looking at the way..

It should have been E2 and E1 instead of F1 and F2

sorry,
my mistake :redface:
 
  • #15
rootX said:
If you have added correctly, and all that, here's what you should do now.

F3[x] = ( 85E-6^2 C * K ) / x^2
F3[y] = ( 85E-6^2 C * K ) / y^2

so find x and y, and it would be the answer.

P.S. you have used the wrong method but nevertheless, you can use it to get the answer

I solved those equations and here's what I got:

x = +/- 5
y= +/- 3

The problem states that A is in the top left region relative to the square should I use <-5, 3> ?
 
  • #16
I think a lot of careless mistakes are propping up... first find the field due to those first two charges at A... not the force...

Then the field due to the third charge must cancel the field due to the first two charges... ie: it's the negative of the above field...

Using the magnitude of this field, you can find the distance the third charge is from A... using the direction of the field, you can find the angle from the third charge to A...

then using this angle you can get the x value (distance to the left of A) and y value(distance above A).
 
  • #17
rootX said:
If you have added correctly, and all that, here's what you should do now.

F3[x] = ( 85E-6^2 C * K ) / x^2
F3[y] = ( 85E-6^2 C * K ) / y^2

so find x and y, and it would be the answer.

P.S. you have used the wrong method but nevertheless, you can use it to get the answer

This isn't right... the x component and y component don't work out like that...
 
  • #18
so F3 = <261, 735>

and thus ( 85E-6^2 C * K ) / x^2 = 261
hence x= 0.4991

and ( 85E-6^2 C * K ) / y^2 = 753
y=0.2938

and I used other method, and got the same answer!

so don't they work?
 
  • #19
learningphysics said:
I think a lot of careless mistakes are propping up... first find the field due to those first two charges at A... not the force...

Then the field due to the third charge must cancel the field due to the first two charges... ie: it's the negative of the above field...

Using the magnitude of this field, you can find the distance the third charge is from A... using the direction of the field, you can find the angle from the third charge to A...

then using this angle you can get the x value (distance to the left of A) and y value(distance above A).

The vector that cancels the first two charges I found to be <-1.3E6, 3.9E6>
The magnitude is 3.7E6.

How do I this is to find the distance the third charge is from A?
 
  • #20
rootX said:
so F3 = <261, 735>

and thus ( 85E-6^2 C * K ) / x^2 = 261
hence x= 0.4991

and ( 85E-6^2 C * K ) / y^2 = 753
y=0.2938

and I used other method, and got the same answer!

so don't they work?

For the answer, I do think that the x component is negative and the y component is positive since the third large is located somewhere to the left and to the top relative to A. Does that make sense?
 
  • #21
again use Ex=kq/x^2
Ey=kq/y^2

and thus solve for x and y.
 
  • #22
If a charge q is at some point (x, y)... then the magnitude of the field at the (0,0) is:

\frac{kq}{x^2+y^2}

The x-component of the field is \frac{kq}{x^2+y^2} * cos(\theta) = \frac{kq}{(x^2+y^2)}\frac{-x}{\sqrt{x^2+y^2}}=\frac{-kq * x}{(x^2+y^2)^{\frac{3}{2}}

ie: the x-component is NOT -\frac{kq}{x^2}
 
Last edited:
  • #23
oops, sorry again, I would try them tomorrow morning.
P.S. need a sleep.yea, I got it now! :D
I think I had been thinking wrong through out my last year physics course ><

P.S. somehow I got more than 100% on my static electricity unit test lol
 
Last edited:
  • #24
rootX said:
oops, sorry again, I would try them tomorrow morning.
P.S. need a sleep.


yea, I got it now! :D
I think I had been thinking wrong through out my last year physics course ><

:wink: :smile:
 
  • #25
mrlucky0 said:
For the answer, I do think that the x component is negative and the y component is positive since the third large is located somewhere to the left and to the top relative to A. Does that make sense?

yea, though I can't think any good know, but I guess
it's located "a" distance left,
and less than "a" distance above A.

just don't care about signs much, that makes the job a lot easier. And always try using symmetries and other geometrical tools while solving these problems

P.S. don't sub in values right away, chances of getting a wrong answer become high.
 
  • #26
mrlucky0 said:
The vector that cancels the first two charges I found to be <-1.3E6, 3.9E6>
The magnitude is 3.7E6.

How do I this is to find the distance the third charge is from A?

Oops... sorry, I didn't notice this till now. Just use kq/r^2 = 3.7E6 to calculate r. Draw a picture...

Are you sure your vector is right? I'm getting this for the field due to the first two charges:

For the first charge
<0, 8.8E6>

this comes from (9E9)(85E-6)/(0.295^2)

For the second charge
<-3.1E6,3.1E6>

this comes from (9E9)(85E-6)/(0.295^2 + 0.295^2)cos(45)

So the total I'm getting is:
<-3.1E6, 11.9E6> so with a magnitude of 12.3E6
 
Last edited:
  • #27
learningphysics said:
Oops... sorry, I didn't notice this till now. Just use kq/r^2 = 3.7E6 to calculate r. Draw a picture...

Are you sure your vector is right? I'm getting this for the field due to the first two charges:

For the first charge
<0, 8.8E6>

this comes from (9E9)(85E-6)/(0.295^2)

For the second charge
<-3.1E6,3.1E6>

this comes from (9E9)(85E-6)/(0.295^2 + 0.295^2)cos(45)

So the total I'm getting is:
<-3.1E6, 11.9E6> so with a magnitude of 12.3E6

This is how I proceeded. I decompose E2. The .42 ( the r from the second charge to A) is just the hypotenuse of a right triangle: sqrt(.295^2 + .295^2) = .42

I am saying that the angle 135 degrees is the angle of E2 relative to the positive x-axis.

E1 = <0, 8.8E6 >

(same thing you did)

E2 = (9E9)(85E-6)/.42^2 * <cos(135), sin(135) >
= 4.3E7 * < cos(135), sin (135) >
= < -3E7, 3E7 >

Enet = E1 + E2 = < -3E7, 3.9E7 >
||Enet|| = 4.7E7

So it seems our only disagreement is E2. Where am I going wrong?
 
Last edited:
  • #28
Check your exponent when you calculate E2... I think it should be 4.3E6.
 
  • #29
learningphysics said:
Check your exponent when you calculate E2... I think it should be 4.3E6.

Whoops. Ok:

E1 = <0, 8.8E6 >

E2 = (9E9)(85E-6)/.42^2 * <cos(135), sin(135) >
= 4.3E6 * < cos(135), sin (135) >
= < -3E6, 3E6 >

Enet = E1 + E2 = < -3E6, 1.2E7 >
||Enet|| = 1.2E7

Looks good now right? Could you explain where I go from here?
 
Last edited:
  • #30
mrlucky0 said:
Whoops. Ok:

E1 = <0, 8.8E6 >

E2 = (9E9)(85E-6)/.42^2 * <cos(135), sin(135) >
= 4.3E6 * < cos(135), sin (135) >
= < -3E6, 3E6 >

Enet = E1 + E2 = < -3E7, 3.9E7 >
||Enet|| = 4.7E7

Looks good now right? Could you explain where I go from here?

You should fix Enet.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 68 ·
3
Replies
68
Views
8K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
23
Views
5K